@import url("Reset.css");

body
{
	height: 100%;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: #FFFFFF url(../Images/PageBkg.png) repeat-x;
}

form, html
{
	height: 100%;
}

a
{
	color: #187cbf;
	text-decoration: underline;
}

a:hover
{
	color: #eb6c00;
}

h1
{
	font-size: 20px;
	line-height: 40px;
}

h2
{
	font-size: 17px;
	line-height: 28px;
}

h3
{
	font-size: 14px;
	line-height: 22px;
}


/*****************************************************
Form Inputs
*****************************************************/
.formInputText /* <INPUT type=text /> */
{
	background: #fff;
	color: #000000;
	border: solid 1px #bbb;
	border-top: solid 1px #999;
}

.formInputTextDisabled /* <INPUT type=text readonly /> */
{
	background-color: #F5F5F5;
	background: #fff;
	color: #666;
	border: solid 1px #bbb;
	border-top: solid 1px #999;
}

.formInputTextArea /* <TextArea/> */
{
	background: #fff;
	color: #000000;
	border: solid 1px #bbb;
	border-top: solid 1px #999;
}

.formInputTextAreaDisabled /* <TextArea readonly/> */
{
	background-color: #F5F5F5;
	background: #fff;
	color: #666;
	border: solid 1px #bbb;
	border-top: solid 1px #999;
}

.formInputTextCaption /* The caption of form input */
{
	color: #666;
	font-weight: bold;
}

.formInputDescription /* The description of form input */
{
	/* !Note: there are descriptions right and bottom of the input */
	color: #777;
	padding: 2px;
	padding-left: 5px;
	vertical-align: middle;
	display: block;
}

.formInputButton /* <INPUT type=submit /> */
{
	background-color: #f68220;
	color: #fff;
	cursor: hand;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	font-weight: bold;
}

.formInputButtonSmall /* Small <INPUT type=sumbit /> */
{
	background-color: #f68220;
	color: #fff;
	cursor: hand;
	padding: 1px 1px 2px 1px;
	border: 0;
	font-size: 10px;
}

.formInputButtonSideColumn
{
	background-color: #f68220;
	color: #fff;
	cursor: hand;
	padding: 1px 1px 2px 1px;
	border: 0;
	font-size: 10px;
}

.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 */
{
	color: #000;
}

.formInputRow /* A row of the form table where the input is placed*/
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #E5E5E5;
}

.formInputButtonsRow /* The row of the form table where the buttons are placed */
{
	padding-top: 10px;
}

.formRequiredSign /* The symbol tha indicate the input as required */
{
	font-size: 9px;
	color: #808080;
}


/*****************************************************
Message Blocks
*****************************************************/
.errorMessage /* Error message */
{
	color: #d50000;
	line-height: 16px;
	padding-bottom: 8px;
}

.notifyMessage /* Notification message */
{
	color: #656EAD;
	line-height: 16px;
	display: block;
	padding-bottom: 5px;
}

.notifyMessageXL /* Big notification message */
{
	color: #656EAD;
	font-weight: bold;
	line-height: 16px;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}


/*****************************************************
Master Page
*****************************************************/

#pageWrapper
{
	width: 100%;
	min-width: 995px;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -170px;
}

#pageFrame
{
	width: 995px;
	margin: 0 auto;
	background: #fff;
}

#pageHeader
{
	height: 110px;
	position: relative;
}

#pageTopMenu
{
	position: absolute;
	width: 480px;
	height: 20px;
	right: 0;
	background: url(../Images/TopMenuBkg.png) repeat-x;
	padding-top: 8px;
	padding-right: 3px;
	text-align: right;
}

#pageMainMenu
{
	height: 60px;
	background: url(../Images/MainMenuBkg.png) repeat-x;
	margin-top: 8px;
	margin-left: 1px;
	margin-right: 1px;
}

#pageSearch
{
	position: absolute;
	right: 0px;
	top: 60px;
	width: 200px;
}

#pageBody
{
	padding-top: 5px;
}

#pageColumnCenter
{
	float: left;
	width: 758px;
	overflow: hidden;
	text-align: left;
	background: #fff;
	padding: 1px;
}

#pageColumnRight
{
	float: right;
	width: 215px;
	text-align: left;
	padding: 5px;
	background: #fff;
}

#pageFooter
{
	height: 160px;
	padding-top:10px;
	background: #5993b9 url(../Images/FooterBkg.png) repeat-x;
}

#pageFooter table
{
	width: 995px;
	height:150px;
	margin: 0 auto;
	
}

#pageFooter table *
{
	color: #fff;
}

.push
{
	height: 170px; /* .push must be the same height as .footer */
}


#homeImage
{
	background: url(../Images/HomeImage.jpg) no-repeat;
	height: 195px;
	padding-top: 205px;
}

#homeImage td
{
	background: url(../Images/HomeSection.png) no-repeat;
	color: #666;
	vertical-align: top;
}

#homeImage td div.content
{
	position: relative;
	height: 172px;
	width: 147px;
	padding: 5px 6px 0 6px;
}

#homeImage td .title
{
	font-family: Arial, Tahoma;
	font-size: 18px;
	text-align: center;
	color: #1e80c1;
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: dotted 1px #000;
	margin-bottom: 4px;
}

#homeImage td img
{
	position: absolute;
	bottom: 4px;
	left: 1px;
	width: 157px;
	border: 0;
}

#homeImage td a.more
{
	position: absolute;
	bottom: 60px;
	right: 10px;
	font-family: Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
	padding-right: 16px;
	line-height: 14px;
	background: url(../Images/HomeSectionMore.png) right no-repeat;
}

/*****************************************************
Center Control
*****************************************************/
.csControl
{
	margin-bottom: 5px;
}

.csControlTitle
{
	height: 42px;
}

.csControlTitleLeft
{
	width: 0px;
	height: 100%;
}

.csControlTitleCenter
{
	background: url(../Images/ControlTitle.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #1e80c1;
	vertical-align: top;
	padding-top: 7px;
	padding-left: 12px;
}

.csControlTitleRight
{
	width: 0px;
}

.csControlBody
{
}

.csControlBodyLeft
{
	width: 5px;
}

.csControlBodyCenter
{
}

.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: 5px;
}

.csControlFooter
{
	height: 1px;
}

.csControlFooterLeft
{
	width: 1px;
	height: 1px;
}

.csControlFooterCenter
{
}

.csControlFooterRight
{
	width: 1px;
}

/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
	margin-bottom: 9px;
}

.csSideControl_Title
{
	color: #1e80c1;
	font-size: 15px;
	font-family: Arial,Tahoma;
	padding: 5px;
	border-bottom: solid 1px #1e80c1;
	display: block;
}

.csSideControl_Body
{
	padding-top: 5px;
}

.csSideControl_Footer
{
	display: none;
}

/*****************************************************
GridView
*****************************************************/
.csGridView
{
	border-width: 0;
	border-collapse: collapse;
	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;
	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: #999;
	font-size: 12px;
	margin-bottom: 7px;
}

.ctrlWebSiteNavigator A
{
	color: #999;
	font-size: 11px;
	padding-right: 2px;
	text-decoration: none;
}

