@charset "utf-8";
/* CSS Document */

#clear {clear: both; line-height: 0; height: 0;}
/* Links */
a {
	color: #333333;
}

a:hover {
	color: #000000;
}

/* Text */
p {
	margin-top: 0px;
	margin-bottom: 4px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6f0000;
	text-align: left;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #383632;
	text-align: left;
}

h3 {
	color: #610000;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	margin-left: 0;
}

h4 {
	color: #424242;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}

/* Template */
body {
		padding-top: 0px;
		margin-top: 0px;
		background: #CCCCCC url(/images/greyfade.jpg);
		background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #070707;
	}
		
#container {
		width: 800px;
		margin: 0px auto;
		padding: 0px;
		background-color: #FFFFFF;
	}
	
#carbonbar {
		width: 800px;
		height: 32px;
		padding: 0px;
		margin: 0px;
		background: #FFFFFF url(/images/carbon_bar.jpg);
		color:#CCCCCC;
	}
	
#carbonbar a {
		color:#CCCCCC;
		text-decoration: none;
	}

#pdcaffiliates_header {
		width: 800px;
		height: 131px;
		padding: 0px;
		margin-top: 5px;
		background: #FFFFFF url(/images/header_bg.jpg);
	}
	
#loginbox {
		padding-top: 26px;
		margin-left: 399px;
		width: 383px;
		height: 67px;
		font-size: 12px
}
	
#topnav {
		width: 800px;
		height: 22px;
		padding: 0px;
		margin: 0px;
		background: #000000;
}

#content {
		width: 788px;
		margin: 0px;
		padding: 5px;
		border-top: 1px solid #CDCDCD;
		border-left: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
		background: #ffffff;
}

#footer_content {
		width: 788px;
		margin: 0px;
		padding: 5px;
		border-left: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
		border-bottom: 1px solid #CDCDCD;
		background: #ffffff;
		
		font-size:10px;
		color: #999999;
}

#footer_content a {
		color: #666666;
}

#footer {
		width: 800px;
		height: 37px;
		margin: 0px;
		padding: 0px;
		background: #FFFFFF url(/images/footer_bg.jpg);
}

.smalltext {
		font-size: 10px;
		color: #000000;
}

.smalltext_white {
		font-size: 10px;
		color: #FFFFFF;
}


/* Rounded Rectangle Container */

.rounded_box {
	margin:0px auto;
	background:#fff url(/images/roundedbox/leftside.gif) repeat-y left top;
}
.rounded_box_top {
	width:100%;
	height:20px;
	background:url(/images/roundedbox/top.gif) no-repeat left top;
}
.rounded_box_top span {
	display:block;
	position:relative;
	height:20px;
	background:url(/images/roundedbox/top-right.gif) no-repeat right top;
}
.rounded_box_center-content {
	position:relative;
	background:url(/images/roundedbox/rightside.gif) repeat-y right top;
	padding: 1px 15px 1px 25px;
	margin:-10px 0 -5px 0;
}

.rounded_box_center-content span {
	display: block;
	background-repeat: no-repeat;
	height: 35px;
	margin-left: -17px;
	padding-left: 70px;
	padding-top: 30px;
}

.rounded_box_bottom {
	width:100%;
	height:60px;
	background:url(/images/roundedbox/bottom.gif) no-repeat left bottom;
}
.rounded_box_bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(/images/roundedbox/bottom-right.gif) no-repeat right top;
}

/* Banner Styling */

.banner {
	border: 1px solid #CDCDCD;
	padding: 10px;
}


/* Blog Styling */

#blogscroll {
	position: absolute;
	overflow: hidden;
	right: 0px;
	height: 28px;
	width: 500px;
	top:3px;
}

#blogscroll ul li {
  position: absolute;
  top: 210px;
  left: 5px;
  height: 30px;
  width:500px;
}
#blogscroll ul li a{
  color: #FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
