@import url(/style/shared/RFStyle.css);

/* 
 * This is essentially blank, other than inheriting from shared.
 * Only put styles in here which are specific to your client.
 * Do not put any styles in here for Fett. 
 * All new clients should start with a clean, empty stylesheet,
 * using what's in shared, and then customize only what they need, as they go.
 */

body{
	font-family: verdana,arial,sans-serif;
 	/* font-size:small; */
	font-size: 12px; }
 
		
 /******************************************/
 /*           CFP TABLE Styles            */
 /******************************************/		
 
 .extracontent {
	width:700px;
	margin: 0 auto;
}

.cfplogin {
	padding: 10px;
	text-align: center; }

.cfploginfield {
	width: 25%;
	float: left;
	padding-top: 8px;
	display: inline;
}

.loginimput {
	width: 45%;
	height: auto;
	float: left;
	margin-left: 27px;
	background-color: rgb(207, 207, 207);
}

.cfplogintitle {
	margin: 0 0 10px 15px;
	padding: 0 0 10px 80px;
}

#symposium {
	width: 45%;
	height: auto;
	float: left;
	padding-bottom: 16px;
	margin: 0 27px 0 20px;
	background-color: rgb(207, 207, 207);
}
p.cfptitle {
	padding-left: 10%;
}

#cfpassist {
	padding-top: 100px;
	margin-top: 50px;
}
		
th {
	border-style: none;
}


td,body  { 
	font-size: 12px; /* small;   */
	padding: 2px;
}

table.spreadsheet
{
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

td.fixed
{
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}


td.ssrequired
{
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}



H1,H2,H3,H4,H5,H6 {
	font-family:verdana,arial,sans-serif;
	font-weight:bold;
	color:#325896;
	margin: 5px 0 0 0;
	}
	
	H1 {
		font-size:22px;
		}
		
	
	H2 {
		font-size:20px;
		color:#325896;
		}
	
	H3 {
		font-size:18px;margin-bottom:8px;
			}
	
	H4 {
		font-size:16px;margin-bottom:5px;}
	
	H5 {
		font-size:14px;}
	
	H6 {
		font-size:12px;}
		
		#rightfloat h6 {color:#000000;margin-top:5px;margin-bottom:5px;}
A {
	color:#660066;
	Verdana,Arial, "sans serif";
	text-decoration:none;
	}

A:visited {
	text-decoration:none;}

A:hover {
	text-decoration:underline;}
	
a:link {
	color: #1837A0;
}
	
	
 /******************************************/
 /*           Staff Page Styles            */
 /******************************************/
 
 body.staffPage {
	text-align: center;
	background: #CBCFD2 url("/../img/win/bg_image.jpg") no-repeat top left;
 }
 
 #staffWrapper {
	margin: 0 auto;
	text-align: left;
	width: 1100px;
	background-color: #FDFDFD;
 }
 
 fieldset.staff {
	background: repeat scroll 0 0 #0A2789;
	margin: 0;
 }
 
 fieldset.staff table {
	color: white;
 }
 
 .tabstaffdate {
	color: #FFBF00;
 }
 
 fieldset.staff a:link, fieldset.staff a:visited, fieldset.staff a:hover {
	color: #FFBF00;
 }
 
 h4.staff {
    border: medium none;
    color: #000000;
    font-family: "Times New Roman",serif;
    font-size: 24px;
    font-weight: normal;
 }
	

	#rightfloat a {font-size:x-small;}
	
#footer a {text-decoration:underline;}

.mainhead {
	font-size: medium; 
	font-weight: bold; 
	color: #325896;
}

