/*****************************************************
Modify this stylesheet to change the style and appearance
*****************************************************/


/*****************************************************
Common Tags Predefinition
*****************************************************/
BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #5A5B5D;
    background-color: #FFFFFF; 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/*scrollbar-face-color: #FFC35A;
	scrollbar-shadow-color: #FFA200;
	scrollbar-highlight-color: #FFF2D6;
	scrollbar-3dlight-color: #E6CE99;
	scrollbar-darkshadow-color: #CD8302;
	scrollbar-track-color: #FFF2D6;
	scrollbar-arrow-color: #B67400;*/
	scrollbar-face-color: #F3F4F6;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #F3F4F6;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #EDEDED;
	scrollbar-arrow-color:#666666;
}

TD
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color:#000000;
}

A
{
    color: #627A94;
    text-decoration: underline;
}

A:hover
{
    text-decoration: underline;
}


/*****************************************************
Form Inputs
*****************************************************/
.formInputText /* <INPUT type=text /> */
{
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	background:#E9E9E9;
	color:#000000;
	border: solid 0px #ACAFB2;
	border-bottom-color: #ACAFB2;
	border-right-color: #ACAFB2;
	border-left-color:#ACAFB2;
	border-right-color:#ACAFB2;
	width:124px;
	 
}
.formInputTextGroup /* <INPUT type=text /> */
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	height: 20px;
	background: #e9e9e9;
	color: #000000;
	border: solid 1px #ACAFB2;
	
}

.formInputTextDisabled /* <INPUT type=text readonly /> */
{
	background-color:#F5F5F5;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	color:#555555;
	border: solid 1px #E5ECE2;
}

.formInputTextArea /* <TextArea/> */
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #ACAFB2;
	border-bottom-color: #CFD2D5;
	border-right-color: #CFD2D5;
	
    
}

.formInputTextAreaDisabled /* <TextArea readonly/> */
{
	background-color:#F5F5F5;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	color:#000000;
	border: solid 1px #A5ACB2;
}

.formInputTextCaption /* The caption of form input */
{
	font-family: Verdana,Tahoma,Arial;
	font-size:10px;
	color:#666666;
	padding:3px;
	padding-left:0px;
	padding-right:1px;
	font-weight:bold;
}

.formInputDescription /* The description of form input */
{
	/* !Note: there are descriptions right and bottom of the input */
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #777777;
	padding: 2px;
	padding-left: 10px;
	vertical-align:middle;
	display:block;
}

.formInputButton /* <INPUT type=submit /> */
{
	text-align:center;
	background-color:#B1B2B6;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color:White ;
	height:21px;
	cursor:hand;
}

.formInputButtonSmall /* Small <INPUT type=sumbit /> */
{
	text-align:center;
	background-color:#B1B2B6;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	font-weight: normal;
	color:White;
	cursor:hand;
}

.formInputDropdownPanel
{
	border: solid 1px #C0C0C0;
	display:inline;
	background:#FFFFFF;
	text-align:left;
}

.formInputDropdownPanel A
{
	display:block;
	padding:2px;
	border: solid 1px #FFFFFF;
	border-bottom: solid 1px #F0F0F0;
}

.formInputDropdownPanel A:hover
{
	display:block;
	padding:2px;
	color:#FFFFFF;
	background:#5d7291;
	border: solid 1px #FFFFFF;
	border-bottom: solid 1px #F0F0F0;
}

.formTextValue /* Simple value label */
{
	font-size:11px;
}

.formInputRow /* A row of the form table where the input is placed*/
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-bottom: solid 1px #E5E5E5;
	
	
}

.formInputButtonsRow /* The row of the form table where the buttons are placed */
{
	padding: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #D0D0D0;
	background:#EBEBEB;
	width:300px;
	
	
}

.formRequiredSign /* The symbol tha indicate the input as required */
{
	font-size: 9px;
	color: #808080;
}


/*****************************************************
Message Blocks
*****************************************************/
.errorMessage /* Error message */
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color :#B35757;
	font-weight: normal;
	line-height: 16px;
	padding-bottom:8px;
}

.notifyMessage /* Notification message */
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #656EAD;
	font-weight: normal;
	line-height: 16px;
	display:block;
	padding-bottom:5px;
}

.notifyMessageXL /* Big notification message */
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #656EAD;
	font-weight: bold;
	line-height: 16px;
	display:block;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}


