/* Global Styles */
body	{
	margin:  1% 0;
	padding: 0;
	background: url(../images/bk_page.gif) repeat;
}
body, td, p, ul, ol, blockquote {
	font-family: Verdana;
	font-size: 10px;
	color: #575757;
}
a {
	color: #00B2DE;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
td {
 	vertical-align: top;
}
td.aligncenter {
	text-align: center;
	vertical-align: middle;
}
td.valigncenter {
	vertical-align: middle;
}
table.fullwidth {
	width: 100%;
}

/* Home Page */
table#navigation td {
	background: url(../images/bk_nav.gif) repeat-x;
}
.smaller {
	font-size: 9px;
}
td.container {
	width: 698px;
}
td.containerborder {
	background-color: #3D2603;
}
td.white {
	background-color: #fff;
}
td.content {
	width: 667px;
	background: #EBE7D6 url(../images/bk_content.gif) repeat-y;
}
a.gray {
	color: #575757;
	font-weight: bold;
}
a.lightblue {
	color: #00B2DE;
	font-weight: bold;
}
a.white {
	color: #FFFFFF;
	font-weight: bold;
}
td.divider {
	background-color: #B9B6AB;
}
#footer td {
	vertical-align: middle;
}
#footer a {
	color: #00B2DE;
	font-weight: bold;
	font-size: 9px;
}



/* Inside Pages */
td#headerspacer {
	background: url(../images/bk_header.gif) repeat-x;
}
td#rightgutter {
	background: url(../images/bk_rightgutter.gif) repeat-y;
}
td#subnavigation {
	background: url(../images/bk_fiora.gif) no-repeat bottom left;
	padding-bottom: 140px;
}
td#subnavigationNoBg {
	padding-bottom: 140px;
}
td#subnavigation a {
	color: #00B2DE;
	font-weight: bold;
	font-size: 9px;
	display: block;
	margin-bottom: 2px;
}
td#subnavigationNoBg a {
	color: #00B2DE;
	font-weight: bold;
	font-size: 9px;
	display: block;
	margin-bottom: 2px;
}
td#subnavigationdivider {
	background: #F0EDE1;
}
td#copy p, td#copy ul, td#copy ol, td#blockquote {
	margin: 0 21px 10px 0;
}
td#copy, td#copy p, td#copy ul, td#copy ol, td#blockquote {
	color: #000;
}
td#copy ul, td#copy ol {
	padding-left: 2em;
	margin-bottom: 20px;
	/* list-style: disc url(../images/bullet.gif); */
}
td#copy ul li, td#copy ol li {
	margin-bottom: 10px;
}
img.right {
	float: right;
	padding: 0 0 10px 0px;
	margin: 0 0 0 8;
}
td#copy h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
}
.subheader {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
}
td.detailHeader {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}
.detailSubHeader {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}


/* Form Styles */
/*
.label {
	display: block;
	color: #8D6742;
	font-weight: bold;
	padding-left: 2px;
	margin: 0 0 3px 0;
}*/

table.swatchSearch {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #6EAFC5;
}

table.swatchSearch td {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

table.swatchSearch select {
	width: 130px;
	font-size: 10px;
}

table.swatchSearch input.btn {
	width: 60px;
	font-weight:bold;
	font-size: 10px;
}

table.results {
	font-family: Verdana;
	font-size: 10px;
	padding-top:0px;
}

table.results td {
	font-family: Verdana;
	font-size: 10px;
}

table.results th {
	font-family: Verdana;
	font-size: 12px;
}

table.results select {
	width: 130px;
	height:18px;
	font-size: 10px;
}

table.results input.btn {
	width: 60px;
	height: 20px;
	font-weight:bold;
	font-size: 10px;
	background-color:#00B3DE;
	color:#FFFFFF;
}


table.ppSearch {
	font-family: Verdana;
	font-size: 10px;
	padding-top:0px;
}

table.ppSearch td {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}

table.ppSearch td.endBtn {
	padding-top: 10px;
	padding-bottom: 0px;
}

table.ppSearch td.noPadding {
	padding-top: 0px;
	padding-bottom: 0px;
}

table.ppSearch th {
	font-family: Verdana;
	font-size: 12px;
}

table.ppSearch select {
	width: 130px;
	font-size: 10px;
	height:18px;
}

table.ppSearch input.btn {
	width: 60px;
	height: 20px;
	font-weight:bold;
	font-size: 10px;
	background-color:#00B3DE;
	color:#FFFFFF;
}

.resultsBtn {
	width: 100px;
	height: 20px;
	font-weight:bold;
	font-size: 10px;
	background-color:#00B3DE;
	color:#FFFFFF;
}

.resultsBtn2 {
	width: 130px;
	height: 20px;
	font-weight:bold;
	font-size: 10px;
	background-color:#00B3DE;
	color:#FFFFFF;
}

.resultsBtn3 {
	width: 70px;
	height: 20px;
	font-weight:bold;
	font-size: 10px;
	background-color:#00B3DE;
	color:#FFFFFF;
}

/*
input#name {
	width: 136px;
}
input.areacode {
	width: 35px;
}
input#phonepartwo {
	width: 48px;
}
textarea.standardTextarea {
	width: 169px;
	height: 61px;
	overflow: auto;
}
.submitbutton {
	background-color: #172F72;
	color: #fff;
	font-weight: bold;
	border-top: #EFECE0 2px solid;
	border-left: #EFECE0 2px solid;
	border-right: #ACA899 2px solid;
	border-bottom: #ACA899 2px solid;
	padding: 0 .3em ;
	vertical-align: middle;
	line-height: 1.2;
}


*/.ContestNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #00B2DE;
}
.ContestCompany {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #636263;
}

/* LOGIN FORM DIV */
#centered {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 400px;
  text-align: left;
  padding: 5px;
}

#centeredAlpha {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 550px;
  text-align: left;
  padding: 5px;
}

.bigBold {
font-size: 126%;
font-weight:bold;}

.bigBoldRed {
font-size: 286%;
font-weight:bold;
color:#00B2DE}

#login {color:#000;font-weight:bold;position:relative; float:right; top:10px;right:10px}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold; font-size:150%;}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
.small {font-size:11px}
