body, html, form
{
	background-color: White;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #333;
	background: #ffffff url(Images/bg_body.png) top repeat-x;
	line-height: 130%;

}

table
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
}

textarea
{
	overflow: auto;
	resize: none;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	border-top: solid 1px #9DBFCF;
	border-left: solid 1px #9DBFCF;
	border-right: solid 1px #B6DEF1;
	border-bottom: solid 1px #B6DEF1;
	padding-left: 3px;
	padding-top: 3px;
}

input
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

input[type="text"], input[type="password"]
{
	border-top: solid 1px #9DBFCF;
	border-left: solid 1px #9DBFCF;
	border-right: solid 1px #B6DEF1;
	border-bottom: solid 1px #B6DEF1;
	padding-left: 3px;
	color: #333333;
}

select
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	border-top: solid 1px #9DBFCF;
	border-left: solid 1px #9DBFCF;
	border-right: solid 1px #B6DEF1;
	border-bottom: solid 1px #B6DEF1;
}

td
{
	vertical-align: top;
}

p
{
	text-indent: 0px;
}

a
{
	font-family: Trebuchet MS;
	text-decoration: none;
}

a, a:visited
{
	color: #006699;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	ie-dummy: expression(this.hideFocus=true);
}

a:hover, .linkhover:hover, a span.linkhover:hover, .chover
{
	text-decoration: underline;
	color: #006699;
	cursor: pointer;
}

a.nounderline:hover
{
	text-decoration: none;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #607080;
}

hr
{
	border: 1px solid #a0a0a0;
	height: 1px;
	color: #a0a0a0;
}

img
{
	border: none;
}

.right
{
	float: right;
}

.text-right
{
	text-align: right;
}

.hidden
{
	display: none;
}

/*------------------------ Unable To Process -------------------------*/
.unableToProcess td
{
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
	color: Red;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}

.unableToProcessDetails
{
	background-color: #f0f0f0;
	padding: 10px 10px 10px 10px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}



/*----- LoginStatus -----*/
.loginStatus a, .loginStatus a:visited
{
	color: #808080;
}

.loginStatus a:hover
{
	color: Red;
}



/*----- Master Layout -----*/
.masterTable
{
	width: 100%;
	height: 90px;
	border: 0px;
}

.masterHeaderLogo
{
	background: url('images/logo.gif') no-repeat;
	width: 300px;
	height: 90px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.masterHeader
{
	width: 300px;
	height: 50px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.masterBody
{
	padding: 10px;
	background: #f8f8f4;
}

.masterFooter
{
	border-top: 1px solid #c0c0c0;
	height: 26px;
	text-align: center;
	background: #f0f0f0;
}




/*----- Menu -----*/

.menuContainer
{
	padding-top: 0px;
	padding-right: 10px;
}

.menuContainerLogin
{
	background-color: #DEDEE0;
	height: 30px;
}

.menu
{
	padding: 0px;
	margin: 0px;
}

.menuItem td
{
	color: #567888;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.menuItemHover td
{
}

.menuItem td a, .menuItem td a:hover, .menuItem td a:visited, .menuItemHover td a, .menuItemHover td a:hover, .menuItemHover td a:visited
{
	color: #333;
}

.menuItem td a:hover
{
	text-decoration: underline;
}

.menuItemSelected td
{
	color: #567888;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.menuItemSelected td a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.menuBoxTitle
{
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12pt;
	font-weight: bold;
}

/*--- Menu with logo ---*/



.mainMenuWrapper
{
	margin: 20px 0px 0 186px;
	padding-right: 24px;
	background: url(Images/menu/menu_right.gif) top right no-repeat;
}

.mainMenu
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
	height: 50px;
	background: url(Images/menu/bg_menu.png) top;
}

.mainMenu li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
}

.mainMenu li.activeMenuItem
{
	margin: 0 0 0 -24px;
	background: url(Images/menu/bg_menuitem_active.gif) top right no-repeat;
}

* html .mainMenu li.activeMenuItem
{
	margin: 0;
	margin-left: expression((this == parentNode.firstChild) ? runtimeStyle.marginLeft = "-12px" : runtimeStyle.marginLeft = "-24px"  );
	background: url(Images/menu/bg_menuitem_active.gif) top right no-repeat;
}

.mainMenu li a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 24px 0 14px;
	height: 50px;
	background: url(Images/menu/bg_menuitem.gif) top right no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #0079b9;
	text-shadow: 0 1px 0 #ffffff;
}

.mainMenu li a strong
{
	padding: 0 10px 0 5px;
	background: url(Images/menu/menu_triangle.gif) right 9px no-repeat;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}


.mainMenu li.activeMenuItem a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 24px 0 38px;
	background: url(Images/menu/bg_menuitem_active_left.gif) top left no-repeat;
	color: #ffffff;
	text-shadow: 0 1px 0 #858e9e;
	font-size: 12px;
}

.mainMenu li.activeMenuItem a strong
{
	background: url(Images/menu/menu_triangle_active.gif) right 9px no-repeat;
}

.adminMenuDiv
{
	padding-top: 18px;
	color: #0079B9 !important;
}

/*
.mainMenu li.menuLogo
{
	position: relative;
	margin: 0 0 0 -24px;
	width: 210px;
	background: url(Images/menu/menu-logo.png) top left no-repeat;
}

.mainMenu li.menuLogo a
{
	padding: 0;
	width: 210px;
	background: none;
}
*/

a.menuLogo
{
	position: absolute;
	top: 20px; /*left: 10px;*/
	margin: 0;
	width: 210px;
	height: 50px;
	background: url(Images/menu/menu-logo.png) top left no-repeat;
	text-decoration: none;
}

* html a.menuLogo
{
	position: absolute;
	top: 20px; /*left: 10px;*/
	margin: 0;
	width: 210px;
	height: 50px;
	background: url(Images/menu/menu-logo.png) top left no-repeat;
	text-decoration: none;
	filter:expression(fixPNG(this));
}

.mainMenu li.accountRelated
{
	float: right;
	margin: 0;
	padding: 3px 0 0 5px;
	height: 47px;
	width: 180px;
}

.mainMenu li.accountRelated a
{
	float: left;
	clear: both;
	padding: 0 8px;
	height: auto;
	line-height: 22px;
	background: none;
	font-size: 12px;
	text-shadow: none;
	white-space: nowrap;
}

.mainMenu li.accountRelated a:hover
{
	text-decoration: underline;
}

.mainMenu li div
{
	float: left;
}

.mainMenuSeparator
{
	display: block;
	float: left;
	padding: 0;
	margin: 8px 0;
	width: 2px;
	height: 34px;
	background: url(Images/menu/menu_separator.gif) no-repeat;
	font-size: 1px;
}

.mainMenu li .beforeSeparator
{ *width:110px;
}

.mainMenu li.accountRelated .beforeSeparator a
{
	float: right;
}

.greatJobs
{
	display: block;
	background: url(Images/menu/great_jobs.gif) no-repeat;
	width: 108px;
	height: 50px;
	cursor: pointer;
}

.greatJobsActive
{
	display: block;
	background: url(Images/menu/great_jobs_active.gif) no-repeat;
	width: 108px;
	height: 50px;
	cursor: pointer;
}

.cvApplication
{
	display: block;
	background: url(Images/menu/cv_and_application.gif) no-repeat;
	width: 167px;
	height: 50px;
	cursor: pointer;
}

.cvApplicationActive
{
	display: block;
	background: url(Images/menu/cv_and_application_active.gif) no-repeat;
	width: 167px;
	height: 50px;
	cursor: pointer;
}

.interviewSkills
{
	display: block;
	background: url(Images/menu/interview_skills.gif) no-repeat;
	width: 144px;
	height: 50px;
	cursor: pointer;
}

.interviewSkillsActive
{
	display: block;
	background: url(Images/menu/interview_skills_active.gif) no-repeat;
	width: 144px;
	height: 50px;
	cursor: pointer;
}

/*------------------------ Home NewUser&User -------------------------*/

.HomeTop90
{
	padding-top: 90px;
}
.HomeTop12
{
	padding-top: 11px;
}
.HomeBottom15
{
	padding-bottom: 12px;
}
.Homeleft200
{
	padding-left: 190px;
}

.Homeleft17
{
	padding-left: 17px;
	padding-right: 10px;
}

.Homeleft15
{
	padding-left: 15px;
	padding-right: 10px;
}
.Homeleft20
{
	padding-left: 20px;
}
.Homepadding18lb
{
	padding-left: 18px;
	padding-bottom: 18px;
}
.HomeTop20
{
	padding-top: 20px;
}

.HomeTitleorange
{
	font-family: 'Century Gothic' , Palatino Linotype, Book Antiqua;
	font-size: 24px;
	color: #fe8800;
	padding-top: 24px;
	padding-bottom: 8px;
}

