/* CWT CSS ©2006 CoolWebToys */

* {
	font-family: Verdana, Sans-Serif;
}

body, form {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}

img {
	border: 0px;
}

a {
	color: #369;
	font-weight: bold;
}
	

/* master start */


div.pageTitle {
	color: #c3a812;
	text-decoration: underline;
	margin-bottom: 7px;
}
div.pageTitle div {
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 7.5pt;
}

tr.blank {
	height: 15px; 
	font-size: 1px;
}

.sepBar {
	background-color: #8d98a0;
	border-top: solid 1px #c3a812;
	border-bottom: solid 1px #c3a812;
	height: 15px; 
}


div#systemMessages {
	background-color: #ff0000;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
div#systemMessages ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-image: url(/_Images/Warning.gif);
}




div.info {
	margin-bottom: 20px;
}

div.descTitle {
	margin-bottom: 5px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}
div.descBody {
	margin-bottom: 5px;
}

.row {
	margin-top: 10px;
}
.rowLabel {
	font-weight: bold;
}
.rowBody {
	padding-right: 5px;
}
.rowError {
	margin-top: 5px;
}
.rowError span {
	color: #fff;
	background-color: #b33;
	background-image: url("/_Images/Warning.gif");
	background-repeat: no-repeat;
	background-position: 3px;
	font-weight: bold;
	padding: 3px 5px 3px 16px;
	display: block;
}


.rowBody input, .rowBody textarea {
	width: 400px;
	font-size: 8pt;
}
.rowBody .checkboxList input {
	width: auto;
}
.rowBody .checkboxList label {
	margin-left: 5px;
}

.rowActions {
	padding-top: 20px;
}


.ellipsis {
	text-overflow: ellipsis;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
}



div#header {
	height: 81px;
	background-color: #000;
	background-image: url("/_Images/SiteBrand/rightLogo.gif");
	background-position: right;
	background-repeat: no-repeat;
	font-size: 8pt;
}


img#mainLogo {
	float: left;
	margin-top: 22px;
	margin-left: 20px;
}

ul#mainNav {
	padding: 0px;
	margin: 61px 10px 0px 0px;
	list-style-type: none;
	float: right;
}
ul#mainNav li {
	display: inline;
	margin-left: 15px;
}
ul#mainNav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
ul#mainNav a:hover {
	color: #dab60a;
}


ul#subNav {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	list-style-type: none;
}
ul#subNav a {
	text-decoration: none;
	background: url("/_Images/rightNavBullet.gif") no-repeat center right;
	padding-right: 11px;
}
ul#subNav a:hover {
	text-decoration: underline;
}









a.withArrow {
	text-decoration: none;
	text-transform: uppercase;
	background: url("/_Images/rightNavBullet.gif") no-repeat center right;
	padding-right: 11px;
}


hr {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #fff;
	margin: 4px 3px;
}


.characterCount {
	color: #036;
	font-size: 7pt;
	text-align: right;
	width: 400px;
}

.helpLink {
	cursor: pointer;
}

.helpLinkBody {
	background-color: #f8edba;
	border: 1px solid #dab60a;
	width: 300px;
	position: absolute;
	font-weight: normal;
	padding: 5px;
	visibility: hidden;
	left: 245px;
}


ul.basicList {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
}


.pressReleaseTitle {
	color: #369;
	font-weight: bold;
	margin-bottom: 4px;
}


.backgroundA {
	background-color: #f5f5f5;
}

.backgroundB {
	background-color: #e5e5e5;
}

table#backdrop {
	width: 100%;
	height: 100%;
}
table#backdrop tr {
	vertical-align: top;
	font-size: 8pt;
}


td.c1 {
	padding: 10px;
	width: 160px;
}

td.c1_nav {
	padding: 10px;
	width: 160px;
	text-align: right;
}

td.c2 {
	padding: 10px;
	border-left: 1px dotted #9ba7b0;
	border-right: 1px dotted #9ba7b0;
}

td.c2_r {
	border-right: 1px dotted #9ba7b0;
}

td.c2_50 {
	padding: 10px;
	width: 50%;
}

td.c3 {
	padding: 10px;
	width: 184px;
}

td.botTit {
	height: 15px;
	padding: 0px 10px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}







/* Poll */
.pollRow {
	margin-bottom: 10px;
}

.pollAnswer {
	margin-top: 10px;
	font-weight: bold;
}

.pollBarBorder {
	border: 1px solid silver;
	margin-bottom: 2px;
}

.pollBar {
	border: 1px solid black;
	font-size: 1px;
	height: 8px;
}

.pollPercentColumn {
	width: 130px;
	text-align: center;
}

.pollAnswerRow {
	height: 32px;
}




