/*****************************************************
DATA.no default theme
Modify this stylesheet to change the colours and appearance
*****************************************************/


/*****************************************************
Tags predefinition
*****************************************************/
BODY /*The scroll bar colours are only visible in IE5.5+ */
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #5A5B5D;

    background: #CCCCCC; 
    
	scrollbar-face-color: #B3C1CF;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-highlight-color: #B3C1CF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #CBD7E4;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #FFFFFF;
}

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
{
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	background: #FFFFFF;
	color:#000000;
	border:1px;
	border-style:solid;
	border-color:#ACAFB2;
}

.formInputTextDisabled
{
	background-color:#F5F5F5;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	height:18px;
	color:#555555;
	border:1px;
	border-style:solid;
	border-color:#E5ECE2;
}

.formInputTextArea
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	border: 1px;
	border-style: solid;
	border-color: #ACAFB2;
	border-bottom-color: #CFD2D5;
	border-right-color: #CFD2D5;
}

.formInputTextAreaDisabled
{
	background-color:#F5F5F5;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	color:#000000;
	border:1px;
	border-style:solid;
	border-color:#A5ACB2;
}

.formInputAutocompleteTextbox_ListPanel
{
	border: solid 1px #C0C0C0;
	display:inline;
	background:#FFFFFF;
	margin-left:5px;
}

.formInputAutocompleteTextbox_ListPanel A
{
	display:block;
	padding:2px;
	white-space:nowrap;
	border: solid 1px #FFFFFF;
	border-bottom: solid 1px #F5F5F5;
}

.formInputAutocompleteTextbox_ListPanel A:hover
{
	display:block;
	padding:2px;
	border-left: solid 1px #AABAC9;
	background:#E1ECF6
}

.formInputTextCaption
{
	font-family: Verdana,Tahoma,Arial;
	font-size:10px;
	color:#666666;
	padding:3px;
	padding-right:1px;
	font-weight:bold;
}

/* !Note: there are descriptions rigth and bottom of the input */
.formInputDescription
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #777777;
	padding: 2px;
	padding-left: 10px;
	vertical-align:middle;
	display:block;
}

.formTextValue
{
	font-size:11px;
}

.formInputButton
{
	background: #E9F0F7;
	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-color: #E9F0F7;
	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;
}

.formInputRow
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-bottom: solid 1px #E5E5E5;
}

.formInputButtonsRow
{
	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:#F5F7F8;
}

.formInputButtonSideColumn
{
	background: #D6DBDF;
	text-align:center;
	border-left:solid 1px #BAC2B4;
	border-top:solid 1px #BAC2B4;
	border-right:solid 1px #548035;
	border-bottom:solid 1px #548035;
	font-family: Verdana,Tahoma,Arial;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	height:18px;
	cursor:hand;
	padding-bottom:2px;
	display:block;
}

.formRequiredSign
{
	font-size: 9px;
	color: #808080;
}

strong.notTranslated
{
	font-weight:normal;
	color: #A2BAC4;
}

/*****************************************************
Message Blocks
*****************************************************/

.errorMessage
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color :#B35757;
	font-weight: normal;
	line-height: 16px;
	padding-bottom:8px;
}

.notifyMessage
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #656EAD;
	font-weight: normal;
	line-height: 16px;
	display:block;
	padding-bottom:5px;
}

.notifyMessageXL
{
	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 Elements
*****************************************************/

.headerBkg
{
	background: #8896A8 url(../images/HeaderBkg.gif);
}

.headerBody
{
	background: url(../images/LogoMain.gif) no-repeat;
}

.copyrightText
{
	color: #999999;
	font-size: 9px;
	display: block;
	width: 40%;
	padding: 2px;
}

.sideColumnBkg
{
	background: #FFFFFF;
}

.contentColumn
{
	border-left: solid 5px #1C3C64;
	padding-left: 7px;
	padding-top: 0;
	padding-bottom: 5px;
	background: #FFFFFF;
}

.contentFrame
{
	border-top: solid 0px #5C5C5C;
	border-left: solid 0px #5C5C5C;
	border-right: solid 0px #D5D6D7;
	border-bottom: solid 0px #D5D6D7;
	background-color:#FFFFFF;
	padding: 0px;
	padding-bottom: 0px;
}

/*****************************************************
Controls common classes
*****************************************************/

.csControl
{
	background: #FFFFFF;
	margin-bottom: 3px;
}

.csControlTitle
{
	height: 22px;
}

.csControlTitleLeft
{
	background: #98A0AB;
	width: 1px;
	height: 100%;
}

.csControlTitleCenter
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #7E7A77;
	font-weight:bold;
	padding: 5px;
	background: #F7F6E0;
	height: 100%;
	text-transform:uppercase;
	vertical-align:top;
	border-top: solid 1px #98A0AB;
	border-bottom: solid 1px #98A0AB;
}