* html .HomeTitleorange
{
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 24px;
	color: #fe8800;
	padding-top: 24px;
	padding-bottom: 8px;
}

.HomeTitleorange2
{
	font-family: "Century Gothic" , Palatino Linotype, Book Antiqua;
	font-size: 24px;
	color: #fe8800;
	padding-bottom: 16px;
}
.HomeTitleblue
{
	font-family: "Century Gothic" , Palatino Linotype, Book Antiqua;
	font-size: 24px;
	color: #b8bddf;
	padding-top: 12px;
}

.HomeTitlewhite
{
	font-family: "Century Gothic" , Palatino Linotype, Book Antiqua;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
}

* html .HomeTitlewhite
{
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
}

.HomeTitleblack
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 16PX;
	color: #181A20;
	padding-top: 21px;
	padding-bottom: 16px;
	vertical-align: top;
}
.HomeTitleblack2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 16PX;
	padding-bottom: 11px;
	padding-top: 12px;
	vertical-align: top;
}
.Hometitlecontent
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	margin-bottom: 0px;
	
}

A.Hometitlecontent:disable
{
	color: #dcdcdc;
	text-decoration: none;
}

.Homecontentwhite
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 14px;
	padding-top: 5px;
}

.HomeTaketour
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 24px;
	vertical-align: sub;
}
A.HomeTaketour
{
	color: #ffffff;
	text-decoration: none;
}
A.HomeTaketour:link
{
	color: #ffffff;
	text-decoration: none;
}
A.HomeTaketour:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.HomeTaketour:hover
{
	color: #ffffff;
	text-decoration: underline;
}
A.HomeTaketour:disable
{
	color: #dcdcdc;
	text-decoration: none;
}

.Homecontentgrey
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 12px;
	
	display: block;
}
.Homecontentgrey2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 10px;
}
.Homecontentblue
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

.Homespace
{
	height:8px;
}

A.Homecontentblue
{
	color: #006699;
	text-decoration: none;
}
A.Homecontentblue:link
{
	color: #006699;
	text-decoration: none;
}
A.Homecontentblue:visited
{
	color: #006699;
	text-decoration: none;
}
A.Homecontentblue:hover
{
	color: #3b89b0;
	text-decoration: underline;
}
A.Homecontentblue:disable
{
	color: #dcdcdc;
	text-decoration: none;
}

.Homeiconcam
{
	padding-right: 4px;
	text-align: left;
	vertical-align: sub;
	padding-top: 0px;
	background-color: transparent;
}

* html .Homeiconcam
{
	margin-right: 4px;
	text-align: left;
	vertical-align: sub;
	padding-top: 0px;
    width:16px;
    height:14px;
	filter:expression(fixPNG(this));
}

.Homeiconhalp
{
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	background-color: transparent;
}
Homeborderwhite
{
	border: #afddf3 solid;
	width: 240px;
	height: 220px;
	background-color: #ffffff;
}

/*----- Login -----*/
.loginTable
{
	border: 1px solid #cccccc;
	margin-top: 20px;
}

.loginTable td
{
	text-align: center;
	background-color: White;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.loginTitle
{
	color: #333;
}

.loginLabel
{
	padding-right: 10px;
	text-align: right;
	color: #505050;
}

/*--- Login MWS ------------------- begin */
.bcrumb
{
	padding: 0px 0px 5px 15px;
	color: #999999;
	font-weight: bold;
}
.tour
{
	background: url("../../images/camera_20x14.gif") no-repeat scroll left top transparent;
	padding-left: 26px;
}
.table_content
{
}
.table_content .separator_vertical_gradient
{
	border-left: solid 20px #FFFFFF;
	border-right: solid 20px #FFFFFF;
}
.table_content .separator_vertical_line
{
	border-left: solid 20px #FFFFFF;
	border-right: solid 20px #FFFFFF;
}
.table_content .header
{
	height: 30px;
	padding: 0px;
}
.border_content
{
	border-top: solid 1px #BADBEE;
	border-bottom: solid 1px #BADBEE;
}
.border_column
{
	border-top: solid 1px #C2EBFF;
}
.separator_horizontal_dotted
{
	height: 1px;
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x; /*fix for ie7*/
	line-height: 1px;
	font-size: 1px;
}
.separator_horizontal_line
{
	height: 1px;
	font-size:0;
	background-color: #FFFFFF;
}
.separator_horizontal_line2
{
	height: 3px;
	background: url("../../images/bg_line3_v-line_1x2.png") repeat-x;
}
.separator_vertical_gradient
{
	width: 1px;
	background: #B2CEE1 url('../../images/bg_gradient_v-line_1x54.png') no-repeat left bottom;
}
.separator_vertical_line
{
	width: 1px;
	background: #C2EBFF;
}
.backgroung_column
{
	background: #FFFFFF url(../../images/bg_line3_v-line_1x2.png) repeat-x;
}
.backgroung_column2
{
	background: #DCEAEC url(../../images/bg_line3_v-line_1x2.png) repeat-x;
}
.form_padding2
{
	padding: 10px 15px;
}
.title1
{
	font-size: 20px;
	font-family: Century Gothic;
	color: #E45D00;
	line-height: 1em;
}
.title2
{
	font-size: 16px;
	line-height: 1em;
	color: #181B21;
}
.title3
{
	font-size: 15px;
	font-family: Century Gothic;
	line-height: 1em;
	color: #181B21;
}
.title4
{
	font-size: 13px;
	line-height: 1.2em;
	color: #333333;
}
.title5
{
	font-size: 15px;
	font-family: Century Gothic;
	color: #E45D00;
	line-height: 1em;
}
.title6
{
	color: #8FC9D2;
	font-size: 13px;
	font-weight: bold;
}
.text1
{
	line-height: 1.2em;
}
.text2
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
}
.text3
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}
.link1
{
	font-size: 13px;
	line-height: 1em;
}
.editbox_gr
{
	border-top: solid 1px #9dbfcf;
	border-left: solid 1px #9dbfcf;
	border-right: solid 1px #b6def1;
	border-bottom: solid 1px #b6def1;
	background-image: url('../../images/bg_editbox.png');
}
.submenu2
{
	padding: 11px 0px 11px 45px;
}
.submenu2-complete
{
	background: #FFFFFF url('../../images/18_completedStep.png') no-repeat 10px 10px;
}
.submenu2-active
{
	background: #F1F6F7 url('../../images/18_currentStep.png') no-repeat 10px 10px;
}
.edit_form .label
{
	margin-bottom: 5px;
}
.edit_form .activationlabel
{
	margin-bottom: 5px;
	margin-right: 20px;
	padding: 5px;
	border: 2px solid orange;
	text-align: justify;
}
.edit_form .field
{
	margin-bottom: 20px;
}
.edit_form .caption
{
	margin-bottom: 15px;
	padding: 0px;
}
.edit_form .title1
{
	margin-bottom: 20px;
}
.edit_form .title4
{
	margin-bottom: 20px;
}
.edit_form .editbox_gr
{
	padding-left: 7px;
	padding-right: 3px;
}
.edit_form select
{
	padding-left: 7px;
}
.edit_form .question
{
	padding: 10px 20px 5px 20px;
	margin-bottom: 10px;
	background-color: #F1F6F7;
}
.edit_form .question select
{
	margin-top: 5px;
}
.edit_form .question input
{
	margin-top: 5px;
}
.edit_form .question input[type=submit]
{
	margin-bottom: 10px;
}
.edit_form .edit-actions
{
	text-align: right;
}
.edit_form .edit-actions input
{
	margin-top: 10px;
}
input.error, .errorInTextBox
{
	border: solid 2px orange !important;
	color: Red !important;
}
label.error, span.validationErrorText
{
	display: block;
	color: #333 !important;
	font-size: 10px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
}
.login_form .editbox_gr
{
	width: 200px;
}
.registr_form .editbox_gr
{
	width: 150px;
}
.registr_form select
{
	width: 200px;
}
.result-list .edit-block
{
	padding: 10px 0px 10px 15px;
	background-color: #F1F6F7;
}
.result-list .hidden-actions
{
	text-align: right;
	visibility: hidden;
}
.result-list li.hover
{
	background-color: #F1F6F7;
}
.result-list .hover .hidden-actions
{
	visibility: visible;
}
/*--- Login MWS ------------------- end */

.titleTable td
{
	vertical-align: bottom;
	padding-right: 20px;
}


/*----- Controls -----*/
.Button
{
	background: url('Images/menuItem.gif') bottom;
	border: 1px solid #909090;
	cursor: pointer;
	color: #333;
	height: 26px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}

.LinkButton
{
	background: url('Images/menuItem.gif') bottom;
	border: 1px solid #909090;
	cursor: pointer;
	color: #333;
	height: 40px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}