.note { color: #005879;}
.cenote { color: #F47920;}

.error { color: #FF0000;}

.personmodule { 
	font-weight: bold; 
	color: #FF0000;}
	
.credit { font-size:  10px;
	font-style: italic;
	 }     
	 
	 
	 /* ================== BOX TABLE  ================== */
	 
	 .graybox {
	 	border: 2px solid #1837AO;
	 	background-color: #F3F4F7;
	 	padding: 5px;
		width: 75%;
	 }
	 
	 .grayboxtable {
	 	margin: 5px;	
	 	text-align: left;
	 	border-collapse: collapse;
	 }
	 
	 .grayboxtable td {
	 	padding: 5px;
	 	background-color: #A56657;
	 	border-bottom: 1px solid #A56657;
	 	color: black;
	 	border-top: 1px solid transparent;
	 }
	 
	 .grayboxheader, .grayboxtable  th {
	 	background-color: #1837A0;
	 	color: white;
	 	padding: 5px;
	 	border-top: 4px solid #182482;
	 	border-bottom: 1px solid #182482;
	 
	 }
	 
	 .box {
	 	font-family: Verdana,Arial, "sans serif";
	 	font-size: 11px;
	 	margin: 5px;	
	 	text-align: left;
	 	border-collapse: collapse;
	 }
	 
	 
	 .box th {
	 	font-size: 13px;
	 	font-weight: normal;
	 	padding: 8px;
	 	background: #b9c9fe;
	 	border-top: 4px solid #aabcfe;
	 	border-bottom: 1px solid #fff;
	 	color: #039;
	 }
	 
	 .box td {
	 	padding: 8px;
	 	background: #e8edff; 
	 	border-bottom: 1px solid #fff;
	 	color: #669;
	 	border-top: 1px solid transparent;
	 }

	 .button { 
	 	font-size: 12px;
	 	font-weight: bold;
		font-color:#f9f906;
	 	padding: 10px;
	 	width: 100%;
	 	height: 16px;
	 	background: #ffff00;
	 	border-top: 1px solid #aabcfe;
	 	border-bottom: 1px solid #fff;
	 	color: #039;
	 	
}


	 .reportbutton { 
	 	font-size: 10px;
	 	font-weight: normal;
	 	padding: 1px;
	 	width: 100%;
	 	height: 11px;
	 	background: #b9c9fe;
	 	border-top: 1px solid #aabcfe;
	 	border-bottom: 1px solid #fff;
	 	color: #039;
	 	
}

 /* ================== END BOX TABLE  ================== */
 
 .contactInfo {
	margin-left: 1.5em;
	margin-bottom: 1em;
 }
 
 .item {
	font-weight: bold;
 }
 
 .contactInfo .item {
	margin-left: -1.5em;
	float: left;
 }
 
.contactInfo div.contactInfo {
	margin-left: 5em;
}

.normalText {
	font-style: normal;
}

/* CFR Styles */
body#cfr {
	background:url("/../img/win/bg_image.jpg") no-repeat scroll left top #CBCFD2;
	margin:0px;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	text-align: center;
}

#cfr #wrapper {
	background-color: #FDFDFD;
	margin: 1em auto;
	width: 1000px;
	text-align: left;
}

#cfr #header {
	text-align: center;
}

#cfr #header .title {
	margin: 0 4em 2em 13em;
}

#cfr #header h1, #cfr #header h2, #cfr #header h3 {
	color: white;
	text-align: left;
}

#cfr .banner {
	text-align: center;
	background: -moz-linear-gradient(center top , #0F2C97, #192481) repeat scroll 0 0 #0F2C97;
	height: 75px;
}

#cfr .banner img {
	width: 1000px;
}

.topBanner {
	width: 100%;
	height: auto;
}

#cfr .logo {
	background: -moz-linear-gradient(center top , #0F2C97, #192481) repeat scroll 0 0 #0F2C97;
}

#cfr #content {
	padding: 0 1em 1em 1em;
}

#cfr #content h3 {
	font-style: italic;
}

#cfr #footer {
	text-align: center;
	background: -moz-linear-gradient(center top , #0F2C97, #192481) repeat scroll 0 0 #0F2C97;
	background-color: #0013EB;
	color: white;
	padding: .7em 0;
}

#cfr #footer a {
	color: #FDDE8E;
}

