/* MAIN STYLES */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../media/tmp_background.jpg);
	background-repeat:repeat-x;
	background-color: #002D1E;
	font-size: 16px;
	color: #888;
	line-height: 20px;
}

td {
	/*font-size: 12px;
	color: #000000;*/
}

th {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

/* TEXT STYLES */
h1 {
	color: #025239;
	margin-top:0em;
	margin-bottom:0em;
	font-weight:normal;
	font-size:24px;
	line-height: normal;
}

h2 {
	color: #999;
	margin-top:0em;
	margin-bottom:0em;
	font-weight:normal;
	font-size:20px;
	line-height: normal;
}

.message { 
	font-size: 12px; 
	color: red; 
	font-weight: bold;
} 

.message-highlighted { 
	font-size: 12px; 
	color: red; 
	font-weight: bold;
	background-color:#FEFCD8;
	padding: 6px;
	text-align: center;
} 

.altrow {
	background-color: #F5F5F5;
}


/* LINK STYLES */
a:link, a:visited, a:active {text-decoration: none; color: #006F4E;}    
a:hover {text-decoration: none; color:  #006F4E;}

a:link, a:visited, a:active .green_link {font-size: 14px; font-weight: bold; color: #006F4E;}

a.filename-save:link, a.filename-save:visited, a.filename-save:active a.filename-save:hover  {font-size: 12px; font-weight: bold; color: #006F4E;}


/* FORMATTING */
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

ul {
	padding: 0px;
	margin: 0 25px 0 28px;
	list-style-position: outside;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 10px 0 10px 0;
}

.expired_project {
	color: #FF0000;
	font-size: 14px;
}

.small_grey {
	color: #888;
	font-size: 10px;
}

.small_green {
	color: #006F4E;
	font-size: 12px;
	font-weight: bold;
}

.normal_grey {
	color: #888;
	font-size: 14px;
}

.normal_green {
	color: #006F4E;
	font-size: 14px;
	font-weight: bold;
}

.large_grey {
	color: #888;
	font-size: 18px;
	padding-left: 40px;
}

.option_background {
	background-image: url(../media/tmp_bg_name.jpg);
}

#main{
	width: 897px;
	margin:0 auto;
}

#SEO{

}

#header {
	margin: 0;
	padding: 20px 0 0 0;
	width: 897px;
}

#content-container {
	width: 860px;
	margin: 0 37px 0 0;
	background-color: #FFFFFF;
}

#content {
	padding: 0 80px 30px 80px;
}

#addInfo {
	width: 460px;
	margin: 0;
	background-color: #E5E9E8;
	background-image: url(media/bg_grey_gradient.jpg);
	background-repeat:repeat-x;
}


#options {
	position: relative;
	top: -40px;
	left: -50px;
}

#help_icon {
	float: left;
	left: -176px;
	position: relative;
}

#close_tab {
	position: relative;
	top: -10px;
	float: right;
	z-index: 3001;
}

#close_tab_btm {
	position: relative;
	float: right;
	z-index: 3001;
}

#divQuestion {
	position:relative;
	left: -46px;
}

#popupquestion {
	color: #006F4E;
	font-size: 12px;
	font-weight: bold;
}

#page_bottom {
	height: 84px;
	background-image: url(media/cpma_bottom.jpg);
}

#report {
	padding: 8px 8px 8px 8px;
	border: 1px solid #ECECEC;
}

#results {
	padding: 8px 8px 8px 8px;
	border: 1px solid #ECECEC;
}

#footer {
	width: 860px;
	margin: 0 37px 0 0;
	font-size: 10px;
	color: #999;
	text-align:center;
	line-height: normal;
}

#footer a {
	font-size: 10px;
	color: #999;
	text-align:center;
}

#cfia-button{
	clear:both;
	padding: 75px 0 0 0;
	width: 960px;
	margin:0 auto;
}

#LinkTitle {
}

#LinkContent {
	margin: auto;
}

#LinkButtons {
	text-align: center;
}

#AdminNav {
	font-size: 12px;
	text-align: right;
}

.divider {
	border-bottom:1px solid;
	border-color: #CCC;
	padding: 0;
}

.textbox50 {
	width: 50px;
	font-size: 12px;
}

.textbox100 {
	width: 100px;
	font-size: 12px;
}

.textbox200 {
	width: 200px;
	font-size: 12px;
}

.textbox300 {
	width: 300px;
	font-size: 12px;
}

.textbox400 {
	width: 400px;
	font-size: 12px;
}

.textbox500 {
	width: 500px;
	font-size: 12px;
}

.hide_path {
	display: none;
}

.show_path {
	display: block;
}


