﻿
/*html, body
{
	background-color: #fff !important;
}*/

body
{
	font-style: normal;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	background-position:left top;
	background: url('/Forms/Themes/EdgenMurray/images/banner-bg.gif') top left repeat-x #fff;
	
}

#main 
{
	height:1%;
	background: none;
	/*margin-left: auto;
	margin-right: auto;	*/
}


h3 
{ 
	color:#004e6c; 
	margin:0 ;
	height:27px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:18px;
	padding-bottom:1px;
	width:960px;
	font-family:Arial;


	
}

h3 a
{
    color:#fff;
    text-decoration:underline;
}

h3 span {}

a
{
	text-decoration: none;
	color: #5C80B1;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

.alt td
{
	background-color: white;
}

label.wide
{
	float: left;
	display: block;
}

label
{
	
    padding-right:15px;
	color:#505050;
}


/*
input
{
    margin-left:20px;
}

select
{
    margin-left:20px;
}

*/
td.labelColumn, td.inputColumn 
{   
    margin-right:20px;
    text-align:left;
  
}


a.accountlink
{
    float:right !important;
    overflow:hidden;
    font-weight:bold;
    color:#fff;
    text-decoration:underline;
    margin-right:25px;
    padding-top:5px;
    
}

/*====================================================================================================
		Layout
====================================================================================================*/

#container
{
	width: 1000px !important;
	height: 1%;
	padding: 0;
	margin:0;
	float:left;
	overflow:hidden;
	background-color:#fff;

}


#groupe
{
   
    margin-bottom:12px;
    margin-left:20px;
    width:960px;
    background-color:#ffffff;
    background: url('/Forms/Themes/EdgenMurray/images/line.gif') bottom left repeat-x;

}



#leftColumn
{
	background-image: url( '/Forms/Themes/EdgenMurray/images/bkgd_left_column.gif' );
	background-repeat: repeat-y;
	width: 28px;
}

#rightColumn
{
	background-image: url( '/Forms/Themes/EdgenMurray/images/bkgd_right_column.gif' );
	background-repeat: repeat-y;
	width: 28px;
}

#footer
{
	font-size: .9em;
	background-color: #375D81;
	color: #FFFFFF;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	bottom: 0;
	left: 0;
	position: absolute;
}

#footer a
{
	color: #FFFFFF;
}


#banner
{
	height: 100px;
	background: url(/Forms/Themes/EdgenMurray/images/logo.gif) no-repeat 25px 25px #f6f6f6;
	width:950px;
}

.settings
{
	padding: 10px 10px 10px 10px;
	background: white;
	border: 1px solid #ABC8E2;
	margin-bottom: 20px;
	margin-top: 20px;
}

.settings h1
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ABC8E2;
}

.settings h2
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ABC8E2;
}

.settings label
{
	float: left;
	width: 220px;
}

. td label
{
	float: left;
	width: 200px;
}

.settings .save
{
	text-align: left;
}

.nowidth label
{
	float: none;
	width: 0px;
}

.settings span label
{
	float: none;
	display: inline;
	width: auto;
	padding-right: 20px;
}

.settings span input[type="radio"]
{
	border: none;
}

.busy
{
	background: #375D81;
	border: 1px solid #223A4F;
	position: fixed;
	top: 25%;
	left: 46%;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
}

.busy img
{
	border: none;
	padding-bottom: 10px;
}

.invisibleElement
{
	visibility:hidden;
}

/*====================================================================================================
		Referrers
====================================================================================================*/

table.referrer td
{
	padding: 2px 0;
	border-bottom: 1px solid #ABC8E2;
}

table.referrer tr.alt td
{
	background-color: White;
}

table.referrer caption
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
}

/*====================================================================================================
		Category
====================================================================================================*/

.category td
{
	padding: 2px 10px;
	vertical-align: top;
}

.category td input
{
	width: 200px;
}

.category td textarea
{
	height: 70px;
	width: 400px;
}

