/*-------GENERAL--------*/
html, body{
	background-color:#e5e8e9;
}
a:focus { outline:none }

.blockborder{
	border:1px solid #d9d9d9;
	background-color:#efefef;
}
.rounded3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.rounded5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.rounded10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.margin5{
	margin:5px;
}
.margin10{
	margin:10px;
}
.padding5{
	padding:5px;
}
.padding15{
	padding:15px;
}
.pos_relative{
	position:relative;
}

img{
	border:none;
}
.novaup_file_det{
	position:relative;
}
#search_results .novaup_file_det div.bookmark{
	position:absolute;
	top:0;
	right:-10px;
	margin:0;
}
/*-------HEADER--------*/
#header{
	position:relative;
	background:#1b6c82 url(../images/header_bg.jpg) repeat-x;
	border-bottom:1px solid #FFF;
	width:100%;
	height:180px;
}
	.top_banner{
		position:absolute;
		right:0;
		top:30px;
		width:728px;
		height:90px;
	}
	#logo{
		padding-top:40px;
	}

	#menu{
		position:absolute;
		bottom:0;
		width:960px;
		height:50px;
		background:url(../images/menu_sprite.png) 0 0 no-repeat;
	}
	
	#menu ul{
		list-style:none;
		margin:0;
		padding:0 0 0 15px;
		height:50px;
	}
	
	#menu ul li{
		float:left;
		text-transform:uppercase;
		line-height:50px;
		font-weight:bold;	
	}
	#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu ul li a:hover {
		padding:0 15px 0 15px;
		display:block;
		text-decoration:none;
		color:#256171;
		text-shadow: 1px 1px #EEE;
	}
	#menu ul li a:hover {
		background-color:#d8dcdd;
	}
	#menu ul li a.current{
		background-color:#d8dcdd;
	}
	
	#menu li#search_box{
		float:right;
	}
	
	/*-------LOGIN--------*/
	
	#login{
		position:relative;
	}
	#login_box{
		background-color:#1f505e;
		display:none;
		padding-left:10px;
		height:40px;
		width:350px;
		position:absolute;
		right:0;
		top:-40px;
		z-index:99;
	}
	#login_box tr, #login_box td{
		margin:0;
		padding:0;
	}
	#login_icon{
		background:url(../images/login_sprite.png) 0 -25px no-repeat;
		height:25px;
		width:90px;
		position:absolute;
		cursor:pointer;
		bottom:-25px;
		right:0;
	}
	.login_input{
		width:140px;
		height:20px;
		color:#818181;
	}
	#login_btn{
		vertical-align: middle; *vertical-align: text-bottom;
		margin-top:2px;
		padding:1px;
	}
	#login_box span{
		line-height:50px;
		color:#FFF;
	}
	#login_box span a:link, #login_box span a:visited, #login_box span a:active, #login_box span a:hover{
		color:#EEE;
	} 
	
