/* metroplains management colors
page background beige: #F5F3DC
admin background light: #EFECC1
dark blue: #333F57
gold: #76722B
dark blue copy: 000044
*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; */ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*background-color: #ECE3C5;/* background-color: #F5F3DC; */
}
body, p {
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 1.35em;
	color: #000044;
}
.twoColElsLt #container {
	width: 90%;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #003366;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/
.twoColElsLt #sidebar1 {
	float: left;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #EFECC1;
	height: 100%;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsLt #sidebar2 {
	float: left;
	width: 8em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #EFECC1;
	height: 100%;
}
.twoColElsLt #sidebar2 h3, .twoColElsLt #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLt #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
.twoColElsLt #mainContent2 {
	margin: 0 1em 0 1em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-size: 18px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #333F57;
}
h2 {
	font-size: 16px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #76722B;
}
h3 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #76722B;
}
td, th {
	vertical-align:top;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
.toptitle {
	font-size: 16px;
	color: #333f57;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	margin: 4px;
	font-weight: bold;
}
#admintop {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1px;
}
.adminbg, .adminbg0 {
	background-color: #EFECC1;
}
.adminbg1 {
	background-color: #000044;
}
ul, ol {
	margin: 4px 2px 4px 2px;
	padding: 0 0 0 20px;
}
li {
	margin: 2px 0 2px 0px;
	padding: 0 0 0 0;
}
a {
	text-decoration: none;
/*	color: #333F57;
*/}
a:link, a:visited {
	text-decoration: none;
/*	color: #333F57;
*/}
a:hover {
	text-decoration: underline;
/*	color: #76722B;
*/}
.menuactive, .menuactive a:link, .menuactive a:visited {
	font-weight: bold;
}
.menuactive a:hover {
	font-weight: bold;
}
.radiolink, .radiolink a:link, .radiolink a:visited {
	text-decoration: none;
}
.radiolink a:hover {
	text-decoration: underline;
}
.compliance_note {
	color: #76722B;
	font-size: 11px;
}
/*
.dropshadow, .dropshadow img {
	background:url("/images/shadow.gif") no-repeat scroll right bottom transparent;
	border-color:#EEEEEE -moz-use-text-color -moz-use-text-color #EEEEEE;
	border-right:medium none;
	border-style:solid none none solid;
	border-width:1px medium medium 1px;
	padding:4px 10px 10px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
}
*/
.postshadow, .postshadow img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-border-radius:3px;
	background-color:#F3F3F3;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
/*
.postshadow img.size-full {
	margin:5px 0;
	max-width:96%;
}
div.postshadow img[class~="size-full"] {
	height:auto;
}
.postshadow img.alignleft {
	float:left;
	margin:10px 10px 5px 0;
}
.postshadow img.alignright {
	float:right;
	margin:10px 0 5px 10px;
}
.postshadow img.aligncenter {
	display:block;
	margin:10px auto;
}
*/
hr {
	height: 1px;
	color: #003366;
	background-color: #003366;
	border: none;
}
.colheading {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #F5F3DC;
	margin: 10px 0 5px 5px;
	letter-spacing: 0.05em;
}
.colheadingblue {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333F57;
	margin: 10px 0 5px 5px;
	letter-spacing: 0.05em;
}
.colheadingmed {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F5F3DC;
	letter-spacing: 0.05em;
}
.colheadingmed a:link, .colheadingmed a:visited {
	color: #F5F3DC;
	text-decoration: none;
}
.colheadingmed a:hover {
	color: #F5F3DC;
	text-decoration: underline;
}
.subhead {
	font-family: Palatino, "Times New Roman", Times, serif;
	color: #7C704B;
	font-size: 14px;
}
.homesubhead {
	font-size: 16px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
}
.largetext {
	font-size: 22px;
	font-family: Palatino, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding: 5px 0 0 0;
}

.footertext, .footertext a:link, .footertext a:visited {
/* 	color: #F5F3DC */
}
.footertext a:hover {
	text-decoration: underline;
/* 	color: #F5F3DC */
}
.slideshowTop2 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #F5F3DC;
	margin: 12px 0px 0px 0px;
	padding: 12px 0px 12px 12px;
	letter-spacing: 0.05em;
	background-color: #333F57;
}
.slideshowTop {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333F57;
	margin: 12px 0px 0px 0px;
	padding: 12px 0px 12px 12px;
	letter-spacing: 0.05em;
	background-color: #F5F3DC;
}
.mpmtable {
	border: 1px solid #999;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	border-collapse: collapse;
/*  color: #ffffff;
*/}
.mpmtable td, .mpmtable th {
	border: 1px solid #999;
	border-collapse: collapse;
}
.noborder, .noborder table, .noborder th, .noborder td {
	border: none;
}
.bordered_table {
	border: 1px solid #000044;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
	border-collapse: collapse;
}
.bordered_table th, .bordered_table td {
	padding: 4px 4px 4px 4px;
	border: 1px solid #000044;
	border-collapse: collapse;
}
.proptabend {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #76722b;
	margin: 0;
	padding: 5px 5px 0 5px;
	border: 			none;
}
.proptabblank {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #76722b;
	margin: 0;
	padding: 5px 5px 0 5px;
	border-bottom:		1px solid #404764;
}
.proptab {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #76722b;
	background-color: #F5F3DE;
	margin: 0;
	padding: 5px 5px 0 5px;
	border: 			none;
	border-bottom:		1px solid #404764;
	border-top: 			1px solid #F5F3DE;
	border-left:  			none;
	border-right:  			none;
	border-top-left-radius: 		5px;
	-moz-border-radius-topleft:		5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 		5px;
	-moz-border-radius-topright: 	5px;
	-webkit-border-top-right-radius: 5px;
	text-align: center;
}
.proptabact {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #76722b;
	background-color: #E6E5C6;
	margin: 0;
	padding: 5px 5px 0 5px;
	font-weight: 	bold;
	border-top: 			1px solid #404764;
	border-left:  			1px solid #404764;
	border-right:  			1px solid #404764;
	border-top-left-radius: 		5px;
	-moz-border-radius-topleft:		5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 		5px;
	-moz-border-radius-topright: 	5px;
	-webkit-border-top-right-radius: 5px;
	text-align: center;
}
.inactivetab {
	border: 			none;
	border-bottom:		1px solid #404764;
}
.btn2 {
    border: 1px solid #333F57;
    padding: 5px 8px;
	margin: 1px;
    background-color: #EDE7CE;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
}
.btn2 a:link, .btn2 a:active, .btn2 a:visited, a.btn2:link, a.btn2:active, a.btn2:visited {
    color: #333F57;
}
.btn2 a:hover, a.btn2:hover {
	/* color: #3656C3; */
	color: #EDE7CE;
    background-color: #333F57;
}
.btn3 {
    border: 2px solid #333F57;
    padding: 3px 4px;
	margin: 2px 3px 2px 0;
    background-color: #EDE7CE;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
}
.btn3 a:link, .btn3 a:active, .btn3 a:visited, a.btn3:link, a.btn3:active, a.btn3:visited {
    color: #333F57;
}
.btn3 a:hover, a.btn3:hover {
	/* color: #3656C3; */
	color: #EDE7CE;
    background-color: #333F57;
}