/* administrative toy summary */
div.toySummaryOuter {
	border: 1px solid silver; 
	background-color: #ddd;
	padding: 5px;
	margin-bottom: 15px;
}

div.toySummaryInner {
	margin-bottom: 10px;
	overflow: auto;
	* width: 100%;
}

/* toy summary */
table.toyBox	{
	border : 1px solid #c0c0c0;
	background-color : #dddddd;
	width : 100%;
	margin-bottom : 15px;
	margin-top : 25px;
	
}

td.toyBoxMainTD 	{
	text-align : left;
	vertical-align : top;
}

td.toyBoxWhiteSep 	{
	width : 3px;
	border-right : 1px solid #c0c0c0;
	background-color : white;
	
}

td.toyBoxTopButt 	{
	background-color : #a7a7a7;
	font-family : verdana, ms trebuchet, helvetica;
	font-size : 8pt;	
	font-weight : bold;
	vertical-align : middle;
	padding-left : 12px;
	padding-right : 12px;
	border-right : 1px solid #c0c0c0;
}

td.toyBoxTopButtOver 	{
	background-color : red;
	font-family : verdana, ms trebuchet, helvetica;
	font-size : 8pt;	
	font-weight : bold;
	color : white;
	vertical-align : middle;
	padding-left : 12px;
	padding-right : 12px;
	border-right : 1px solid #c0c0c0;
	cursor : pointer;
}

td.toyBoxGetItNow 	{
	background-color : #fbb315;
	font-family : verdana, ms trebuchet, helvetica;
	font-size : 8pt;	
	font-weight : bold;
	vertical-align : middle;
	padding-left : 12px;
	padding-right : 12px;
	border-right : 1px solid #c0c0c0;
}

td.toyBoxGetItNowOver 	{
	background-color : red;
	Color : white;
	font-family : verdana, ms trebuchet, helvetica;
	font-size : 8pt;	
	font-weight : bold;
	vertical-align : middle;
	padding-left : 12px;
	padding-right : 12px;
	border-right : 1px solid #c0c0c0;
	cursor : pointer;
}

td.toyBoxTitle	{
	font-family : verdana, ms trebuchet, helvetica;
	font-size : 12pt;	
	font-weight : bold;
	height : 22px;
	vertical-align : middle;
	padding-left : 12px;
	padding-right : 12px;
	border-right : 1px solid #c0c0c0;
}

table.toyBoxContent 	{
	border-top : 1px solid #c0c0c0;
	width : 100%;
}

td.toyBoxSS	{	
	Padding : 5px;
	padding-top : 8px;
	text-align : center;
	width : 150px;
}
	
td.toyBoxTxt	{	
	Padding : 5px;
	padding-top : 6px;
	text-align : left;
	font-family : verdana, ms trebuchet, helvetica;
	font-size : 8pt;	
}

table.toyBoxSignUps	{
	border-top : 1px solid #c0c0c0;
	width : 100%;
	height : 12px;
}

td.toyBoxSignUps	{	
	padding-right : 6px;
	text-align : right;
	font-family : verdana, ms trebuchet, helvetica;
	font-size : 7.2pt;	
	height : 5px;
	width : 100%;
}




/* small login */
div#smallLoginBox {
	border: 1px solid silver;
	text-align: left;
	padding: 5px;
	background-color: #fff;
	margin: 20px 0px;
	font-size: 7.5pt !important;
	overflow: hidden;
}
div#smallLoginBox input {
	font-size: 7.5pt;
	width: 148px;
}

div#smallLoginStatus {
	border-bottom: 1px solid silver;
	padding-bottom: 3px;
	margin-bottom: 10px;
}



/* features list */
th.chb_header	{
	font-family: Verdana, Sans-Serif;
	font-size : 8pt;
	font-weight : bold;
	background-color : #c3a812;
}

td.chbox	{
	font-family: Verdana, Sans-Serif;
	font-size : 8pt;
}

td.chb_bullet	{
	vertical-align : top;
	text-align : left;
	width : 18px;
}

table.chbox	{
	 border : solid 1px #c3a812;
	 width: 160px;
}



textarea.clientScript {
	margin: 5px;
	width: 100%;
	font-size: 7pt;
}



/* admin sponsor link preview */
div.sponsorLinkPreview { border: 1px solid silver; background-color: black; color: white; padding: 1px 5px; height: 20px; }
div.sponsorLinkPreview a { color: white; font-weight: normal; }
div.sponsorLinkPreview img { vertical-align: middle; }


/* generic pager */
div.pager { }
div.pager a.page { color: #369; font-weight: bold; }
div.pager a:hover.page { color: #fff; background-color: #369; }
div.pager a.currentPage { color: #fff; background-color: #369; }