/* CSS Document */
* { margin:0; padding:0;}




/*body and main text*/
body
{
	/*
	scrollbar-3dlight-color: #AFAFAF;
    scrollbar-track-color: #AFAFAF;
    scrollbar-shadow-color: #AFAFAF;
    scrollbar-face-color: #7B7B7B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkShadow-color: #AFAFAF;
	*/
	font-family: Verdana;
}

td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	font-stretch: normal;
	line-height:1.5em;
}

td a:link {
	color: #0e74a1;
	text-decoration: underline;

}

td a:visited {
	color: 	#6E6A6B;
	text-decoration: underline;

}
td a:hover {
	color: #1ca8e2;
	text-decoration: none;

}



td ul { list-style-type:none; }

td li{
	background-image: url(../images/dot.gif);
	background-repeat:no-repeat;
	background-position: 2px 2px; /* X-pos Y-pos (from top-left) */
	
	padding-left: 20px;
	line-height: 25px;
	
	}




/*align left needed for content for I.E. */

td.contentpage {

	font-size: 16px;
	font-weight: bold;
	text-align:left;
	}



ul{margin:0 0 5px 0; padding:0; list-style:none;}
ul li a{line-height:2em; font-weight:normal; background:url(images/arrow.gif) top left no-repeat; padding-left:24px; margin-left:8px} 
ul li a:hover {background:url(images/arrow.gif) top left no-repeat; padding-left:24px; margin-left:8px }
ul.indent li {margin-left:15px}

/*footer*/

td.subfooter {
	font-family: Verdana;
	font-size: 13px;
	line-height: 17px;
	color: #005b7f;
	font-stretch: normal;
	padding:5px 5px 5px 5px;
	
}


td.footer {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	font-stretch: normal;
	padding:10px 5px 7px 12px;
	
}
td.footer a:link {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #b4dff7;
	text-decoration: underline;
	font-weight:normal;	
}
td.footer a:visited {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #b4dff7;
	text-decoration: underline;
		font-weight:normal;	
}
td.footer a:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	text-decoration: none;
		font-weight:normal;	
}
/*table border */
.main {

	background-color: #FFFFFF;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	
	border-right-color: #c7c7c7;
	border-bottom-color: #c7c7c7;
	border-left-color: #c7c7c7;
	border-top-color: #c7c7c7;

}
.main2 {

	background-color: #FFFFFF;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	
	border-right-color: #8ec2d8;
	border-bottom-color: #8ec2d8;
	border-left-color: #8ec2d8;
	border-top-color: #8ec2d8;

}

/*** Specials ***/
#specials {
    border: 1px solid black; 
    margin: 0px 20px; 
    background: url(../images/header-call-bg.gif);
    color: White;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}



/*image alignment IE fix*/
img.floatright { 
float:right; 
margin:0 0 4px 8px; 
} 

img.floatleft { 
float:left; 
margin:0 8px 4px 0; 
} 
.subheading {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 13px;
	color: #11385d;
	font-weight: bold;
	font-stretch: normal;
}

#content{ width:100%; text-align:left}
#content .indent_main{padding:25px 25px 25px 25px}
#content .indent_col1{padding:0px 10px 0px 0px}
#content .indent_col1_1{padding:0px 10px 0px 0px}
#content .indent_col2{padding:35px 0px 0px 0px; width:228px;}