#blogscroll ul li a:hover{
  text-decoration:underline;
}
#blogscroll ul li a:visited{
  color: #FFFFFF;
}


.blogfeeddate{
	color: #F0B91E;
	font-size:11px;
}
.blogfeed{
	position: relative;
	height: 35px;
	width:100%;
}


.ContainerLeft {
	width: 420px;	/* MAIN - SET left column width */
	float: left;

}
.ContainerRight {
	width: 372px;	/* MAIN - SET right column width */
	margin-left: 20px;
	float: left;
}
.ContainerWide {
	width: 100%;
	float: left;
	clear:both;
}



/* Default Text  */

a, a:link, a:visited {

}

p {

}

.title {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0px;
}




/* Block Elements, each block type will have its own layout */

.BlockFlash {

}
.BlockTopSearchbox {
	margin: 0px;
	padding: 0px;
}
.BlockTopSearchbox input{
	color: #959595;
	width: 200px;
	border: 1px solid #D0D0D0;
	padding: 2px;
}
.BlockTxtNote, EC {
	color: #959595;
	width: 99%;
	height: 18px;
	font-size: 12px;
	border: 1px solid #D0D0D0;
	padding: 2px;
	font-weight:bold;
}
.EC {
	height: 65px;
	font-weight:normal;
}
.Blockloading {
	position: relative;
	width: auto;
	min-height:100px;
	height:auto !important;
	height:100px;
	background:url(/images/skin/loading.gif) no-repeat center center;
	text-align:center;
	margin:auto;
	padding-top: 30px;
}

.Bullet_Tabs {
	width: auto;
	height: 15px;
}
.Bullet_Tabs a, .Bullet_Tabs span{
	font-size: 12px;

	text-decoration: none;
	color: #fff;
	display: block;
}
.BT_left {
	position:relative;
	float:left;
	background: #a4afb5 url(/images/skin/tabs/bullet_tab_L2.gif) no-repeat left top;
	padding-left:10px;
	padding-right:5px;
	margin-right: 1px;
}
.BT_center {
	position:relative;
	float:left;
	background-color: #c8cfd3;
	margin-right: 1px;
	padding: 0 5px;
}
.BT_center:hover {
	background-color: #a4afb5;
}
.BT_right {
	position:relative;
	float:left;
	background: #c8cfd3 url(/images/skin/tabs/bullet_tab_R1.gif) no-repeat right top;
	padding-right:10px;
	padding-left: 5px;
}
.BT_right:hover {
	background: #a4afb5 url(/images/skin/tabs/bullet_tab_R2.gif) no-repeat right top;
}
/* Rounded Box */


.Floatbox {
	position: absolute;
	z-index: 100;
}
/* Modifiers of this class */
	.FB_managers {
		width: 350px;
			top: 45px;
			margin-left: 350px;
	}

.FB_top_left { 
	font-size:1px;	/* ie6 */
	margin-right: 10px;
	height: 7px;
	background:url(/images/skin/roundbox/floatbox_top.png) no-repeat left top;
}
.FB_top_right { 

	background:url(/images/skin/roundbox/floatbox_top_right.png) no-repeat right top;
	margin-left: 11px; 
	margin-top: -7px;
	height: 7px;
	width: 11px;
	float: right;

}
.FB_bottom_left { 
	font-size:1px;	/* ie6 */
	margin-right: 10px;
	height: 10px;
	background:url(/images/skin/roundbox/floatbox_bottom.png) no-repeat left bottom;
}
.FB_bottom_right { 
	background:url(/images/skin/roundbox/floatbox_bottom_right.png) no-repeat right top;
	margin-left: 11px;
	margin-top: -10px;
	height: 10px;

}
.FB_right {
	background:url(/images/skin/roundbox/floatbox_right.png) repeat-y right top;
	padding:0;
	margin:0;
	font-size:1px;	/* ie6 */
}
.FB_content {
	background:url(/images/skin/roundbox/floatbox_content.png) repeat-y left top;
	margin-right: 10px;
	padding-left: 10px; 
	_padding-left: 0px; /* ie6 */

}