/*====================================================================================================
		Menu Tabs
====================================================================================================*/

.tabs .current
{
	font-weight: bolder;
}

.tabs a.current
{
	background-position: 0% -35px;
}

.tabs a.current span
{
	background-position: 100% -35px;
	color: #666666;
}

.tabs
{
	position: relative;
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 40px;
	z-index: 1;
}

.tabs ul
{
	margin: 0;
	padding: 0 5px 5px 5px;
	list-style: none;
	position: relative;
	top: 1px;
}

.tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.tabs a
{
	float: left;
	background: url( "/Forms/Themes/EdgenMurray/images/menu_tab_left.gif" ) no-repeat left top;
	padding: 0 0 0 4px;
	margin: 0 2px 0 0;
	text-decoration: none;
	text-transform: capitalize;
}

.tabs a span
{
	float: left;
	display: block;
	background: url( "/Forms/Themes/EdgenMurray/images/menu_tab_right.gif" ) no-repeat right top;
	padding: 8px 8px 8px 4px;
	color: #FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac */
.tabs a span
{
	float: none;
	cursor: pointer;
}

/* End IE5-Mac hack */
.tabs a:hover span
{
	color: #666666;
}

.tabs a:hover
{
	background-position: 0% -35px;
}

.tabs a:hover span
{
	background-position: 100% -35px;
}

/*-------------*/

input[type="file"]:hover
{
	cursor: pointer;
}

input[type="checkbox"]
{
	border: none;
	background: none;
}

.info
{
	background: url(/Forms/Themes/EdgenMurray/images/info.gif) right top no-repeat;
	padding: 15px 50px 10px 15px;
	border: 1px solid #375D81;
}

/*====================================================================================================
		Generic Form and Input
====================================================================================================*/

input[type="submit"], input[type="button"]
{
	color: #03315a;
	border: none;
	height:28px;
    margin: 0;
	font-weight:bold;
	height: 28px;
	font-size: 14px;
	text-align: left;
	padding: 0px 20px 0px 28px !important;
	margin: 20px 0px 0px 0px;
	border:1px solid #b4b4b4;
	text-shadow:1px 1px 0 #FFFFFF;
	background:url('/Forms/Themes/EdgenMurray/images/button_bg.gif') no-repeat bottom left;
	
}

input[type="submit"].button_login 
{
	margin: 0;

}

.button_login 
{
    
}

#groupe span.save input[type="submit"], #groupe input[type="button"], #groupe span.submit input[type="submit"], #groupe input[type="button"],
.button_normal, .button_login
{
	background:url('/Forms/Themes/EdgenMurray/images/button_bg.gif') no-repeat bottom left;
	width: 100px;
	margin-bottom:20px;
}

div.wizard_buttons
{
	margin-left: 0px;
	margin-top:10px;
	padding:0;	
}

div.wizard_buttons input[type="submit"], div.wizard_buttons input[type="button"]

{
	background:url('/Forms/Themes/EdgenMurray/images/button_bg.gif') repeat-x bottom left;
	color:#505050;	
	vertical-align:middle;
	text-align:center;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 20px !important;
	border:1px solid #B4B4B4;
	width:120px;
	font-size:120%	
}



div.wizard_buttons input[type="submit"]:hover, div.wizard_buttons input[type="button"]:hover

{
    background:url('/Forms/Themes/EdgenMurray/images/button_blue_hover.gif') repeat-x top left;

}


/*div.wizard_buttons input[type="submit"].wizard_back, div.wizard_buttons input[type="button"].wizard_back
{
	background:url('/Forms/Themes/EdgenMurray/images/button_bg.gif') repeat-x top left;
	
}*/


div.wizard_buttons input[type="submit"].wizard_back:hover, div.wizard_buttons input[type="button"].wizard_back:hover
{
	background:url('/Forms/Themes/EdgenMurray/images/button_blue_hover.gif') repeat-x top left;
	
}


div.wizard_buttons input[type="submit"], div.wizard_buttons input[type="button"]
{
	/*margin: 0;*/
}

.button_double
{
	background:url('/Forms/Themes/EdgenMurray/images/button_bg.gif') no-repeat bottom left;
	border:1px solid #b6d009;

}

.button_double:hover
{
    

}


input[type="submit"].input_double, input[type="button"].input_double
{
	width: 308px;
}

input[type="submit"].input_half, input[type="button"].input_half
{
	width: 50px;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	cursor: pointer;	
	background-color:Green !important;
	background: #D7D7D7 url('/Forms/Themes/EdgenMurray/images/button_bg_hover1.gif') repeat-x left top !important;
}

input[type="submit"][disabled], input[type="button"][disabled]
{
	background: #D7D7D7 url('images/button_bg_disabled.gif') repeat-x top;
	color: #646464;
	border: solid 1px #B4B4B4;
}

#btnBack
{
	background: url('/Forms/Themes/EdgenMurray/images/button_bg_back.gif') no-repeat top left;
	margin: 20px 0px 20px 40px;
	height: 34px;
	padding: 0px 0px 0px 0px;
	width: 102px;
	border:1px solid #b4b4b4;
	vertical-align:middle;
	text-align:center;
}

#btnBack:hover

{
    background: url('/Forms/Themes/EdgenMurray/images/button_bg_back_hover.gif') no-repeat top left;
    color:#ffffff;
}


.defaultInput
{
	width: 200px !important;
}

input[type="text"], input[type="password"], textarea
{
	padding: 2px;
}

input[type="text"], input[type="password"], textarea, select
{
	
	color: #666666;
	font-size: 100%;
}

input[type="text"].quickPageNotifyEmail
{

	margin: 2px;
}

input[type="submit"].quickPageNotifySend
{
	
	margin: 2px;
}

/*====================================================================================================
		Placeholder
====================================================================================================*/

div.row
{
    border-top:1px solid #a3a3a3;
    padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:23px !important;
}

div.altRow
{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/EdgenMurray/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:23px !important;
}

*html div.row {  height:18px ; }
*html div.altRow { height:18px ;  }
*html div.triplealtRow {height:65px ; }
*html div.longrow {height:112px ; }
*html div.longaltRow {height:112px ; }


div.longrow
{
    border-top:1px solid #a3a3a3;
    padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:112px !important;
}


div.triplealtRow

{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/EdgenMurray/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:65px !important;
}


div.longaltRow
{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/EdgenMurray/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:112px !important;
}



div.longrowdouble
{
    border-top:1px solid #a3a3a3;
    background: url('/Forms/Themes/EdgenMurray/images/gray_row.gif');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 0px 10px 20px ;
	margin: 0;
	font-size: 90%;
	text-align:left;
	min-height:50px !important;
}




.PlaceHolder2Cols
{
	float: left;
	width: 480px;
}

.PlaceHolder1Cols
{
	float: left;
	width: 960px;
	padding-bottom:10px;
}

.formBuilderClear
{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0%;
}

#groupe p
{
    padding-bottom:10px;
}

/*=========================The Rows=====================*/


.formLabelColumn
{
	padding: 10px 0px 10px 0px ;
	margin: 0;
	font-size: 90%;
	width:100%;	
	float:left;
	}



.formLabelColumn td.label
{ 
	width:150px;
	padding-top:7px;
	float:left;
}
    
.formLabelColumn td.filed
{ 
    margin-top:3px;
    padding-left:15px;
    float:left;    
}   

.formLabelColumn2
{
	padding: 1px 0px 0px 0px ;
	margin: 1px 0px 0px 0px;
	font-size: 85%;
	color: #666666;
	width:100%;	
	background-image: url( '/Forms/Themes/EdgenMurray/images/purple_row.gif' );
	
	border-bottom: 1px solid #b2b2b2;
	float:left;
	height:32px;	
		
}

/*
.formLabelColumn2 td.pointer
{   
    background-image: url( '/Forms/Themes/EdgenMurray/images/arrow_purple.gif' );
    width:30px;      
}*/

.formLabelColumn2 td.label

{ 
	width:150px;
	padding-top:7px;
	float:left;
}
    
.formLabelColumn2 td.filed
{ 
    margin-top:3px;
    padding-left:15px;
    float:left;
}  
    
     
 /*=========================The Rows end here=====================*/   

/*=========================Text Long=====================*/ 
  
 /*=========================blue=====================*/  
.textboxlong
{
	float:left;
	height:1%; 
	width:100%;
	background-image: url( '/Forms/Themes/EdgenMurray/images/text_long_blue.gif' );
	border-top: 1px solid #b2b2b2;
	 font-size: 85%;
}
    
.textboxlong td.label

{

     width:100%;
     font-weight:normal !important;
     padding:10px 20px 0px 25px;
     padding-bottom:15px;
    
     
}
    
.textboxlong td.filed

{

   padding-left:25px;
   padding-bottom:30px;
  
   
}
    
/* 
 .textboxlong td.pointer
 {
  
     width:30px;
     height:1%;
 }
 */
 
 /*=========================purple=====================*/   
 
 .textboxlong2
{
	float:left;
	height:1%; 
	width:100%;
	background-image: url( '/Forms/Themes/EdgenMurray/images/text_long_pur.gif' );
	border-top: 1px solid #b2b2b2;
}
    
.textboxlong2 td.label
{
	width:100%;
	font-weight:normal !important;
	padding:10px 20px 0px 25px;
	padding-bottom:15px;  
}
    
.textboxlong2 td.filed
{
	padding-left:25px;
	padding-bottom:30px;   
}

/*.textboxlong2 td.pointer
{
	width:30px;
	height:1%;
}*/

/*====================================================================================================
		Accordian
====================================================================================================*/

.GroupAccordian
{
	list-style: none;
	margin: 0 0px 0px 0px;
	padding: 0 0px 0px 0px;
}

.GroupAccordian li
{
	background-image: url( '/Forms/Themes/EdgenMurray/images/groupe_bg.gif') ;
	margin-right:4px;
}

.AccordianHeader
{
	display:block;
	width:5px;
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	background-image: url( '/Forms/Themes/EdgenMurray/images/accordian_arrow_purple.gif' ); 
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 19px;
	color: #0FA8A5;
	margin-left: 25px;
}

/*====================================================================================================
		Form
====================================================================================================*/

div.validation_summary ul
{
	color: #B11337;
	font-size: 95%;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px;
}

p
{
	margin: 8px;
}


div.formLabelColumn, .row_white, .row_gray, .single_row_gray
{
	
	color: #666666;
	font-size: 85%;
	height:auto;	
}


.row_white, .row_gray, .single_row_gray
{
    padding:10px 0px 0px 20px;
    font-weight:bold;
    vertical-align:top;
}

div.warnings div.validation_summary
{
	padding: 15px 0 0 20px;
	background: url('/Forms/Themes/EdgenMurray/images/validation_row.gif') repeat-x top left;
	border-top: 1px solid #ff7d7d;
	color: #ff4141;
	font-size: 90%;
	font-weight: bold;
}

div.input_section_login div.input_label
{
	padding-top: 4px;
}


div.input_section_login label, input
{
	padding-left: 10px;
}

div.forgot_login div.input_label
{
	padding-top: 6px;
}

div.forgot_login_clicker
{
	color: Blue;
	cursor: pointer;
	display: none;
	padding: 5px 0 0 190px;
	text-decoration: underline;
}

div.forgot_login_wrapper input[type="submit"], div.forgot_login_wrapper input[type="button"]
{
	width: auto;
}

span.forgot_login_message
{
	display: block;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div.warnings div.validation_summary ul
{
	color: Red;
	font-size: 100%;
	padding: 6px 25px 10px;
}

div.warnings div.validation_summary ul li
{
	padding: 1px 0;
}

div.input_section_login
{
	background: url('/Forms/Themes/EdgenMurray/images/gray_row.gif') repeat-x top left;
	border-top: 1px solid #a3a3a3;
	clear: both;
	font-size: 90%;
	margin: 0;
	padding: 10px 0px 10px 0px ;
	width: 100%;
}

div.login_credentials input, div.forgot_login input[type='text']
{
	width: 200px;
}

div.login_credentials label, div.forgot_login label
{
	font-weight: bold;
}

div.login_submit_button
{
	background: none !important;
	border: none !important;
}

div.login_submit_button div
{
	padding-left: 190px;
}

div.forgot_login div.forgot_login_clicker
{
	display: none;
	font-weight: bold;
	font-size: 120%;
}

div.input_label, div.input_label_longtext
{
	float: left;
	padding: 0px 0px 10px 0px;
}

div.user_defined_list
{
	margin-top: 10px;

	
}

div.input_label
{
	/*width: 180px;*/
	
}

div.input_label label
{
    min-width:180px ;
    float:left;
}

label
{
    font-weight:bold;
}

div.input_field, div.input_field_longtext
{
	
	padding: 0;
	margin:0;
	
}

div.input_field_longtext
{
	clear: both;
	margin-top: -8px 0px 0px 0px;
	padding-left: 0px 0px 0px 20px;
}
div.user_defined_list
{
    /*background: url('/Forms/Themes/EdgenMurray/images/input_bg_normal.gif') #D7E4E3 top left no-repeat;*/
}

div.user_defined_list tr th
{
	font-size: 85%;
}

div.user_defined_list tr th, div.user_defined_list tbody td
{
	padding: 4px 20px 4px 4px;
	text-align: left;
	vertical-align: top;
}

div.user_defined_list div.input_field
{
  
}

/*====================================================================================================
		Custom
====================================================================================================*/

div.work_details_label
{
	width: 750px;
}

div.dropdown_new_line
{
	clear: both;
	margin-top: -8px;
	padding-left: 0px;
}

div.three_quarter
{
	width: 620px;
}

div.list_dates input[type="text"]
{
	width: 110px;
}

/* Validation */

.validationItem
{
	margin-left:4px;	
}

/*====================================================================================================
		Screening
====================================================================================================*/


div.screening_input_section
{
	margin-bottom:10px; 
	background:url("/Forms/Themes/EdgenMurray/images/screening_bg.gif") no-repeat left top ;
	background-color:#cfcfcf;
	padding-left:20px;
	border-top:2px solid #878787;
	border-bottom:2px solid #878787;
	float:left !important;
    width:930px;
    padding-bottom:10px;
}


div.screening_input_section div.questionScores
{
    float:left !important;
}

div.screening_input_section div.questionScores span 
{
    float:left !important;
    min-width:40px !important;
}

div.screening_input_label
{
	margin-left: 0px;
	padding: 9px 0px 6px 0;
}

label.screening_question_name
{
	display: block;
}

div.screening_input_label label.screening_question
{
	font-weight: normal;
}


span.RequiredField
{
    color:Red;
    font-weight:bold;
}

div.screening_input_section span
{
	display:block;
	padding-top:10px;

}

div.screening_input_section input[type="submit"]
{

   
    float:left !important;
    margin-top:15px !important;
    clear:both;
}

.ScreeningNewCommentSection
{
	
}

input.commentDelete
{
    background: none;
    border: 0;
    padding: 0;
    background: url( '/Forms/Themes/EdgenMurray/images/ico_delete.png') no-repeat;
    width: 15px;
    margin-left: 10px;
}

div.screeningQuery input
{
    display: inline;
}

/*====================================================================================================
		Events
====================================================================================================*/

.event_information .date_header
{
	font-weight: bold;
	display: block;
	padding-top: 3px;
}

.event_information .input_label
{
	padding-left: 20px;
}

.event_confirm_invite input[type="button"], .event_confirm_invite input[type="submit"]
{
	background:transparent url(/Forms/Themes/EdgenMurray/images/button_bg.gif) no-repeat scroll left bottom;
}

/*====================================================================================================
		Question
====================================================================================================*/

.question_label 
{
	width:870px;
	padding-left:10px;
	padding-bottom:10px;
}

.question_input
{
	padding-left:20px;
	padding-bottom:10px;
	width:870px;
}

.question_input select
{
	margin-left:-10px;
	width:375px;
}

.question_input div
{
	float:left;
	width:380px;
}

.question_input img
{
	float:left;
	margin-top:2px;
}

.question_label label
{
	margin-left:0px;
	font-weight:bold;
}

.question_comment_label
{
	clear:both;
	padding-left:10px;
	padding-bottom:10px;
}

.question_comment_label label
{
	margin-left:0px;
	font-weight:bold;
}

.question_comment_text
{
	padding-left:10px;
}


/*====================================================================================================
		event-information
====================================================================================================*/

div.event-information 
{
    overflow:hidden;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
}

div.event-information h2
{
    background:transparent url(/Forms/Themes/EdgenMurray/images/events-ico.gif) no-repeat  left top ;
    padding-left:35px;
    padding-top:5px;
    height:24px;
}

div.event-information div.event_details
{
    padding-bottom:60px;
    margin-bottom:20px;
    background:transparent url(/Forms/Themes/EdgenMurray/images/event_bg.gif) repeat-x  left bottom;
    width:900px;
    
}


div.event-information div.event_status
{  
    padding:0px 30px 20px 35px;
    line-height:18px;
}

div.event-information div.event_status 

{
    background-color:#ffe7f9;
    color:#e400a7;
    padding-top:5px !important;
    padding-bottom:5px !important;
    padding-left:20px;
    min-height:20px !important;
    /*margin-right:15px;*/
    margin-bottom:10px;
    line-height:18px;
    /*width:930px;*/
    font-weight:bold;
}




div.event-information h5
{  
    float:left;
    overflow:hidden;
    margin-left:35px;
    margin-right:35px;
    padding:0 !important;
 
}

h5
{
    font-size:130%;
    font-weight:normal;
    color:#004e6c;
}


div.event-information input[type="submit"]
{  
    float:left;
    overflow:hidden;
    background: url('/Forms/Themes/EdgenMurray/images/event_button.gif') top left repeat-x;
    border:3px solid #6d6d6d;
    color:#fff;
    padding:0 !important;
    margin:5px 0px 0px 0px  !important;
    width:150px  !important;
    text-align:center;
    
}

div.event-information p
{  
    padding:0px 30px 0px 35px !important;
    margin:0 !important;
    line-height:18px;
}

/*====================================================================================================
		Available Times
====================================================================================================*/


div.nav 
{
	color:#666666;
	font-family:Verdana;
	font-size:10px;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #BAC0C2;
	border-top:1px solid #BAC0C2;
	height:27px;
}

div.mb 
{
	background-image:url(../images/navbarbg.gif);
	background-repeat:repeat-x;
	border-right:1px solid #BAC0C2;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:27px;
	width:380px;
	margin-left: 520px;
}

div.mb div.bh 
{
	background-image:url(../images/navarrow.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	border-left:1px solid #BAC0C2;
	color:#15355E;
	cursor:pointer;
	float:left;
	height:27px;
	line-height:27px;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
}

div.mb div.bh a, div.mb div.bh a:visited 
{
	color:#15355E;
	text-decoration:none;
	text-transform:uppercase;
}

div.m 
{
	font-family:Verdana;
	font-size:10px;
	background-color:#EFEFEF;
	border-bottom:1px solid #BBC0C1;
	border-left:1px solid #BBC0C1;
	border-right:1px solid #BBC0C1;
	display:none;
	position:absolute;
	text-align:left;
	top: 0px;
	z-index:2;
	width: 170px;
}

div#nav_subMenus
{
    position: absolute;
}

div.m > a 
{
	color:#15355E;
	font-size:10px;
	font-weight:bold;
	line-height:21px;
	padding:0 25px;
	text-transform:uppercase;
	display:block;
	text-decoration: none;
}

div.m > a:hover, div.m > a:active
{
	background-color:#E0E2E2;
	color:#15355E;
	text-decoration:none;
}

#banner a
{
    font-weight:normal;
    float:right;
    padding-top:50px;
    font-size: 14px;
    font-weight:bold;
}
a.back
{
    text-decoration:underline;
    
}


a.back:hover
{
    text-decoration:none;
}

a.myaccount
{
    text-decoration:underline;
    padding-right:40px;
    
}

/***********************/
/* Validation
/***********************/

html>body #pnlContent.HasValidation
{
    margin-top: 225px;
}

div.validationContainer
{
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 0px;
    width: 100%;
    margin: 0;
    display: block;
    
}

#validationArea
{
     background: url(/Forms/Themes/GradWebDefault/images/notification-background.png) no-repeat 0px 0px;
     width: 640px;
     height: 230px;
     margin: 0 auto;
     margin-top: 10px;
     position: relative;
     z-index: 101;
}

.HighlightedField
{
    background-color: Yellow !important;
}

* html #validationInner
{
    overflow: scroll;
}

#validationInner
{
    width: 580px;
    height: 120px;
    position: relative;
    top: 55px;
    left: 20px;
    color: #FF9900 !important;  
    overflow-y:scroll;
}

#validationContent label
{
    color: #FF7F2A !important;
    font-weight:bold !important;
    cursor: pointer;
    margin: 0;
}

#validationInner label:hover
{
    text-decoration:underline;
}

div#validationHeader
{
    position: absolute;
    top: 20px;
    left: 20px;
    height: 30px;
}

div#validationHeader h1
{
    color: #5A5A5A !important;
    border: none;
    padding: 0;
    margin: 3px 0 10px 0;
    font-weight: normal;
    font-size: 18px;
    float:none !important;
    font-family: Arial, Sans-Serif;
}

div.validationContainer h1 span
{
    font-size: 15px;
}

#validationInner ul
{
    padding: 0;
    list-style: none;
    margin: 0;
}
      
#validationInner li
{
    color: #FF7F2A;
    padding: 1px 0 0 25px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    background: url(/Forms/Themes/GradWebDefault/images/error.png) no-repeat;
}

.HasError
{
    border: 1px solid #FF9900;
    background-color: #E7E7E7;
}

#validationFooter
{
    height: 15px;
    clear: both;
    position: absolute;
    bottom: 27px;
    left: 20px;
    width: 575px;
}

#validationFooterMessage
{
    float:left;
    font-size: 11px;
}

#validationFooterMenu
{
    font-size: 12px;
    font-weight:bold;
    display:none;
}

#validationFooterMenu a
{
    float:right;
    margin-left: 15px;
    cursor: pointer;
}

div#validationFooterMenu
{
    float:right;
}

span.login_validation
{
    color: Red;
}

.registerLink input
{
    border:1px solid #B4B4B4 !important;
    margin-right:10px;
    margin-bottom:15px;

}

.registerLink input
{
    text-decoration:none !important;
}

.UDFRowTable
{
    clear:both;
    width:100%;
    padding-right:10px;
    
}

table {
    border-collapse: collapse;
}
th, td {
    padding: 0;
}

.UDFRowTable div.altRow
{
    /*min-height:80px !important;*/
 
}

.UDFRowTable
{
    text-align:left;
}

.UDFRowTable, .UDFRowTable td, .UDFRowTable div.altRow 
{
    vertical-align:top;
  
}

.UDFRowHeaderRow th
{
    padding-right:10px;

}
