/*
-----------------------------------------------------
Big Medium control panel style sheet
FileName:	moxieStyles.css
Version:	1.3.7
Date:		2004.Mar.17
Summary:	Adds styles to highlight table header
			in article settings; fixes tables in
			widget settings
-----------------------------------------------------


-----------------------------------------------------
Hides display of standards note from CSS2 browsers */
.notCompliant {
	display:none;
}


/* 
-----------------------------------------------------
BODY SPACING*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}


/*
-----------------------------------------------------
BASIC FONTS
*/

body, td, p, li, .plain, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	/* fake out IE5 for font size */
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: small;
}
/* recover from IE5 workaround */
html>body, html>body td, html>body p, html>body div, html>body li, html>body li, html>body .plain {
	font-size: small
}

h2.categoryHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccccc;
	border-top: 1px #cccccc dashed;
	padding-top:5px;
	
	/* fake out IE5 for font size */
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: medium;
}
/* recover from IE5 workaround */
html>body h2.categoryHead{ font-size: medium }

dl, ul, ol {
  margin-top:5px;
  margin-bottom:0;
}
  
li {
  margin:0 0 5px 5px;
  list-style-position:outside;
}

ul.checkboxList {
	padding-left: 2em;
	margin-left: 0;
	list-style:none;
}

.subhead { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	
	/* fake out IE5 for font size */
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: medium;
}
/* recover from IE5 workaround */
html>body .subhead{ font-size: medium }

code {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #003333;
	font-weight: bold;
	
	/* fake out IE5 for font size */
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: small;
}
/* recover from IE5 workaround */
html>body code{ font-size: small }

.smallText {	
	/* fake out IE5 for font size */
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: x-small;
}
/* recover from IE5 workaround */
html>body .smallText{ font-size: x-small }

.brightText { 
	font-weight: bold;
	color: #99CC99;
	
	/* fake out IE5 for font size */
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: x-small;
}
/* recover from IE5 workaround */
html>body .brightText{ font-size: x-small }


.noBreak {
	white-space:nowrap;
}

/* help file template labels */
td.homeTemCheck {
	background-color: #000;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
}
td.mainTemCheck {
	background-color: #600;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
}
td.subTemCheck {
	background-color: #090;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
}
td.artTemCheck {
	background-color: #f60;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
}


/*
-----------------------------------------------------
LINKS
*/

a:link {
	color: #000066;
}

a:visited {
	color: #000066;
}

a:hover {
	color: #CC0000;
}

a.navigation {
	color: #000066;
	font-weight: bold;
}

#menuItem a.navigation {
	font-size: 12px;
}

a.navigation:visited {
	color: #000066;
}

a.navigation:hover {
	color: #CC0000;
}

a.highlight {
	color: #99CC99;
	font-weight: bold;
	
	/* fake out IE5 for font size */
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: x-small;
}
/* recover from IE5 workaround */
html>body a.highlight{ font-size: x-small }

a.highlight:visited {
	color: #99CC99;
}

a.highlight:hover {
	color: #99FF99;
}


/* 
-----------------------------------------------------
ARTICLE MENU TABLE */

#articletable tr.headrow {
	background-color: #9cc;
}

#articletable th {
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

#articletable th.nolink,
#articletable td {
	padding:4px;
}

#articletable th a {
	display:block;
	padding:4px;
}

#articletable th a:hover {
	background-color: #7aa;
	color: #fff;
}

#articletable th.sortcol a,
#articletable th.sortcol a:hover {
	color: #000;
	background-color: #eff;
	text-decoration:none;
}


/* 
-----------------------------------------------------
CONTENT BOX LAYOUT/DISPLAY */

div.fieldBox {
	background: repeat #deefef;
	border:#acc 2px inset;
	padding: 5px;
	clear: both;
	text-align:center;
	margin: 5px 0 0 0;
}

div.monoRow {
	width:100%;
	clear:both;
	padding: 5px 0 0 0;
}

div.duoRow {
	width:100%;
	padding: 5px 0 0 0;
}

div.leftBox {
	margin:0;
	float:left;
	clear:left;
	text-align:right;
	width:49%;
}

div.rightBox {
	margin:0;
	float:right;
	clear:right;
	text-align:left;
	width:49%;
}

table {
	margin:0 auto;
}

#WidgetSettings table {
	margin: 1em 0;
}

.replaceBox {
	width: 80%;
	border: 2px #c00 solid;
	padding: 10px;
	margin: 0 auto;
}


/* 
-----------------------------------------------------
GREEN BOX AROUND THE CONTENT */

#Wrapper {
	margin:5px 20px 0px 153px;
	min-width:400px;
	padding:5px 10px 5px 21px;
	background-color: #699;
	border: 2px solid #333;
}


/* IE 5 needs help centering... */

.Center {
	text-align: center;
	margin: 0 auto;
}


/* 
-----------------------------------------------------
SIGN IN AND UTILITY PAGES */

#Utility {
	width:500px;
	margin: 20px auto;
	text-align: center;
	padding: 0px;
}

#UtilityFooter {
	text-align: right;
	
	/* fake out IE5 for font size */
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: x-small;
}
/* recover from IE5 workaround */
html>body #UtilityFooter{ font-size: x-small }


/* Sign-in... */
#SignInWrap {
	margin: 0px 5px 0px 0px;
	border: 2px solid #333;
	background-color: #699;
	padding: 3px 10px 10px 10px;
	border-top: 0px #699;
}

#SignInWrap .fieldBox {
	padding: 15px;
	margin: 0px 0px 10px 0px;
}