.AddLinkButton
{
	background-image: url(Images/eip_edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 2px;
}

.ReturnLinkButton
{
	background-image: url(Images/return.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 2px;
}


.TextBox
{
	border: 1px solid #808080;
	background-color: White;
	width: 100px;
}

.TextBox200px
{
	border: 1px solid #808080;
	background-color: White;
	width: 200px;
}

.TextBox150px
{
	border: 1px solid #808080;
	background-color: White;
	width: 150px;
}

.TextBox100px
{
	border: 1px solid #808080;
	background-color: White;
	width: 100px;
}

.TextArea
{
	border: 1px solid #808080;
	background-color: White;
	width: 400px;
	height: 150px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.DropDownList
{
	border: 1px solid #808080;
	background-color: White;
	width: 400px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.DropDownList250px
{
	border: 1px solid #808080;
	background-color: White;
	width: 250px;
	margin-top: 2px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.DropDownList150px
{
	border: 1px solid #808080;
	background-color: White;
	width: 150px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
}



/*-----Form Styles -----*/
.AdminForm .FormItem select.TextBox
{
	width: 300px;
}

.Form
{
	width: 100%;
	border-collapse: collapse;
}

.FormHeader td
{
	background: #CCCCCC url('Images/GridHeaderBack2.gif');
	padding-left: 18px;
	color: #567888;
	cursor: default;
	vertical-align: middle;
	height: 38px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

.SettingsFormItem td
{
	cursor: default;
	height: 27px;
	vertical-align: middle;
}
.SettingsFormItem td *
{
	vertical-align: middle;
}
.SettingsFormItem td input[type=radio]
{
	margin-top: 0px;
}
.SettingsFormItem input, .SettingsFormItem select, .SettingsFormItem label
{
	margin-left: 7px;
}
.SettingsFormErrorItem td 
{
	cursor: default;
	vertical-align: top;
}
.SettingsFormErrorItem td label
{
	margin-left: 7px;
}


.FormItem td
{
	background-color: White;
	padding: 6px;
	border: 1px solid #CCCCCC;
	cursor: default;
	vertical-align: middle;
	height: 32px;
}

.FormItemAlt td
{
	background-color: #ececec;
	padding: 6px;
	border: 1px solid #CCCCCC;
	cursor: default;
	vertical-align: middle;
	height: 32px;
}

.Adjustment
{
	font-style: italic;
	color: Gray;
}

.FormButtons td
{
	text-align: center;
	padding-top: 12px;
}
.SettingsFormButtons td
{
	text-align: right;
	padding-top: 12px;
}

.FormRadioButtonList td
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 10px;
	vertical-align: middle;
}

/*----- Grid -----*/
.GridHeading
{
	font-size: 14pt;
	color: #505050;
}

.Grid
{
	width: 100%;
	background-color: White;
	border-collapse: collapse;
	border: 0px;
}

.GridHeader th
{
	background: #FFFFFF;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid #C2EBFF;
	border-bottom: 1px solid #C2EBFF;
	border-left: 0 none;
	border-right: 0 none;
	color: #8FC9D2;
	cursor: default;
	vertical-align: middle;
	height: 26px;
	text-align: left;
}

.GridHeader th a, .GridHeader th a:visited
{
	color: #8FC9D2;
	text-decoration: none;
}

.GridHeader th a:hover
{
	color: #8FC9D2;
	font-weight: bold;
	text-decoration: underline;
}
.GridBottomPager
{
	border-top: 1px solid #C2EBFF;
	border-bottom: 1px solid #C2EBFF;
}

.highlightedGridRow td
{
	background-color: #F1F6F7;
	border-bottom: none !important;
}

.editInfoRow
{
	height: 12px;
	display: none;
}

.editInfoRow td a
{
	/*display: none;*/
}

.highltEditInfoRow td
{
	background-color: #F1F6F7 !important;
}

.taskTable
{
	background: url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}

.editInfoRow td
{
	padding-bottom: 4px;
	background: url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}

.GridRow  td
{
   
	padding: 6px;
	cursor: default;
	vertical-align: middle;
	height: 70px;
}

.GridRowAlt  td
{
	background-color: #ececec;
	padding: 6px;
	border: 1px solid #CCCCCC;
	cursor: default;
	vertical-align: middle;
	height: 70px;
}

/*------------------------- Pager --------------------------*/
.Pager
{
	font-size: 10pt;
	font-weight: bold;
	display: inline;
}

.Pager a, .Pager a:hover, .Pager a:visited
{
	color: #333;
}

.PagerItem
{
	padding: 1px 6px 2px 6px;
	background-color: #e0e0e0;
}

.PagerItemHover
{
	padding: 1px 6px 2px 6px;
	background-color: #ffc0c0;
	color: White;
	cursor: pointer;
}

.PagerItemSelected
{
	padding: 1px 6px 2px 6px;
	background: #606060;
	font-weight: bold;
	color: White;
	cursor: default;
}



/*----- MvsPager -----*/
.MWSPager table tr td
{
	vertical-align: middle;
}

.MWSPager table tr td input
{
	width: 34px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 10px;
}

/*----- DualList -----*/
.DualList
{
	padding: 0px;
	border: 0px;
	cursor: default;
}

.DualList tr
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.DualList tr td
{
	height: 0px;
	padding: 2px;
	margin: 0px;
	border: 0px;
	cursor: default;
	vertical-align: middle;
}

.DualListButton
{
	display: inline-block;
	background: url('Images/button.gif') repeat-x;
	height: 20px;
	width: 25px;
	cursor: pointer;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.DualListButtonTD
{
	padding: 0px 20px 0px 10px;
}

.DualListTextBox
{
	width: 200px;
	font-size: 10pt;
	font-weight: normal;
}
.DualListButton div
{
	width: 25px;
	height: 20px;
	color: White;
	font-size: 8pt;
	font-family: Courier;
	font-weight: bold;
	margin-top: 3px;
	text-align: center;
}

/*--- Layout ---*/

.ui-layout-pane
{
	/* all 'panes' */
	overflow: auto;
}

.ui-layout-resizer
{
	/* all 'resizer-bars' */
	background: #DDD;
}

.ui-layout-toggler
{
	/* all 'toggler-buttons' */
	background: #AAA;
}

.ui-layout-south
{
	padding-top: 10px;
}

.ui-layout-north
{
	background: #f6f2ea;
}

/*
.resizerVertical
{
	background-image: url(Images/resizable-w1.gif) ;
	background-position:bottom;
	background-repeat: no-repeat;
}

.resizerVertical:Hover
{
	background-image: url(Images/resizable-w2.gif);
	background-position: top;
	background-repeat: no-repeat;
}
*/
.resizerHorizontal
{
	background-color: White;
}

.actions, .help
{
	border: 1px solid #bcd4e5;
}


.site_page > .header
{
	padding-bottom: 10px;
	height: 82px;
	font-size: 12pt;
	overflow: hidden;
}

.sub_header
{
	overflow: hidden;
}

.left
{
	width: 200px;
	float: left;	
}

* html .left
{
	width: 200px;
	float: left;	
	overflow:hidden;
}

.left_top
{
	border: none;
	padding-left: 5px;
	height: 29px;
	overflow: hidden;
	margin-left:5px;
}

.left_bottom
{	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left:5px;
	border-right-style: none;
	overflow-x: hidden;
	overflow-y: auto;
}

.left_back
{
	background-color: #ffffff;
	position:absolute; 
	top:29px; 
	left:4px;
	right:0px;
	bottom:0px ;
	z-index:-1
}

* html .left_back
{
	background-color: #ffffff;
	position:absolute; 
	top:29px; 
	left:4px;
	width:100%;
	height:100%;
	z-index:-1
}

.filters
{
	background: #fff;
	border: 0px solid #BBB;
	margin-right: 5px;
	border-right: 1px solid #bcd4e5;
	border-left: none;
	height: 30px;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	background: #ffffff url(Images/filters/bg.gif) bottom repeat-x;
	vertical-align: middle;
}

.center_def
{
	height: 90%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	zoom: 1;
}

.center_mws
{
	height: 100%; /*padding-right:10px;*/
}

.content
{
	background: #ffffff url(Images/v-border.gif) bottom left no-repeat;
	padding-left: 1px;
}

.workspace
{
	border-top: 1px solid #bcd4e5;
	background: #ffffff url(Images/v-border.gif) bottom right no-repeat;
	padding: 20px 20px 20px 20px;
	border-left: none;
	border-left: bottom;
	overflow: auto;
	zoom: 1;
}

.workspace2
{
	border-top: none;
	background: #ffffff url(Images/v-border.gif) bottom right no-repeat;
	border-bottom: none;
	border-left: none;
	overflow: auto;
	zoom: 1;
}

.workspaceInner
{
	zoom: 1;
}

.actions-help
{
	padding-right: 5px;
}

.footer
{
	background: #ffffff url(Images/bg_bottom.png) top repeat-x;
	padding-top: 5px;
	padding-left: 10px;
	z-index: 1000;
}

.site_page
{
	min-height: 100%;
	width: 100%;
	max-width: 980px;
	min-width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}

* html .site_page
{
	min-height: 100%;
	width: 980px;
	max-width: 980px;
	min-width: 980px;
	overflow: hidden;
	margin-left: auto;
    margin-right: auto;
	padding: 0;
	zoom: 1;
}

.footer_bg
{
	background: #ffffff url(Images/bg_bottom.png) top repeat-x;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 27px;
}

/* ----------- ToDoTaskList preview -----------*/
.previewShow
{
	display: inline;
	position: absolute;
	background-color: white;
	padding: 0px;
	border: 1px solid gray;
	z-index: 50;
	width: 400px;
	height: 300px;
}

.previewHide
{
	display: none;
}

.previewHeader
{
	background-color: #99CC33;
	padding: 5px 5px 5px 50px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid gray;
}

.previewHeaderClose
{
	background-color: #99CC33;
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid gray;
	vertical-align: middle;
}

.previewHeaderClose img
{
	cursor: pointer;
}

.previewBody
{
	padding: 0px;
}

.previewContent
{
	padding: 5px;
	overflow: auto;
	width: 390px;
	height: 264px;
}
/*----------- ToDoTaskList preview -----------*/

#ui-datepicker-div
{
	z-index: 9999999;
	background-color: White;
}

.guidesOuter
{
	width: 100%;
}

.guidesInner
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	height: 100%;
}

.guidesOuterTitle
{
	width: 90%;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}

.guideItem
{
	width: 90%;
}

.guideItemTitle
{
	border: 1px solid #BBB;
	height: 30px;
	padding-left: 5px;
	padding-top: 5px;
	color: #3552A5;
}

.guideItemLength
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #3552A5;
	vertical-align: bottom;
}

.guideItemButton
{
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: bottom;
}

.guidesSeparator
{
	height: 20px;
}

.guidesButton
{
	background: url('Images/btn_blue_32.png') no-repeat;
	border: 0px;
	color: White;
	font-size: 8pt;
	height: 23px;
	width: 34px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
}

.guidePage
{
	width: 100%;
}

.guideTitle
{
	font-size: 14pt;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.guideVideo
{
	text-align: center;
}

/*-------- Video begin ------------------------*/
.mm_l
{
	font-size: 1px;
	padding: 0;
	background: url('images/videoshadow_left.png') bottom no-repeat;
	width: 19px;
}

.mm_b
{
	font-size: 1px;
	padding: 0;
	background: url('images/videoshadow_bottom.gif') bottom repeat-x;
	height: 7px;
}
.mm_r
{
	font-size: 1px;
	padding: 0;
	background: url('images/videoshadow_right.png') bottom no-repeat;
	width: 19px;
}

.mm_link
{
	padding-bottom: 5px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}

.mm_link_img
{
	background: url('images/weblink.gif');
	width: 20px;
	height: 20px;
}
/*-------- Video end ------------------------*/

/*-------------- Confirm start -------------------*/
.confirmDialog
{
	position: absolute;
	display: none;
	border: solid 1px #ED6103;
	width: 350px;
	background-color: White;
	z-index: 1004;
}

.confirmHeader
{
	background-color: #FFF4EC;
	padding-left: 10px;
	line-height: 14px;
	height: 15px;
	border-bottom: solid 1px #ED6103;
}

.confirmImg
{
	background: url('../../images/34_warn.png');
	width:34px;
	height:34px;
}

* html .confirmImg
{
	background: url('../../images/34_warn.png');
	filter:expression(fixPNG(this));
	width:34px;
	height:34px;
}

#confirmLabel
{
	font-size: 11px;
	font-weight: bold;
	padding: 20px 15px 15px 15px;
}

#confirmCaptionLabel
{
	padding-top: 10px;
	padding-left: 40px;
}

.confirmButton
{
	vertical-align: top;
	margin-bottom: 20px;
}

#confirmModalBg
{
	position: absolute;
	z-index: 1003;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
}

.confirmButtonTd
{
	padding: 10px;
}

.button64
{
	background: url('../../Images/button64.gif');
	border: 0px;
	color: White;
	font-size: 9pt;
	height: 21px;
	width: 64px;
	cursor: pointer;
}
/*-------------- Confirm end -------------------*/


.busyScreen
{
	display: none;
	background-image: url('../../images/busy.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
}

/*
.blockOverlay
{
	background-color:#666666;
	background-image: url('DatePicker/images/ui-bg_diagonals-thick_20_666666_40x40.png');
    background-position:50% 50%;
    background-repeat: repeat;
	opacity: .50;
	filter:Alpha(Opacity=50);
}
*/


#tb1 td
{
	vertical-align: middle;
}

/*--- Header box ----------------------------------- begin ---*/
.headerBox
{
	background: url('images/menu/nt.gif') repeat;
}
.headerBoxTop div
{
	background: url('images/menu/tl.gif') no-repeat top left;
}
.headerBoxTop
{
	background: url('images/menu/tr.gif') no-repeat top right;
}
.headerBoxBotom div
{
	background: url('images/menu/bl.gif') no-repeat bottom left;
}
.headerBoxBotom
{
	background: url('images/menu/br.gif') no-repeat bottom right;
}

.headerBoxTop div, .headerBoxTop, .headerBoxBotom div, .headerBoxBotom
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.headerBoxContent
{
	margin: 0 7px;
}

.headerBox
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
/*--- Header box ----------------------------------- end ---*/

/*--- Alerts box ----------------------------------- begin ---*/
.alertBox
{
	background: url('images/alerts/nt.gif') repeat;
}
.alertBoxTop div
{
	background: url('images/alerts/tl.gif') no-repeat top left;
}
.alertBoxTop
{
	background: url('images/alerts/tr.gif') no-repeat top right;
}
.alertBoxBottom div
{
	background: url('images/alerts/bl.gif') no-repeat bottom left;
}
.alertBoxBottom
{
	background: url('images/alerts/br.gif') no-repeat bottom right;
}

.alertBoxTop div, .alertBoxTop, .alertBoxBottom div, .alertBoxBottom
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.alertBoxContent
{
	margin: 0 7px;
}

.alertBox
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
/*--- Alerts box ----------------------------------- end ---*/

/*--- Filters box ----------------------------------- begin ---*/
.filterBox
{
	background: url('images/filters/nt.gif') repeat;
}
.filterBoxTop div
{
	background: url('images/filters/tl.gif') no-repeat top left;
}
.filterBoxTop
{
	background: url('images/filters/tr.gif') no-repeat top right;
}
.filterBoxBottom div
{
	background: url('images/filters/bl.gif') no-repeat bottom left;
}
.filterBoxBottom
{
	background: url('images/filters/br.gif') no-repeat bottom right;
}

.filterBoxTop div, .filterBoxTop, .filterBoxBottom div, .filterBoxBottom
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.filterBoxContent
{
	margin: 0 7px;
}

.filterBox
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.filterBoxContent a, .filterBoxContent a:visted, .filterBoxContent a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

.filterBoxContent a:hover
{
	text-decoration: underline;
	color: #333;
}

.filterBoxSelected
{
	background: url('images/filters/nt_s.gif') repeat;
}
.filterBoxTopSelected div
{
	background: url('images/filters/tl_s.gif') no-repeat top left;
}
.filterBoxTopSelected
{
	background: url('images/filters/tr_s.gif') no-repeat top right;
}
.filterBoxBottomSelected div
{
	background: url('images/filters/bl_s.gif') no-repeat bottom left;
}
.filterBoxBottomSelected
{
	background: url('images/filters/br_s.gif') no-repeat bottom right;
}

.filterBoxTopSelected div, .filterBoxTopSelected, .filterBoxBottomSelected div, .filterBoxBottomSelected
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.filterBoxContentSelected
{
	margin: 0 7px;
}

.filterBoxSelected
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.filterBoxContentSelected a, .filterBoxContentSelected a:visted, .filterBoxContentSelected a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: white;
}

.filterBoxContentSelected a:hover
{
	text-decoration: underline;
}
/*--- Filters box ----------------------------------- end ---*/

/*--- Button box ----------------------------------- begin ---*/

.buttonBox
{
	background: #6FB6E5;
	cursor: pointer;
}
.buttonBoxTop
{
	background: url('images/button/tr.gif') no-repeat top right;
	margin-bottom: -2px;
}
.buttonBoxTop div
{
	font-size: 0;
	height: 6px;
	background: url('images/button/tl.gif') no-repeat top left;
}
.buttonBoxBottom
{
	background: url('images/button/br.gif') no-repeat bottom right;
	margin-top: -2px;
}
.buttonBoxBottom div
{
	font-size: 0;
	height: 6px;
	background: url('images/button/bl.gif') no-repeat bottom left;
}
.buttonBoxContent
{
	padding: 0px 6px 0px 6px;
	color: White;
	font-weight: bold;
	text-align: center;
}
.buttonBoxOuter
{
	text-decoration: none;
}

/*--- Button box ----------------------------------- end ---*/

.errorText
{
	color: Red;
}
.infoText
{
	color: Blue;
}


/*--- Email boxes ------------------------ begin --- */
.emailBoxes
{
	color: #3552A5;
	font-weight: bold;
}

.emailBoxCurrent a, .emailBoxCurrent a:hover
{
	color: #3552A5;
	padding-right: 10px;
	text-decoration: underline;
}

.emailBox a
{
	color: #3552A5;
	padding-right: 10px;
	text-decoration: none;
}

.emailBox a:hover
{
	color: #3552A5;
	padding-right: 10px;
	text-decoration: underline;
}
/*--- Email boxes ------------------------ end --- */

/*--- Master Footer ---*/
.footerCopyright
{
	color: #828a90;
	padding-right: 10px;
	font-size: 11px;
}

.footerLink
{
	padding-right: 15px;
	font-size: 11px;
}

.footerLink a
{
	color: #006699;
	text-decoration: none;
}

.footerLink a:hover
{
	text-decoration: underline;
}

/*--- Sub menu ---------------- begin ---*/

.subMenuWrapper
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	background: url(images/sub_menu/bg_tabswrapper.gif) bottom repeat-x;
}

.subMenuLeft
{
	display: block;
	list-style: none;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	height: 30px;
}

.subMenuLeft li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(images/sub_menu/bg_tabs1.gif) top repeat-x;
}

* html .subMenuLeft li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	width:120px;
	background: url(images/sub_menu/bg_tabs1.gif) top repeat-x;
}

.subMenuLeft li.leftSpace
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	background: none;
	width: 20px;
}


.subMenuLeft li.active
{
	background: url(images/sub_menu/bg_tabs1_active.gif) top repeat-x;
}

.subMenuLeft li a
{
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	background: url(images/sub_menu/tabs1_separator.gif) top left no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 1px 0 #0f3c5a;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.subMenuLeft li a span
{
	display: block;
	float: left;
	margin: 0;
	width: auto;
	height: 30px;
	line-height: 30px;
	min-width: 120px;
	margin-left:5px;
	margin-right:5px;
}


* html .subMenuLeft li a
{
    color: #ffffff! important;
	text-decoration:none;
}

* html .subMenuLeft li a:hover
{
	text-decoration:none;
}

* html .subMenuLeft li a span
{
	display: block;
	float: left;
	margin: 0;
	width: auto;
	height: 30px;
	line-height: 30px;
	width: 120px; 
	text-align: center;
}

.menuItemText
{
	margin-left: 10px;
	margin-right: 10px;
	min-width: 120px;
	text-align: center;
	height: 100%;
}

.subMenuLeft li.firstChild
{
	background: url(images/sub_menu/bg_tabs1_first.gif) top left repeat-x;
}

.subMenuLeft li.firstChildActive
{
	background: url(images/sub_menu/bg_tabs1_first_active.gif) top left repeat-x;
}

.subMenuLeft li.firstChild a, .subMenuLeft li.firstChildActive a
{
	background: none;
}

.subMenuLeft li.lastChild
{
	background: url(images/sub_menu/bg_tabs1_last.gif) top right repeat-x;
}

.subMenuLeft li.lastChildActive
{
	background: url(images/sub_menu/bg_tabs1_last_active.gif) top right repeat-x;
}

.subMenuLeft li.active a, .subMenuLeft li.firstChildActive a, .subMenuLeft li.lastChildActive a
{
	color: #333333;
	text-shadow: none;
}

* html .subMenuLeft li.active a, 
* html .subMenuLeft li.firstChildActive a, 
* html .subMenuLeft li.lastChildActive a
{
	color: #333333! important;
	text-shadow: none;
}

.subMenuRight
{
	float: right;
}

.subMenuRight li
{
	background: url(images/sub_menu/bg_tabs2.gif) top repeat-x;
}

* html .subMenuRight li
{
	background: url(images/sub_menu/bg_tabs2.gif) top repeat-x;
    width: 80px;
}

.subMenuRight li a
{
	background: url(images/sub_menu/tabs4_separator.gif) no-repeat left;
	font-weight: bold;
	color: #006699;
	text-shadow: 0 1px 0 #ffffff;
}

.subMenuRight li a span
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	min-width: 80px;
}

* html .subMenuRight li a, 
* html .subMenuRight li a:hover
{
    color: #006699! important;
	text-decoration:none;
}

* html .subMenuRight li a span
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 80px;
}

