@charset "UTF-8";
/* CSS Document */

#main_container {
	width: 800px;
	margin:0 auto;
	z-index:0;
}

#main_container  #header {
	background-image: url(../images/background_head.png);
	height: 205px;
	width: 800px;
	position: relative;
	z-index: 0;
}
#main_container #content {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	position: relative;
	z-index: 0;
	padding-top: 20px;
}

#main_container #content #sidebar {
	width:160px;
	float:left;
	height:100px;
	position: relative;
	top: -90px;
	margin-bottom: 100px;
	z-index: 5;
}
body {
	z-index:0;
	margin: 0px;
	padding: 0px;
	background-color: #E3E3E3;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	behavior: url("/css/csshover3.htc");
	}
	
#footer {
	behavior: url("/css/iepngfix.htc");  
}
#main_container #content #footer #sub_footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	position: relative;
	height: 70px;
	top: -70px;
	z-index: -9;
}
#main_container #content #main {
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 160px;
	margin-bottom: 5px;
	z-index: 0;
	position: relative;
	padding-left:25px;
	padding-top: 20px;	
}
#main_container #content #footer {
	clear:both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
	position: relative;
	overflow: visible;
	margin-top: -70px;
	z-index:-1;
}
#main_container #content #sidebar ul {
	list-style-type: none;
}
#main_container #content #sidebar li {
	font-size: 12px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#main_container #content #sidebar div.nav {
	font-size: 12px;
	height: 22px;
	margin: 0px;
	padding-left:40px
}
#main_container #content #sidebar a {
	color: #730000;
	z-index:1 ;
	position:relative
}
#project {
	margin-top: 0px;
	padding-top: 0px;
}
.main_button{
	height: 108px;
	width: 200px;
	padding-left: 50px;
}
.sub_button{
	height: 108px;
	width: 149px;
	padding-right: 24px;
	padding-left: 24px;
}
.form_element{

}
.form_label{
	text-align:left;
	vertical-align:top;
}
.form_details{
	padding-top:5px;
	padding-bottom:5px;
}
.submit_menu{
	padding: 5px 5px;
}
tr.odd{
}
tr.even{
	
}
.advisor_even{
	background-color:#eeeeee;
}
.advisor_odd{
	background-color:#dddddd;
}
.table_titles{
	background-color:#aaaaaa;
}

td {
padding-left: 5px;
padding-right: 5px;
}

a img{
border:none;
}
.advisors{
	width:100%;
}
.toggle{
	text-align:center;
	cursor:pointer;
}
tr.odd:hover {
	background-color:#33CCFF
}
tr.even:hover {
	background-color:#33CCFF;
}


#side_control {
	background-color: #FFFFFF;
}

#sidebar_info{
padding-left:10px;
font-size:11px;
}

#main_data_window table tr td{
	font-size:11px;
}

.sort {
	padding-bottom:5px;
}

.verify, .save_project, .save_contact, .save_both, .just_exit, #forgot_password{
	border: solid #000 1px;
	padding: 0px 5px 0px 5px;
}

.verify:hover, .save_project:hover, .save_contact:hover, .save_both:hover, .just_exit:hover, #forgot_password:hover {
	border: solid #000 1px;
	background: #00ffff;
	cursor:pointer;
}

.just_exit:hover{
	background: #f99;	
}

#project_message {
		
}

#footer_info {
	color:#777777;
	font-size:14px;
	padding-right:45px;
	position:relative;
	text-align:right;
	top:170px;
}#save_draft {
	background-image: url(../images/save_idea.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 159px;
	overflow: hidden;
	border:0;
	background-color: #FFF;
	padding-top: 49px;
}#print_preview {
	background-image: url(../images/print_preview.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 159px;
	overflow: hidden;
	border:0;
	background-color: #FFF;
	padding-top: 49px;
}#submit_final {
	background-image: url(../images/submit_idea.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 159px;
	overflow: hidden;
	border:0;
	background-color: #FFF;
	padding-top: 49px;
}
	
	.about_text {font-size: 15px; line-height: 22px; font-weight: bold;}
