@import url("CenterControl_White.css");
@import url("CenterControl_Yellow.css");

/**** Common Tags Predefinition **********************/
BODY
{
    font-size: 11px;
    color: #000000;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background:#FFFFFF;
}

FORM
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
}

HTML *
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color:#000000;
}

A
{
    color: #000000;
    text-decoration: underline;
}

A:hover
{
	color: #000000;
    text-decoration: underline;
}

A.sideColumnLink
{
	font-size: 10px;
    color: #000000;
    text-decoration: underline;
}

A.sideColumnLink:hover
{
	color: #000000;
    text-decoration: underline;
}


/**** Form Inputs **********************/
.formInputText
{
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	background: #FFFFFF;
	color:#000000;
	border: solid 1px #ADBED7;
}

.formInputTextDisabled
{
	background-color:#F5F5F5;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	color:#555555;
	border: solid 1px #ADBED7;
}

.formInputTextArea
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #ADBED7;
	border-bottom-color: #ADBED7;
	border-right-color: #ADBED7;
}

.formInputTextAreaDisabled
{
	background-color:#F5F5F5;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	color:#000000;
	border: solid 1px #ADBED7;
}

.formInputTextCaption
{
	font-family: Verdana,Tahoma,Arial;
	font-size:10px;
	color:#666666;
	padding:3px;
	padding-right:1px;
	font-weight:bold;
	cursor:default;
}

.formInputDescription
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #777777;
	padding: 2px;
	padding-left: 10px;
	vertical-align:middle;
	display:block;
}

.formInputButton
{
	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
{
	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;
}

.formTextValue
{
	font-size:11px;
}

.formInputRow
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-bottom: dashed 1px #E5E5E5;
}

.formInputButtonsRow
{
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 2px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-top: solid 1px #E5E5E5;
}

.formRequiredSign
{
	font-size: 9px;
	color: #808080;
}

 /**** SideColumn *******************************************/
.formInputTextCaptionSideColumn
{
	font-family: Verdana,Tahoma,Arial;
	font-size:10px;
	color:#CFDBF1;
	padding:3px;
	padding-left:0;
	cursor:default;
}

.formInputTextSideColumn
{
	font-size:11px;
	height:18px;
	background: #f8f8ff;
	padding-left:2px;
	color:#000000;
	border: solid 1px #ADBED7;
}

.formInputButtonSideColumn
{
	background: #E6EFF6 url(../images/SideControlButton.gif);
	text-align:center;
	border-left:solid 1px #ADBED7;
	border-top:solid 1px #ADBED7;
	border-right:solid 1px #ADBED7;
	border-bottom:solid 1px #ADBED7;
	font-family: Verdana,Tahoma,Arial;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	height:18px;
	cursor:hand;
	padding-bottom:2px;
}


/**** Message Blocks ***********************/
.errorMessage
{
	font-size: 10px;
	color :#B35757;
	font-weight: normal;
	line-height: 16px;
	padding-bottom:8px;
}

.notifyMessage
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
	display:block;
	padding-bottom:5px;
}

.notifyMessageXL
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	display:block;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}


/*** Master Page ***********************/
.topContent
{
}

.headerTopMenu
{
    height: 36px;
    padding-left:158px;
    background: url('../images/header/TopMenuBkg.gif') repeat-x;
    background-color:#01b0df; 
}

.contentBody
{
    width:780px;
    height:600px;
    background-color:#f3fdff;
}

.centerContent
{
}

.bottomContent
{
    height: 32px;
    background: url('../images/FooterBkg.gif') repeat-x;
    background-color:#054a73; 
}

.rightColumnContent
{
	padding-left:20px;
}

.copyrightText
{
    text-align:center;
	color: #999999;
	font-size: 10px;
	padding: 4px;
}


/*****************************************************
Center Control
*****************************************************/
.Empty
{
    width: 1px; 
    height: 1px; 
    overflow: hidden;
}
/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
	margin-bottom: 10px;
}

.csSideControl_Title
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:6px;
	padding-top:8px;
	display:block;
}

.csSideControl_Body
{
}

.csSideControl_Footer
{
	display:none;
}

.csSideControl .formTextValue
{
	font-size:10px;
	color:#FFFFFF;
}

.csSideControl .formInputTextCaption
{
	font-size:10px;
	color:#CFDBF1;
	padding-right:1px;
	font-weight:normal;
	cursor:default;
}

.csSideControl .errorMessage
{
	font-size: 10px;
	color :#FFFFFF;
	padding:4px;
	background: #c24f4f;
	border: solid 1px #aa2c2c;
	margin-bottom: 5px;
}

.csSideControl .notifyMessage
{
	font-size: 10px;
	color :#FFFFFF;
	padding:4px;
	background: #4d8e59;
	border: solid 1px #367041;
	margin-bottom: 5px;
}

/*****************************************************
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: #F0F0F0;
	border-bottom: solid 1px #E8A959;
	font-size: 10px;
	color: #6C6C6C;
	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: #00000;
	padding:4px;
	margin-bottom:1px;
}

.ctrlPagingControl_pagesInfo
{
	float:right;
	color:#555555;
}

.ctrlPagingControl_recordsInfo
{
	float:left;
	color:#555555;
}

.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;
	color:#ffffff;
}

.ctrlPagingControl_pageItems A:hover
{
	padding:2px;
	background: #222222;
}


/*****************************************************
Web Site Navigator
*****************************************************/
.ctrlWebSiteNavigator
{
	color:#000000;
	font-size:9px;
	font-weight:bold;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.ctrlWebSiteNavigator A
{
	color: #000000;
	font-size: 9px;
	padding: 2px;
	text-decoration: none;
	font-weight:normal;
}

.ctrlWebSiteNavigator A:hover
{
	color: #aaaaaa;
}