.subMenuRight li.firstChild
{
	background: url(images/sub_menu/bg_tabs2_first.gif) top left repeat-x;
}

.subMenuRight li.lastChild
{
	background: url(images/sub_menu/bg_tabs2_last.gif) top right repeat-x;
}

.tabYourProfile
{
	background: url(images/sub_menu/profile.png) 8px 3px no-repeat;
}

.tabCVs
{
	background: url(images/sub_menu/24.png) 8px 3px no-repeat;
}

.tabLetters
{
	background: url(images/sub_menu/24.png) 8px 3px no-repeat;
}
/*--- Sub menu ---------------- end ---*/

.newsP
{
	color: #006699;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.leftList
{
	/*border-bottom:solid 1px #c4e2f7; */
	color: #666666;
}

.leftList h1
{
	font-size: 16px;
	color: #181B21;
}

.leftItem
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
}

.leftItemSeparator
{
	height: 1px;
	background: #b6d1e3 url('../../images/left_item_sep.gif') left no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}

* html .leftItemSeparator
{
	height: 1px;
	font-size:0;
	background: transparent url('../../images/left_item_sep.gif') right no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}

.rightItemSeparator
{
	width: 1px;
	background: #b6d1e3 url('../../images/right_item_sep.gif') bottom no-repeat;
	margin-bottom: 10px;
	height: 100%;
	float: right;
}

/*---Giudes grid--*/
.giudesGrid
{
	width: 100%;
	background-color: White;
	border-collapse: collapse;
	border: 0px;
}

.giudesGridRow td
{
	background-color: #E3F1FA;
	padding: 3px;
	cursor: default;
	vertical-align: middle;
	height: 24px;
	border: solid 3px white;
}

.giudesGridRow table
{
	width: 100%;
}

.giudesGridRow table td
{
	background-color: #E3F1FA;
	border: none;
	width: 100%;
}

.giudesTitle
{
	font-size: 8pt;
	font-weight: bold;
}

.giudesGrid .giudesFeature
{
	width: 25%;
	padding: 0px 10px 0px 4px;
}

.giudesGrid .giudesRight
{
	width: 50%;
	text-align: right;
	padding: 0px 10px 0px 4px;
}

.giudesFeatureValue
{
	font-size: 8pt;
	font-weight: bold;
}

.scrollBtnUp
{
	z-index: 101;
	position: relative;
	top: 40px;
}

.scrollBtnDown
{
	z-index: 102;
	position: absolute;
	bottom: 1px;
	width: 100%;
}
.scrollBtnHiden
{
	display: none;
}

.profileComplete table
{
	display: none;
	padding-top: 3px;
	width: 100%;
}

.profileComplete td
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 12px;
	height: 24px;
}

