html *
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #543613;
}

body
{
    background: #ffffff url(../Images/MainBkg.png) repeat-x; 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #8B92A5;
	scrollbar-shadow-color: #E0E4EF;
	scrollbar-highlight-color: #7C7C7C;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #94ABB5;
	scrollbar-track-color: #E0E4EF;
	scrollbar-arrow-color: #FFFFFF;
}

a
{
    color: #627A94;
    text-decoration: underline;
}

a:hover
{
	color: #000033;
    text-decoration: underline;
}


/*****************************************************
Form Inputs
*****************************************************/
.formInputText
{
	font-size:12px;
	padding: 3px;
	background: #FFFFFF;
	color:#000000;
	border: solid 2px #dabf90;
}

.formInputTextDisabled
{
	background-color:#F5F5F5;
	font-size:12px;
	padding: 3px;
	color:#555555;
	border: solid 2px #dabf90;
}

.formInputTextArea
{
	font-size:12px;
	padding: 3px;
	background: #FFFFFF;
	color: #000000;
	border: solid 2px #dabf90;
}

.formInputTextAreaDisabled
{
	background-color:#F5F5F5;
	font-size:12px;
	padding: 3px;
	color:#000000;
	border: solid 2px #dabf90;
}

.formInputTextCaption
{
	color:#6d5338;
	padding-bottom:3px;
	padding-right:3px;
	font-weight:bold;
	cursor:default;
}

.formInputDescription
{
	color: #777777;
	vertical-align:middle;
	display:block;
	padding-left:8px;
}

.formInputButton
{
	background: url(../images/Button.gif);
	border: solid 1px #c19c9a;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color: #863631;
	height:25px;
	cursor:hand;
}

.formInputButtonSmall
{
	background: url(../images/Button.gif);
	border: solid 1px #c19c9a;
	text-align:center;
	font-size: 10px;
	font-weight:bold;
	color: #863631;
	height:19px;
	cursor:hand;
}

.formInputButtonSideColumn
{
	background: url(../images/Button.gif);
	border: solid 1px #c19c9a;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	height:25px;
	cursor:hand;
}

.formTextValue
{
	font-size:11px;
}

.formInputRow /* A row of the form table where the input is placed*/
{
	float: left;
	clear: both; 
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-bottom: dashed 1px #E5E5E5;
}

.formInputRow .horField
{
	float: left;
}

.formInputRow .verField
{
}

.formInputRow .horDescription
{
	float: left;
	padding-left: 15px;
	clear:right;
	color: #777777;
	font-size: 11px;
}

.formInputRow .verDescription
{
	color: #777777;
	padding-top:3px;
	font-size: 11px;
}

.formInputButtonsRow
{
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 2px;
}

.formRequiredSign
{
	color: #d1463d;
}


/*****************************************************
Message Blocks
*****************************************************/
.errorMessage
{
	color :#B35757;
	line-height: 16px;
	padding-bottom:8px;
}

.notifyMessage
{
	color: #656EAD;
	line-height: 16px;
	display:block;
	padding-bottom:5px;
}

.notifyMessageXL
{
	color: #656EAD;
	font-weight: bold;
	line-height: 16px;
	display:block;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}


/*****************************************************
Master Page
*****************************************************/
.pageHeader
{
	background: url(../images/Logo.png);
	height: 124px;
}

.pageFrame
{
	width:847px;
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
}

.pageContent
{
	padding: 7px;
	padding-top: 3px;
}

.pageContent .leftColumn
{
	width: 164px;
	float:left;
	background: url(../Images/MenuBkg.png) repeat-x;
}

.pageContent .mainColumn
{
	width: 662px;
	padding-top: 3px;
	margin-left:7px;
	float:left;
}

.timeTable
{
	background: #ffffff url(../Images/TimeTable.png) no-repeat bottom right;
	border:solid 1px #e0e0e0;
	padding: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-left: 7px;
	margin-right: 17px;
	margin-bottom: 20px;
	text-align:center;
}

.copyrightText
{
	text-align:center;
	padding:10px;
	font-size:10px;
	color: #aaaaaa;
}


/*****************************************************
Center Control
*****************************************************/
.csControl
{
	margin-bottom: 15px;
}

.csControlTitle
{
	height: 25px;
}

.csControlTitleLeft
{
	width: 1px;
}

