﻿/* Supporting styles, no template styles should appear in this file. */


/* START MENU */
.Menu
	{
		min-width:1028px;
		width:99.5%;
		max-width:99.5%;
	}
	
.aspMenu	
	{
	
		display:inline;
		vertical-align:bottom;
		position:relative;
		right:15px;
	}
	
.staticText
	{
		vertical-align:middle;
		font-size:18px !important;
		font-variant:small-caps;
		font-family:Calibri, Helvetica;
		font-weight:600;
		text-decoration:none;
		color:#e77817; 
		
		margin-left:8px;
		margin-right:4px;
		padding-top:1px;
	}
.dropTextShadow
	{
		border-width:0px 1px 1px 1px;
		border-style:solid;
		border-color:#333;
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#e77817', Positive='True');
		
		background-image:url('/Images/Default/Menu/dropGradient.gif');
		background-position:0 top;
		background-repeat:repeat-x;	
		z-index: 3;

		margin-left:8px;
	}
.dropText	
	{
		vertical-align:middle;
		font-size:16px !important;
		font-variant:small-caps;
		font-family:Calibri, Helvetica;
		font-weight:600;
		text-decoration:none;
		color:#e77817; 
		
		padding:0px 8px 2px 2px;
		
		
		min-width:180px;
		width:180px;
		max-width:200px;
		
		
	}
.dropTextHover
	{
		background-color:#eee;
	}
	
.lCap	
	{
		background-image:url('/Images/Default/Menu/lCap.png');
		background-position:bottom;
		background-repeat:no-repeat;		
		height:49px;
	
		min-width:28px;		
		width:28px;		
		max-width:28px;		
	}
	
			
.rCap	
	{
		background-image:url('/Images/Default/Menu/rCap.png');
		background-position:bottom;
		background-repeat:no-repeat;				
		height:49px;

		min-width:28px;		
		width:28px;		
		max-width:28px;		
	}
			
.mRepeat
	{
		background-image:url('/Images/Default/Menu/mRepeat.png');
		background-position:bottom;
		background-repeat:repeat-x;	
		vertical-align:middle;
		height:49px;
	}
	
.mRepeat a
	{
		vertical-align:middle;
	}	
	
