@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#F2F3EB;
	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 */
	color: #000000;
}

label{
	font-size:12px;
}

p{
	margin:5px;
}

img{
	border:none;
}

td.fldName{
	width:250px;
}

#menu_container{
	height:25px;
	text-align:right;
}

.topmenu_item{
	float:left;
	vertical-align:middle;
	margin:0px 5px;
	padding:5px;
	background:#C5D6B6;
}

a.stdlink:hover{
	text-decoration:none;
	font-weight:bold;
}

a.stdlink:active{
	text-decoration:none;
}

a.stdlink:visited{
	text-decoration:none;
}

a.stdlink:link{
	text-decoration:none;
}

a.menulink{
	padding:5px;
	color:black;
}

a.menulink:hover{
	text-decoration:none;
	background:#DCD218;
}

a.menulink:active{
	text-decoration:none;
}

a.menulink:visited{
	text-decoration:none;
}

a.menulink:link{
	text-decoration:none;
}

a#uploadfile_link{
	color:black;
	text-decoration:none;
}

a#uploadfile_link:hover{
	text-decoration:none;
	background:#DCD218;
}

a#uploadfile_link:active{
	text-decoration:none;
}

a#uploadfile_link:visited{
	text-decoration:none;
}

a#uploadfile_link:link{
	text-decoration:none;
}

#logoff_form p{
	margin:0px;
	padding:0px;
}

#logoff_form{
	margin:0px;
	padding:0px;
	float:right;
}

#homelink, .stdlink{
	color:#999966;
}

.stdeditfld{
	width:200px;
}

#message_container{
	font-size:12px;
}

.x_large_font {
	font-size: x-large;
}

.large_font{
	font-size:large;
}
.medium_font{
	font-size:medium;
}

.small_font{
	font-size:small;
}

.tiny_font{
	font-size:x-small;
}

.color_puke {
	color: #999900;
}

.color_red{
	color:red;
}

.bold_font{
	font-weight:bold;
}

.centered{
	text-align:center;
}

table#header{
	background-color:#003300;
}

table.bordered_table{
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color:#003300;
	border-collapse: collapse;
	width:100%;
}

table.bordered_table td{
	border-width: 1px;
	padding: 2px 5px;
	border-style: solid;
	border-color: #003300;
	background-color:#E7E7DE;
	font-size:12px;
}

.header_box{
	border:1px solid black;
	background:#C5D6B6;/*Light Green*/
	text-align:center;
	padding:5px;
}

.body_box{
	margin:5px;
}

#detail_container{
	padding-top: 5px;
	height:323px;
}

#detail_right{
	margin-left:60%;
	background:#E7E7DE;
	height:99.25%;
}

#detail_left{
	float:left;
	padding-left:2px;
	width:58%;
}

table#req_list{
	margin:3px;
	width:98%;
}

#mng_files_container{
	height: 350px;
	border:thin dashed white;
}

#file_group_box{
	float:left;
	width:180px;
	margin-top:10px;
}

#file_list_box{
	margin-top:10px;
	margin-left:190px;
	border:1px solid black;
}

.header_files{
	background:#C5D6B6;/*Light Green*/
	text-align:center;
	padding:5px;	
	border-bottom:1px solid black;
	height:25px;
}

#file_list_table{
	width:98%;
	margin:5px;
}

#files_header{
	float:left;
	width:90%;
	margin-top:5px;
}

#file_links{
	float:left;
	margin-left:10px;
}

td#f_actions{
	width:80px;
}

.slink_flds{
	margin:10px 0px;
}

#subject{
	width:590px;
}

#to{
	width:632px;
}

.spacer{
	height:20px;
}

.oneColElsCtrHdr #container {
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	background:#005100;
	padding:10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#005100;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