/*****************************************************
Master Page
*****************************************************/

.mainMenuBase
{
	/*height:45px;
	background-image: url(../images/r_line.jpg);*/
	background-image: url(../images/banner116.jpg);
	/*padding-left:15px;*/
}

.mainMenuLeft
{
	height:45px;
	width:8px;
	background-image: url(../images/MenuLeftBkg.gif);
}

.mainMenuContent
{
	background-image: url(../images/MenuBkg.gif);
	text-align:left;
}

.headerBkg
{
	background-image: url(../images/bg_1024.jpg);
	background-repeat:no-repeat;
}

.headerCultureSwitchBkg
{
	background-image: url(../images/CultureSwitchBkg.jpg);
	padding-right:15px;
}

.footerBkg
{
	/*height:37px;
	border-top:solid 4px #C12F18;*/
	background-image: url(../images/last_imgs.jpg);
	background-repeat:no-repeat;
	padding-top:10px; 
}

.sideBorders /* The site borders of the site */
{
}

.sideColumnBkg /* The side controls columns*/
{
	background-color:#FFFFFF;
	padding-top:12px;
	padding-left:15px;
	padding-bottom:12px;
}

.contentFrame /* The frame of the content column*/
{
}

.contentBody /* The content body block */
{
	background-color:#FFFFFF;
	padding-top:2px;
}

.companyName
{
	padding-top:56px;
	padding-left:513px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 20px;
	font-weight:bold;
	color: #F26522;	
}

.copyrightText
{
	color: #666666;
	font-size: 10px;
	padding-left:5px;
}

.poweredByText
{
	color: #666666;
	font-size: 10px;
	/*text-align:right;
	padding-right:15px;*/
}

.navigationPanel
{
	height:30px;
}

/*****************************************************
Center Control
*****************************************************/
.csControl
{
	margin-bottom: 5px;
	
		 
}

.csControlTitle
{
	height: 32px;
}

.csControlTitleLeft
{
	/*background:url(../images/csControlTitleLeftBkg.jpg);*/
	/*background-color:#EBECEE;
	width: 40px;
	height: 50%;
	padding-right:5px;
	padding-top:5px; 
	background-repeat:no-repeat;*/
	width:0px;
	margin-left:0px;
	
	
}

.csControlTitleCenter
{
	/*background: url(../images/csControlTitleBkg.gif);*/
	background-color:#EBECEE;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #7E7A77;
	font-weight:bold;
	padding: 4px;
	vertical-align:middle;
	text-transform:uppercase;
   
	
}

.csControlTitleRight
{
	width: 1px;
	height: 100%;
}

.csControlBody
{
	background: #FFFFFF;
	
}

.csControlBodyLeft
{
	width: 0px;
}

.csControlBodyCenter
{
	background: #FFFFFF;
}

.csControlTabBar
{
    clear:both;
	margin-top:5px;
	margin-bottom:8px;
	float:left;
	width:100%;
	padding-left:3px;
	border-bottom:solid 1px #ACACAC;
}

.csControlTabBar_Item
{
	display:block;
	float:left;
    margin-right:3px;
    border-right:solid 1px #DCDCDC;
    border-left:solid 1px #ACACAC;
    border-top:solid 1px #ACACAC;
    padding:3px;
}

.csControlTabBar_Item A
{
	font-size: 10px;
	color: #707070;
	text-decoration:none;
	white-space:nowrap;
}

.csControlTabBar_Item A:hover
{
	text-decoration:underline;
}

.csControlTabBar_Item IMG
{
	border:0;
}

.csControlTabBar_SelectedItem
{
	float:left;
    margin-right:3px;
    border-right:solid 1px #DCDCDC;
    border-left:solid 1px #9C9C9C;
    border-top:solid 1px #9C9C9C;
    padding:3px;
    background: #F0F0F0;
    
}

.csControlTabBar_SelectedItem A
{
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	white-space:nowrap;
}

.csControlTabBar_SelectedItem A:hover
{
	text-decoration:underline;
}

.csControlTabBar_SelectedItem IMG
{
	border:0;
}

.csToolbar
{
    clear:both;
    margin-top:4px;
	height: 26px;
	
}

.csToolbar A
{
	border: solid 1px #E0E0E0;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:3px;
	padding-left:20px;
	background-color:#F9FCFF;
	text-decoration:none;
	background-repeat:no-repeat;
	display:block;
	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: 5px;
	
	
}