.csControlTitleCenter
{
	font-size: 14px;
	font-weight:bold;
	color: #d1463d;
	text-transform:uppercase;
	padding-left: 10px;
	vertical-align:middle;
	background: url(../Images/ControlTitleBkg.png) repeat-y;
}

.csControlTitleCenter *
{
	font-size: 14px;
	color: #d1463d;
}

.csControlTitleRight
{
	width: 1px;
}

.csControlBodyLeft
{
	width: 1px;
}

.csControlBodyCenter
{
}

.csControlTabBar
{
	border-bottom:solid 1px #DCDCDC;
	font-size: 10px;
	padding:3px;
	margin-top:1px;
}

.csControlTabBar_Item
{
    display:inline;
    margin-right:3px;
}

.csControlTabBar_Item A
{
	color: #627A94;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	white-space:nowrap;
	border: solid 1px #FFFFFF;
	border-bottom: solid 0 #FFFFFF;
	
}

.csControlTabBar_Item A:hover
{

}

.csControlTabBar_Item IMG
{
	border:0;
	margin:0;
	padding:0;
}

.csControlTabBar_SelectedItem
{
    display:inline;
    margin-right:3px;
    border: solid 1px #DCDCDC;
	border-left: solid 1px #DCDCDC;
	border-right: solid 1px #DCDCDC;
	border-bottom: solid 0 #DCDCDC;
}

.csControlTabBar_SelectedItem A
{
	color: #627A94;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	white-space:nowrap;
}

.csControlTabBar_SelectedItem A:hover
{
	text-decoration:underline;
}

.csControlTabBar_SelectedItem IMG
{
	border:0;
	margin:0;
	padding:0;
}

.csToolbar
{
	height:25px;
}

.csToolbar A
{
	border: solid 1px #E0E0E0;
	margin-right: 3px;
	margin-bottom: 4px;
	padding:3px;
	padding-left:20px;
	background-color:#F9FCFF;
	text-decoration:none;
	background-repeat:no-repeat;
	float:left;
}

.csToolbar A:hover
{
	border: solid 1px #C0C0C0;
	background-color:#E7F0F8;
	text-decoration:none;
}

.csControlBodyMain /*The cell where the control real data in placed*/
{
	padding: 4px;
	padding-left: 6px;
	padding-bottom: 0;
}

.csControlBodyRight
{
	width: 1px;
}

.csControlFooter
{
	height: 1px;
}

.csControlFooterLeft
{
	width: 1px;
}

.csControlFooterCenter
{
}

.csControlFooterRight
{
	width: 1px;
}

/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
	margin-bottom:9px;
}

.csSideControl_Title
{
	background: url(../Images/ControlTitleBkg.gif);
	color:#d1463d;
	font-size:12px;
	font-weight:bold;
	padding-left:8px;
	padding-top: 4px;
	padding-bottom: 4px;
	display:block;
}

.csSideControl_Body
{
	padding: 3px;
}

.csSideControl_Footer
{
	height: 1px;
}

/*****************************************************
GridView
*****************************************************/
.csGridView
{
	border-width: 0;
	border-collapse:collapse;	
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #112211;
	margin-bottom:1px;
}