.instantTips
{
	padding-top: 3px;
	padding-left: 3px;
	width: 95%;
}

.instantTips td
{
	/*display: none;*/
	padding-right: 3px;
	color: #006699;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 12px;
	height: 10px;
}

.instantTips td img
{
	vertical-align: middle;
}

.instantTipsDuration
{
	/*border-bottom: dotted 1px #cccccc;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
}

.instantTipsDurationImg
{
	padding-right: 3px;
}

.instantTipsDurationText
{
	color: #666666;
}

.leftItemTriangle
{
	cursor: pointer;
	padding-right: 5px;
}

/*--- CV Item ---------------------------------*/

.cvItemBoxOuter
{
	width: 220px;
	margin: 0px 20px 0px 0px;
}

.cvItemBox
{
	height: 262px;
	background: url('../../images/cv_item_bg.gif') top left no-repeat;
	border-bottom: solid 1px #C2EBFF;
	padding: 0px 1px 10px 1px;
}

.cvItemBoxHover
{
	height: 262px;
	background: url('../../images/cv_item_focus_bg.gif') top left no-repeat;
	border-bottom: solid 1px #C2EBFF;
	padding: 0px 1px 10px 1px;
}

.cvItemBoxHover_SAVE
{
	height: 220px;
	background: url('../../images/cv_item_focus_bg.gif') top left no-repeat;
	border-bottom: solid 1px #C2EBFF;
	padding: 15px 20px 10px 20px;
}

.cvItemDate
{
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-bottom: 0px;
}

.cvItemDateLabel
{
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-bottom: 0px;
}

td .cvItemStatus
{
	padding-left: 18px;
}

.cvItemStatus
{
	font-size: 10px;
	color: #333333;
	padding-bottom: 0px;
	height: 33px;
}

.cvItemStatusLabel
{
	font-size: 10px;
	color: #999;
	text-align: right;
	padding-bottom: 0px;
}

.cvItemIconViewComplete
{
	width: 16px;
	height: 16px;
	background: url(../../images/cv_item_iv_complete.png) left no-repeat;
}

.cvItemIconViewIncomplete
{
	width: 16px;
	height: 16px;
	background: url(../../images/cv_item_iv_incomplete.png) left no-repeat;
}

.cvItemIconViewSent
{
	width: 16px;
	height: 16px;
	background: url(../../images/cv_item_iv_sent.png) left no-repeat;
}

.cvItemName
{
	color: #006699;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 10px;
}

.cvItemName span
{
	color: #006699;
	font-size: 16px; /*font-weight: bold;*/
}

.cvItemName a
{
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

.cvItemName a:hover
{
	font-size: 11px;
	text-decoration: underline;
}

.cvItemNote
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.cvItemNote span
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.cvItemHelp
{
	padding-left: 20px;
	padding-top: 35px;
}

.cvItemObjTitle
{
	font-size: 10px;
	color: #C4C7C8;
	font-weight: bold;
}

.cvItemInnerSeparator
{
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

.cvItemInnerSeparator div
{
	width: 90%;
	border-bottom: solid 1px #ffffff;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.cvItemObjDescr
{
	height: 100px;
	padding-left: 7px;
}

.cvItemObjDescr .editLabelTable
{
}

.cvItemObjDescr .editLabelTableHover
{
	background: #F1F6F7;
}

.cvItemObjDescr .editLabelValue
{
	width: 173px;
	height: 60px;
}

.cvLinkButtons
{
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cvLinkButton
{
	font-weight: bold;
	font-size: 12px;
}

.cvLinkButton a
{
	color: #006699;
	text-decoration: none;
}

.cvLinkButton a:hover
{
	text-decoration: underline;
}

.cvItemStagesImg
{
	vertical-align: bottom;
	padding-bottom: 5px;
}

.cvItemStagesTxt
{
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}

.cvItemSeparator
{
	margin-top: 20px;
	height: 1px;
	line-height:1px;
	overflow: hidden;
	font-size:0;
	background: #b6d1e3 url(../../images/cv_item_sep_bg.gif) top left no-repeat;
}

.cvItemWorkspace
{
	padding: 0px 1px 1px 20px;
}

.cvItemWorkspaceHover
{
	background-color: #FFEEE0;
	padding: 0px 1px 1px 20px;
}

.hideOnPreLoad
{
	display: none; /* will appear when layout inits */
}

A.disabled
{
	text-decoration: line-through;
	color: #D8C9C9 !important;
	cursor: default;
}

.TodoTasksContactCell
{
	color: #006699;
	font-weight: bold;
}

/*--- Email Templates ---*/
.userEmailTemplate
{
	/*border-bottom: dotted 1px #CCCCCC;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	cursor: pointer;
}

.userEmailTemplateHover
{
	/*border-bottom: dotted 1px #CCCCCC;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #f1f6f7;
	cursor: pointer;
}

.commonEmailTemplate
{
	/*border-bottom: dotted 1px #CCCCCC;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	cursor: pointer;
}

.commonEmailTemplateHover
{
	/*border-bottom: dotted 1px #CCCCCC;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #F1F6F7;
	cursor: pointer;
}

.flatButton
{
	text-align: center;
	width: 60px;
	background-color: #F1F6F7;
	color: #006699;
	cursor: pointer;
	border: none;
}

.flatButtonWhite
{
	text-align: center;
	width: 60px;
	background-color: #ffffff;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	border: none;
}

.flatButtonWhiteWithBorder
{
	text-align: center;
	width: 58px;
	background-color: #ffffff;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	border: solid 1px #1D70A8;
}

.flatButtonHoverWithBorder
{
	text-align: center;
	width: 60px;
	background-color: #006699;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	border: solid 1px #1D70A8;
}

.flatButtonHover
{
	text-align: center;
	width: 60px;
	background-color: #006699;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	border: none;
}

.emailTemplateType
{
	font-size: 11px;
	font-weight: bold;
	background-color: #C2EBFF;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	margin-bottom: 6px;
}

.emailTemplateSubject
{
	font-size: 11px;
	border: solid 1px #B7B7A6;
	padding-left: 3px;
	width: 300px;
	height: 14px;
}

.emailTemplateAction
{
	color: #297FA9;
}

.emailTemplateActionHover
{
	color: #297FA9;
	text-decoration: underline;
}

.gridActionsTable
{
	border-collapse: collapse;
	margin-left: 5px;
}

.gridActionsTable a
{
	font-weight:normal;	
}

.gridActionsTable td
{
	color: #006699;
	font-size: 9pt;
	text-decoration: none;
	padding-right: 20px;
	white-space: nowrap;
	vertical-align:middle;
}

.gridFiltersTable
{
	background-color: #F1F6F7;
	width: 100%;
	height: 65px;
	margin-bottom: 13px;
}

.gridFiltersTable select, .gridFiltersTable select option
{
	padding-left: 5px; /*width: 160px;*/
	width: 100%;
}

.gridFiltersTable td
{
	padding: 0px 0px 10px 15px;
	white-space: nowrap;
}
.gridFiltersTable td.first
{
	padding-left: 12px;
}
.gridFiltersTable td.last
{
	padding-right: 0px;
}

.gridFiltersTable td.lastTD
{
	padding-right: 15px;
}

.gridFiltersTable td img
{
	border: 0px;
	cursor: pointer;
}
.gridFiltersTable td input
{
	width: 95%;
	color: #B0B0B0;
}

.gridFiltersTable td select
{
	width: 95%;
	color: #333333;
}

.gridFiltersTable td input[type="checkbox"]
{
	width: auto;
}

* html .gridFiltersTable td span input
{
	width: 20px;
}

* html .gridFiltersTable td .gridFiltersTableChkBox
{
	width: 20px;
}

.gridFiltersTable label
{
	line-height: 18px;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.gridFilterHead td
{
	padding: 15px 0px 3px 17px;
	color: #333333;
}

/*--- Resource lists ---*/
.ResourcesTable
{
	width: 100%;
	border-bottom: solid 1px #B2CEE1;
}

.ResourcesTable th
{
	text-align: left;
	color: #8FC9D2;
	border-bottom: solid 1px #C2EBFF;
	border-top: solid 1px #C2EBFF;
	border-right: 0px;
	border-left: 0px;
	height: 20px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
}

.AgenciesList, .JobWebsiteList, .NewsPapersList, .EmployersList
{
	width: 100%;
	border: 0px;
	line-height: 15px;
}
.JobWebsiteList td
{
	color: #006699 !important;
}

.AgenciesList td, .JobWebsiteList td, .AgenciesList td, .NewsPapersList td, .EmployersList td
{
	border: 0px;
	padding: 5px;
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
}

.AgenciesListWorkplace, .JobWebsitesListWorkplace, .NewsPapersListWorkplace, .EmployersListWorkplace
{
	height: 490px;
	width: 99%;
	overflow-y: auto;
	overflow-x: hidden;
}

.verticalBorderedTD
{
	border-left: solid 1px #B2CEE1;
	border-right: solid 1px #B2CEE1;
}

#ResourceDetails
{
	display: none;
}

#ResourceDetails h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #607080;
}

#BusinessAreaList, #RegionList
{
	height: 445px;
	width: 99%;
	overflow-y: auto;
	overflow-x: hidden;
}

#BusinessAreaList div.businessAreaItem, #RegionList div.regionsItem, #EmployersAreaList div.empCity
{
	padding: 3px 0px 3px 15px;
	font-family: Trebuchet MS;
	font-size: 12px;
}

.NoDataText
{
	color: #CCCCCC;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
	font-family: Trebuchet MS;
}
.gridSaveLink
{
	color: #006699;
	text-decoration: none;
	float: right;
	padding-right: 30px;
	font-family: Trebuchet MS;
}
.grdItemCount
{
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
}

.updateGroupsDiv
{
	float: right;
	margin-top: 3px;
	vertical-align: middle;
}
.contactsGroupsPreview, .contactsSpecialGroups
{
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 3px;
}
.contactsGroupsPreviewTD
{
	padding: 9px 0px 0px 16px;
	background-color: #ffffff;
	cursor: pointer;
}
.contactsGroupsPreviewTDAll
{
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	height: 22px;
}
.contactsGroupsEdit input
{
	border-color: #9DBFCF #B6DEF1 #B6DEF1 #9DBFCF;
	border-style: solid;
	border-width: 1px;
	color: #333333;
}
.contactsGroupsEdit a, #addAnotherGroup a
{
	padding-left: 3px;
	margin-top: 3px;
	font-weight: normal;
}

.contactsSpecialPreviewTD
{
	padding: 5px 5px 5px 15px;
	background-color: #ffffff;
	cursor: pointer;
}

.socialAuthLink
{
	float: right; 
	display: none;
}

.listContactsNames, .listContactsCompanies
{
	/*font-weight: bold;*/
	font-family: Trebuchet MS;
	font-size: 12px;
	width: 200px;
	height: 21px;
	cursor: pointer;
	background-color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	color: #666666;
	margin-left: 13px;
}

.listContactsNamesMore
{
	padding-left: 20px !important;
	width: auto;
}
.listContactsNames
{
	padding-top: 5px;
}

.listContactsCompanies
{
	/*border-top: dotted 1px #CCCCCC;*/
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x top;
	padding-top: 5px;
}

.tblContactCompanies, .tblContactNames
{
}
.contactsSpecialGroups
{
	font-family: Trebuchet MS;
}
.contactsTHRow, #grd tr th, #historyGrid tr th
{
	color: #8FC9D2;
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS;
	border-style: solid;
	border-width: 1px;
	border-color: #C2EBFF #FFFFFF #C2EBFF #FFFFFF;
	border-left: none;
	border-right: none;
	vertical-align: middle;
	height: 24px;
}
#historyGrid tr th
{
	text-align: left;
}

.contactFormEdit, .companyFormEdit
{
	padding-left: 20px;
}

.contactFormEdit table tr th, .companyFormEdit table tr th
{
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}

.contactFormPreview table tr th a, .companyFormPreview table tr th a, .contactListHeader a
{
	padding: 0px 5px 0px 5px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
}

.contactFormPreview table tr th, .companyFormPreview table tr th, .contactListHeader
{
	margin: 10px 0px 10px 0px;
	background-color: #F1F6F7;
	border: none;
	height: 28px;
}

.contactListHeader
{
	margin:0px;
	margin-left:-10px;
}

.contactListHeader a
{
	padding-top:7px;
	padding-right: 40px;
	float:right;
}

.contactFormPreview table tr td, .companyFormPreview table tr td
{
	padding-left: 20px;
}
.contactAnnoTD
{
	color: #9F9F9F;
	font-family: Trebuchet MS;
}

.contactEditAnnoTD
{
	color: #333333;
	font-family: Trebuchet MS;
}
.contactValueTD
{
	font-weight: bold;
	font-family: Trebuchet MS;
	color: #333333;
}
.contactValueTD a
{
	font-weight: normal;
}
.contactDashedLineTD
{
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat 20px bottom;
}

.contactsPhoneTbl tr td.contactAnnoTD
{
	padding: 3px 0px 0px 15px;
}

.contactEditAnnoTD
{
	padding: 0px 0px 2px 15px;
}

.contactsPhoneTbl tr td.contactValueTD
{
	padding: 3px 0px 0px 15px;
}

.contactFormEdit table tr th, .companyFormEdit table tr th
{
	padding: 10px 0px 10px 0px;
	background-color: #F1F6F7;
}
.contactFormEdit table, .companyFormEdit table
{
	background-color: #F1F6F7;
}
.contactFormEdit .contactAnnoTD, .contactFormEdit .contactValueTD, .companyFormEdit .contactAnnoTD, .companyFormEdit .contactValueTD
{
	padding-left: 15px;
}
.contactFormEdit .contactAnnoTD, .companyFormEdit .contactAnnoTD, .contactFormEdit .contactEditAnnoTD, .companyFormEdit .contactEditAnnoTD
{
	padding-bottom: 1px;
}
.contactFormEdit .contactValueTD, .companyFormEdit .contactValueTD
{
	padding-bottom: 5px;
}

.contactValueTD input, .contactValueTD textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #9DBFCF #B6DEF1 #B6DEF1 #9DBFCF;
	width: 90%;
	color: #333333;
}
.centeredEmptyTd
{
	vertical-align: middle;
	text-align: center;
}

.addAgencyButton, #NewsPaperDetails div.addNewsPaperButton, #EmployerDetails div.addEmployerButton
{
	/*margin-top: 10px;*/
	line-height: 24px;
	padding-left: 10px;
	background: #F5F5F5 url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
}

#NewsPaperDetails div.addNewsPaperButton a span, #EmployerDetails div.addEmployerButton a span, .addAgencyButton a span
{
	color: #006699 !important;
}

.addAgencyButton a img, .alertDataButton a img, #NewsPaperDetails div.addNewsPaperButton a img, #EmployerDetails div.addEmployerButton a img
{
	border: none;
	vertical-align: middle;
}
.addAgencyButton a, .alertDataButton a
{
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #006699;
}

.alertDataButton
{
	margin-top: 10px;
}

.ulDirectoryTabs
{
	margin-bottom: 0px;
	padding-left: 10px;
}

.directoryTabs li
{
	display: inline;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	border: solid 1px #CCE7F8;
	padding-left: 5px;
	height: 20px;
}

.directoryTabs li a
{
	background-image: url(Images/directory_tabs_bg.png) top repeat-x;
}

.directoryTabs li.active a
{
	background-image: none;
}

.directoryTabs li.active
{
	display: inline;
	list-style-type: none;
	border-style: solid;
	border-width: 1px;
	border-color: #CCE7F8 #CCE7F8 #FFFFFF #CCE7F8;
}
.jobBoardsInContactSpan
{
	color: #666666;
	float: right;
	padding-right: 20px;
	display: block;
}
.jobWebAnchor, .jobWebAnchor span
{
	text-decoration: none;
	font-family: Trebuchet MS;
	float: right;
	padding-right: 20px;
}
.jobWebAnchor img
{
	border: none;
	vertical-align: middle;
}

.jobWebAnchorPlus
{
	background: url(../../Images/11_icon-plus.png) 0px 3px no-repeat;
	display: block;
	padding-left: 15px;
	color: #006699 !important;
}

.jobWebAnchorMinus
{
	background: url(../../Images/11_icon-minus.png) 0px 3px no-repeat;
	display: block;
	padding-left: 15px;
	color: #006699 !important;
}
#FeaturedSites div
{
	padding: 5px 5px 5px 0px;
}
.featuredDiv div a
{
	display: none;
}
.featuredDiv
{
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
	height: 50px;
}

* html .featuredDiv
{
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
	height: 55px;
}

.featuredSpan
{
	color: #666666;
	font-family: Trebuchet MS;
}

.greetingText
{
	padding-top: 5px;
	height: 25px;
}
.greetingText span
{
	font-size: 12px;
}

.greetingHome
{
	width: 32px;
	height: 29px;
	background: url(Images/tab_home.gif) top left no-repeat;
	cursor: pointer;
}

.greetingHomeActive
{
	width: 32px;
	height: 29px;
	background: url(Images/tab_home_active.gif) top left no-repeat;
	cursor: pointer;
}

#ResourceDetails span, #NewsPaperDetails span, #EmployerDetails span
{
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 12px;
}

#ResourceDetails span.title, #NewsPaperDetails span.title, #EmployerDetails span.title
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #999999;
}
#ResourceDetails #lblAddress
{
	color: #333333;
}

#NewsPaperDetails div, #EmployerDetails div
{
	margin: 0px 12px 0px 7px;
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
	padding: 10px 0px 10px 0px;
}

#NewsPaperDetails div span.blueSpan
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}


/*--<Filter>--*/

.gridFiltersTable td input.filterBtnUpdate
{
	width: 60px;
	color: #FFFFFF;
}

.gridFiltersTable td input.filterBtnClear
{
	width: 60px;
	color: #1D70A8;
}

.filterBtnUpdate
{
	border: solid 1px #1D70A8;
	background-color: #1D70A8;
	color: #FFFFFF;
	width: 60px;
	cursor: pointer;
}

.filterBtnClear
{
	border: solid 1px #1D70A8;
	background-color: #FFFFFF;
	color: #1D70A8;
	width: 60px;
	cursor: pointer;
}

/*--</Filter>--*/

.ulEmailSetting
{
	width: 400px;
}

.ulEmailSetting li
{
	padding-bottom: 10px;
}

.emailProviderDropDownList
{
	width: 200px;
}

.emailSettingEmailPasswordTable
{
	width: 100%;
}

.emailSettingEmailPasswordTable input
{
	width: 190px;
}

.secontTd
{
	padding-left: 10px;
}

.liEmailSettingButton
{
	text-align: right;
}
#tblAllGroupsTemplates, #tblSpecialGroupsTemplates
{
	font-size: 12px;
}

.contactGroups
{
	font-size: 12px;
	font-weight: bold;
	background-color: #C2EBFF;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
	font-family: Trebuchet MS;
	line-height: 22px;
	margin-bottom: 3px;
	color: #333333;
}

div.TDTEditor
{
	/*background-color: #F1F6F7; 	border-bottom: 1px dashed #CCCCCC;*/
	padding: 4px;
	background: #F1F6F7 url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}

table.TDTEditor
{
}

table.TDTEditor span
{
	padding-right: 4px;
}

table.TDTEditor td
{
	height: auto;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	white-space: nowrap;
}

.negativeTr td
{
	background-color: #F1F6F7;
	border-bottom: solid 1px #333333;
	padding: 3px;
}

.positiveTr td
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #333333;
	padding: 3px;
}

/*--- Message area ---------------*/
.messageBlockLeftRed
{
	height: 40px;
	padding-left: 20px;
	background: url(images/top_message/bg_message-left.png) left no-repeat;
	margin-top: 25px;
}

 * html .messageBlockLeftRed
{
	height: 40px;
	padding-left: 20px;
	background-image: url(images/top_message/bg_message-left.png);
	background-position:left;
	background-repeat:no-repeat;
	margin-top: 25px;

}

.messageBlockLeftGreen
{
	height: 40px;
	padding-left: 20px;
	background: url(images/top_message/bg_message-left-green.png) left no-repeat;
	margin-top: 25px;
}

.messageBlockRightRed
{
	height: 40px;
	padding-right: 20px;
	background: url(images/top_message/bg_message-right.png) right no-repeat;
}

* html .messageBlockRightRed
{
	height: 40px;
	padding-right: 20px;
	padding-left:10px;
	background: url(images/top_message/bg_message-right.png) right no-repeat;

}

.messageBlockRightGreen
{
	height: 40px;
	padding-right: 20px;
	background: url(images/top_message/bg_message-right-green.png) right no-repeat;
}


.messageBlockInner
{
	height: 40px;
	margin: 0 -20px;	
}

.messageBlockInnerLeft
{
	width: 10%;
	float: left;
	height: 30px;
}

.messageBlockText
{
	display: block;
	float: left;
	width: 80%;
	height:30px;
	text-align: center;
	margin: 2px 0 0 0;
	overflow: hidden;
	padding-top:2px;
}

.messageBlockText span
{
    line-height:30px;
}

.messageBlockInnerRight
{
	width: 10%;
	float: right;
	height: 30px;
}

.messageWarnIcon
{
	width: 34px;
	height: 34px;
	margin: -3px 0 0 auto;
	padding-left: 10px;
}

* html .messageWarnIcon
{
	margin: -2px 0px 0 10px;
	padding:0;
    filter:expression(fixPNG(this));
}

.messageCloseButton
{
	display: block;
	float: right;
	margin: 6px 6px 0 0;
	width: 28px;
	height: 28px;
	background: url(images/top_message/btn_message-close.png) no-repeat;
	cursor: pointer;
}

* html .messageCloseButton
{
	display: block;
	float: right;
	margin: 6px 6px 0 0;
	width: 28px;
	height: 28px;
	background: url(images/top_message/btn_message-close.png) no-repeat;
	cursor: pointer;
	filter:expression(fixPNG(this));
}

#grd tr th
{
	text-align: left;
}

#grd tr td
{
	height: 40px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	vertical-align: middle;
}

.markSpan a
{
	color: #006699;
}

.AppHistorySubject
{
	color: #006699 !important;
	font-family: Trebuchet MS;
	font-size: 13px;
}

#historyGrid #statusTable tr td
{
	background-image: none;
	padding-top: 0px;
	vertical-align: middle;
}
.exportHistoryLabel
{
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	font-family: Trebuchet MS;
	padding-right: 20px;
}

#historyGrid tr td
{
	height: 40px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	color: #333333;
	vertical-align: top;
	padding-top: 12px;
}
.filterCheckBox
{
	padding-left: 16px;
}

.settingsEmailForm
{
	width: 100%;
	background-color: #F1F6F7;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.settingsEmailForm th
{
	padding: 10px 0 5px 0;
	background: #F1F6F7 url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	color: #333333;
}

.settingsRule
{
	margin-bottom: 20px;
	height: 1px;
	width: 100%;
	color: #C2EBFF;
	border: solid 1px #C2EBFF;
}
p.DNN_News_ItemDate
{
	margin-top: 10px;
	margin-bottom: 0px;
}
p.DNN_News_ItemLink
{
	margin-top: 0px;
	margin-bottom: 0px;
}

p.DNN_News_ItemDetails
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #515358;
}

.dottedLine
{
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	height:1px;
	width:100%;
}

.adviceHeader
{
	background: url(Images/filters/bg.gif) repeat-x bottom;
	margin: -10px -10px 0px -10px;
	padding: 10px 10px 0px 30px;
	
}
.adviceList
{
	margin: 0px -10px 0px -10px;
}

a.linkClose
{
	background-position: 0px 0px;
	display: inline-block;
	height: 16px;
	width: 16px;
	/*padding-left: 16px;*/
	overflow: hidden;
	background-image: url('../../Images/close_16x16.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-bottom: 3px;
}

/*-------------- Suggestion start -------------------*/
.SuggestionHint
{
	position: absolute;
	display: none;
	border: solid 1px;
	width: 100px;
	height: 100px;
	padding: 10px 10px 10px 10px;
	background-color: White;
	z-index: 1001;
}
.SuggestionTextBox
{
	width: 350px;
	height: 130px;
}
.SuggestionLabel
{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}
.SuggestionDialog
{
	border: solid 1px #1D70A8 !important;
	background-color: #FFFFFF !important;
}
/*-------------- Suggestion end -------------------*/

.emailRightBorder
{
	background: url(Images/v-border.gif) no-repeat scroll right bottom;
}

.settingsHeader
{
	background: url(Images/filters/bg.gif) repeat-x bottom; 
	width:100%;
	height:25px;
	padding-left:14px;
}

.selectorTr:hover td
{
	color: #006699;
    background-color: #f1f6f7;
}

.adviceCentresSeparator
{
	background: url(../../Images/dottedGrayLine.gif) repeat-x bottom; 
}

.question img
{
	margin-top:5px;
} 

/*Link with plus left image*/
.addLink
{
	padding-left:18px;
	background-image:url(../../Images/add.gif);
	background-position:left center;	
	background-repeat:no-repeat;
}

.LinksToolbar a
{
	padding-right:20px;
}
.adviceCentreHomeBrowseDiv
{
	padding: 10px 10px 10px 23px; 
	border-bottom: 1px solid #C1EBFF;
	background: #ffffff url(Images/filters/bg.gif) bottom repeat-x;	
	border-right: 1px solid #bcd4e5;
	height: 40px;
	/*line-height: 40px;*/
	vertical-align: middle;
}

* html .taskStatusIcon
{
    width:34px;
    height:34px;
    filter:expression(fixPNG(this));
}

* html .SortOption img
{
    width:16px;
    height:18px;
    filter:expression(fixPNG(this));
}

.emailTemplateBox
{
    width:750px;
}

* html .emailTemplateBox
{
    width:730px;
}

.emailTemplateBoxEditor
{
    padding-right: 10px;
    padding-left:10px;
}

* html .emailTemplateBoxEditor
{
    padding-right: 0px;
    padding-left: 15px;
}

.groupLinkedIn, .groupFacebook, .groupTwitter
{
	display:none;
}

.favoriteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/elite_normal.png) top left no-repeat;	
}

.favoriteIconHover
{
    height:21px;
    width:21px;
    background: url(../../Images/elite_hovered.png) top left no-repeat;	
}

* html .favoriteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/elite_normal.gif) top left no-repeat;	
    filter:expression(fixPNG(this));
}

* html  .favoriteIconHover
{
    height:21px;
    width:21px;
    background: url(../../Images/elite_hovered.gif) top left no-repeat;	
    filter:expression(fixPNG(this));
}

.deleteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/delete_normal.png) top left no-repeat;	
}

.deleteIconHover
{
    height:21px;
    width:21px;
    background: url(../../Images/delete_hovered.png) top left no-repeat;	
}

* html .deleteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/delete_normal.gif) top left no-repeat;	
    filter:expression(fixPNG(this));
}

* html  .deleteIconHover
{
    height:21px;
    width:21px;
    background: url(../../Images/delete_hovered.gif) top left no-repeat;	
    filter:expression(fixPNG(this));
}

.feauturedImg
{
}

* html .feauturedImg
{
    filter:expression(fixPNG(this));
    width:105px;
    height:30px;
}
