@import url("Reset.css");

html { overflow-y:scroll; }

body
{
	background: #1d1d1b;
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	line-height: 1.2;
	color: #444;
}

a
{
	border-bottom: 0px;
	color: #3c7ece;
}

a:focus
{
	outline: 1px dotted #3c7ece;
}

a:active
{
	outline: 0px;
}

a:hover
{
	color: #e6007e;
}

/*****************************************************
Form Inputs
*****************************************************/
.formInputText
{
	background: #fff;
	border: solid 1px #bebebe;
	border-bottom: solid 1px #1d1d1b;
	padding:2px;
}

.formInputTextDisabled
{
	background-color: #eee;
	color: #666;
	border: solid 1px #bebebe;
	border-bottom: solid 1px #1d1d1b;
	padding:2px;
}

.formInputTextArea
{
	background: #fff;
	border: solid 1px #bebebe;
	border-bottom: solid 1px #1d1d1b;
}

.formInputTextAreaDisabled
{
	background-color: #eee;
	color: #666;
	border: solid 1px #bebebe;
	border-bottom: solid 1px #1d1d1b;
}

.formInputTextCaption /* The caption of form input */
{
	font-weight: bold;
}

.formInputDescription /* The description of form input */
{
	/* !Note: there are descriptions right and bottom of the input */
	color: #777;
	display: block;
	padding-left:10px;
}

.formInputButton
{
	background: #1d1d1b;
	text-align: center;
	border: 0;
	font-weight: bold;
	color: #fff;
	line-height: 21px;
	cursor: pointer;
	padding: 3px 15px;
}

.formInputButtonSmall
{
	background: #1d1d1b;
	text-align: center;
	border: 0;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	line-height: 21px;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
}

.formInputButtonSideColumn
{
	background: #1d1d1b;
	text-align: center;
	border: 0;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	line-height: 21px;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
}

.formTextValue
{
	color: #B4b4b4;
}

.formInputRow
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.formInputButtonsRow
{
	padding-top: 9px;
	padding-bottom: 2px;
	border-top: dashed 1px #1d1d1b;
}

.formRequiredSign
{
	font-size: 9px;
}


/*****************************************************
Message Blocks
*****************************************************/
.errorMessage
{
	display: block;
	padding: 5px;
	background: #ffdacf;
	color: #cc3300;
	font-weight: bold;
	margin-bottom: 8px;
}

.notifyMessage
{
	display: block;
	background: #fff8cf;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 8px;
}

.notifyMessageXL /* Big notification message */
{
	display: block;
	background: #fff8cf;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 8px;
}


/*****************************************************
Master Page
*****************************************************/

#pageWrapper
{
	width: 100%;
	min-width: 994px;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#pageFrame
{
	width: 994px;
	margin: 0 auto;
	background: #fff url(  "../images/PageBkg.png" ) no-repeat;
}

#pageHeader
{
	height: 170px;
}

#pageHeader .baseLine
{
	margin-top: 90px;
	background: #1d1d1b;
}

#pageHeader .logo
{
	display:block;
	margin-left: 20px;
	width:381px;
}

#leftColumn
{
	float: left;
	width: 240px;
	padding:8px;
}

#mainColumn
{
	float: left;
	width: 689px;
	padding: 0px;
	padding-left: 29px;
}

#pageFooter
{
	background: #fff url(  "../images/FooterBkg.png" ) no-repeat;
	padding:7px 35px;
	font-size:11px;
}

/*****************************************************
Center Control
*****************************************************/
.csControl
{
	margin-bottom: 20px;
}

.csControlTitle
{
	width: 100%;
}

.csControlTitleLeft
{
	width: 1px;
}

.csControlTitleCenter
{
	padding-top: 18px;
	color: #1d1d1b;
	font-size: 20px;
	font-weight: bold;
}

.csControlTitleRight
{
	width: 1px;
}

.csControlBodyLeft
{
	width: 1px;
}

.csControlBody
{
}

.csControlBodyCenter
{
	vertical-align: top;
}
.csControlBodyRight
{
	width: 1px;
}

.csControlTabBar
{
	border-bottom: solid 1px #bebebe;
	padding: 3px 0;
	margin-top: 1px;
}

.csControlTabBar_Item
{
	display: inline;
	margin-right: 3px;
}

.csControlTabBar_Item A
{
	font-weight: normal;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
	border-bottom: solid 0 #FFFFFF;
}

.csControlTabBar_Item A:hover
{
	font-weight: normal;
	color: #aa0000;
	text-decoration: underline;
}

.csControlTabBar_Item IMG
{
	border: 0;
	margin: 0;
	padding: 0;
}

.csControlTabBar_SelectedItem
{
	display: inline;
	margin-right: 3px;
	padding: 5px;
	border: solid 1px #bebebe;
	border-bottom-color: #fff;
}

.csControlTabBar_SelectedItem A
{
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	color:#333;
}

.csControlTabBar_SelectedItem IMG
{
	border: 0;
	margin: 0;
	padding: 0;
}

.csToolbar
{
	height: 25px;
}

.csToolbar A
{
	border: solid 1px #bebebe;
	margin-right: 3px;
	margin-bottom: 4px;
	padding: 3px;
	padding-left: 20px;
	background-color: #e7f0f8;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
}

.csToolbar A:hover
{
	text-decoration: none;
}

.csControlBodyMain /*The cell where the control real data in placed*/
{
	padding-top: 10px;
}

.csControlFooter
{
	height: 11px;
}

.csControlFooterLeft
{
	width: 1px;
}

.csControlFooterCenter
{
}

.csControlFooterRight
{
	width: 1px;
}

/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
	margin-bottom: 20px;
}

.csSideControl_Title
{
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #646464;
	border-bottom:solid 1px #b0b0b0;
	padding-bottom:4px;
}

.csSideControl_Body
{
	padding-top: 8px;
}

.csSideControl_Footer
{
	height: 1px;
}

/*****************************************************
GridView
*****************************************************/
.csGridView
{
	border-width: 0;
	border-collapse: collapse;
	margin-bottom: 1px;
}

.csGridView_Item TD
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_AltItem TD
{
	padding-top: 3px;
	padding-bottom: 3px;
	background: #F7F7F7;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_EditItem TD
{
	background: #f5f1dc;
	border-bottom: solid 1px #D6D6D6;
}

.csGridView_Header TD, .csGridView_Header TH
{
	background: #dedede;
	border-bottom: solid 0px #1d1d1b;
	padding: 4px;
	font-weight: bold;
}

.csGridView_Footer TD,.csGridView_Footer TH
{
	background: #ccc;
	border-bottom: solid 0px #1d1d1b;
	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: solid 1px #dedede;
	padding: 3px;
}

/*****************************************************
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: #BFA7B2;
}


/*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: #ddd;
	text-align: right;
	padding: 2px;
	font-size: 9px;
	font-family: Verdana;
	color: #444444;
	font-weight: bold;
	white-space: nowrap;
}

.rmGroupTitle
{
	width: 33px;
	background: #f0f0f0;
	border: solid 1px #C6C6C6;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 9px;
	font-family: Verdana;
	color: #222222;
}

.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;
	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: #a8004d;
	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: #dedede;
	padding: 4px;
	margin-bottom: 1px;
}

.ctrlPagingControl_pagesInfo
{
	float: right;
	color: Black;
}

.ctrlPagingControl_recordsInfo
{
	float: left;
	color: Black;
}

.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-weight: bold;
}

.ctrlWebSiteNavigator A
{
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}

.ctrlWebSiteNavigator A:hover
{
}

