/*****************************************************
Reset the styling 
*****************************************************/
@import url("Reset.css");

/*****************************************************
Add jQuery styling
*****************************************************/
@import url("../JQuery/ui.all.css");

@media screen
{
    .printLogo
    {
        display:none;
    }
}

@media print
{
    .printLogo
    {
        display:inline;
    }
}
/*****************************************************
Screen styling
*****************************************************/
body
{
	background: #fff url("../Images/MainBkg.png") repeat-x;
	font: normal 11px Verdana, Helvetica, Arial,sans-serif !important;
	color: #444;
	margin: 0px;
	padding: 10px;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: Verdana, Helvetica, Arial,sans-serif !important;
}

a 
{
	border-bottom: 0px;
	color: #1f68c1;
}

a:focus 
{
	outline: 1px dotted #1f68c1;
}

a:active 
{
	outline: 0px;
}

a:hover 
{
	color: #e2a116;
}

/*****************************************************
Form Inputs
*****************************************************/
.formInputText /* <INPUT type=text /> */
{
    font-size: 11px;
    padding: 2px;
    background: #FFFFFF;
    border: solid 1px #ACAFB2;
}

.formInputTextDisabled /* <INPUT type=text readonly /> */
{
    background-color: #F5F5F5;
    font-size: 11px;
    height: 18px;
    color: #555555;
    border: solid 1px #E5ECE2;
}

.formInputTextArea /* <TextArea/> */
{
    font-size: 11px;
    background: #FFFFFF;
    border: solid 1px #ACAFB2;
    border-bottom-color: #CFD2D5;
    border-right-color: #CFD2D5;
}

.formInputTextAreaDisabled /* <TextArea readonly/> */
{
    background-color: #F5F5F5;
    font-size: 11px;
    border: solid 1px #A5ACB2;
}

.formInputTextCaption /* The caption of form input */
{
    font-size: 11px;
    color: #666666;
    padding: 1px;
    font-weight: bold;
    cursor: default;
}

.formInputDescription /* The description of form input */
{
    /* !Note: there are descriptions right and bottom of the input */
    font-size: 10px;
    color: #777777;
    padding: 2px;
    padding-left: 10px;
    vertical-align: middle;
    display: block;
}

.formInputButton /* <INPUT type=submit /> */
{
    background: #fff1d7 url(../images/SideControlButton.gif) repeat-x center;
    border-top: solid 1px #f1d69c;
    border-left: solid 1px #f1d69c;
    border-bottom: solid 1px #eabc5a;
    border-right: solid 1px #eabc5a;
    font-size: 11px;
    font-weight: bold;
    color: #66635c;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: hand;
}

.formInputButtonSmall /* Small <INPUT type=sumbit /> */
{
    background: #fff1d7 url(../images/SideControlButton.gif) repeat-x center;
    border-top: solid 1px #f1d69c;
    border-left: solid 1px #f1d69c;
    border-bottom: solid 1px #eabc5a;
    border-right: solid 1px #eabc5a;
    font-size: 10px;
    font-weight: normal;
    color: #6b6b6b;
    cursor: hand;
    padding-top: 0px;
    padding-bottom: 1px;
}

.formInputButtonSideColumn
{
    background: #fff1d7 url(../images/SideControlButton.gif) repeat-x center;
    border-left: solid 1px #cfd7e8;
    border-top: solid 1px #cfd7e8;
    border-right: solid 1px #bdc8e3;
    border-bottom: solid 1px #bdc8e3;
    font-size: 10px;
    font-weight: bold;
    cursor: hand;
    color: #6b6b6b;
    padding-top: 1px;
    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-size: 11px;
    border-bottom: dashed 1px #E5E5E5;
}

.formInputRow .left
{
	float:left;
}

.formInputRow .right
{
	float:left;
	margin-left:15px;
	padding-top:15px;
}

.formInputButtonsRow /* The row of the form table where the buttons are placed */
{
    padding: 0px;
    padding-top: 9px;
    padding-bottom: 2px;
    font-size: 11px;
    border-top: solid 1px #E5E5E5;
}