.csGridView_Item TD
{
	height: 22px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_AltItem TD
{
	height: 22px;
	padding-top:3px;
	padding-bottom:3px;
	background:#F7F7F7;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_EditItem TD
{
	background:#F9F8F3;
	border-bottom: solid 1px #D6D6D6;
}

.csGridView_Header TD
{
	background: #f0f2f5;
	border-bottom: solid 1px #f6c78b;
	font-size: 10px;
	color: #7C7C7C;
	height: 20px;
	padding: 2px;
	font-weight: bold;
}

.csGridView_SortOrderASC
{
	width: 12px;
	height:12px;
	background:url(../images/imgSortASC.gif);
	display:inline;
	margin-right:2px;
}

.csGridView_SortOrderDESC
{
	width: 12px;
	height:12px;
	background:url(../images/imgSortDESC.gif);
	display:inline;
	margin-right:2px;
}

.csGridView_pnlResultInfo
{
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding: 3px;
	color: #000000;
	font-size:11px;
}

/*****************************************************
Context Menu Popup
*****************************************************/
.csContextMenuItem
{
	padding-left: 3px;
	white-space:nowrap;
}

.csContextMenuItem A
{
	font-size: 10px;
}

.csContextMenuItem A:hover
{
	font-size: 10px;
}

.csContextMenuItem IMG
{
	margin: 2px;
	background-color: #F0F0F0;
}


/*****************************************************
Other common style classes
*****************************************************/

/* Usualy separates categories from the list items */
.csSeparatorH1
{
	margin-top:5px;
	margin-bottom:5px;
	border-top:solid 1px #E0E0E0;
	border:solid 1px #E0E0E0;
	font-size:1px;
}

/* Not translated item */
strong.notTranslated
{
	font-weight:normal;
	color: #A2BAC4;
}


/*****************************************************
Control Rights Manager
*****************************************************/
.rmMain table
{
	font-family: Verdana;
	color: #444444;
	border: solid 1px #C6C6C6;
	border-collapse:collapse;
}

.rbRightTitle
{
	height: 28px;
	border-top: solid 1px #FFFFFF;
	background: #DAE3EC;
	text-align:right;
	padding: 2px;

	font-size: 9px;
	font-family: Verdana;
	color: #444444;
	font-weight:bold;
	white-space:nowrap;
}

.rmGroupTitle
{
	width: 33px;
	background: #F7F7F7;
	border: solid 1px #C6C6C6;
	vertical-align:bottom;
	text-align: center;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 9px;
	font-family: Verdana;
	color: #444444;
}

.rmCellBox
{
	border: solid 1px #C6C6C6;
	text-align:center;
	height:28px;
}


/*****************************************************
Control Panel Items 
*****************************************************/
.frmControlPanel_Item
{ 
	text-align:center;
	vertical-align:middle;
	padding: 4px; 
	width:116px;
	display:block;
	float:left;
}

.frmControlPanel_Item A
{
	margin-top: 0px;
	color: #444444;
	padding: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: solid 1px #999999;
	text-decoration: none;
	display:block;
	height:37px;
	overflow:hidden;
}

.frmControlPanel_Item A:hover
{
	color:#000000;
	text-decoration: none;
}


/*****************************************************
Shortcuts
*****************************************************/
.ctrlShortCuts_link
{
	margin-top: 0px;
	margin-bottom:2px;
	color: #444444;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: solid 1px #DEDEDE;
	background: #FFFFFF;
	text-decoration: none;
	display:block;
}

.ctrlShortCuts_link:hover
{
	color:#000000;
	text-decoration: none;
}


/*****************************************************
Word Dictionary
*****************************************************/
.ctrlWordDictionary_Panel
{
	position:absolute;
	display:none;
	padding:2px;
	border:solid 1px #C0C0C0;
	background:#FFFFEF;
	width:180px;
}

.ctrlWordDictionary_panelTitle
{
	background: #F6EECA;
	color: #222222;
	padding:2px;
	font-weight:bold;
}

.ctrlWordDictionary_panelBody
{
	padding:2px;
}

.ctrlWordDitionary_Word
{
	text-decoration:none;
	border-bottom:solid 1px #EAA002;
	cursor:hand;
}


/*****************************************************
Paging Control
*****************************************************/
.ctrlPagingControl
{
	display:block;
	background: #F6F6F6;
	width:500px;
	padding:4px;
	margin-bottom:1px;
}

.ctrlPagingControl_pagesInfo
{
	float:right;
}

.ctrlPagingControl_recordsInfo
{
	float:left;
}

.ctrlPagingControl_nextPage
{
	margin-left:7px;
	border-left:solid 1px #C0C0C0;
	padding-left:3px;
}

.ctrlPagingControl_prevPage
{
	margin-right:7px;
	border-right:solid 1px #C0C0C0;
	padding-right:3px;
}

.ctrlPagingControl_selectedPage
{
	text-decoration:none;
	font-weight:bold;
	color:#444444;
}

.ctrlPagingControl_pageItems
{
	display:inline;
	padding:0px;
}

.ctrlPagingControl_pageItems A
{
	padding:2px;
}

.ctrlPagingControl_pageItems A:hover
{
	padding:2px;
	background: #FFFFFF;
}


/*****************************************************
Web Site Navigator
*****************************************************/
.ctrlWebSiteNavigator
{
	color:#6D6D6D;
	font-size:9px;
	font-weight:bold;
	margin-bottom:5px;
}

.ctrlWebSiteNavigator A
{
	color: #6D6D6D;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}

.ctrlWebSiteNavigator A:hover
{
	color: #6D6D6D;
	font-weight: normal;
}
