/* 
----------------------------------------------------------------------------- 
DATEPICKER
-----------------------------------------------------------------------------*/
@import url("datepicker.css");
@import url("fancybox.css");
/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
----------------------------------------------------------------------------- 
BASE
-----------------------------------------------------------------------------*/
html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	height: 100%;
	font: 62.5%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #c9c9c9 url(images/bg.png) top left repeat-x;
	background-attachment:fixed;
}
h1 {font-size:2em}
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:1em}
p
{
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
th,td
{
	vertical-align: top; 
	text-align: left;
}
a
{
	color:#fff;
	text-decoration:none;
}
/*.hidden
{
	display:none;
}*/
strong 
{
	font-weight: bold;
}
/* 
----------------------------------------------------------------------------- 
CONTAINER
-----------------------------------------------------------------------------*/
#container
{
	margin: 0 auto;
	width: 960px;
	min-height:100%;
	padding-bottom:30px;
	margin-bottom: -50px;
}
/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header-container
{
	position: fixed;
	z-index: 1000;
	background: transparent url(images/menu-fog.png) bottom left repeat-x;
	height: 75px;
	width: 960px;
}
#header
{
	margin:0 auto;
	font-size: 1em;
	line-height: 1em;
	height: 45px;
	width: 960px;
	background: transparent url(images/menu-bg.png) top left no-repeat;
}
#header a#logo
{
	display: block;
	width:190px;
	height:58px;
}

#header h1
{
	position: absolute;
	display: block;
	text-indent:-9999px;
	top: 3px;
	left: 8px;
	width:62px;
	height:55px;
	background: transparent url(images/logo-goldmonkey.png) top left no-repeat;
}

#header h2
{
	position: relative;
	display: block;
	text-indent:-9999px;
	top: 21px;
	left: 75px;
	width:105px;
	height:22px;
	background: transparent url(images/logo-goldmonkey2.png) top left no-repeat;
}

#header #menu
{
	display: block;
	position: absolute;
	top: 15px;
	left: 190px;
	width:770px;
	height:30px;
}
#header #menu div#user
{
	/*position:relative;
	margin-left:200px;*/
	float:right;
	margin-top: 8px;
}
#header #menu div#user img
{
	position:relative;
	top: 2px;
}
#header #menu div#user #welcome
{
	margin-left:10px;
	margin-right:15px;
	color:#e58400;
}
#header #menu div#user #welcome strong
{
	font-weight:normal;
	color:#fff;
}
#header #menu div#pane-list
{
	/*position:absolute;
	top: 6px;
	right: 10px;*/
	margin-top: 6px;
	margin-right: 10px;
	float:right;
}
#header #menu ul#action-list
{
	float:right;
	margin-top: 3px;
	margin-right: 4px;
}
#header #menu ul#action-list li
{
	float:left;
	height:23px;
	padding: .7em 1em;
	background: url(images/dots.png) top left no-repeat;
}
#header #menu ul#action-list li.first-child
{
	background-image:none;
}
#header #menu ul#action-list li a
{
	text-decoration: none;
	color:#fff;
}
#header #menu ul#action-list li a:hover
{
	color:#e58400;
}
#header #menu ul#action-list li.last-child a
{
	color:#e58400;
}

/* 
----------------------------------------------------------------------------- 
ERRORS
-----------------------------------------------------------------------------*/

div.warning
{
	margin:5px 10px 0 0;
	border: 1px solid #f00;
	background-color: #990000;
}

div.warning ul
{
	list-style:decimal-leading-zero;
	list-style-position:inside;
	margin:5px;
}
div.warning ul li
{
	margin-bottom:3px;
}
div.warning ul li img
{
	vertical-align: middle;
}

/* 
----------------------------------------------------------------------------- 
PANES
-----------------------------------------------------------------------------*/
#pane-container
{
	width: 960px;
	padding-top: 80px;
}
#pane-container.after-form
{
	padding-top: 15px;
}
#pane-container .pane
{
	margin-bottom: 4px;
}
#pane-container .pane .pane-header
{
	width: 960px;
	height: 37px;
	background: url(images/pane-header.png) top left no-repeat;
}
#pane-container .pane .pane-content
{
	width: 960px;
	background: url(images/pane-content.png) top left repeat-y;
}
#pane-container .pane .pane-footer
{
	width: 960px;
	height: 16px;
	background: url(images/pane-footer.png) top left no-repeat;
}
#pane-container .pane .pane-header h1
{
	font-size: 1.8em;
	font-weight: normal;
	padding: 12px 14px;
	text-shadow: #111 2px 2px 1px;
	float:left;
	height:1%;
}

#pane-container .pane .pane-header h1 label
{
	font-size: .6em;
	padding: 0;
	padding-left: 20px;
	height: 1%;
}
#pane-container .pane .pane-header h1 label input
{
	font-size: 12px;
	line-height:30px;
	width: 50px;
	height: 14px;
}
#pane-container .pane .pane-header h1 label a
{
	text-decoration:underline;
	color:#AF8554;
}
#pane-container .pane .pane-header a.new-btn
{
	float:right;
	text-decoration:none;
	margin-top:14px;
	margin-right:10px;
}
#pane-container .pane .pane-header a.new-btn span
{
	color:#e58400;
}
#pane-container .pane .pane-header ul
{
	float:right;
	margin-right:14px;
}
#pane-container .pane .pane-header ul li
{
	float:left;
	height:26px;
	margin-top:9px;
}
#pane-container .pane .pane-header ul li a
{
	display:block;
	height:26px;
	margin-left: 5px;
	padding: 5px 7px 5px 3px;
	text-decoration:none;
}
#pane-container .pane .pane-header ul li.active
{
	background: url(images/tab-left.png) top left no-repeat;
}
#pane-container .pane .pane-header ul li.active a
{
	background: url(images/tab-right.png) top right no-repeat;
	color:#453830;
}
#pane-container .pane .pane-header ul li.last-child.active a,
#pane-container .pane .pane-header ul li.only-child.active a
{
	background: url(images/tab-last.png) top right no-repeat;
}
#pane-container .pane .pane-content table.pane-table
{
	/*background: url(images/table-bg.png) top left repeat-y;*/
	margin:0 auto;
	width: 932px;
}
#pane-container .pane .pane-content table.pane-table thead th
{
	background-color: #453830;
	height:20px;
	/*border-bottom: 1px solid #fff;*/
	font-weight:normal;
	vertical-align:middle;
}
#pane-container .pane .pane-content table.pane-table thead th.first-child
{
	background: #453830 url(images/table-header-left.png) top left no-repeat;
	padding-left: 6px;
}
#pane-container .pane .pane-content table.pane-table thead th.last-child
{
	background: #453830 url(images/table-header-right.png) top right no-repeat;
}
#pane-container .pane .pane-content table.pane-table tbody tr:hover td,
#pane-container .pane .pane-content table.pane-table tbody tr:hover td.first-child,
#pane-container .pane .pane-content table.pane-table tbody tr:hover td.last-child,
#pane-container .pane .pane-content table.pane-table tbody tr.alt:hover td,
#pane-container .pane .pane-content table.pane-table tbody tr.alt:hover td.first-child,
#pane-container .pane .pane-content table.pane-table tbody tr.alt:hover td.last-child,
#pane-container .pane .pane-content table.pane-table tbody tr.last-child:hover td,
#pane-container .pane .pane-content table.pane-table tbody tr.alt.last-child:hover td
{
	background-color:#675648;
}
#pane-container .pane .pane-content table.pane-table tbody tr.last-child:hover td.first-child,
#pane-container .pane .pane-content table.pane-table tbody tr.alt.last-child:hover td.first-child
{
	background: #675648 url(images/table-footer-left-hover.png) bottom left no-repeat;
}
#pane-container .pane .pane-content table.pane-table tbody tr.last-child:hover td.last-child,
#pane-container .pane .pane-content table.pane-table tbody tr.alt.last-child:hover td.last-child
{
	background: #675648 url(images/table-footer-right-hover.png) bottom right no-repeat;
}
#pane-container .pane .pane-content table.pane-table tbody tr td
{
	background-color:#2b2420;
	vertical-align:middle;
	padding: 2px 0;
	color: #af8554;
}

#pane-container .pane .pane-content table.pane-table tbody tr td a
{
	font-size:1.1em;
	text-decoration:none;
}
#pane-container .pane .pane-content table.pane-table tbody tr.alt td,
#pane-container .pane .pane-content table.pane-table tbody tr.alt td.first-child,
#pane-container .pane .pane-content table.pane-table tbody tr.alt td.last-child
{
	background-color:#302823;
}
#pane-container .pane .pane-content table.pane-table tbody tr td.first-child
{
	background: #2b2420 url(images/table-body.png) top left repeat-y;
	padding-left: 6px;
}
#pane-container .pane .pane-content table.pane-table tbody tr td.last-child
{
	background: #2b2420 url(images/table-body.png) top right repeat-y;
}
#pane-container .pane .pane-content table.pane-table tbody tr.last-child td.first-child
{
	background: #2b2420 url(images/table-footer-left.png) bottom left no-repeat;
}
#pane-container .pane .pane-content table.pane-table tbody tr.last-child td.last-child
{
	background: #2b2420 url(images/table-footer-right.png) bottom right no-repeat;
}
#pane-container .pane .pane-content table.pane-table tbody tr.last-child.alt td.first-child
{
	background: #302823 url(images/table-footer-left-alt.png) bottom left no-repeat;
}
#pane-container .pane .pane-content table.pane-table tbody tr.last-child.alt td.last-child
{
	background: #302823 url(images/table-footer-right-alt.png) bottom right no-repeat;
}
#pane-container .pane .pane-content table.pane-table tbody tr td table.pane-table-flags tr td
{
	width: 16px;
	text-align:center;
	padding-right:4px;
}
/* 
----------------------------------------------------------------------------- 
FILTERS
-----------------------------------------------------------------------------*/
ul.filters
{
	font-size: 0.9em;
	line-height: 1.0em;
	padding: 1px 0 1px 4px;
	background-color:#FFF;
	margin: 0 14px;
}
ul.filters:after
{
	content: '.';
	display: list-item; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
ul.filters a:focus
{
	outline: none;
}
ul.filters li
{
	float: left;
	margin: 2px 0 4px 0;
}
ul.filters li a
{
	display: block;
	padding: 1px 6px 3px 6px;
	color: #333;
}
ul.filters li span
{
	display: block;
	padding: 1px 6px 3px 0;
	color: #333;
}
ul.filters li.active
{
	background: url(images/bg-filter-left.gif) top left no-repeat;
}
ul.filters li.active a
{
	cursor: default;
}
ul.filters li.active a,
ul.filters li.active a:hover
{
	color: #fff;
	background: url(images/bg-filter-right.gif) top right no-repeat;
}
ul.filters li a:hover
{
	color: #8ABF43;
}
ul.filters li a.loading
{
	padding-left: 22px;
	cursor: default;
	background: url(images/spinner-w.gif) 6px 0 no-repeat;
	color: #666;
}
/* 
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/
#editform
{
	width: 960px;
	padding-top: 80px;
}
#editform #edit-header
{
	width: 960px;
	height: 37px;
	background: url(images/edit-header.png) top left no-repeat;
}
#editform #edit-container
{
	width: 960px;
	background: url(images/edit-content.png) top left repeat-y;
}
#editform #edit-footer
{
	width: 960px;
	height: 46px;
	background: url(images/edit-footer.png) top left no-repeat;
}
#editform #edit-header h1
{
	font-size: 1.8em;
	font-weight: normal;
	padding: 12px 14px;
	text-shadow: #111 2px 2px 1px;
	float:left;
	height:1%;
}
#editform #edit-header a.new-btn
{
	float:right;
	text-decoration:none;
	margin-top:14px;
	margin-right:10px;
}
#editform #edit-header a.new-btn span
{
	color:#e58400;
}
#editform #edit-header ul.language
{
	float:right;
	margin-right:14px;
}
#editform #edit-header ul.language li
{
	float:left;
	height:26px;
	margin-top:9px;
}
#editform #edit-header ul.language li a
{
	display:block;
	height:26px;
	margin-left: 5px;
	padding: 5px 7px 5px 3px;
	text-decoration:none;
}
#editform #edit-header ul.language li.active
{
	background: url(images/tab-left.png) top left no-repeat;
}
#editform #edit-header ul.language li.active a
{
	background: url(images/tab-right.png) top right no-repeat;
	color:#453830;
}
#editform #edit-header ul.language li.last-child.active a,
#editform #edit-header ul.language li.only-child.active a
{
	background: url(images/tab-last.png) top right no-repeat;
}
#editform #edit-container ul.tabs
{
	background:#fff url(images/form-header.png) bottom left no-repeat;
	margin:0 14px;
	height:30px;
}
#editform #edit-container ul.tabs li
{
	position:relative;
	display:inline;
	height:26px;
}
#editform #edit-container ul.tabs li a
{
	position:relative;
	top:5px;
	height:26px;
	margin:0 5px;
	padding: 5px 0;
	text-decoration:none;
	color:#38302b;
}
#editform #edit-container ul.tabs li.active
{
/*	background: url(images/tab-left.png) top left no-repeat;*/
}
#editform #edit-container ul.tabs li.active a
{
/*	background: url(images/tab-right.png) top right no-repeat;*/
	color:#f29400;
}
#editform #edit-container ul.tabs li.last-child.active a,
#editform #edit-container ul.tabs li.only-child.active a
{
/*	background: url(images/tab-last.png) top right no-repeat;*/
}
#editform #edit-container #edit-content
{
	background: url(images/form-footer.png) bottom left no-repeat;
	margin:0 14px;
	padding: 0 0 8px 8px;
}
#editform #edit-container #edit-content fieldset
{
	margin-top: 8px;
	margin-right:8px;
	background: #38302b url(images/fieldset-bottom.png) bottom left no-repeat;
	width: 451px;
	display:inline;
}
#editform #edit-container #edit-content fieldset.last
{
	margin-right:10px;
	float:right;
}
#editform #edit-container #edit-content fieldset legend
{
	background: #38302b url(images/fieldset-top.png) top left no-repeat;
}
#editform #edit-container #edit-content fieldset legend span
{
	background: #38302b url(images/fieldset-top.png) top left no-repeat;
	display:block;
	width: 445px;
	color:#f29400;
	padding:6px 0 6px 6px;
}
#editform #edit-container #edit-content fieldset.btn-box legend span
{
	padding:0 3px;
	line-height:9px;
}
#editform #edit-container #edit-content fieldset div
{
	padding:6px;
}
#editform #edit-container #edit-content fieldset.btn-box div
{
	padding:0 6px;
	float:left;
}
#editform #edit-container #edit-content fieldset.btn-box div span.fieldset
{
	margin-left:6px;
	background:none;
	color:#f29400;
	float:left;
	width:385px;
}
#editform #edit-container #edit-content fieldset.btn-box div span.fieldset span
{
	background: none;
	display:inline;
	color:#fff;
	padding-left:6px;
}
#editform #edit-container #edit-content fieldset.btn-box div img.thumb
{
	float:left;
	margin-right:4px;
	margin-bottom:6px;
}
#editform #edit-container #edit-content fieldset.btn-box div .btn,
#editform #edit-container #edit-content fieldset.btn-box div label.cabinet
{
	float:left;
	margin-left:4px;
	margin-top:8px;
}
#editform #edit-container #edit-content fieldset.btn-box div span.day,
#editform #edit-container #edit-content fieldset.btn-box div span.month,
#editform #edit-container #edit-content fieldset.btn-box div span.year
{
	background: url(images/dots.png) bottom left no-repeat;
	float:left;
	color:#fff;
	margin-left:4px;
	margin-top:8px;
	line-height:23px;
	height:23px;
	width:95px;
	text-align:center;
}
/*#editform #edit-container #edit-content fieldset.btn-box div .btn.last-child
{
	float:right;
	margin-right:12px;
	margin-top:21px;
}*/

#editform #edit-container #edit-content fieldset div input,
#editform #edit-container #edit-content fieldset div textarea
{
	width:433px;
}

#editform #edit-container #edit-content fieldset div input[disabled], 
#editform #edit-container #edit-content fieldset div input[readonly], 
#editform #edit-container #edit-content fieldset div select[disabled], 
#editform #edit-container #edit-content fieldset div select[readonly], 
#editform #edit-container #edit-content fieldset div checkbox[disabled], 
#editform #edit-container #edit-content fieldset div checkbox[readonly], 
#editform #edit-container #edit-content fieldset div textarea[disabled], 
#editform #edit-container #edit-content fieldset div textarea[readonly] 
{
	border:3px solid #ccc5c0;
	background-color: #ccc5c0;
}
#editform #edit-container #edit-content fieldset.fullwidth
{
	background: #38302b url(images/fieldset-bottom-fullwidth.png) bottom left no-repeat;
	width: 914px;
}
#editform #edit-container #edit-content fieldset.fullwidth legend
{
	background: #38302b url(images/fieldset-top-fullwidth.png) top left no-repeat;
}
#editform #edit-container #edit-content fieldset.fullwidth legend span
{
	background: #38302b url(images/fieldset-top-fullwidth.png) top left no-repeat;
	width: 908px;
}
#editform #edit-container #edit-content fieldset.fullwidth div input
{
	width:896px;
}
#editform #edit-container #edit-content fieldset.fullwidth div textarea
{
	width:900px;
}


/*#editform #edit-footer input.btn
{
	display:none;
}*/
#editform #edit-footer div.btn-group-left,
#editform #edit-footer div.btn-group-left div,
#editform #edit-footer div.btn-group-left .btn
{
	float:left;
}
#editform #edit-footer div.btn-group-left p
{
	float:left;
	margin-left:14px;
	margin-top:14px;
}
#editform #edit-footer div.btn-group-left .btn
{
	margin-left:4px;
}
#editform #edit-footer div.btn-group-left .btn.first-child
{
	margin-left:12px;
}
#editform #edit-footer div.btn-group-right,
#editform #edit-footer div.btn-group-right div,
#editform #edit-footer div.btn-group-right .btn
{
	float:right;
}
#editform #edit-footer div.btn-group-right p
{
	float:right;
	margin-right:14px;
	margin-top:14px;
}
#editform #edit-footer div.btn-group-right .btn
{
	margin-right:4px;
}
#editform #edit-footer div.btn-group-right .btn.last-child
{
	margin-right:12px;
}
div.clearer
{
	clear:both;
	height:1px;
}
/* 
----------------------------------------------------------------------------- 
GRAPHICS BUTTON
-----------------------------------------------------------------------------*/
.btn {
	position:relative;
	display:block;
	margin-top:11px;
	width:95px;
	height:23px;
}
.pdf_preview {
	text-decoration:underline;	
}
.btn.blue.first-child { 
	background-image: url(images/btn-blue.png);
	width:90px; 
}
.btn.orange.first-child { 
	background-image: url(images/btn-orange.png); 
	width:90px;
}
.btn.green.first-child { 
	background-image: url(images/btn-green.png); 
	width:90px;
}
.btn.red.first-child { 
	background-image: url(images/btn-red.png); 
	width:90px;
}
.btn.blue { 
	background-image: url(images/btn-blue-dotted.png); 
}
.btn.orange { 
	background-image: url(images/btn-orange-dotted.png); 
}
.btn.green { 
	background-image: url(images/btn-green-dotted.png); 
}
.btn.red { 
	background-image: url(images/btn-red-dotted.png); 
}


.btn img{
	width:16px;
	height:16px;
	margin:3px 5px 0 12px;
}
.btn.first-child img{
	margin:3px 5px 0 7px;
}
.btn span{
	position:relative;
	top:-4px;
}
/* 
----------------------------------------------------------------------------- 
INPUT FILE
-----------------------------------------------------------------------------*/
.SI-FILES-STYLIZED label.cabinet
{
    width: 90px;
    height: 23px;
    background: url(images/btn-orange-upload.png) 0 0 no-repeat;
	margin-top:11px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 23px;
    width: 90px;
    opacity: 0;
    -moz-opacity: 0;
	cursor: pointer;
    /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
}

/* 
----------------------------------------------------------------------------- 
DRAG
-----------------------------------------------------------------------------*/
.draghandle
{
	cursor:move;
}
/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer-container
{
	clear: both;
 	position: relative;
 	z-index: 999;
	width: 960px;
	margin: 0 auto;
	margin-top:30px;
}
#footer
{
	font-size: 1em;
	line-height: 1em;
	height: 30px;
	width: 960px;
	background: transparent url(images/footer-bg.png) bottom left no-repeat;
}
#footer a
{
	float:right;
	margin:10px;
	color:#e58400;
	text-decoration:none;
}
#footer a span
{
	color:#fff;
	text-decoration:underline;
}