/* Rounded Box */

.RB_wrap {	/*default white*/

}
.RB_left {
	margin:0px auto;
	background:#fff url(/images/skin/roundbox/leftside.gif) repeat-y left top;
}
.RB_top {
	width:100%;
	height:4px;
	background:url(/images/skin/roundbox/top.gif) no-repeat left top;
}
.RB_top span {
	display: block;
	_margin-bottom: -11px;	/* ie6 does not allow inline element to be block */
	position:relative;
	height:4px;
	background:url(/images/skin/roundbox/top-right.gif) no-repeat right top;
}
.RB_content {
	position:relative;
	background:url(/images/skin/roundbox/rightside.gif) repeat-y right top;
	padding: 1px 5px 1px 30px;
	margin:0px 0px 0px 0px;
}
.RB_content p {
	margin: 0px 0px 10px 0px;
}
.RB_bottom {
	width:100%;
	height:4px;
	background:url(/images/skin/roundbox/bottom.gif) no-repeat left bottom;
	margin-bottom: 5px;
}
.RB_bottom span {
	display: block;
	_margin-bottom: -11px;	/* ie6 does not allow inline element to be block */
	position:relative;
	height:4px;
	background:url(/images/skin/roundbox/bottom-right.gif) no-repeat right top;
}

/* RB_ mods GREY */
.RB_wrap_grey {

}
.RB_wrap_grey .RB_left{
	background:#fff url(/images/skin/roundbox/grey_leftside.gif) repeat-y left top;
}
.RB_wrap_grey .RB_top {
	background:url(/images/skin/roundbox/grey_top.gif) no-repeat left top;
}
.RB_wrap_grey .RB_top span {
	background:url(/images/skin/roundbox/grey_top-right.gif) no-repeat right top;
}
.RB_wrap_grey .RB_content {
	background:url(/images/skin/roundbox/grey_rightside.gif) repeat-y right top;
	background-color: #EDEDED;
	padding: 1px 10px 1px 10px;
	margin-left: 1px;
}
.RB_wrap_grey .RB_content p{
	margin: 0px 0px 10px 0px;
}
.RB_wrap_grey .RB_bottom {
	background:url(/images/skin/roundbox/grey_bottom.gif) no-repeat left bottom;
}
.RB_wrap_grey .RB_bottom span {
	background:url(/images/skin/roundbox/grey_bottom-right.gif) no-repeat right top;
}

/* RB_EC_ Expand / colapse */
.RB_arrow_left,
.RB_arrow_right,
.RB_arrow_up,
.RB_arrow_down {
	position: relative;
	float:left;
	left: -18px;
	width: 10px;
}
.RB_collapse {
	display: none;
}
.RB_expand {

}
.RB_txt {
	position:relative;
	font-size: 11px;
	float:left;
	left: -10px;
}
.RB_no_margin {
	position:relative;
	left: -10px;
	clear: both;
}

/* Global Table Class */

tr.r2 {
	background-color: #EFFBFF;
}



table, 
table p,
table a:link,  
table a:visited,
table li {
	text-decoration:none;
}
th,
th p,
th a:link,
th a:visited,
th li {

}
td,
td p,
td a:link,
td a:visited {

}

/* Stats table */

.stats table, 
.stats table p,
.stats table a:link,  
.stats table a:visited,
.stats table li {
	text-decoration:none;
}
.stats tr:hover {
	background-color: #E3F1E3;
}
.stats th,
.stats th p,
.stats th a:link,
.stats th a:visited,
.stats th li {
	font-weight: bold;
	color: #959595;
	text-align: right;
}
.stats td,
.stats td p,
.stats td a:link,
.stats td a:visited {

}
/* table classes */
.stats .heading {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color:#a4afb5;
	color: #fff;

}
.stats .heading_blank {

	background-color:#fff;

}

/* tabs */

