
table.tr.td.table.tr.td.mceToolbarRight {
	width:200px;
}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/page-bg.gif);
	background-repeat:repeat;
	/* bgcolor= #1C4C9E */
}

img {
	border:0px;
}

.leftmenu {
	float:left;
	width:150px;
	border:0px solid #000000;
	background-color:#FFFFFF;
}


.maincontent {
	width:100%;
	float:right;
}

.fullscreen {
	width:100%
}

.content {   
	font-size: 10pt; 
	color: #333333
}

.footer {   
	font-size: 7pt; 
	color: #FFFFFF;
	height:20px;
	padding-top:3px;
}

.footer a {   
	font-size: 7pt; 
	color: #FFFFFF;
	height:20px;
	padding-top:3px;
	text-decoration:none;
}


.red {   
	font-size: 7pt; 
	color: #C00000;
	height:20px;
	padding-top:3px;
}

.whitearrow {   
	font-size: 10pt; 
	color: #FFFFFF;
	font-weight:bold;
	height:20px;
	padding-top:3px;
	padding-left:3px;
}

.whitearrow a{   
	font-size: 7pt; 
	color: #FFFFFF;
	height:20px;
	padding-top:3px;
	padding-left:8px;
}

.subheader {   
	font-size: 10pt; 
	font-weight: bold; 
	color: #333333
}

.contentwtbold {  
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF
}

.contentwtbold a {  
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF
}

.contentbkbold {  
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000
}

.contentbk {  
	font-size: 10pt; 
	color: #000000
}

.contentrdbold {  
	font-size: 10pt; 
	font-weight: bold; 
	color: #FF0000
}

.subnav {  
	font-size: 7pt; 
	color: #333333 ; 
	font-weight: bold
}

.subnav2 {  
	font-size: 8pt; 
	color: #333333 ; 
	font-weight: bold
}

.contentBold {  
	font-size: 10pt; 
	color: #333333 ; 
	font-weight: bold
}

a:hover {  
	text-decoration: none
}

.contentSmall, #jumpboxDiv, #adminJumpBoxDiv {  
	font-size: 8pt; 
	color: #333333
}

#adminJumpBoxDiv {
  color: #FFFFFF;
}

.adminJumpBoxInput, .adminJumpBoxButton {
	font-size: 8pt;
}

#adminJumpBoxForm, #contactSearchForm {
  margin: 0px 0px 0px 0px;
	display: inline;
}


.contentSmallBold, .contentSmallBoldModified {  
	font-size: 8pt; 
	font-weight: bold; 
	color: #333333
}

.contentSmallBoldModified {
  background: yellow;
}

.contentSmallItalic {  
	font-size: 8pt; 
	color: #333333; 
	font-style: italic
}

.contentWhite {   
	font-size: 9pt; 
	color: #FFFFFF
}

.contentWhiteSmall {   
	font-size: 8pt; 
	color: #FFFFFF
}

.contentWhiteExtaSmall {  
	font-size: 7pt; 
	color: #CCCCCC
}


.contentBoldUnderlined {   
	font-size: 10pt; 
	text-decoration: underline; 
	font-weight: bold; 
	color: #000000
}

.contentItalics {   
	font-size: 10pt; 
	font-style: italic
}

.contentWhiteSmallBold {  
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFFFFF
}


.contentLgHeader {  
	font-size: 12pt; 
	color: #333333 ; 
	font-weight: bold
}

.link {  
	font-size: 10pt; 
	color: #000066 ; 
	text-decoration: underline; 
	font-weight: bold
}

/* Views styles */

.views_filter_header {
 font-weight: bolder;
}

.views_helptext {
 font-size: 8pt;
 color: red;
}

.revision_block_header {
  font-weight: bold;
}

/* Used to show that not all records are displayed in myViews */
.regional_info {
  font-size: 8pt; 
	font-weight: bold; 
	color: red;
	text-align: center;
}

/* Used to set background color and other row formatting for list view tables */
.listRow {
  background-color:#F0F0F0;
}

/* Used to show a "disabled link" which is really just text formatted to look that way */
.disabledLink {
  color: gray;
	text-decoration: underline;
}

/* Used to highlight a field with an error */
.invalidField {
  border: medium double rgb(255,0,0)
}

.status {
	color: red;
}