#cfr .heading {
	text-align: center;
}
/* Session Moderator Sign-up Page Start */
body.moderatorlogin {
	margin:0;
	padding:0;
	background:#cbcfd2 url('/img/win/pagebg.png') repeat-x;	
	text-align:center;
}
div.watermark {
	position:absolute;
	top:0;
	left:0;
	background: url('/img/win/page-bg.jpg') no-repeat;
	padding:0;
	margin:0;
	width:918px;
	min-height:535px;
	height:535px;
	z-index:-9999;
}
div.wrapper {
	margin:0 auto;
	padding:25px 0 0 0;
	width:1010px;
	text-align:left;
}
.col1 {
	float:left;
	width:228px;
	min-height:595px;
	margin-top: 30px;
	background: #0F2C97;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0F2C97', endColorstr='#01164c');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0F2C97), to(#01164c));
	-webkit-background-size: 100% 100%;
	background-image: -moz-linear-gradient(top, #0F2C97, #01164c);
}
.col2 {
	float:left;
	background-color:#fff;
	width:750px;
	min-height:500px;
	margin:30px 0 0 0;
	-moz-box-shadow: 5px 5px 5px #a4a8a9;
	-webkit-box-shadow: 5px 5px 5px #a4a8a9;
	box-shadow: 5px 5px 5px #a4a8a9;
	text-align:center;
}
.clear {
	clear:both;
}
.win_logo {
	padding: 30px 0 0 0;
	text-align: center;
	position: relative;
	background: #0f2c94; /* Old browsers */
	background: -moz-linear-gradient(top,  #0f2c94 0%, #0c2683 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f2c94), color-stop(100%,#0c2683)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0f2c94 0%,#0c2683 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0f2c94 0%,#0c2683 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0f2c94 0%,#0c2683 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0f2c94 0%,#0c2683 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2c94', endColorstr='#0c2683',GradientType=0 ); /* IE6-9 */
}

.banner img{
	width: 100%;
	height: auto;
}
.col2 .contentwrap {
	width:660px;
	background: url('/img/win/gradient1x500.png') top left repeat-x;
	margin: 10px auto 0 auto;
	text-align:left;
}
.col2 .contentwrap h1 {
	background: url('/img/win/content-corner.png') 0 0 no-repeat;
	color: #1837A0;
	font-family:"Times New Roman","Times",Serif;
	font-size: 30px;
	font-weight:normal;
	padding: 20px 15px 0 34px;
	margin-top:0;
}
.col2 .contentwrap .content {
	padding:10px 34px 0 34px;
	min-height:500px;
	height:500px;
	font-size:12px;
}
.col2 ul.topNav {
	height:54px;
	list-style-type:none;
}
.col2 ul.topNav li {
	float:left;
	padding: 0 30px 0 0;
	color: #000;
	font-size:13px;
}
.col2 ul {
	padding: 0;
	margin: 15px 0 0 34px;
}
.col2 ul.topNav li a, .col2 ul.topNav li a:hover, .col2 ul.topNav li a:visited {
	color:#000;
}
.col2 .content .info {
	border-bottom: 1px #ccc solid;
}
.col2 div.info p {
	font-size: 18px;
	color:#325896;
	font-weight:bold;
	padding: 10px 0 5px 0;
	margin:0;
}
ul.dropdown {
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
}
ul.dropdown li {
	background: #1837A0 url('/img/win/menu-li-bg.png') 3px 3px no-repeat;
	border-top: 1px solid #4A63B1;
	padding:8px 0 8px 15px;
	color:#fff;
	font-size:15px;
	font-family:"Times New Roman","Times",Serif;
	text-transform: uppercase;
}
ul.dropdown li a, ul.dropdown li a:hover, ul.dropdown li a:visited {
	color:#fff;
	text-decoration:none;
}
ul.dropdown li a:hover {
	background-color: #1837A0;
	background-image:none;
}
.col1_corner {
	background: #01164C url("/img/win/side-menu-bottom.png") right bottom no-repeat;
	height: 55px;
	width: 228px;
	clear: both;
}
/* Session Moderator Sign-up Page End */