.layoutTable
{
    border: solid 19px #f4f4f4;
    width: 600px;
    height: 600px;
}

.toplevelNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	
	text-decoration: none;
}
.FormTextHome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px;
	text-decoration: none;
	width:635px;
	}
.FormTextHome2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin:0px;
	text-decoration: none;
	}
	
.GreyText1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-top:0px;
	margin:0px;
	text-align:left;
	}
	
	.GreyText2 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#666666;
	 padding-top:0px;
	 margin:0px;
	 padding-right:15px;
	 padding-left:15px;
	 text-align:left;
 }
 .GreyText3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding-top:0px;
	margin:0px;
	text-align:left;
	font-weight:bold;
	}


.TextError {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	padding-top:0px;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
	text-align:left;
	}
	
.CopyrightText1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-top:0px;
	margin:0px;
	padding-right:20px;
	padding-left:20px;
	text-align:right;
	}
	
.TextboxHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#0099FF;
	padding-left:20px;
	}
	
.Interior_Heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:500;
	color:#2c9ae3;
	}

.Interior_SubHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	color:#2c9ae3;
	font-weight:bold
	}

hr {
	border: none 0;
	border-top: 1px dashed #cccccc;
	height: 1px;
}

.TextboxContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	line-height:16px;
	}

.Main_Content {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align:top;
	line-height:16px;
	}

.Grid_Header {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold
	}
	
.Grid_Header_white {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold
	}
	
.leftSideNavText 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-left:5px;
	
	vertical-align:top;
	/*padding-top:20px;*/
	font-weight:bold;
	text-decoration: none;
}
	
.leftSideNavTextForFFox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
	
	padding-right:7px;
	vertical-align:top;
	}
		
.homeBannerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

	color:#FFFFFF;
	padding-right:25px;
	}
.button {
	background-image: url(images/btn_bg.jpg) ;
	border: 1px solid #edeff0;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
	
}

.rotator
{
	border-style: solid;
	border-color: #CFCFCF;
	border-width: 1px;
}

/* for understanding browsers */
.container {
width:20em;
padding:0.5em;
border:1px solid #000;
min-height:500px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 500px;
}
/**/

pre
{
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

.panel
{
	border: solid 1px #002d96;
}

.panel .header
{
	padding: 0px 20px;
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 31px;
	background: #7da5e0 url('images/RootItemBkg.gif') repeat-x;
	color: white;
}
.ReferAFriendTextbox
{
	width:430px;
}

.verticallyAligned
{
    vertical-align:top;    
}

/*
This is a workaround for Firefox for the Datepicker on the BrowseCalendarPage.aspx page. 
It uses the clientId so if the name of the controls changes, this style won't work anymore. 
Also, if the background of the control changes, the style must be changed as well to reflect the new color of the background.
*/    
#ctl00_ContentPlaceHolder1_CS_CurrentDateRadDatePicker
{
    color:#FFFFFF;
}