/* HTML Elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4E4D;
	background: url(/images/header_bg.jpg) repeat-x top;
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

select{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border:1px solid #c2c2c2;
}

a {
	text-decoration: none;
	color: #61A532;
}

p {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#737578;
	line-height:15px;
}
label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3c3d3c;
}
h1 {
	margin:4px 0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#3c3d3c;
}

textarea {

	background: #ffffff;
	background-attachment: inherit;
	border: 1px solid #c2c2c2;
	color: #3b3a3a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Search Box (input) */
.q {
	font-family: Arial,sans-serif;
	font-size: 14px;
	height: 20px;
	border: 1px solid #CCCCCC;
	width: 200px;
}

/* Styled input button */
.inputButton{
	margin-top: 10px;
	background: #61964C;
	border: 2px;
	border-style: outset;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: White;
	padding: 1px 1px 1px 1px;
}


/* General Stuff */
div#doc3 {
	margin: auto;
}

div#doc2 {
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#doc2 #bd {
	margin-top: 1.5em;
}

.clear {
	clear: both;
}

.gheader {
	margin:0;
	padding:0;
	color:#4d9620;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.subheader {
	margin:0;
	padding-bottom: 1em;
}

.hzLine{
	margin:20px 0;
	height:1px;
	background-color:#eeeeee;
}

#spacer{height:70px; clear:both;}

/* wtf is setup form? */
.rightInput, .rightInputLong {
	background:#ffffff;
	background-attachment:inherit;
	border:1px solid #c2c2c2;
	color:#3b3a3a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 10px;
	height:15px;
}

.rightInputLong {
	width:294px;
	float:left;
}




/* Messages */
.message.note{
	margin: auto;
	width: 95%;
	background-color: #D2D2D2;
	border: 1px solid #BCBCBC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 7px;
	margin-bottom: 1em;
}

.message.success{
	margin: auto;
	width: 95%;
	background-color: #C5D1EB;
	border: 1px solid #BCBCBC;
	min-height: 4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 7px;
	margin-bottom: 1em;
}

.message.warning{
	margin: auto;
	width: 95%;
	color: #8B0000;
	background-color: #EFCFCF;
	border: 1px solid #BCBCBC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 7px;
	margin-bottom: 1em;
}

.message.error{
	margin: auto;
	width: 95%;
	color: #8B0000;
	background-color: #EFCFCF;
	border: 1px solid #BCBCBC;
	min-height: 4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 7px;
	margin-bottom: 1em;
}

.proxyMsg{
	background-color: #B22222;
	padding: 10px 10px 10px 10px;	
	color: #FFDAB9;
	margin-bottom: 10px;
	font-size: 14pt;
}

.infoMsg{
	margin: auto;
	width: 95%;
	background-color: #C5D1EB;
	border: 1px solid #BCBCBC;
	min-height: 4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 7px;
	margin-bottom: 1em;
}

.helpMsg{
	margin: auto;
	width: 95%;
	color: #8B0000;
	background-color: #EFCFCF;
	border: 1px solid #BCBCBC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 7px;
	margin-bottom: 1em;
	text-align: center;
}

.errMsg {
	margin: auto;
	width: 95%;
	color: #8B0000;
	background-color: #EFCFCF;
	border: 1px solid #BCBCBC;
	min-height: 4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 7px;
	margin-bottom: 1em;
	
}

.errMsg .errMsgEntry {
}

.errMsg .errMsgDivider {
	margin-top: 2px;
	border-bottom: 1px dotted #000;
	margin-bottom: 2px;
}