.formRequiredSign /* The symbol tha indicate the input as required */
{
    font-size: 9px;
    color: #808080;
}

.formInputErrorMessage
{
    font-size: 10px;
    color: #ff0000;
}

/*****************************************************
Autocomplete Textbox
*****************************************************/

.formInputDropdownPanel
{
	border: solid 2px #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;
}

.captcha .imageContainer
{
    text-align:center;
    width: 146px; 
    height: 57px;
}

.captcha .captchaImage
{
    border: solid 1px #DDD;
}

.captcha .loading
{
    
}

.captcha .buttonsContainer
{
    width: 30px;
    text-align:center;
    vertical-align:top;
}

.captcha .buttonsContainer IMG
{
    margin-bottom: 3px;
    width:22px;
    height:22px;
    cursor:pointer;
}

.captcha .inputContainer INPUT
{
    margin-top: 5px;
    width: 140px;
}


/*****************************************************
Message Blocks
*****************************************************/
.errorMessage
{
    display: block;
    padding: 5px;
    border: solid 1px #CC3300;
    background: #FFDACF;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.notifyMessage /* Notification message */
{
    font-size: 11px;
    color: #656EAD;
    font-weight: normal;
    line-height: 16px;
    display: block;
    padding-bottom: 5px;
}

/*****************************************************
Master Page
*****************************************************/

#pageOuther
{
	width: 100%;
	min-width: 966px;
	overflow: hidden;
}

#pageFrame
{
	width: 966px;
	margin: 0 auto;
}

#frameTop
{
    background: url("../images/frameTop.gif") no-repeat;
    height: 7px;
}

#frameBottom
{
    background: url("../images/frameBottom.gif") repeat-x;
    height: 7px;
}

#frameContent
{
	background: #fff;
	border-left:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
	padding-left:7px;
	padding-right:7px;
}

#pageHeader
{
	height: 62px;
	background: url(  "../images/HeaderBkg.gif" ) repeat-x;
}

#pageHeader *u
{
	border: solid 1px #000;
}

#pageHeader .moto
{
	float:left;
	width:490px;
	height:52px; 
	background: url(  "../images/HeaderMoto.gif" ) no-repeat;
	font-family:Tahoma,Verdana;
	color:#ff0000;
	font-size: 22px;
	padding-top:8px;
	padding-left:52px;
	margin-left: 25px;
	cursor:default;
}

#mainMenu
{
	height:33px;
	background: url(  "../images/MainMenuBkg.png" ) no-repeat;   
}

#leftColumn
{
    background: #d7ddeb url(  "../images/LeftColumnBottomBkg.gif" ) bottom no-repeat;
    width: 220px;
    padding: 0px;
    padding-top:5px;
    vertical-align:top;
}

#mainColumn
{
	vertical-align:top;
    width: 724px;
    padding: 0px;
    padding-left: 7px;
}

#breadcrumb
{
	height:19px;
	background: #eff2fd url(  "../images/BreadcrumbBkg.gif" ) no-repeat;
	margin-bottom: 6px;
}

.copyrightText
{
    color: #888888;
    font-size: 11px;
    text-align:center;
    margin-top:5px;
}

.homeServicesTitle
{
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
}

.homeServices TD
{
    background: #FFFFFF;
    padding: 3px;
    color: #1f68c1;
}

.tableIsGroups TD
{
    border-bottom: dashed 1px #C0C0C0;
    padding:4px;
}

/*****************************************************
Center Control
*****************************************************/
.csControl
{
    margin-bottom: 10px;
    width: 100%;
}

.csControlTitle
{
    height: 23px;
}

.csControlTitleLeft
{
    width: 5px;
    height: 100%;
    background: url(../Images/CenterControlLeftBkg.gif);
}

.csControlTitleCenter, .csControlTitleCenter SPAN
{
    background: url(../Images/CenterControlTitleBkg.gif);
    font-size: 13px;
    color: #4e5067;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
}

.csControlTitleRight
{
    background: url(../Images/CenterControlRightBkg.gif);
    width: 5px;
    height: 100%;
}

.csControlBodyLeft
{
    width: 1px;
}

.csControlBodyCenter
{
}

.csControlTabBar
{
    background: #f0f0f0 url(../Images/TabBarBkg.gif);
    padding: 3px;
    padding-bottom:0;
    margin-bottom:8px;
    border-bottom: solid 1px #fff;
    clear:both;
}

.csControlTabBar .item
{
    display: block;
    float: left;
    padding: 4px;
    margin-right: 2px;
    border-left: solid 1px #C3CFD9;
    border-right: solid 1px #DFE6EB;
    border-top: solid 1px #C3CFD9;
    border-bottom: solid 1px #f0f0f0;
    background: #f8f8f8;
    
}

.csControlTabBar .item A
{
    color: #97a7b8;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.csControlTabBar .item A:hover
{
    text-decoration: underline;
}

.csControlTabBar .item IMG
{
    border: 0;
}

.csControlTabBar .item.selected
{
    background: #ffffff;
    border-bottom: solid 1px #fff;
}

.csControlTabBar .item.selected A
{
    font-weight: bold;
    color: #555;
}

.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: 8px;
}

.csControlFooterLeft
{
    width: 1px;
    height: 1px;
}

.csControlFooterCenter
{
    height: 1px;
}

.csControlFooterRight
{
    width: 1px;
    height: 1px;
}

/****************/

.csControl1Body
{
    background: #dce2f0;
    border-left: solid 1px #c6d0eb;
    border-right: solid 1px #c6d0eb;
}

.csControl1TitleLeft
{
    background: url(../Images/CenterControl1LeftBkg.gif) no-repeat;
    width: 5px;
    height: 100%;
}

.csControl1TitleRight
{
    background: url(../Images/CenterControl1RightBkg.gif) no-repeat;
    width: 5px;
    height: 100%;
}

.csControl1TitleCenter
{
    background: url(../Images/CenterControl1TitleBkg.gif) repeat-x;
    vertical-align: middle;
}

.csControl1TitleCenter *
{
    background: Transparent;
    color: #ffffff;
    padding-left: 2px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.csControl1Footer
{
    height: 8px;
    background: url(../Images/CenterControl1Footer.gif) repeat-x;
}

.csControl1FooterLeft
{
    width: 5px;
    height: 8px;
    background: url(../Images/CenterControl1FooterLeft.gif) no-repeat left bottom;
}

.csControl1FooterCenter
{
}

.csControl1FooterRight
{
    width: 5px;
    background: url(../Images/CenterControl1FooterRight.gif) no-repeat right bottom;
}

/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
    margin-bottom: 9px;
    margin-left: 5px;
    width: 210px;
}

.csSideControl_Title
{
    background: url(../Images/SideControlTitle.gif);
    background-repeat: no-repeat;
    color: #71706e;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 7px;
    display: block;
}

.csSideControl_Body
{
    padding: 5px;
    background: #eff2fd url(../Images/SideControlFooter.gif) bottom no-repeat;
}

.csSideControl_Footer
{
    display: none;
}

/*****************************************************
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 TH, .csGridView_Header TD
{
    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: #f6f6ff;
    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: #da0000;
    font-size: 9px;
    font-weight: bold;
    padding-left: 7px;
    padding-top: 3px;
}

.ctrlWebSiteNavigator A
{
    color: #da0000;
    font-size: 10px;
    font-weight: normal;
    padding: 2px;
    text-decoration: none;
}

.ctrlWebSiteNavigator A:hover
{
    color: #da0000;
    font-weight: normal;
}

/*** ShareWithFriends ***/
.csShareWithFriends
{
    cursor:pointer;
}

.csShareWithFriends ul
{
    background: #ddd;
}

.csShareWithFriends ul li
{
    background: #fff;
    margin: 1px;
    padding: 3px;
    text-align:left;
}

.csShareWithFriends ul li a
{
    display:block;
    text-decoration: none;
}

.csShareWithFriends ul li img
{
    vertical-align:middle;
    margin-right: 4px;
}