.csControlBodyRight
{
	width: 1px;
}

.csControlFooter
{
	height: 1px;
}

.csControlFooterLeft
{
	width: 1px;
	height: 100%;
}

.csControlFooterCenter
{
	height: 1px;
	border-bottom:solid 1px #FFFFFF;
}

.csControlFooterRight
{
	width: 1px;
	height: 100%;
}

/*****************************************************
Side Control
*****************************************************/
.csSideControlPanelHeader
{
	height:9px;
	background-image:url(../images/SideCtrlHeader.gif);
	background-color:#DDDDDD;
}

.csSideControlPanelFooter
{
	height:9px;
	background-image:url(../images/SideCtrlFooter.gif);
	background-color:#DDDDDD;
}

.csSideControlPanel
{
	
	background-color:#DDDDDD;
	border-left: solid 1px #BDBDBD;
	border-right: solid 1px #BDBDBD;
	width:125px;
	
}

.csSideControl
{
	/*border-bottom: solid 1px #A0A0A0;*/
	margin-bottom:9px;
	width:135px;
	text-align:center;
	padding-right:2px;
}

.csSideControl_Title
{
	text-align:left;
	height:25px;
	/*background-color:#DDDDDD;*/
	background-color:#FFFFFF;
	background-image:url(../images/login_125.jpg);
	/*background-image:url(../images/login.JPG);*/
	background-repeat:no-repeat ;
	margin-left:5px;
	
	color:#9EA5AF;
	/*color:#9EA5AF;*/
	font-size:11px;
	font-weight:bold;
	/*padding-left:10px;*/
	padding-top:5px;
	/*width:130px;*/
	display:block;
	text-indent:5px;
	
	
}

.csSideControl_Body
{
	/*padding: 3px;
	/*background-color:#DDDDDD;*/
	background-color:#FFFFFF;
	padding-left:0px; 
	 text-align:left; 
	 margin-left:5px; 
}

.csSideControl_Footer
{
}

.formInputButtonSideColumn
{
	background: #e6e6e6 url(../images/log_in.jpg);
	text-align: center;
	border-left: solid 1px #aeb8bf;
	border-top: solid 1px #aeb8bf;
	border-right: solid 1px #aeb8bf;
	border-bottom: solid 1px #aeb8bf; /*font-family: Verdana,Tahoma,Arial;*/
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	font-family: Tahoma;
	height: 18px;
	cursor: hand;
	padding-bottom: 2px;
	/*text-align:center;
	/*background-color:#FFA200;
	background-image:url(../images/login_button.jpg);
	border-top:solid 0px ;
	border-left:solid 0px;
	border-right:solid 0px;
	border-bottom:solid 0px ;
	font-family: Verdana,Tahoma,Arial;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	cursor:hand;*/
}

/*****************************************************
GridView
*****************************************************/
.csGridView
{
	border-width: 0;
	border-collapse:collapse;	
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #112211;
	
}

.csGridView_Item TD
{
	height: 22px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_EditItem TD
{
	background:#F9F8F3;
	border-bottom: solid 1px #D6D6D6;
}

.csGridView_Header TD,TH
{
	background-color:#EAEFF2;
	font-size: 10px;
	color: #7C7C7C;
	height: 20px;
	padding: 2px;
	font-weight: bold;
}

.csGridView_Header TD,TH A
{
	color: #54687E;
	font-size: 10px;
}

.csGridView_Header TD,TH A:hover
{
	color: #F26522;
	font-size: 10px;
}

.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
{
	background: #FFFFFF;
	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
	margin-bottom:1px;
	padding: 4px;
	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;
}


/*To be Removed:*/
.csControlHBorder
{
	background: #FFFFFF url(../images/CtrlHBorders.gif);
}

.csControlVBorder
{
	background: #FFFFFF url(../images/CtrlVBorders.gif);
}


/*****************************************************
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;
	float:left;
	
	display:block;
}

.frmControlPanel_Item A
{
	margin-top: 0px;
	color: #444444;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: solid 1px #999999;
	text-decoration: none;
	display:block;
	height:38px;
}

.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: solid 1px #999999;
	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:#666666;
	font-size:12px;
}

.ctrlWebSiteNavigator A
{
	color: #666666;
	font-size:10px;
	padding-right:2px;
}

.ctrlWebSiteNavigator A:hover
{
	color: #F26522;
	font-size:10px;
}