/*****************************************************
Modify this stylesheet to change the style and appearance
*****************************************************/


/*****************************************************
Common Tags Predefinition
*****************************************************/
BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background: #365676; 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	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;
}

TD
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color:#000000;
}

A
{
    color: #B53105;
    text-decoration: underline;
}

A:hover
{
	color: #671C03;
    text-decoration: underline;
}


/*****************************************************
Form Inputs
*****************************************************/
.formInputText /* <INPUT type=text /> */
{
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	background: #FFFFFF;
	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:#000000;
	padding:3px;
	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: #444444;
	padding: 2px;
	padding-left: 10px;
	vertical-align:middle;
	display:block;
}

.formInputButton /* <INPUT type=submit /> */
{
	background: #E6EFF6 url(../images/SideControlButton.gif);
	text-align:center;
	border-top: solid 1px #BDC2C8;
	border-left: solid 1px #BDC2C8;
	border-bottom: solid 1px #959FA9;
	border-right: solid 1px #959FA9;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	height:21px;
	cursor:hand;
}

.formInputButtonSmall /* Small <INPUT type=sumbit /> */
{
	background: #E6EFF6 url(../images/SideControlButton.gif);
	text-align:center;
	border-top: solid 1px #BDC2C8;
	border-left: solid 1px #BDC2C8;
	border-bottom: solid 1px #959FA9;
	border-right: solid 1px #959FA9;
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	cursor:hand;
}

.formInputButtonSideColumn
{
	background: #E6EFF6 url(../images/SideControlButton.gif);
	text-align:center;
	border-left:solid 1px #A6B8D8;
	border-top:solid 1px #A6B8D8;
	border-right:solid 1px #7884A4;
	border-bottom:solid 1px #7884A4;
	font-family: Verdana,Tahoma,Arial;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	height:18px;
	cursor:hand;
	padding-bottom:2px;
}

.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: dashed 1px #E5E5E5;
}

.formInputButtonsRow /* The row of the form table where the buttons are placed */
{
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 2px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-top: solid 1px #E5E5E5;
}

.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
*****************************************************/
.headerBkg
{
	background: url(../images/PageSkinBkg.gif);
    height:219px;
}

.pageHeaderBkg
{
    width:1004px;
    height:219px;
	background: url(../images/PageHeaderBkg.jpg);
}

.pageFooterBkg
{
    height:82px;
	background: url(../images/PageSkinBkg.gif);
}

.footerBkg
{
    height:52px;
	background: url(../images/FooterBkg.gif) no-repeat;
	margin-left:21px;
}

.contentBody
{
	background: url(../images/PageSkinBkg.gif);
	padding-bottom: 5px;
	padding-top:10px;
}

.leftColumn
{
    padding-right: 3px; 
    padding-left:19px; 
    width:208px;
}

.leftColumnBkg
{
	background: url(../images/LeftColumnBkg.gif);
	background-repeat:repeat-y;
}

.centerColumnBkg
{
}

.rightColumnBkg
{
	padding: 2px;
    width:208px;
}

.copyrightText
{
	color: #EEEEEE;
	font-size: 10px;
	padding: 20px;
	padding-right: 40px;
}


/*****************************************************
Center Control
*****************************************************/
.csControl
{
	margin-bottom: 9px;
}

.csControlTitle
{
	height: 22px;
}

.csControlTitleLeft
{
	width: 5px;
	height: 100%;
}

.csControlTitleCenter
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	vertical-align:middle;
	text-transform:uppercase;
}

.csControlTitleRight
{
	width: 1px;
	height: 100%;
}

.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
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #627A94;
	font-weight:normal;
	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
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #627A94;
	font-weight:normal;
	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: 18px;
}

.csControlFooterLeft
{
}

.csControlFooterCenter
{
}

.csControlFooterRight
{
}

/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
	width:175px;
	padding-bottom:9px;
}

.csSideControl_Title
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
	padding-top: 4px;
	padding-bottom: 4px;
	display:block;
    text-transform:uppercase;
}

.csSideControl_Body
{
	padding: 3px;
	padding-left: 8px;
}

.csSideControl_Footer
{
}

/*****************************************************
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_Header TH
{
	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;
}


/*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;
	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;
	padding-top:2px;
}

.ctrlWebSiteNavigator A
{
	color: #6D6D6D;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}

.ctrlWebSiteNavigator A:hover
{
	color: #6D6D6D;
	font-weight: normal;
}
