div.resources{
	margin: 0px 5px;

}

div.resources .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;

}

div.resources form.search{
	width: 200px;
	height: 35px;
	position: relative;
	color:#FFFFFF;
	margin: 0px 15px 0px 15px;
	background: url(/images/resources/search-bg.jpg) no-repeat center;
}	

div.resources .clear_search_link{
	text-align: right;	
	margin: 0px 15px 10px 15px;
}

div.resources .clear_search_link a{
	color: #FFFF00;
}

div.resources .pagination_links{
	color: #000000;
	font-weight: bold;
	margin: 0px 5px;
}

div.resources .pagination_links a{
	color: #555555;
	font-weight: normal;
}

div.resources .per_page{
	float: right;
	font-size: 11px;
	margin-left: 10px;
}

div.resources .per_page select{
	font-size: 11px;
	border: 1px solid #cbc9c9;
}

div.resources .sort_section{
	float: right;
	font-size: 11px;
}

div.resources .sort_section select{
	font-size: 11px;
	border: 1px solid #cbc9c9;
}



div.resources .add_link{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: 1px outset #000000;
}

div.resources .add_link2{
	float: right;
}


div.resources form.search input.text{
border-width:0;
color:#646667;
font-size:14px;
margin-left:10px;
margin-top:8px;
width:150px;
}

div.resources form.search input.button{
position:absolute;
right:10px;
top:7px;
}

div.resources div.tree{
	/*width: 200px;
	margin-right:5px;*/
}

div.resources div.tree .all_link{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 0px;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}

div.resources div.tree a.tree_link{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 0px;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}

div.resources div.tree a.tree_link:hover{
	text-decoration: none;
	background-color: #110101;
}

div.resources div.tree a.tree_link.active{
	text-decoration: none;
	color: #FFFF00;
	background-color: #110101;
}

div.resources .items{
	font-size: 11px;
	margin: 5px;
}

div.resources .item{
	border: 1px solid #a7a7a6;
	padding: 10px;
	margin-bottom: 5px;
	position: relative;
}

div.resources .item0{

}

div.resources .item1{

}





div.resources .item .title{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
}

div.resources .item .title a{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
}

div.resources .item .description{
	margin-top: 10px;
}

div.resources .item .description .description_title{
	margin-bottom: 10px;
	font-weight: bold;
}

div.resources .col3{
	width: 70px;
	color: #555555;
	padding: 5px;
	vertical-align: top;
}

/*div.resources .action_link a[href$=".ppt"] {
	background:transparent url(/images/resources/ppt.png) no-repeat scroll center top;
	height:22px;
	width:22px;
	display: block;
	float:right;
}*/

div.resources .action_link a[href$=".pdf"] {
	background:transparent url(/images/resources/pdf.png) no-repeat scroll center top;
	height:22px;
	width:22px;
	display: block;
	float:right;
}

div.resources .action_link a[href$=".doc"], div.resources .action_link a[href$=".docx"], div.resources .action_link a[href$=".xls"], div.resources .action_link a[href$=".ppt"] {
	background:transparent url(/images/resources/doc.png) no-repeat scroll center top;
	height:22px;
	width:22px;
	display: block;
	float:right;
}

div.resources .action_link a.movie_link, div.resources .action_link a[href$=".flv"], div.resources .action_link a[href$=".wmv"], div.resources .action_link a[href$=".avi"], div.resources .action_link a[href$=".mov"], div.resources .action_link a[href$=".mpg"], div.resources .action_link a[href$=".mpeg"] {
	background:transparent url(/images/resources/video.png) no-repeat scroll center top;
	height:22px;
	width:22px;
	display: block;
	float:right;
}

div.resources .action_link a.audio_file, div.resources .action_link a[href$=".mp3"], div.resources .action_link a[href$=".wav"], div.resources .action_link a[href$=".wma"] {
	background:transparent url(/images/resources/sound.png) no-repeat scroll center top;
	height:22px;
	width:22px;
	display: block;
	float:right;
}

div.resources .col3 a{
	color: black;
	background-image:none;
}

div.resources form.tree_edit_form{
	padding: 0px;
	margin: 5px;
}

