body{
	margin:0px;
	background-color:#ffffff;
	font-size:11px;
	font-family:arial;
	color:#181818;
}

.orange_top{
	background-color:#C46F18;
	height:86px;
	border-bottom:4px solid #181818;
}

#container{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}

#heading{
	font-size:18px;
	padding-top:10px;
}

.input{
	font-size:11px;
	font-family:arial;
	color:#181818;
}

.main_content{
	background-color:#F5F5EE;
	padding:10px;
	margin-top:3px;
	margin-bottom:15px;
}

form{
	display:inline;
}

.errors{
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	background-color:#979F42;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}

.messages{
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	background-color:#E5E6E7;
	color:#1b1b1b;
	font-weight:bold;
	font-size:11px;
}

#right_nav{
	text-align:right;
	padding-top:3px;
	font-size:9px;
	padding-right:10px;
}

#right_nav a{
	color:#C46F18;
	font-size:11px;
	text-decoration:none;
}

#right_nav a:hover{
	color:#C46F18;
	font-size:11px;
	text-decoration:underline;
}

a.olink{
	font-size:11px;
	color:#C46F18;
	text-decoration:none;
}

a.olink:hover{
	font-size:11px;
	color:#C46F18;
	text-decoration:underline;
}

#list{
	padding-bottom:40px;
}

#left_menu{
	background-color:#F5F5EE;
}

#content_view{
	
}

#item{
	padding-bottom:10px;
}

#top_folder{
	background-image:url(../images/folder_top_background.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#ffffff;
	font-family:verdana;
	font-weight:bold;
	padding-left:5px;
}

#folder_left{
	background-image:url(../images/folder_left_background.gif);
	background-repeat:repeat-y;
}

#folder_right{
	background-image:url(../images/folder_right_background.gif);
	background-repeat:repeat-y;
}

#folder_big{
	background-image:url(../images/folder_big_back.gif);
	background-repeat:repeat-x;
}

#folder_small{
	background-image:url(../images/folder_small_back.gif);
	background-repeat:repeat-x;
	color:#7F7C73;
	font-family:verdana;
	font-size:10px;
}

#address{
}

#address_bar{
	background-color:#ffffff;
	height:15px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	border:1px solid #A4B97F;
	color:#000000;
}

#folder_left_nav{
	overflow:auto;
	height:416px;
	background-image:url(../images/folder_left_nav_background.gif);
	background-repeat:repeat-x;
}

#folder_main{
	overflow:auto;
	height:416px;
	background-color:#ffffff;
}

#folder_bottom{
	background-image:url(../images/folder_bottom_background.gif);
	background-repeat:repeat-x;
}

#footer{
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:5px;
	color:#787878;
}

#footer a{
	color:#787878;
	text-decoration:none;
}

#footer a:hover{
	color:#787878;
	text-decoration:underline;
}

#folder_nav_back{
	background-image:url(../images/folder_nav_top_background.gif);
	background-repeat:repeat-y;
	color:#56662D;
	font-weight:bold;
	padding-left:13px;
}

#folder_left_nav_inside{
	background-color:#F6F6EC;
	padding:12px 10px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	color:#56662D;
}

#folder_left_nav_inside a{
	color:#56662D;
	text-decoration:none;
}

#folder_left_nav_inside a:hover{
	color:#56662D;
	text-decoration:underline;
}

#table_container{
	padding-top:15px;
	font-size:10px;
	font-family:verdana;
	color:#424242;
}

#table_heading_background{
	background-image:url(../images/table_top_background.gif);
	background-repeat:repeat-x;	
	color:#ffffff;
	height:5px;
	font-weight:bold;
}

#table_middle{
	background-color:#E6E6E6;
	color:#424242;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#table_data{
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

#table_sub_heading_active{
	background-image:url(../images/table_dark_background.gif);
	background-repeat:repeat-x;	
	color:#ffffff;
	font-weight:bold;
	height:23px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	cursor: pointer;
}

#table_sub_heading_inactive{
	background-image:url(../images/table_light_background.gif);
	background-repeat:repeat-x;	
	color:#424242;
	font-weight:bold;
	height:23px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	cursor: pointer;
}

#table_sub_heading_padding{
	padding-left:5px;
}

#table_even_row{
	background-color:#ffffff;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding-top:5px;
	padding-bottom:5px;
}

#table_odd_row{
	background-color:#f7f7f7;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding-top:5px;
	padding-bottom:5px;
}

#table_container a{
	color:#C46F18;
	text-decoration:underline;
}

#table_container a:hover{
	color:#C46F18;
	text-decoration:none;
}