.tabs {
	line-height: normal;
	margin: 5px 0 10px 0px;
	width: 100%;
	clear:both;
}
.tabs ul {
	height: 19px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent url(/images/skin/tabs/line.gif) top right repeat-x;
}
.tabs li {
	background: transparent url(/images/skin/tabs/line.gif) top right repeat-x;
	float: left;
	height: 19px;

	padding: 0 0 0 0;
	text-indent: 0;
}
.tabs span {
	color: #0054a6;
	cursor: pointer;

	display: block;
	padding: 2px 5px 0px 5px;
}
.tabs li span:hover {
	color: #333;
}
/* selected os view */
.tabs li.selected {
	height: 19px;
	background: transparent url(/images/skin/tabs/tab.gif) top left no-repeat;
	padding: 0 0 0 11px;
}
.tabs li.selected span {
	height: 19px;
	background: transparent url(/images/skin/tabs/tab.gif) top right no-repeat;
	padding: 2px 11px 0 0;
	color: #959595;
	cursor: default;
	display: block;
	_width: 5px;
}

/* Misc */
hr {
	border: none 0; 
	border-top: 1px solid #D0D0D0;
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	padding-top: 5px;
	padding-bottom: 3px;
	clear:both;
}
.clear {
	clear: both;
}
.underline {
	text-decoration:underline;
}


/* modifiers */

.left {
	position:relative;
	float: left;
}
.right {
	position:relative;
	float: right;
}
.txt_L {
	text-align: left;
}
.txt_R {
	text-align: right;
}
.center {
	text-align: center;
	margin: auto;
}
.bold {
	font-weight: bold;
}
.large {
	clear: both;
	font-size: 14px;
	font-weight:bold;
}
.small {
	clear: both;
	font-size: 10px;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.red {
	color: #FF0000;
	border-color: FF0000;
}
.green {
	color: #00a651;
	border-color: #00a651;
}
.blue {
	color: #0054a6;
	border-color: #0054a6;
}
.lightblue {
	color: #00bff3;
	border-color: #00bff3;
}
.indigo {
	color: #5c708a;
	border-color: #5c708a;
}
.grey {
	color: #959595;
	border-color: #959595;
}
.black {
	color: #3e3e3e;
	border-color: #3e3e3e;
}
.off {
	display: none;
}
.on {
	display: block;
}
.mr {
	margin-right: 10px;
}
.ml {
	margin-left: 10px;
}
.rt td {
	border-top: 1px solid #D0D0D0;
	color: #3e3e3e;
	font-weight: bold;
}


/*----------------------------------------------------------------------*/
/* Forms                                                                */
/*----------------------------------------------------------------------*/

fieldset {
  border:1px solid #B1BDC7;
}

input[type=text], input[type=password], select, textarea {
  border-top:1px solid #AAACAE;
  border-left:1px solid #AAACAE;
  border-bottom:1px solid #C8CED5;
  border-right:1px solid #C8CED5;
  background-color:#D8DDE2;
}

input[type=text]:hover, input[type=text]:focus, input[type=password]:hover,
input[type=password]:focus, select:hover, select:focus, textarea:hover,
textarea:focus {
  border-color:#1362BB;
  background-color:#E0E4E9;
}

input[readonly=readonly]{
  background-color:#C2CBD3;
}

input[readonly=readonly]:hover, input[readonly=readonly]:focus{
  background-color:#C2CBD3;
}

form.col3 fieldset, form.col2 fieldset {
  border:none;
  border-top:1px solid #B1BDC7;
}

fieldset.inactive {
  background-color:#E5E5E5;
}

fieldset legend {
  font-weight:bolder;
}

label.linkSelect, .mediaQuestion ul li a {
  background-color:#D2E0E9;
  border:1px solid #B4CFEC;
}

label.linkSelect:hover, .mediaQuestion ul li a:hover {
  background-color:#DFEDF7;
  border:1px solid #BEDBFA;
}

.thumbs1 {
	float: left;
	margin-right: 10px;
}