div.resources form.tree_edit_form input.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px inset #EEEEEE;
}

div.resources form.tree_edit_form input.submit{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	border:1px outset #000000;
	padding: 0px 3px;
	cursor:pointer;
	font-weight:bold;		
}

div.resources form.resource_edit_form{
	padding: 5px;
	margin: 0px;
}

div.resources form.resource_edit_form label{
	display: block;
	float: left;
	width: 80px;
}

div.resources form.resource_edit_form .section{
	margin-bottom: 2px;
}

div.resources form.resource_edit_form input.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px inset #006E6D;
	width: 280px;
}

div.resources form.resource_edit_form textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px inset #006E6D;
	width: 280px;
	height: 60px;	
}

div.resources form.resource_edit_form input.submit{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	border:1px outset #000000;
	padding: 0px 3px;
	cursor:pointer;
	font-weight:bold;	
}

div.resources form.resource_edit_form .right_section{
	float: right;
	padding: 5px;
	border: 1px solid #AAAAAA;
}

div.resources form.resource_edit_form .right_section .right_title{
	font-style: italic;
}

div.resources form.resource_edit_form .right_section label{
	float: none;
	width: auto;
	display: inline;
}

div.overlayplayer {
 background:url(/images/overlay/white.png) no-repeat;
 padding:40px;
 width:576px;
 display:none;
 z-index: 1000000 !important;
}

div.overlayplayer div.close {
 background:url(/images/overlay/close.png) no-repeat;
 position:absolute;
 top:2px;
 right:5px;
 width:35px;
 height:35px;
 cursor:pointer;
}

a.player {
 display:block;
 height:450px;
}

#edit_overlay, .edit_overlay {
	width: 985px;
	height: 541px;
	background: url(/images/transparent.gif);
}

.contentWrap {
	height:471px;
	background-color: #FFFFFF;	
}

.edit_overlay div.close {
	background-image:url("/images/resources/close.jpg");
	cursor:pointer;
	height:19px;
	position:absolute;
	right:45px;
	top:45px;
	width:32px;
	z-index: 10000;
}

div.resources .main_resources_table{
	width:100%;	
}

div.resources .main_resources_table .leftcol{
	vertical-align:top;
	width:231px;
	padding: 0px;
	color: #FFFFFF;
}

div.resources .main_resources_table .leftcol .left_in{
	width:231px;
	min-height: 300px;
}

div.resources .main_resources_table .leftcol .left_top{
	width:231px;
	background: #242323 url(/images/resources/left1.jpg) no-repeat left top;
}

div.resources .main_resources_table .leftcol .left_bottom{
	width:231px;
	background: url(/images/resources/left3.jpg) no-repeat left bottom;
}


div.resources .main_resources_table .leftcol .rightcol{
	vertical-align:top;
	padding: 0px;	
}

div.resources .right_header1{
	padding: 0px 5px 5px 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #969696;
}

div.resources .right_header2{
	padding: 0px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

div.resources .right_header2 a{
	color: #000000;
}

div.resources .action_link{
	float: right;
	text-align: right;
}

div.resources .action_link a{
	text-decoration: none;
}


div.resources .main_resources_table .leftcol .ico-menu_column {
	background: url(/images/resources/blue-dot.png) no-repeat center !important;
}

div.resources .download_selected_button{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px outset #000000;
	float: right;
}

div.resources form.resources_login_form{
	margin: 10px 15px 0px 15px;
	color: #000000;
	width: 200px;
	height: 80px;	
	background: url(/images/resources/login-bg.jpg) no-repeat center;
}

div.resources form.resources_login_form .inner{
	padding: 10px;
}

div.resources form.resources_login_form label{
	float: left;
	font-size: 11px;
	display: block;
	width: 70px;
	margin: 1px 0px;
}

div.resources form.resources_login_form input.text{
	font-size: 10px;
	width: 100px;
	float: left;
	border: 1px inset #000000;
	margin: 1px 0px;
}

div.resources form.resources_login_form .button_over{
	text-align: right;
	margin-right:8px;
}

div.resources form.resources_login_form input.button{
	font-size: 11px;
	border: 1px outset #000000;
	margin: 1px 0px;
}



















