/* General Global Site Styles */

img {
	border: none;
}
form 
{
	margin: 0px;
	padding: 0px;
}
br.clear {
  clear: both;
}
.photoStateFlyout
{
	border: 1px solid #B57E14;
	background-color: #ffffff;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 7px;
	width: 185px;
}
input, textarea, select
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
textarea
{
	border: 1px solid #999999;
}
span
{
	margin: 0px;
	padding: 0px;	
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/*  ------------- Global Page Styles ------------- */
h1
{
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #8D0400;
	margin: 0px 0px 10px 0px;
	font-weight: 100;
}
h2
{
	font-size: 14px;
	font-weight: 900;
	color:#8D0400;
	margin: 0px 0px 10px 0px;
}
h3 
{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#8D0400;
	margin: 0px 0px 10px 0px;
}
h4
{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#8D0400;
	margin: 0px 0px 10px 0px;
}
.RcH2
{
	font-size: 14px;
	font-weight: 900;
	color:#8D0400;
	margin: 0px 0px 0px 0px;
}
.headerText
{
	color: #406099;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: 900;
}
.headerTextSM
{
	color: #406099;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: 900;	
}
.fieldGroupHeader
{
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: 900;
}
.generalTitle
{
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #8D0400;
}
.generalText
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000
}
a.generalText {
	color: #8D0400;
}
.staticTitle
{
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #8D0400;
}
.staticSubTitle
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #406099;
}
.staticTitleAlt
{
	font-size: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #8D0400;
}
.staticSubTitleAlt
{
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #8D0400;
	font-weight: 900;
}
.staticText
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
}
.regConfTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#999999;
	font-size:18px;
}
.regFormText
{
	padding-bottom: 5px;
}
.fn123 li
{
	margin-bottom: 10px;
}
.errorMessage {
	font-size: 12px; 
	color: #CC0000; 
	font-family : Verdana, Helvetica, sans-serif;
}
.errorMessageTitle
{
	font-size: 15px; 
	font-family: Verdana, Helvetica, Sans-Serif; 
	color:#ffffff; 
	font-weight: 900; 
}
.roundBoxTitle
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:900;
	padding-left: 10px;
	padding-right: 10px;
}
.roundBoxTitleSM
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:900;
	padding-left: 10px;
	padding-right: 10px;
}
.roundBoxContent
{
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	color:#737A7F;
}
.roundBoxContent td
{
	color:#737A7F;
}
.roundBoxContentSM
{
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#737A7F;
}
.roundBoxContent a
{
	font-size: 12px;
	font-weight: 900;
}
.roundBoxContent h1
{
	font-size: 12px;
	color:#416494;
}
.roundBoxContent h2
{
	font-size: 11px;
	color:#416494;
	font-weight:normal;
}

.visible 
{
	display: normal;
}

.hidden 
{
	display: none;
}


.contentBorderBox {
	border: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;	
	border-bottom: 1px solid #DCDCDC;	
}
.subNavWrapper
{
	height:21px; 
	width:775px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}
html >body .subNavWrapper 
{
	width:773px;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask, #popupMask1 {
	position: absolute;
	z-index: 2000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	-moz-opacity: .40;
	/*Added for Firefox Opacity*/
	
	/*background-color: transparent !important; */
	background-color: #333333;
	
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	*/
	/*background-image: url(http://images.chemistry.com/sites/1000/maskBG.png) !important; */
	background-repeat: repeat;
	display:none;
}
#popupContainer, #popupContainer1 {
	position: absolute;
	z-index: 2001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	background:#fff;
}
#popupInner 
{
	background-color: #fff;
}
#popupInner iframe body {background-color:#fff;}
#popupFrame, #popupFrame1 {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
	background-color:#fff;
}
#popupFrame body {background-color:#fff;}
#popupTitleBar, #popupTitleBar1 {
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px 5px 5px 10px;
	position: relative;
	z-index: 203;
	height:30px;
}
#footerBar
{
	background:#fff;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
	padding: 5px;
}
#popupControls {
	float: right;
	cursor: pointer;
}
.popupYesNoControls
{
	padding: 0px 15px 15px 0px;
}
a.popupLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D0400;	
	font-weight:900;
	text-decoration: underline;
	cursor: pointer;	
}
.popContainer
{
	padding: 0px 25px 40px 25px;
	background-color:#fff;
}

.popLine
{
	background-color:#fff;
}
.popTitle
{
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #8D0400;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.popText
{
	padding-top: 15px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color:#333333;
	text-transform: none;
	background-color:#fff;
}

.fwdFriend strong
{
	color:#003366;
}
.fwdFriend ul li
{
	list-style-type: disc;
}
.statusBar td
{
	color:#666666;
}

.xEContainer {background: transparent; margin:0 0;}
.xEtop, .xEbottom {display:block; background:transparent; font-size:1px;}
.xEb1, .xEb2, .xEb3, .xEb4 {display:block; overflow:hidden;}
.xEb1, .xEb2, .xEb3 {height:1px;}
.xEb2, .xEb3, .xEb4 {background:#FBFAF5; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB;}
.xEb1 {margin:0 5px; background:#BBBBBB;}
.xEb2 {margin:0 3px; border-width:0 2px;}
.xEb3 {margin:0 2px;}
.xEb4 {height:2px; margin:0 1px;}
.xEboxcontent {display:block;  background:#FBFAF5; border:0 solid #BBBBBB; border-width:0 1px; padding: 10px 15px 15px 15px;}

.xWBContainer {background: transparent; margin:0 0;}
.xWBtop, .xWBbottom {display:block; background:transparent; font-size:1px;}
.xWBb1, .xWBb2, .xWBb3, .xWBb4 {display:block; overflow:hidden;}
.xWBb1, .xWBb2, .xWBb3 {height:1px;}
.xWBb2, .xWBb3, .xWBb4 {background:#ffffff; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB;}
.xWBb1 {margin:0 5px; background:#BBBBBB;}
.xWBb2 {margin:0 3px; border-width:0 2px;}
.xWBb3 {margin:0 2px;}
.xWBb4 {height:2px; margin:0 1px;}
.xWBboxcontent {display:block;  background:#ffffff; border:0 solid #BBBBBB; border-width:0 1px; padding: 5px 10px 5px 15px;}

.miniBox
{
	padding:5px 10px 10px 0px;
	border-left:1px solid #244E80;
	border-right:1px solid #244E80;
	background-color:#F2F1EC;
	color:#666666;
}
.miniBox td
{
	color:#666666;	
}
.miniBox p
{
	color:#000000;
	margin-top: 5px;
	margin-bottom:10px;
	color:#666666;	
}
.miniBox .itemContainer
{
	margin-left:10px;
}
.miniBox .itemContainer .item
{
	margin-bottom:10px;
}
.UCaseRc
{
    text-transform: uppercase; 
	margin: 0px 0px 0px 0px;    
}
.clearfix:after { content: "."; display: block; height: 0px; clear: both;visibility:hidden;margin:0px;padding:0px;line-height:0px;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix { display: block;}