/*block*/
.block{ background:#4372ca; width:100%; color: #ffffff;}
.block a:link {color:#ffffff; text-decoration:underline;}
.block a:visited {color:#efefef; text-decoration:underline;}
.block a:hover {color:#ffffff; text-decoration:none;}
.block .bg_top{ background: url(images/bg_top.gif) repeat-x top}
.block .bg_bottom{ background: url(images/bg_bottom.gif) repeat-x bottom }
.block .bg_left{ background: url(images/bg_left.gif) repeat-y left }
.block .bg_right{ background: url(images/bg_right.gif) repeat-y right}
.block .bg_top_left{ background: url(images/bg_top_left.gif) no-repeat top left }
.block .bg_top_right{ background: url(images/bg_top_right.gif) no-repeat top right }
.block .bg_bottom_left{ background: url(images/bg_bottom_left.gif) no-repeat bottom left }
.block .bg_bottom_right{ background: url(images/bg_bottom_right.gif) no-repeat bottom right }
.block .indent_block{ padding:14px 15px 21px 22px; }
.block .indent_block2{ padding:14px 15px 10px 22px; }

.pad{ padding:5px 0px 10px 20px;}

/*form imput fix for Google toolbar*/
input {
   background: #ffffff !important;
} 

.textbox
{
	border: solid 1px #C7C7C7;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;	
	font-family: Verdana;	
	font-size: 12px;
	color: #11385D;	
	
}

.formTextbox
{	
	border-width: 0px;
	border-bottom: solid 1px #C7C7C7;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;
	font: 11px Verdana;
}

SELECT
{
	border: solid 1px #C7C7C7;
	width: 166px;	
	font: 11px Verdana;
}

.editableTextbox
{
	border: solid 1px #C7C7C7;
	width: 100px;
	padding-top: 2px;
	padding-left: 3px;
	font: 11px Verdana;
}

.nonEditableTextbox
{
	border-width: 0px;
	width: 100px;
	padding-top: 2px;
	padding-left: 3px;
	font: 11px Verdana;
}

.dvUser
{	
	width: 100%;
	padding-top: 2px;
	padding-left: 3px;
	font: 11px Verdana;
}

.dvContainer
{
	border: solid 1px #9F9F9F; 
	position: absolute; 
	top: 10px; 
	left: 10px; 
	width: 300px; 
	height: 300px;
}

.button
{
	border: solid 1px #C7C7C7;
	width: 60px;
	font: 10px Verdana;
	color: #11385D;
	cursor: pointer;
	text-align: center;
	padding-top: 2px; 
	height: 16px; 
	background-color: #FFFFFF;
}

.homeButton
{
	width: 60px;
	font-family: Verdana;	
	font-size: 12px;
	color: #11385D;
	cursor: pointer;	
	text-decoration: underline;
}

.userButton
{
	border: solid 1px #C7C7C7;
	width: 60px;
	height: 18px;
	font: 12px Verdana;
	color: #11385D;
	cursor: pointer;	
}

.label
{
	font-size: 11px;
	font-family: Verdana;
	color: #11385D;
	
}

.spacer
{
	height: 6px;	
}

.hSpacer
{
	width: 6px;
}

IFRAME
{
	width: 100%;
	height: 245px;
}

.divLink
{
	color: #B4DFF7;
	text-decoration: underline;
	font-weight:bold;
	margin-bottom: 3px;
	
}

.divLinkOver
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;	
	cursor: pointer;
	margin-bottom: 3px;
}

.divAdminHome
{
	color: #9F9F9F;
	font-family: Verdana;
	text-decoration: underline;
	font-weight:bold;
	cursor: pointer;
}

.divAdminHomeOver
{
	color: #9F9F9F;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;	
	cursor: pointer;	
}

.error
{
	color: Red;
	font-weight: bold;
	font: 11px Verdana;		
	display: none;	
}

.editableDiv
{
	border: solid 1px #C7C7C7;
	padding-left: 3px; 
	padding-top: 2px;
	width: 600px;
	height: 400px;
	
	overflow: auto;
}


.transparentContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #9F9F9F;
	-moz-opacity: .85; 
	filter:alpha(opacity=85); 
	opacity: .85;
	z-index: 1;
}


.nonTransparentContainer
{
	position: absolute;		
	background-color: #FFFFFF;
	z-index: 2;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.calendarStartDate
{
	position: absolute;
	top: 485px;
	left: 516px;
	display: block;
}

.calendarEndDate
{
	position: absolute;
	top: 510px;
	left: 516px;
	display: block;
}

.calendarProgramDate
{
	position: absolute;
	top: 47px;
	left: 762px;
	display: block;
}

.calendarFormDate
{
	position: absolute;
	top: 74px;
	left: 762px;
	display: block;
}

.tblAdminUsers
{
	width: 500px;		
}

.tblCastingUsers
{
	width: 600px;	
}

#dvAssociates
{
	width: 460px;
	height: 40px; 
	border: solid 0px #9F9F9F;
	position: absolute;
	top: 250px;
	left: 240px;
	background-color: #FFFFFF;
	-moz-opacity: .35; 
	filter: alpha(opacity=35); 
	opacity: .35;	
}

#dvCardInformation
{
	width: 100%; 
	height: 57px; 
	border: solid 0px #9F9F9F;
	position: absolute;
	top: 480px;
	left: 0px;
	background-color: #FFFFFF;
	-moz-opacity: .35; 
	filter: alpha(opacity=35); 
	opacity: .35;	
}

.mainText
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	font-stretch: normal;
	
}

.mainTitle
{
	font-family: Calibri;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	color: #11385d;
	font-stretch: normal;
	
}

.titleLabelOver
{
	width: 200px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #11385D;	
	text-decoration: none;
}

.titleLabel
{
	width: 200px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #11385D;	
	text-decoration: underline;
}

.spanLabel
{
	color: #11385D; font-style: italic;
}

.divLabel
{	
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #11385D;	
	margin-bottom: 4px;
}

.benefitsLine
{
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #8EC2D8;
	margin-top: 20px;
	margin-bottom: 20px;
}

.benefitsLink
{
	color: #1CA8E2;	
	font-weight:bold;
	cursor: pointer;	
}

#map
{
	width: 600px;
	height: 400px;
	border: solid 1px #9F9F9F;
	margin-bottom: 10px;
}

#lettersContainer
{
	height: 20px;
	width: 500px;	
	border: solid 0px #9F9F9F;
	margin-bottom: 10px;
}

.letter
{
	font-size: 16px;
	float: left;
	color: #11385D;	
	font-weight: bold;
	margin-right: 6px;
	cursor: pointer;
}

.companyLabel
{

	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #11385D;	
	margin-bottom: 4px;

}

.itemLabel
{
	font-family: Verdana;	
	font-size: 13px;
	color: #11385D;		
}

#lstProvincesStates
{
	float: left;
	color: #11385D;
}

.loadingImage
{
	width: 30px;
	height: 19px;
	background: url(images/loader.gif);
}