/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-content-side.png) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:540px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:160px;
	}
	
.validatorCalloutHighlight
{
    background-color:  #FAFAD2;
}	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:355px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url(../../images/bg-three-column-home.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
body {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.bodybg {
	background-color: #d0d0d0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}	

.smaller {
	color: #000000;
	font-size: 11px;
}

.medium {
	color: #000000;
	font-size: 12px;
}

.mediumR {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
}

.mediumL {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
}

.mediumC {
	color: #000000;
	font-size: 12px;
	text-align:center;
}

.fadvButton
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #666666;
}

.feature_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

.Expedite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a.login:link {
	text-decoration: underline;
}
a.login:visited {
	text-decoration: underline;
}
a.login:active {
	text-decoration: underline;
}
a.login:hover {
	text-decoration: underline;
}

#blueheader {
	padding:0px;	
	margin-right:0px;
	margin-left:0px;
	width:100px; 
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
	}
	
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F8862D;
}
	

p {
	margin:10px 0;
	}
	
Div {
	 text-align:center;
	}	

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

.content_table {
	 width: 800px;
	 background-color: #CCECFF;
	 border: 0px;
	 padding: 0px;
	 vertical-align: top;
	 text-align:center;
}

.content_table_Footer {
	 width: 800px;
	 background-color: #FFFFFF;
	 border: 0px;
	 padding: 0px;
	 vertical-align: top;
	 text-align:center;
}

.header_table 
{
	 text-align:center;
	 background-color: #99CCFF;
	 width: 810px;
	 border: 0px;
	 padding: 0px;
	 vertical-align:  middle;	 
}

.footer_table 
{
	 text-align:center;
	 width: 800px;
	 border: 0px;
	 padding: 0px;
	 vertical-align:  middle;	 
}

.footer_rowLeft {
	width: 250px;
	vertical-align:bottom;
}

.footer_rowRight 
{
	text-align:left;
	width: 400px;
	vertical-align:middle;
}

.menu_row 
{
	 background-color: #99CCFF;
}

.footer_linkblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: underline;
	line-height: 14px;
	font-weight: bold;
	font-variant:normal;
	color: #6699CC;
}

A:link {
   color:Blue;
   text-decoration:underline;
}

A:visited
{
   color:Blue;
  text-decoration:underline;
}

A:hover {
   COLOR:Red;
   text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color: Blue;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #882222;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
}


#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:underline;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*ul {
	margin:5;
	padding:5;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}*/

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#608fc8 url(../../images/bg-nav.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left:10px;
	color: #666666;
}

#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

.feature_copyboldblue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6699CC;
}

table.HowTo{
	border:1;
	color: black;
	text-align: center;
	width:100%;
}

td.HowTo{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 16px;
	font-weight: bold;
	border:0;
	color: #ffffff;
	background-color: #99CCFF;
	text-align: center;
	vertical-align:middle;
	width:33%;
}

table.Service{
	background-color: #ecebe4;
	font-family: Arial;
	font-size: 11px;
	width: 99%;
}

td.Space{
	width:10%;
}

td.HowToText{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
	width:33%;
}

.orangebox {
	background-color: #FF9933;
	height: 10px;
	width : 10px;
}

td.orderHeading{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #99CCFF;
	text-align: left;
	border: 1px solid #434343;
}

td.orderHeadingLeft{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #99CCFF;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
	border-bottom: 1px solid #434343;
}

td.orderHeadingRight{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #99CCFF;
	text-align: right;
	vertical-align: bottom;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
}

td.orderHeadingCenter{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #99CCFF;
	text-align: center;
	vertical-align: bottom;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
}

td.orderDisclaimer{
	color: #000000;
	background-color: #C6C5C5;
	text-align: left;
	vertical-align: baseline;
}

td.orderEntryHeading{
	background-color: #C6C5C5;
	text-align:  center;
	vertical-align: baseline;
	
}

tr.orderEntryHeading{
	background-color: #C6C5C5;
	text-align:  left;
	vertical-align: baseline;
	
}

tr.orderEntryHeadingExit{
	background-color:ThreeDFace;
	text-align:  left;
	vertical-align: baseline;
	
	
}

td.orderEntryHeadingExit{
	background-color:ThreeDFace;
	text-align:  left;
	vertical-align: baseline;
	
}

tr.orderEntryHeadingCenter{
	background-color: #C6C5C5;
	text-align: center;
	vertical-align: baseline;
}

table.contentArea{
	background-color: #CCECFF;
	text-align:  left;
	vertical-align: baseline;
	width: 800px;
	border: 0;
}

table.orderEntry{
	background-color: #CCECFF;
	text-align:  center;
	vertical-align: baseline;
	width: 800px;
	border: 0;
}

td.LoginLeftNav
{
	height: 371px;
	width: 174px;
	background-color: #ffffff;
	background-image: "~/images/lnav_bg.gif";
	vertical-align: top;
}

td.LoginLogo2
{
	height: 125px;
	width: 1px;
}

td.LoginShadow
{
	background-image: url(~/images/shadow_top.gif);
	width: 1px;
}

td.Login{
	background-color: #C6C5C5;
	text-align:  center;
	vertical-align: baseline;
}

td.welcome_tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: right;
	color: #679AC9;
}

td.welcomepage_tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #679AC9;
}


table.orderEntryCandidate{
	width: 700px;
	border: 0;
	border-collapse:collapse;
	padding: 3;
}
.candidatemaster .orderEntryCandidate
{
	width:100%;
	border: 0;
	border-collapse:collapse;
	padding: 3;
}


/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/************ Rad Calendar Related Styles ***********************/
.summerVacationWrapper
{
    background-color: #fff;
    background-image: url(background.gif);
    background-repeat: no-repeat;
    height: 362px;
    width: 721px;
    cursor: default;    
}
.frmFieldsWrapper TD
{
    vertical-align: top;    
    color: #0098cb;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
}
.frmFieldsWrapper
{

    margin-left: auto;
    margin-right: auto;
}
.dateCombo
{
    width: 90px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 10px;
}
.datePicker
{
    width: 84px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 9px;
    border: solid 1px #7f9db9;
    float: left;
}
.datePickerBtn
{
    border: 0px;
    float: left;
    margin-left: 1px;
    margin-right: 3px;
    cursor: hand;
}
.frmControls TD
{    
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color: #8f8666;
}
.makeReservation
{
    background-image: url(makeReservationBtnBg.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 156px;
    height: 22px;
    border: 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
    color: #553c0c;
    float: right;
}


.inputbox {
	font-style: normal; 
	text-decoration: none;
	vertical-align: middle;
	padding-left: 5;
	}
	
.selectBox {  
	font-style: normal; 
	text-decoration: none;
	vertical-align: middle;
	padding-left: 5;
}

/* ------------------ Login --------------------*/
table.login
{
	border: 0;
	width: 669;
	text-align: center;
	}


.ErrTable
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    BORDER-LEFT: thin outset;
    BORDER-BOTTOM: thin outset;
    BACKGROUND-COLOR: #feeccf
}
.ErrTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    VERTICAL-ALIGN: top;
    text-align:center;
    COLOR: #669AC9;
    TEXT-INDENT: 5px;
    FONT-STYLE: italic;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
.ErrMsg
{
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: normal;
    text-align:justify;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: top;
    COLOR: #669AC9;
    TEXT-INDENT: 10px;
    PADDING-TOP: 1px;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left
}
.ErrHeader H1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 20px;
    COLOR: #669AC9;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.ErrHeader H2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 20px;
    COLOR: #669AC9;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F8862D;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F8862D;
}