/* 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;*/
	background-color:#000000;
	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;	
}

.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{
	margin:0 auto;
}

#SEO{

}

#header {
	display: none;
	width:0;
}

#content-container {
	width:auto;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#content {
	padding:0;
}

#addInfo {
	width: 360px;
	margin: 0;
	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;
}

#divQuestion {
	position:relative;
	left: -46px;
}

#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 {
	display: none;
}

#footer a {
	font-size: 10px;
	color: #999;
	text-align:center;
}

#cfia-button{
	display: none;
}

#tabs {
	display: none;
}

#saveProject {
	display: none;
}

ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
}

li {
	line-height: 12.5px;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 9.5px;
}

.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;
}

 
