@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
body, select {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0; color: #333;
}
body {
	cursor:default;
	margin:0;
}
.divContentsOuter {
	border:#666699 1px solid;
	width:568px;
	padding:10px;
	background-color:#FFFFFF
}
.divContentsInner {
	border:#666699 1px solid;
	width:566px;
}

/* Msg Board --> */
.msgboardHeader {
	width:468px;
	padding:9px 10px 7px 15px;
	border-bottom:1px solid #4F7FDE;
	border-left:7px solid #4F7FDE;
	margin:20px auto 0 auto;
	background-color:#E6F3FF;
	font-size:14px;
	font-weight:bold
}
.msgboardIntro {
	width:530px;
	margin:auto
}
.msgboardIntro p {
	margin:15px;
	font-size:12px;
}
.msgTable {
	border-top:1px dotted #DDDDDD;
	width:530px
}
.dateTd {
	vertical-align:top;
	text-align:center;
	padding:10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#777777;
	background-color:#FFFFFF;
	font-size:12px;
}
.dateTd, .msgTd {
	border-bottom:1px dotted #DDDDDD;
	cursor:pointer;
}
.title {
	padding:10px;
	width:340px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.msg {
	display:none;
	background-color:#FFFFFF;
	padding:0 10px 10px 10px;
	width:350px;
	font-size:12px;
}
.titleHover {
	color:#6497F4;
	text-decoration:underline
}
.titleImportant {
	color:#1C66F0
}
.gecko .compact {
	background-repeat:no-repeat;
	background-position:470px 9px
}
.gecko .expanded {
	background-repeat:no-repeat;
	background-position:470px 9px
}
.compact, .expanded {
	background-repeat:no-repeat;
	background-position:480px 9px
}
.compact {
	background-image:url(/GenericFiles/Images/msgboard/plus.gif)
}
.compact:hover {
	background-image:url(/GenericFiles/Images/msgboard/plus_hover.gif)
}
.expanded {
	background-image:url(/GenericFiles/Images/msgboard/minus.gif)
}
.expanded:hover {
	background-image:url(/GenericFiles/Images/msgboard/minus_hover.gif)
}
.btnHolderTd {
	padding:30px 0
}
.logoBtmDiv {
	padding-bottom:20px
}
/* <-- Msg Board */

/* Buttons - BLUE --> */
.button10 {
	padding:3px 15px;
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
	background-color:#0099CC;
	border:solid 2px;
	border-left:#93d4e9;
	border-top:#93d4e9;
	border-right:#006283;
	border-bottom:#006283;
}
.gecko .button10 {
	border:outset #0099CC 2px
}
.button10:hover {
	color:#003366;
	text-decoration:none
}
.button10:active {
	color:#003366;
	border:solid 2px;
	border-right:#93d4e9;
	border-bottom:#93d4e9;
	border-left:#006283;
	border-top:#006283;
}

/* Buttons - Other --> */
.button_gray {
	padding:3px 15px;
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
	background-color:#666666;
	border:solid 2px;
	border-left:#999999;
	border-top:#999999;
	border-right:#333333;
	border-bottom:#333333;
}

.button_gray:hover {
	color:#333333;
	text-decoration:none;
	background:#999999;
	border-right:#666666;
	border-bottom:#666666;
	border-left:#CCCCCC;
	border-top:#CCCCCC;
}
.button_gray:active {
	color:#333333;
	border:solid 2px;
	border-right:#CCCCCC;
	border-bottom:#CCCCCC;
	border-left:#666666;
	border-top:#666666;
}

.gecko .button_gray:active {
	border:inset #0099CC 2px
}



/* <-- Buttons */

a {
	color:#315FE9;
	text-decoration:none
}
a:hover {
	text-decoration:underline;
}
.hidden {
	display:none
}

.snap_preview a { display:none}


.newsrelease_tabs{font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:15px; width:640px; font-weight:normal; font-family:Arial, Helvetica, sans-serif}
.newsrelease_tabs_date{float:left; width:70px; padding-bottom:5px}
.ie .newsrelease_tabs_date{ padding-bottom:5px}
.newsrelease_tabs_img{float:left; margin-right:10px; width:70px; padding-bottom:5px}
.ie .newsrelease_tabs_img{ padding-bottom:5px}
.newsrelease_tabs_content{float:left; width:480px; padding-bottom:5px}
.ie .newsrelease_tabs_content{ padding-bottom:5px}
.newsrelease_tabs a{ color:#666; text-decoration:none;}
.newsrelease_tabs a:hover{ color:#FF2F2F; text-decoration:none;}