/*-------CONTENT--------*/
#content_block{
	background-color:#FFF;
}


	/*HOMEPAGE*/
	#home_desc{
		margin-top:30px;
		padding:10px;
		color:#2a2a2a;
	}
	#home_desc p{
		line-height:20px;
	}
	
	
	/*-------USERCP MENU-------*/
	#usercp_menu{
		margin:20px 0;
		padding-top:10px;
	}
	#usercp_menu ul li{
		list-style:none;
		line-height:24px;
		border-bottom:1px dotted #CCC;
		margin-top:5px;
	}
	#usercp_menu a:link, #usercp_menu a:visited, #usercp_menu a:active, #usercp_menu a:hover {
		color:#256171;
		text-decoration:none;
		display:block;
	}
	#usercp_menu a:hover { font-weight:bold; }
	
	
	/*-------USERCP CONTENT-------*/
	#usercp_content{ margin:20px 0; }
	#loading_icon{
		margin-left:260px;
		margin-top:5px;
	}
	.current_page_link{ font-weight:bold; }
	.profile_form{
		margin-top:30px;
	}
	.avatar_options{
		background-color:#e4e8ea;
	}
	.avatar_options td{
		padding:5px;
	}
	.profile_tab{
		padding:6px;
		background-color:#F5F5F5;
		border:1px solid #D9D9D9;
	}
	.current_profile_tab{
		background-color:#E5E5E5;
	}
	a.profile_tab:link, a.profile_tab:visited, a.profile_tab:active, a.profile_tab:hover{
		text-decoration:none;
		color:#296A7C;
	}
	
	/*-------FILE MANAGER--------*/
	.categ_tab{
		padding:6px;
		background-color:#F5F5F5;
		border:1px solid #D9D9D9;
	}
	.current_categ_tab{
		background-color:#E5E5E5;
	}
	a.categ_tab:link, a.categ_tab:visited, a.categ_tab:active, a.categ_tab:hover{
		text-decoration:none;
		color:#296A7C;
	}
	.fm_title_bg h4 a:link, .fm_title_bg h4 a:visited, .fm_title_bg h4 a:active, .fm_title_bg h4 a:hover {
		color:#236273;
		line-height:40px;
		text-decoration:none;
		margin-left:10px;
	}
	.fm_title_bg h4 a:hover{
		color:#18729c;
	}
	.fm_title_bg{
		background:url(../images/fm-sprite.jpg) 0 0 no-repeat;
		height:40px;
	}
	.fm_open_icon{
		background:url(../images/fm-sprite.jpg) -350px 0 no-repeat;
		height:40px;
		cursor:pointer;
	}
	.fm_open_icon_opened{
		background:url(../images/fm-sprite.jpg) -320px 0 no-repeat;
		height:40px;
		cursor:pointer;
	}
	.fm_file_details{
		background:#e4e4e4 url(../images/fm-filedet_bg.png) repeat-x;
		padding-bottom:10px;
		width:350px;
	}
	.fm_file_details fieldset{
		padding:5px;
		padding-bottom:10px;
		margin:5px 5px 0 5px;
	}
	.fm_file_details fieldset input[type="text"]{
		width:290px;
		margin-left:10px;
	}
	.fm_file_details fieldset textarea{
		margin-left:10px;
		width:280px;
		height:60px;
	}
	.overlay{
		background:url(../images/overlay_bg.png) repeat;
		z-index:9999;
		width:100%;;
		height:100%;
		position:fixed;
		top:0;
		left:0;
	}
	.fm_file_details{
		position:absolute;
		top:20px;
		left:40%;
		z-index:9999;
max-height:90%;
overflow:auto;
	}
	.fdet_close{
		float:right;
	}
	.file_det{
		margin-bottom:20px;
	}
	
	
	
	/*-------SEARCH PAGE--------*/

	#search_block_icon{
		background:url(../images/d-sprite2.jpg) 0 0 no-repeat;
		width:70px;
		height:31px;
		margin-top:20px;
		display:block;
	}
	#search_block{
		border:1px solid #DDD;
		background-color:#e8e8e8;
		padding:20px 10px;
		position:relative;
		height:100px;
	}
	#search_bottom{
		border-top:1px solid #f1f1f1;
		position:relative;
		background-color:#dddddd;
		height:28px;
		line-height:28px;
		padding-left:10px;
		color:#296a7c;
		font-size:14px;
	}
	#search_sort{
		background:url(../images/d-sprite2.jpg) 0 -81px no-repeat;
		height:22px;
		width:70px;
		cursor:pointer;
		position:absolute;
		right:3px;
		top:2px;
	}
	#search_sort_box {
		float:right;
		margin-right:10px;
	}
	#search_sort_box strong { color:#000; }
	#search_sort_box a:link, #search_sort_box a:visited, #search_sort_box a:active, #search_sort_box a:hover{
		color:#1b6c9f;
		text-decoration:none;
		margin-left:5px;
	} 
	#search_sort_box a:hover, #search_sort_box a.current{
		text-decoration:underline;
	}
	#search_block #search_input{
		outline:none;
		background:url(../images/d-sprite.jpg) 0 100% repeat-x;
		border:1px solid #d5d5d5;
		width:440px;
		height:38px;
		font-size:24px;
		color:#b1b1b1;
		margin:0;
		padding:0;
		padding-left:10px;
		line-height:38px;
		position:absolute;
		top:20px;
		left:10px;
	}
	#search_submit_btn{
		border:none;
		height:40px;
		width:61px;
		cursor:pointer;
		background:url(../images/d-sprite2.jpg) 0 -313px no-repeat;
		margin:0;
		padding:0;
		position:absolute;
		left:460px;
		top:20px;
	}
	#search_cats{
		position:absolute;
		top:125px;
		left:8px;

	}
	#search_cats table{
		width:560px;
	}
	#search_cats table tr td{
		text-align:center;
		margin:0;
		padding:1px 5px;
		
	}
	#search_cats a:link, #search_cats a:visited, #search_cats a:active, #search_cats a:hover{
		background:#2a6f82 url(../images/d-sprite.jpg) 0 -160px;
		border:1px solid #205361;
		font-weight:bold;
		font-size:14px;
		color:#FFF;
		text-decoration:none;
		line-height:27px;
		padding:0 6px;
		display:block;
		float:left;
	}
	#search_cats a:hover{
		background:#2a6f82 url(../images/d-sprite.jpg) 0 -238px;
	}
	#search_results div{
		margin-top:20px;
	}
	#search_results div h3{
		font-size:16px;
		font-weight:bold;
		color:#0a679d;
		margin:10px;
	}
	#search_results div h3 a:link, #search_results div h3 a:visited, #search_results div h3 a:active, #search_results div h3 a:hover {
		text-decoration:none;
		color:#0a679d;
	}
	#search_results div h3 a:hover {
		text-decoration:underline;
	}
	#search_results div img{
		margin:10px 20px 20px 10px;
		float:left;
	}
	#search_results .search_file_det div{
		text-indent:15px;
		line-height:16px;
		margin-left:80px;
		margin-top:5px;
	}
	.search_file_det div a:link, .search_file_det div a:visited, .search_file_det div a:active, .search_file_det div a:hover{
		color:#0859aa;
		text-decoration:none;
	}
	.search_file_det div a:hover{
		text-decoration:underline;
	}
	
	.search_file_det .cat{
		background:url(../images/file_det_icons.jpg) 0 0 no-repeat;
	}
	.search_file_det .author{
		background:url(../images/file_det_icons.jpg) 0 -16px no-repeat;
	}
	.search_file_det .downloads{
		background:url(../images/file_det_icons.jpg) 0 -32px no-repeat;
	}
	.search_file_det .file_size{
		background:url(../images/file_det_icons.jpg) 0 -64px no-repeat;
	}
	.search_file_det div.click_download{
		background:url(../images/file_det_icons.jpg) 0 -48px no-repeat;
		margin-bottom:10px;
	}
	.search_file_det .click_download a{
		margin-left:10px;
		font-weight:bold;
	}
	.second_column{
		margin-left:15px;
	}
		/*---------SEARCH PAGINATION----------*/
		#search_pagination table{
			width:400px;
		}
		
		#search_pagination table tr td{
			background:url(../images/d-sprite2.jpg) 0 -475px no-repeat;
			line-height:30px;
			vertical-align:middle;
			padding:0;
			margin:0;
		}
		#search_pagination table tr td a:link, #search_pagination table tr td a:visited, #search_pagination table tr td a:active, #search_pagination table tr td a:hover {
			text-decoration:none;
			color:#8e8e8e;
			font-size:16px;
			display:block;
			padding-left:10px;
			padding-right:10px;			
		}
