/****************************************
* GENERAL PAGE STYLES
****************************************/
* {
	margin: 0; /* sets <p> and everything to 0 margin & padding */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; /*dark gray*/
}
body {font-size: 12px;}
a:link {color: #00276F; /*teal*/ text-decoration: none;}
a:visited {color: #00276F; /*teal*/	text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {color: #00276F; /*teal*/}
a img {border: none;}
/******** MISC ********/
a.linkUnderline {text-decoration: underline;}
/******** SPACERS ********/
.clearRow {clear: both;}
.spacer15 {clear: both;	margin: 15px 0;}
.spacer10 {clear: both;	margin: 10px 0;}
.spacer20 {clear: both; margin: 20px 0;}
.spacer25 {clear: both;	margin: 25px 0;}
/******** PARAGRAPHS ********/
p.pNormal {padding: 10px 0;}
p.pNormalTop {padding-top: 10px;}
p.p5px {padding: 5px 0;}
/******** TEXT INFO ********/
.text10 {font-size: 10px;}
.text11 {font-size: 11px;}
.text14 {font-size: 14px;}
.text16 {font-size: 16px;}
.text18 {font-size: 18px;}
.tCenter {text-align: center;}
.tLeft {text-align: left;}
.tRight {text-align: right;}
.title,
.subTitle {
	font-weight: bold;
}
.alertText, .alertText a:link, .alertText a:visited {
	font-weight: bold;
	font-style: italic;	
	color: #FF0000;
}
.textRequired {color: #FF0000;}
.textOptional {color: #6600FF;}
/******** LISTS ********/
ol li {margin-left: 30px;}
.ulNormal li {margin-left: 30px;}

/* HEADER */
.blkHeaderNav a,
.blkHeaderNav a:visited {
	color: #554E4E;
}
/****************************************
* SIDEBAR COMPONENTS
****************************************/
/******** LOG IN ********/
.ctnLoginHeader {
	float: left;
	clear: both;
	width: 180px;
	padding: 0 5px;
	font-size: 11px;
}
.ctnLoginHeader p {
	clear: both;
	padding: 1px 0;
}
.ctnLoginHeader .formLabel {
	float: left;
	width: 70px;
}
.ctnLoginHeader .generalInput {
	width: 80px;
	float: left;
}
.ctnLoginHeader .formButtonGo {font-size: 11px; /*fix hover bug*/}
.ctnLoginHeader .title {font-weight: bold;}
.blkEmailPassword {float: left;}
.blkLoginSubmit {
	clear: both;
	float: left;
	text-align: center;
	width: 180px;
}
/******** SEARCH BOX ********/
.blkSearch {
	float: left;
	padding: 5px;
	width: 180px;
	text-align: middle;
}
.blkSearch .title {
	font-weight: bold;
	letter-spacing: 1px;
	color: #5e96b9;
}
.formSearchInput {border: 2px solid #5e96b9;}
.formSearchButton {margin-bottom: -1px;}
/******** EDITION MARQUEE ********/
.blkEdition {
	float: left;
	margin: 5px 0;
	display: inline; /*IE6*/
	font-size: 10px;
	width: 180px;
	padding: 5px;
	background-color: #FFFFFF;
}
.blkEdition .title {float: left;}
.blkEdition ul {
	margin: 0px 0px 0px 5px;
	font-size: 9px;
}
.blkEdition li a:hover {background-color: #FFFF00;}
a.buttonTextEdition {
	float: left;
	text-decoration: none;
	margin: -1px 0 0 5px;
	padding: 1px 5px;
	background-color: #FFCC00;
}
a.buttonTextEdition:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
/******** SIDE NAV ********/
.blkSideNav {
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	width: 190px;
	background-color: #FFFFFF;
}
.blkSideNav .title {
	clear: both;
	text-align: center;
	margin-top: 3px;
	padding: 1px 0;
	font-size: 14px;
	letter-spacing: .1em;
	color: #5E96B9;
	border-top: 2px solid #F3F3F3;
	border-bottom: 2px solid #F3F3F3;
}
.blkSideNav .title a {
	display: block;
	color: #5E96B9;
}
.blkSideNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blkSideNav li a {
	display: block;
	padding: 2px;
	margin: 1px 0;
	height: 1em;
	color: #554E4E;
}
.blkSideNav li a:visited {
	color: #554E4E;
}
.blkSideNav a.onSideNav {font-weight: bold;}
.blkSideNav .moreText {margin: 5px 0;}
/****************************************
* SUMMARY TABLE
****************************************/
/******** TABLE SPECIFIC ********/
.summaryTable {
	clear: both;
}
.ctnBorderSizeC .summaryTable {
	margin: 0 2px;
	width: 341px; /*345-2px border?*/
}
.ctnNavL2Summary .summaryTable {
	width: 710px; /*710-2px border?*/
	border: 1px solid #003EAF;
}
.summaryTable th {
	background-color: #EDF2F6;
	border-top: 1px solid #6299bb;
	border-bottom: 1px solid #6299bb;
	padding: 1px 2px;
	text-align: center;
}
th.tdAge {width: 50px;}
th.tdFunny,
th.tdType {
	width: 40px;
}
th.tdTitle {
	text-align: left;
	padding-left: 20px;/*check mark*/
}
.ctnBorderSizeC .tdTitle {width: 215px;}
.ctnNavL2Summary .tdTitle {width: 430px;}
th.tdSubmitted {width: 150px;}
/******** ROWS ********/
.trEven {background-color: #FFFFCC;}
.onRow {background-color: #BBFF77;}
/******** COLUMNS ********/
.summaryTable td {
	text-align: center;
	padding: 1px 5px;
}
.summaryTable td.tdTitle {
	text-align: left;
	padding-left: 18px;/*check mark*/
}
.blkListEdit td.tdTitle {padding-left: 0;}
.blkRead .tdTitle {background: url(../../../Images/4.1/theme0/iconCheck15.gif) left bottom no-repeat;}
/****************************************
* SUMMARY TABLE THUMBNAILS
****************************************/
.summaryTableThumbnail {clear: both;}
.ctnBorderSizeC .summaryTableThumbnail {width: 345px;}
.ctnNavL2Summary .summaryTableThumbnail {width: 710px;}
.summaryTableThumbnail td {
	text-align: center;
	vertical-align: bottom;
}
.ctnBorderSizeC .summaryTableThumbnail td {padding: 10px 5px;}
.ctnNavL2Summary .summaryTableThumbnail td {padding: 8px 0;}
.summaryTableThumbnail td.onThumbnail {background-color: #D8FFB0;}
/****************************************
* SPECIAL COMPONENTS
****************************************/
/******** TITLE BAR ********/
.titleBar {
	padding: 0 0 2px 0;
	margin-bottom: 2px;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #6299bb;
}
.titleBar .title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #00276F;
}
/******** SPECIAL MESSAGE / INSTRUCTIONS ********/
.instructionCenter,
.specialMessageCenter {
	text-align: center;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
}
.instructionLeft,
.specialMessageLeft {
	margin: 5px;
}
.instructionCenter,
.instructionLeft,
.specialMessageCenter,
.specialMessageLeft {
	width: 90%;
	padding: 3px;
	border: 1px dashed #003AEF;
	background-color: #C6FF8C;
}
.extLink {
	padding-right: 13px;
	background: url(../../../Images/4.0/theme0/iconExternalLink.gif) no-repeat right center;
}
#frmContent .blkRead .extLink {
	background: url(../../../Images/4.0/theme0/iconExternalLinked.gif) no-repeat right center;
}
#frmContent .blkRead .title a,
#frmContent .blkRead .title,
#frmContent .blkRead .description,
#frmContent .blkRead .extLink, 
#frmContent .blkRead .blkSummaryUser p,
#frmContent .blkRead .blkSummaryUser a,
#frmContent .blkRead td,
#frmContent .blkRead td a {
	color: #999999;
}
.inputAlert {
	border: 1px solid #FF0000;
	background-color: #FFFF00;
	padding: 5px;
}
.inputAlert a:hover {background-color: #FFCC00;}
/******** SMALL FLOATING COMPONENETS ********/
.closeX {
	float: right;
	padding: 0;
}

/****************************************
* TEXT BUTTONS
****************************************/
/******** UN/SUBSCRIBE ********/
.subscribe, .unsubscribe { /*size & placement info are content dependent */
	padding: 1px 14px 1px 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.subscribe {
	background: url(../../../Images/4.0/theme0/iconSubscribe.gif) no-repeat right center;
	border: 1px dashed #FFB018;
}
a.subscribe:hover {border: 1px solid #FFB018;}
.unsubscribe {
	background: url(../../../Images/4.0/theme0/iconXsmall.gif) no-repeat right center;
	border: 1px dashed #FF0000;	
}
a.unsubscribe:hover {border: 1px solid #FF0000;}
.blkSummaryUser .subscribe,
.blkUserInfo .unsubscribe {
	float: left;
	margin: 5px 0 0 5px;
}
.blkUserHighlight .subscribe,
.blkUserHighlight .unsubscribe {
	font-size: 10px;
}
/******** SPECIAL USE BUTTONS ********/
a.buttonBackTop {
	float: right;
	font-size: 11px;
	padding-left: 12px;
	background: url(../../../Images/4.0/theme0/iconUp.gif) no-repeat left center;
}
.buttonUnread,
.buttonUnreadClicked,
.buttonPatrol {
	font-size: 11px;
	padding-left: 15px;
}
.buttonUnread {background: url(../../../Images/4.0/theme0/iconUnread.gif) no-repeat left center;}
.buttonUnreadClicked {background: url(../../../Images/4.0/theme0/iconCheck15.gif) left center no-repeat;}

/******** GENERAL USE BUTTONS ********/
a.buttonEnable {
	background: url(../../../Images/4.0/theme0/iconSubscribe.gif) left center no-repeat;
	border: dashed 1px #00CC00;
}
a.buttonClear, a.buttonDisable, a.buttonEnable {
	padding: 1px 4px 1px 15px;
}
a.buttonClear,
a.buttonDisable {
	background: url(../../../Images/4.0/theme0/iconXsmall.gif) left center no-repeat;
}
a.buttonClear {
	color: #FF0000;
	border: dashed 1px #FF0000;
}
a.buttonDisable {
	color: #333333;
	border: dashed 1px #333333;
}
a.buttonClear:hover {
	border: solid 1px #FF0000;
}
a.buttonDisable:hover {
	border: solid 1px #333333;
}
a.buttonEnable:hover {
	border: solid 1px #00CC00;
}

/****************************************
* PATROL TEXT BUTTONS
****************************************/
/******** GENERAL ********/
a.buttonTextGo,
a.buttonTextSlow,
a.buttonTextStop,
a.buttonTextGoBusy {
	padding: 1px 5px;
}
a.buttonTextGo {border: solid 2px #00CC00;}
a.buttonTextSlow {border: solid 2px #FF9900;}
a.buttonTextStop {border: solid 2px #FF0000;}
a.buttonTextGoBusy {
	border: solid 2px #00CC00;
	background: url(../../../Images/4.1/theme0/iconWait.gif) left center no-repeat #FFFFFF;
	padding-left: 18px;
}
a.buttonTextGoArrowRt {
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolGoArrowRtSm.gif) left center no-repeat;
}
a.buttonTextStopRevert {
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolStopRevertSm.gif) left center no-repeat;
}
.blkTextButtonGeneric a.buttonTextStop {
	padding-left: 20px;
	background: url(../../../Images/4.0/theme0/iconPatrolStopXSm.gif) left center no-repeat;
}
/****************************************
* SPECIFIC TEXT BUTTONS
****************************************/
.buttonChangeSort, .buttonChangeDate {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	margin-right: -5px;
}

/****************************************
* FORM BUTTON STYLES
*    define sytle, but not positioning
****************************************/
/******** INPUT BUTTONS ********/
.formButtonGo {background-color: #66FF00;}
.formButtonGo:hover {
	background-color: #333333;
	color: #66FF00;
}
.formButtonCaution {background-color: #FFFF00;}
.formButtonCaution:hover {
	background-color: #333333;
	color: #FFCC00;
}
.formButtonStop {
	background-color: #CC0000;
	color: #FFFFFF;
}
.formButtonStop:hover {
	background-color: #333333;
	color: #FF0000;
}
/******** INPUT FORMS ********/
form .subTitle {
	margin: 15px 0 5px 0;
	text-align: center;
	font-size: 14px;
	/*theme*/
}

.formLabel {
	float: left;
	clear: left;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}

input, textarea {
	font-size: 12px;
}

input.generalInput {
	margin-top: -2px;
	width: 100px;
}
input.generalInput,
select.generalSelect,
textarea.generalTextArea {
	background-color: #FBEF99;
}

input.generalInput:focus,
select.generalSelect:focus,
textarea.generalTextArea:focus {
	background-color: #FFCC00;
}
.copyright {
	padding-top: 10px;
	font-style: italic;
}
.moreText {
	margin-top: 5px;
}
a.moreText {
	float: right;
	margin-right: 10px;
	text-decoration: none;
	padding: 2px;/* Height for IE6 */
	color: #2f8e00;
	background: url(../../../Images/4.0/theme0/bkgdSeeMore.gif) repeat-x right top;
	border: solid 1px #d5f2c2;
}

a.moreText:hover {
	background: url(../../../Images/4.0/theme0/bkgdSeeMoreOn.gif) repeat-x right top;
	text-decoration: none;
}

/****************************************
* POPUP HELP PANELS
****************************************/
.popupGeneral {
	width: 250px;
	margin: 0px;
}

.popupGeneral h1 {
	padding: 2px 5px;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
}

.popupBody {
	padding: 2px 5px;
	background-color: #FFFFCC;
}

.popupBody p {
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
