@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.
 */

.staffprogramlist {
    background-color: white;
    border-collapse: separate;
    border-color: #646F37;
    border-style: solid;
    border-width: 0 0 1px 0;
    margin-right: 25px;
    width: 100%;
}    

TD   { font-size: small; vertical-align: top;}

/* -- CFP Styles -- */
ul.cfp{
padding: .5em;
margin-left: 0;

}
/*content-block*/
.content-block{
	width: 100%;
	background: #EEEEEE;
	padding: 0px;
	color:#000000;
	line-height: 18px;
}
.spcontent-block{
	width: 900px;
	background: #EEEEEE;
	padding: 0px;
	color:#000000;
	line-height: 18px;
	margin-left: auto;
   	margin-right: auto;
}
.centered-table {
   margin-left: auto;
   margin-right: auto;
}

/*rounded-block*/
.rounded-block{
	overflow:hidden;
	margin:0 0 47px;
}
div.pink-block{background:#EEEEEE no-repeat 0 100%;}
div.blue-block{background:#e6f2f6 no-repeat 0 100%;}
.rounded-block .heading{
	overflow:hidden;
	padding: 8px 14px;
	background:#003D59 no-repeat;
	margin:0 0 9px;
}
.rounded-block .heading h2{color:#fff;}
.rounded-block .area{
	overflow:hidden;
	padding:0 15px 9px;
}
.blue-block .area{
	padding: 13px 15px 0;
	font-size: 11px;
	line-height: 17px;
	background:url(../../img/ccsso/new/bg-blue-block-top.gif) no-repeat;
}
.blue-block .register{
	margin:-5px 0 5px !important;
	position: relative;
}
.blue-block h2{
	font-style: italic;
	color:#0a83a2;
	line-height: 18px;
	margin:0 0 12px !important;
}
.blue-block p{
	color:#7d6a60;
	margin:0;
}
.blue-block .item{
	width:100%;
	overflow:hidden;
	padding: 0 0 19px;
}
.blue-block .item h2.title{
	color:#5e5e5e;
	font-size: 14px;
	font-style: normal;
	}

/*header start*/
#header{
	width:700px;
	height:98px;
	position: relative;
	z-index: 4;
	background-color: #999999;
		
}
#lowheader{
	width:700px;
	height:25px;
	position: relative;
	z-index: 5;
	background-color: #90C657;
	
	
}
#smallheader{
	width:100%;
	height:50px;
	position: relative;
	z-index: 5;
}
/*logo*/
.cfplogo a{
	display:block;
	height:100%;
}
/*wrapper start*/
#wrapper{
	margin:0 auto;
	width:902px;
	text-align:left;
	}


body.inner {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	background:#999999;
	color:#000000;
	padding-top: 10px;
	text-align:center;
}
a {
	text-decoration: none;
	color:#006b6e;
}
a:hover {text-decoration: underline;}
img {border-style: none;}

/*sidebar*/
#sidebar{
	width:171px;
	float:left;
	display:inline;
	position:relative;
	overflow:hidden;
}
#sidebar h2{
	font-size:14px;
	margin:0;
}
/*main-column*/
.main-column{
	width:700px;
	float:left;
	display: inline;
	position:relative;
}
.main-column p{margin:0 0 17px;}
.main-column h2{
	font-size: 22px;
	margin:0 0 20px;
	color:#332F79;
}

.content-area {
	padding:10px!important;
	}

#nav ul{
	display: none;
	position: absolute;
	top:18px;
	left:-1px;
	margin:0;
	padding:7px 20px 0 8px;
	list-style:none;
	border:1px solid #b2b2b2;
	background: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

/*nav*/
#nav{
	margin:0;
	padding:0;
	list-style:none;
	position: absolute;
	top:70px;
	right:0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li{
	float:left;
	padding: 0 0 10px;
	margin:0 0 0 30px;
	display: inline;
}
#nav li a{color:#000000;}
#nav li a:hover,
#nav li.active a,
#nav li:hover a,
#nav li.hover a{
	color:#90C657;
	text-decoration: none;
}
#nav li:hover,
#nav li.hover{position: relative;}
#nav li:hover ul,
#nav li.hover ul{display: block;}
#nav ul{
	display: none;
	position: absolute;
	top:18px;
	left:-1px;
	margin:0;
	padding:7px 20px 0 8px;
	list-style:none;
	border:1px solid #b2b2b2;
	background: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
#nav ul li{
	float: none;
	display:block;
	margin:0 0 8px;
	padding: 0;
	white-space: nowrap;
}
#nav ul a{color:#7d6a55 !important;}
#nav ul a:hover{color:#0a83a2 !important;}

#nav a:hover{
	color:#90C657;
	}
/*header end*/

h3 {color:#003D59;
	}
/* author step styles */	
.note, .notecolor { color: #00309C; } /* spec color only here! */

.mainhead {
	font-size: 130%;
	font-weight: bold; 
	color: #00309C;
}

h2.mainhead {
	margin:0 0 0.2em 0;
	padding: 0;
}
#personalinfoPage .floatleft {
	width:275px;
	height:60px;
	margin:2px;
}
#personalinfoPage .errorcolor {
 	color: red; 
} 
.errorcolor {
    color: red;
}
#personalinfoPage h4 {
	margin: 0;
}
#editpeoplePage thead th {
	background-color:#E7E7E7;
}
table#paperpeople {
	border:1px solid #E7E7E7;
}
.sectionbox, .sectionboxtable {
	width: 95%;
	max-width: 750px;
	min-width: 370px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 1em;
	clear:both;
}
	
h2.mainhead {
	margin:0 0 0.2em 0;
	padding: 0;
	}
	
.proofed_Incomplete td { 
	background-color: #FFFFCC;
}

.proofed_Complete td { 
	background-color: #CCFFFF;
}

.proofed_Incomplete { 
	background-color: #FFFFCC;
}

.proofed_Complete { 
	background-color: #CCFFFF;
}
.proofed_unedited { 
	background-color: #f7f7f7;
}