.mRepeatDown
	{
		background-image:url('/Images/Default/Menu/mRepeatDown.png');
		background-position:bottom;
		background-repeat:repeat-x;	
		text-align:left;
		height:49px;
	}
	

		
	/* START Search Section */	
	.SearchContainer
		{
			float:right;
			padding-top:5px;
			width:295px;
			height:28px;
		}
			

	.SearchContainer a
		{
			text-decoration:none;
		}
		
	#holder 
		{
			width:100px;
			line-height:19px; 
			height:19px;
			border:1px solid #ccc; 
			text-align:left; 
			padding:1px 5px 0px 5px;
			background-color:#e6e6e6;
			color:#333;			
		}
		
	.spanType	
		{
			display:inline;
			height:100%;
		}
		
			
	#holder:hover 
		{
			cursor:pointer; 
			background-color:#eee;
		}
		
	#holderOptions
		{
			width:110px; 
			background-color:#e6e6e6;
			border:1px solid #ccc; 
			text-align:left; 	 

		}
	    
	#holderOptions a:link, #holderOptions a:visited, #holderOptions a 
		{
			text-decoration:none;
			color:#333;

			height:20px; 
			display:block; 
			width:105px; 
			padding:5px 1px 0px 5px;
		}
		
		
	#holderOptions a:hover, #holderOptions a:active 
		{
			color:#333;
			background:#ccc;
			text-decoration:none;
		}
		
		
	.SearchContainer input.SearchButton
		{
			vertical-align:top;
		}
		
	input.SearchText
		{
			height:20px;
			border-style:solid;
			border-width:1px 1px 1px 0px;
			border-color:#ccc;
			padding:0px 0px 0px 0px;
			margin-top:1px;
			
		}		
		
	.loginCaption
	{
		text-align: right;
		color:#e77817;
		font-size:12px;
		font-family:calibri;
	
		
	}
	
	.loginTextbox
	{
		width: 150px;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	
	/* END Search Section *
	
/* END MENU */



/* START Images */

a img { border-style:none; outline:none; } 


/* END Images */

a, a:visited
{
	color: #e77817;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}


h1, h2, h3
{
	color:#e77817;
	margin-top: 0px;
}

h2
{
	margin-bottom: 5px;
}

h3
{
	margin-bottom: 0px;	
}

h1
{
	line-height: 18px;
	margin-top: 0px;	
	

}

div.label
{
	float: left;
	margin-top: 10px;	
	clear: both;
	vertical-align: middle;
}

.noInput
{
	margin-top: 0 !important;
}

.textbox
{
	margin: 5px 0 1px 5px;
	
}

.button
{
	margin: 5px 0 0 5px;
}

.searchBarButton
{
	margin-bottom: 3px;
	vertical-align: middle;
}

span.required
{
	color: #e77817;	
}



/* Formatting for the success, error, and information boxes */
.error, .success
{
	padding: 10px 25px;
	font-weight: bold;
}

.error
{
	border: 1px solid #ff0000;
	background-color: #FADCDD;
	color: #ff0000;
	background-image: url('/images/default/icons/cross_color.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.success
{
	border: 1px solid #176C13;
	background-color: #C8F4C6;
	color: #176C13;
	background-image: url('/images/default/icons/accept.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}	

.messageContainer
{
	margin: 0 0 15px 0;
}

/* End */


.validator
{
	background-image: url('/images/flag_16.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 20px;
	width: 100%;
	color: Red;
	font-style: italic;
}

.captchaBox
{
	border: 1px solid #e6e6e6;
	width: 250px;
	margin-left: 155px;
}

/* BEGIN Tabs */

.tabbedMenuBox
{
	border: 1px solid #c8c8c8;
	min-width: 600px;
	min-height: 400px;
	padding: 10px;
	margin-top: 0px;
	clear: left;
}

.tabbedMenuBoxFooter
{
	min-width: 620px;
	border: 1px solid #c8c8c8;
	border-top: 0px;
	padding-bottom: 5px;
	background: #e6e6e6; 
	text-align: right;
}

#tabMenu
{
	float:left;
	width: 100%;
	line-height: normal;
}

#tabMenu a
{
	display: block;
	background: url('/images/default/template/TabRight.png') no-repeat right top;
	padding: 5px 15px 3px 6px;
	text-decoration: none;
	color: #787878;
}

#tabMenu ul .current
{
	background-image: url('/images/default/template/TabLeftSelected.png');
}

#tabMenu ul .current a
{
	color:#000;
	background-image: url('/images/default/template/TabRightSelected.png');
	
}

#tabMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 0 0;
}

#tabMenu li
{
	float: left;
	background: url('/images/default/template/TabLeft.png') no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;

}

#tabMenu li img
{
	margin-right: 5px;
	vertical-align: middle;
}

/* END Tabs */

.contactPreview
{
	float:right;
	width: 350px;
	
}

span.note
{
	color: #666;

}

span.requiredText
{	
	font-style: italic;
	color: #666;
	font-size: .9em;
}

.trimmedCheckbox
{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;	
}

select.checkboxLineup
{
	margin-top: 13px;	
}

.leftFloat
{
	float:left;
	clear:left;
}

.radioButtonList, .radioButtonList input
{
	margin-left: 0px;
	padding-left: 0px;	
}

.CEOrange
{
	color: #e77817;
}

/* Password strength meter */
#score {
	color: #000;
	
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
}
#score,#rating,#standards {
	font-weight: bold;
}
#scorebar {
	background-image: url(/Images/PasswordMeter/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 100px;
	z-index: 0;
}

#scorebarBorder {
	background: #333;
	border: 1px #000 solid;
	height: 16px;
	margin: 5px 0px 0px 6px;
	width: 100px;
	float: left;
	
}

.gridTable
{
	border: 1px solid #c8c8c8;
	min-width: 400px;
}

.gridTable td, .gridTable th
{
	padding:5px;
	text-align:left;
}

.gridHeader, .gridHeader a
{
	background: #e77817;
	color: #fff;
}

.gridRow td, .gridRowAlternate td, .gridTable td
{
	
	border: 1px solid #c8c8c8;
	text-align: left;
}


.gridRowAlternate
{
	background: #f0f0f0;
}