/* Utility... */
#bmhtmlWrap {
	margin: 0px 4px 0px 0px;
	border: 2px solid #333;
	background-color: #699;
	padding: 3px 10px 10px 10px;
	border-top: 0 #699;
}

#bmhtmlWrap .fieldBox {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}



/* 
-----------------------------------------------------
COPYRIGHT INFO */
#Footer {
	margin:5px 20px 10px 165px;
	text-align: right;
	font-size: 10px;
}



/* 
-----------------------------------------------------
STATUS INFO AT TOP OF PAGE */

#StatusStrip {
	text-align:center;
	width:100%;
}

#UserInfo {
	float: left;
	text-align:left;
	width: 33%;
}

#UserOptions {
	float: right;
	text-align:right;
	width: 33%;
}

#CurrentSite {
	margin:0 auto;
	text-align:center;
}


/* 
-----------------------------------------------------
LEFT-COLUMN MENU ELEMENTS */
#Menu {
	position:absolute;
	top:5px;
	left:20px;
	width:144px;
	padding:0px;
	border:0px;
	margin:0px;
	z-index:1000;
	}

.Logo {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#MenuOptions {
	padding: 5px 2px 10px 2px;
	margin: 0px 0px 0px 4px;
	background-color: #9cc;
	border: solid #333;
	border-width: 0px 1px;
}

#MenuOptions p {
	margin:20px 0px 0px 0px;
}

.menuHead, a.menuHead, a.menuHead:hover, a.menuHead:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	font-size: 16px;
	text-decoration: none;
	display:block;
}

.menuItem a,
.topicHot a {
	font-size: 12px;
	display:block;
	padding:3px 0 3px 12px;
	margin-top: 1px;
}

.menuItem a:hover {
	background-color: #cee;
}

.topicHot {
	background-color: #eff;
}



/*
-----------------------------------------------------
ALERT FORMATS
*/
.requiredField {
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	vertical-align: super;
}

.alert {
	color: #c00;
	font-weight: bold;
}

div.ErrorLabel {
	color: #c00;
	font-weight: bold;
	padding: 5px;
	margin: 1em;
	border: 1px solid #c00;
	background-color: #eff;
}

li.ErrorList {
	color: #c00;
	font-weight: normal;
}


/*
-----------------------------------------------------
PULLDOWN, BUTTON, FORM FORMATS
*/

form {
	margin:0;
	padding:0;
}

textarea {
	line-height:140%;
	width: 90%;
}

input {
	width: 90%;
}

.pulldown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #003333;
	font-weight: bold;
	background-color: #FFFFFF;
	width: auto;
	
	/* fake out IE5 for font size */
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct font size */
	font-size: small;
}
/* recover from IE5 workaround */
html>body .pulldown{ font-size: small }

input.breathe {
	width: auto;
}

select.squeeze {
	width: 90%;
}



/*
-----------------------------------------------------
CSS LIST BUTTONS
*/

.buttonList {
	margin: 10px auto 0 auto;
	text-align:center;
	padding: 0;
}

.buttonList ul,
ul.tabs {
	border: 0;
	margin: 5px auto 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.tabs {
	width:399px;
}

.buttonList ul li,
ul.tabs li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	background: #deefef;
	border-top: 1px solid #9cc;
	border-left: 1px solid #9cc;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	width: 90px;
	margin: 0 0 10px 5px;
}

ul.tabs li {
	margin-bottom: 0px;
	border-bottom: none;
}

ul.tabs li input {
	display:block;
	float:left;
	width: auto;
}

.buttonList ul li.vButton {
	float: none;
	margin: 0 auto 10px auto;
}

.buttonList ul li a,
.buttonList ul li a:visited,
ul.tabs li a,
ul.tabs li a:visited {
	text-decoration: none;
	display: block;
	font-size: 10px;
	color: #033;
	font-weight: bold;
}

.buttonList ul li a {
	height: 25px;
	padding: 5px;
	text-align: center;
}

ul.tabs li a {
	height: 14px;
	padding: 2px 2px 2px 0px;
	margin-left: 18px;
	text-align: left;
}

.buttonList ul li a:hover {
	background-color: #fff
}

.buttonList ul li a:visited {
	color: #033
}

div.tabunder {
	clear:both;
	height: 0px;
	margin: 0 auto 5px auto;
	line-height:0;
	border-top: none;
	border-bottom: 1px solid #666;
	position:relative;
	width:80%;
}
/*
-----------------------------------------------------
RICH TEXT FRAME AND BUTTONS
*/

iframe {
	width: 80%;
	border:#acc 2px inset;
	background-color:#fff;
	background-position: top center;
	background-repeat:no-repeat;
}

div.fullButtons {
	/*	width of 15 buttons * 23 (19px + 4px border) = 345,
		plus 5*15 (75) for gaps = 420
		(add 3px for some reason for ie6 = 423) */
	width: 423px;
	margin: 0 auto;
	text-align:center;
	height:25px;
}

div.ltdButtons {
	/*	width of 9 buttons * 23 (19px + 4px border) = 207,
		plus 3*15 (45) for gaps = 252
		(add 3px for some reason for ie6 = 255) */
	width: 255px;
	margin: 0 auto;
	text-align:center;
	height:25px;

}

a.rteBtn {
	display:block;
	float:left;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid;
	border-color: #deefef;
	text-decoration:none;
	cursor: default;
	/* fake out IE5 */
	height:24px;
	width:23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct dimensions */
	height:18px;
	width:19px;
}
/* recover from IE5 workaround */
html>body a.rteBtn {
	height:18px;
	width:19px;
}

a.rteBtn span {
	display:none;
}

a.rteBtn:hover {
	border-style: outset;
}

a.rteBtn:active {
	border-style: inset;
	background-position: 1px 1px;
}