.csControlTitleRight
{
	background: #98A0AB;
	width: 1px;
	height: 100%;
}

.csControlBody
{
	
}

.csControlBodyLeft
{
	background: #98A0AB;
	width: 1px;
}

.csControlBodyCenter
{
	background: #FFFFFF;
}

.csControlBodyRight
{
	background: #98A0AB;
	width: 1px;
}

.csControlBodyMain /*The cell where the control real data in placed*/
{
	padding: 5px;
}

.csControlFooter
{
	height: 1px;
}

.csControlFooterLeft
{
	background: #98A0AB;
	width: 1px;
	height: 100%;
}

.csControlFooterCenter
{
	background: #98A0AB;
	height: 100%;
}

.csControlFooterRight
{
	background: #98A0AB;
	width: 1px;
	height: 100%;
}

.csControlTabBar
{
	background: #FBFBFB;
	font-size: 10px;
	padding:3px;
	border-left: solid 1px #C3CFD9;
	border-right: solid 1px #DFE6EB;
	border-top: solid 1px #C3CFD9;
	border-bottom: solid 1px #DFE6EB;
	margin: 4px;
}

.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:3px;
	padding-right:3px;
	white-space:nowrap;
}

.csControlTabBar_Item A:hover
{
	text-decoration:underline;
}

.csControlTabBar_Item IMG
{
	border:0;
	margin:0;
	padding:0;
}

.csControlTabBar_SelectedItem
{
	display:inline;
	background:#E3E8F1;
	margin-right: 3px;
}

.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;
}

/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
	background: #E8E8E8;
	margin-bottom:3px;
	width:152px;
	border: solid 1px #98A0AB;
}

.csSideControl_Title
{
	padding:5px;
	background: #A9B3C1;
	border-bottom: solid 1px #98A0AB;
	font-size: 10px;
	color: #F5F5F7;
	font-weight: bold;
	text-transform:uppercase;
}

.csSideControl_Footer
{
	display:none;
}

.csSideControl_Body
{
	padding: 5px;
	padding-top:2px;
	color: #556276;
	border-left: solid 1px #D4E6C7;
	border-right: solid 1px #D4E6C7;
}


/*****************************************************
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_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-color:#F6F8FA;
	font-size: 10px;
	color: #7C7C7C;
	height: 20px;
	padding: 2px;
	font-weight: bold;
	white-space:nowrap;
}

.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;
	margin-top: 5px;
	padding: 3px;
	color: #000000;
	font-size:11px;
}

/**********************************************/

.csContextItem
{
	padding-left: 3px;
	white-space:nowrap;
}

.csContextItem A
{
	font-size: 10px;
}

.csContextItem A:hover
{
	font-size: 10px;
}

.csContextItem IMG
{
	margin: 2px;
	background-color: #F0F0F0;
}

/*****************************************************
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:123px;
	display:inline;
	background:#FFFFFF;
	margin:2px;
}

.frmControlPanel_Item A
{
	margin-top: 0px;
	color: #444444;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: solid 1px #DDDDDD;
	text-decoration: none;
	display:block;
	background:#FFFFFF;
	height:28px;
}

.frmControlPanel_Item A:hover
{
	color:#000000;
	text-decoration: none;
}

/*****************************************************
Shortcuts
*****************************************************/

.ctrlShortCuts_link
{
	margin-top: 0px;
	margin-bottom:2px;
	color: #627A94;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-bottom: solid 1px #B2BBC4;
	background: #F6F6F6;
	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:#888888;
	font-size:12px;
	font-weight:bold;
	display:block;
	float:left;
	height:18px;
	margin-top:2px;
	margin-left:1px;
}

.ctrlWebSiteNavigator A
{
	color: #888888;
	font-size:10px;
	font-weight:bold;
	padding-right:2px;
}

.ctrlWebSiteNavigator A:hover
{
	font-size:10px;
	font-weight:bold;
	color: #1C3C64;
}