﻿/* ------------------------------ loaders ------------------------------------------------------*/
#siteLoadBack, #ajaxLoadBack
{
	background-color: #AAAAAA;
	opacity: .30; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: "alpha(opacity=30)"; /* ie 8 */
	filter: alpha(opacity=30); /* ie lt 7 */
	-khtml-opacity: .30; /* safari 1.x */
	-moz-opacity: .30; /* ff lt 1.5, netscape */
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 0;
	z-index: 1000;
}

#siteLoadBack
{
	background: white url('../images/loading.gif') no-repeat center center !important;
}

#ajaxLoadBack
{
	background: white url('../images/loading1.gif') no-repeat center center !important;
}




/* ------------------------------ styles ------------------------------------------------------*/
body, body *
{
   font-family:Arial !important;
   font-size: 12px;
}

h1
{
    font-size:18px;
    font-weight:bold;
}

img
{
    border:none;
}

.frame
{
    border: solid 1px #d0d0d0;
    vertical-align: top;
}


.left_frame
{
    background-color:#FFFFEE;
}

.InfoLabel
{
    font-weight: bold;
    font-size: 13px;
}


.mainMenuBar
{
    border-bottom: solid 1px #d0d0d0;
    height: 40px;
    background-color: #F6F2EA;
}

.subMenuBar
{
    border-bottom: solid 1px #d0d0d0;
    height: 25px;
    background-color: #F6F2EA;
}

.titleColumn
{
    font-weight: bold;
}

.valueColumn
{
}

.NoPadding
{
    padding:0;
}

.NoPaddingAll, .NoPaddingAll *
{
	border-collapse: collapse;
	padding:0px  !important;
}

.Numeric, .NumericCell,
.Numeric *, .NumericCell *
{
    direction:ltr;
    white-space:nowrap;
}

.VScrollable
{
    overflow-x:hidden; 
    overflow-y:auto;   
}

.HScrollable
{
    overflow-x:auto; 
    overflow-y:hidden;   
}

.Scrollable
{
    overflow-x:auto; 
    overflow-y:auto;   
}

.lstCatHeader
{
    font-size:16px;
    font-weight:bold;
    text-decoration:underline;
}
.arrow_go_right
{
    background-image: url(Images/arrow_go_right.png);
}

.arrow_go_left
{
    background-image: url(Images/arrow_go_left.png);
}

.Table, table
{
    border-collapse:collapse;
}

.ButtonSquare
{
    display:block;
    width:24px;
    height:24px;
}

.nobr
{
    white-space:nowrap;
}


.RadPicker td a
{
    z-index:0 !important;
}

.nofloat
{
    float:none !important;
}



/* ------------------------------ ui-messagebox-dialog ------------------------------------------------------*/
.ui-dialog-buttonset
{
    text-align: center;
    width: 100%;
}

.ui-dialog .ui-dialog-content
{
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0.2em !important;
}



.ui-dialog .ui-dialog-titlebar-close
{
    background: url(../images/close.png)  center center !important;
}

.ui-icon-closethick
{
    display:none !important;
}
/* ------------------------------ qtip plugin ------------------------------------------------------*/
.qtip .qtip-content
{
	padding: 0.42em;
	overflow: hidden;
	font-size:13px;
}

.qtip-light .qtip-content .qtip-title
{
	background-color: #f1f1f1;
}



/* ------------------------------ popup windows ------------------------------------------------------*/
.ui-dialog
{
    z-index:50000 !important;
}

.PopupWindow
{
	color: #000000;
	font-size: 12px !important;
}

.PopupWindow .PopupWindowOuther
{
	border: solid 2px #d0d0d0; 
	background-color: White;
}

.PopupWindow .HeaderRow
{
	background-color: #D0D0D0;
}

.PopupWindow .HeaderRow
{
	border: solid 1px #d0d0d0;
	font-weight: bold;
}

.PopupWindow .HeaderRow td
{
	.border: solid 1px  !important; /*For IE7*/
}

.PopupWindow .HeaderRowInnerTable
{
	border-collapse: collapse;
}

.PopupWindow .HeaderRowInnerTable td.title
{
	/*width: 99%;
	padding: 5px;*/
}

.PopupWindow .HeaderRowInnerTable td.close
{
	width: 1%;
}

.PopupWindow .ContentRowTD, .PopupWindow .ContentRowTDAll td
{
	height: 60px;
	padding: 5px;
	vertical-align:top;
}

.PopupWindow .ButtonRow
{
	background-color:#f0f0f0;
}


.PopupWindow .ButtonRow td
{
	white-space: nowrap;
	vertical-align: top;
	border: 0;
	padding: 5px;
}

.PopupWindow .ButtonRow td div.ok
{
	width: 100%;
	text-align: center;
}

.PopupWindow table
{
    width:100%;
}



/* ------------------------------ Telerik -------------------------------------------------------------------------*/
.RadTreeView
{
    overflow-x:hidden !important;
}

.rgDataDiv
{
    overflow-x:hidden !important;
}

.rfdFieldset fieldset
{
    padding:0 !important;
    border: 0 !important;
}

.rgClipCells
{
    width:100%;
}

.rfdRoundedWrapper_fieldset
{
    width:100%;
}


div.RadPicker
{
   display:inline-block !important; 
}



/* ------------------------------ Accordion extender control ------------------------------------------------------*/
.accordionHeader
{
	border: 1px solid #c0c0c0;
	background-color: #E1E1E1;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #000;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	color: white;
	background-color: #B2B2B2;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #F6F2EA;
	border: none;
	overflow:hidden !important;
	padding:10px;
}

.AccordionInner
{
    height:495px;
}


/* ------------------------------ Data blocks ------------------------------------------------------*/
/* Info Area */
.InfoArea
{
	border: solid 2px #e0e0e0;  
	width: 300px !important; 
	height: 260px;
	overflow:hidden;
}

.InfoArea *
{
    font-size:11px;
}

.InfoArea fieldset
{
    border:none !important;
}

.InfoArea .DataTable td, 
.InfoArea .DataTable tr 
{
	height:18px;
	line-height:18px;
	vertical-align:top !important;
}

.InfoArea .head, 
.InfoArea .head *
{
	font-weight:bold;
	font-size:13px;
}

.InfoArea .head
{
	background-color: #ECE9E1 !important;
	vertical-align: middle;	
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	border: solid 2px #e0e0e0 !important;
	overflow:hidden;
}

.InfoArea div.head A
{
	color:#4F76BF;
}

.InfoArea .DataTable .label 
{
    font-weight:bold;
}

.InfoArea .DataTable .value 
{
    
}

/* DataBlock */
.DataBlock .label
{
    font-weight:bold;
}

.DataBlock .value
{
}

.DataBlock .divider
{
    height:25px;
    content:&nbsp;
}

.DataBlock .head
{
    margin: 5px 0 5px 0;
    border-bottom: solid 1px #d0d0d0;
    font-weight:bold;
    height:25px;
}

.DataBlock .body
{
    width: 620px;
    border:solid 1px #d0d0d0;
}