#search_pagination table tr td a:hover,  #search_pagination table tr td a.current_page {
color:#000;
}
		#search_pagination table tr td#prev{
			background:url(../images/d-sprite2.jpg) 0 -233px no-repeat;
		}
		#search_pagination table tr td#next a{
			background:url(../images/d-sprite2.jpg) 0 -153px no-repeat;
			padding-right:20px;
		}
		
	/*-------VIDED PAGE--------*/
	.video_tab{
		padding:6px;
		background-color:#F5F5F5;
		border:1px solid #D9D9D9;
		border-bottom:none;
	}
	.current_video_tab{
		background-color:#DCDCDC;
	}
	a.video_tab:link, a.video_tab:visited, a.video_tab:active, a.video_tab:hover{
		text-decoration:none;
		color:#296A7C;
	}
	.v_tab{
		display:none;
		margin:4px 0 20px 0;
		padding:5px;
	}
	
/*-------USER PAGE--------*/	

.user_details img{
	width:80px;
	height:80px;
	float:left;
}
.user_details{ overflow:hidden; }
.user_details ul{
	list-style:none;
	float:left;
}
.user_details ul li{
	color:#676767;
}
.user_details ul li.username{
	color:#2E2E2E;
	font-size:1.1em;
	margin-bottom:10px;
}