/* ref in user dashboard and template_001.css */
.adminMsg{
		padding-left: 45px;
		padding-right: 10px;
		background-image: url(/images/admin_feedback_alert.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #F1E99A;
		border: 1px solid #BFAE11;
		font-size: .8em;
		min-height: 4em;
}

/* For Table Layouts */
#usersTable {}
#usersTable tr{
	height: 20px;
	color:#3b3a3a;
	font-size:11px;
}
#usersTable .green{
	color:#2d8925;
}
#usersTable .leftColumn{
	padding-left:10px;
}
#usersTable .tableTop{
	font-size:10px;
	background:#389225 url(/images/table_top.gif) repeat-x;
	font-weight:bold;
	color:#FFFFFF;
}
#usersTable .tableBottom{
	height:40px;
}
#usersTable .tableAll{
	color:#2d8925;
	background:#d3d3d3;
}
#usersTable .gray{
	background:#eaeaea;
}
#usersTable a{
	color:#2d8925;
}

/* Refd in Blogs and Default */
.hide_post_row {
	display: none;
}

html #defaultEditorPreview ol,
html #defaultEditorPreview ol li {
	margin: auto auto auto auto;
	list-style: decimal inside none;
}
html #defaultEditorPreview ul,
html #defaultEditorPreview ul li {
	margin: auto auto auto auto;
	list-style: disc inside none;
}

.clientlist.userlist li {
	list-style: disc inside none;
	margin-left: 10px;
}
/* ------------------ HEADER ------------------ */

#mainMenuHeader * {
	border: 0;
	padding: 0;
	margin: 0;
	background-image: none;
}

#mainMenuHeader {
	height: 175px;
	position: relative;
}


#menuMenu {
	/* padding-right: 33px; */
	height: 39px;
}

#menuContent * {
	background-color: transparent;
}

#menuContent {
}

#menuContent ul.first-of-type {
	background: #000000 url(/images/menu_bg.jpg) repeat-x;
	/*list-style: none;*/
	float: right;
}

#menuContent ul li.yuimenubaritem-hassubmenu ul {
	background-color: #393939; 
	background-image: none;
	float: none;
}

#menuContent ul li {
	padding: 0 1em 0 1em;
}

div.yuimenu {
	background-color: transparent !important ;
	background-image: none !important;
}

#menuContent ul li .yuimenuitem-selected {
	background-color: transparent;
}

#menuContent a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
}

#menuContent li.yuimenubaritem-hassubmenu li.yuimenuitem a {
	line-height: 2em;
}

#menuContent a:link, #menuContent a:visited {
	color: #FFFFFF;
}

#menuContent a:hover, #menuContent a:active {
	color: #7DC93B;
}

#mainMenuHeader a.logoff:link, #mainMenuHeader a.logoff:visited {
	color: #fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 93%;
}

#mainMenuHeader a.logoff:hover, #mainMenuHeader a.logoff:active {
	color: #7DC93B;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 93%;
}

#menuContent div.ActivePage {
	color: #FF3300;
}

#menuLeft {
	width: 9px;
	height: 39px;
	background: #000000 url(/images/menu_bg_left.jpg) no-repeat;
	float: left;
	padding: 0 !important;
}

#menuRight {
	width: 9px;
	height: 39px;
	background: #000000 url(/images/menu_bg_right.jpg) no-repeat;	
	background-position: -13px 0;
	float: left;
	padding: 0 !important;
}


#logo {
  width: 180px;
	top: 96px;
	float: left;
}


/* Used for date and username common to most pages */
#pageTitle {
	text-align: right;
	padding: 0;
	position: absolute;
	bottom: 1.5em;
	right: 0;
}

#pageTitle #pageTitleDate {
	display: none;
	font-size: 10px;
	color: #676B8f;
}

#pageTitle #pageTitleStatus {
	font-size: 14px;
	font-weight: normal;
	color: #72C23B;
}


/* ------------------ FOOTER ------------------ */

#ft {
	background: #000;
	height: 35px;
	font-size: 10px;
	line-height: 35px;
	color: #FFFFFF;
	width: 100%;
	bottom: 0;
	margin-top: 30px;
}

#footerContent {
	margin: 0 auto;
	width: 858px;
}