/*-------FOOTER--------*/
#footer{
	background:url(../images/menu_sprite.png) 0 -150px no-repeat;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-bottom:30px;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#266576;
	text-decoration:none;
	padding:0 5px 0 5px;
}
#footer a:hover {
	text-decoration:underline;
}


#search_pagination table tr td#prev_fm{
background:url(../images/prev_btn.jpg) no-repeat;
}
#search_pagination table tr td#next_fm a{
background:url(../images/next_btn.jpg) no-repeat;
padding-right:20px;
}

#ticketContent a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#069;
}
#ticketContent a:hover {
	text-decoration:underline;
	color:#09C;
}
#ticketContent hr {
	border:none;
	border-top:1px dashed #E9E9E9;
}
#ticketContent table { border:none; font-weight:normal; color:#777 }
#ticketContent table tr td {
	border:none;
	border-bottom:1px dashed #CCC;
	padding:5px;
}
#ticketContent h3 {
	margin-top:30px;
	color:#666;
}
#ticketContent strong{
	font-size:1.1em;
}
.green{
	color:#090;
}
.red {
	color:#900
}
.ticket_reply {
	background-color:#F5F5F5;
	border:1px solid #EEE;
	padding:5px;
	margin-top:15px;
}
.admin_reply {
	background-color:#EEE;
	border:1px solid #DDD;
	padding:5px;
	margin-top:15px;
}
.ticket_question{
	margin-bottom:30px;
	background-color:#F5F5F5;
	border:1px solid #EEE;
	padding:5px;
	margin-top:25px;
}
.ticket_question p{
	padding:5px;
}
.ticket_question h3{
	margin:10px 0 10px 0;
}
.admin_reply strong, .ticket_reply strong {
	display:block;
}
a.login_links {
	background:#1F505E;
	border:1px solid #2D8DAA;
	border-top:1px solid #21667A;
	height:25px;
	display:block;
	float:left;
	padding:0 10px;
	line-height:25px;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	margin-left:10px;
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}



.offers_tabs{
	text-align:left;
	display:block;
	overflow:hidden;
}
.offers_tabs a:link, .offers_tabs a:visited, .offers_tabs a:active, .offers_tabs a:hover {
	background: #E5E5E5; /* old browsers */
	background: -moz-linear-gradient(top, #E5E5E5 0%, #D6D6D6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E5E5), color-stop(100%,#D6D6D6));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#D6D6D6',GradientType=0 );
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border:1px solid #CCC;
	border-bottom:none;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	margin-right:15px;
	padding:0 10px;
	color:#777;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.offers_tabs a:hover {
	color:#1E7086;
}
.offers_tabs a.active_tab{
	color:#1E7086;
}
.offers_block{
	background:#E0E0E0;
	border:1px solid #CCC;
	display:block;
	clear:both;
	padding:20px;
	margin-bottom:10px;
}



.error_message {
        color:#069;
        font-size:17px;
        border:1px solid #006080;
        background:#99E6FF;
        margin:0;
        padding:6px 10px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color:#000;
        margin:15px auto;
        display:inline-block;
}



