/*-------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:0;
		padding:0;
	}
	#usercp_menu ul {
		margin:0;
		overflow: hidden;
	}
	#usercp_menu ul li{
		list-style: none;
		line-height: 36px;
		margin:0;
		padding: 0;
		float: left;
		display: block;
	}

	
	/*-------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: 10px;
color: black;
font-size: 1.2em;
font-weight: bold;
}
#ticketContent strong{
	font-size:1.1em;
}
.green{
	color:#090;
}
.red {
	color:#900
}
.ticket_reply {
background-color: white;
border: 1px solid #C0CFD5;
padding: 8px 12px;
margin-top: 15px;
}
.admin_reply {
background-color: #C5CFD3;
border: 1px solid #A1A5A7;
padding: 8px 12px;
margin-top: 15px;
}
.ticket_question {
margin-bottom: 20px;
padding: 8px 12px;
margin-top: 15px;
background-color: white;
border: 1px solid #C0CFD5;
}
.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;
}


.gray_btn {
	text-decoration: none;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 6px 7px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
}
.gray_btn:hover {
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
	background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: linear-gradient(top, #dddddd, #bbbbbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd; 
}
.gray_btn:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; 
}


.green_btn {
	text-decoration: none;
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 6px 7px 7px 7px;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	}
.green_btn:hover {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer; 
}
.green_btn:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; 
}


.btn {
      cursor: pointer;
      display: inline-block;
      padding: 0.3em 1.2em 0.4em;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      color: #333;
      font-size: 12px;
      line-height: normal;
  
      border: 1px solid #CCC;
      border-bottom-color: #BBB;
  
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
  
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      transition: 0.1s linear all;
      
      background-color: hsl(209, 0%, 79%) !important;
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#c9c9c9");
      background-image: -khtml-gradient(linear, left top, left bottom, from(#f2f2f2), to(#c9c9c9));
      background-image: -moz-linear-gradient(top, #f2f2f2, #c9c9c9);
      background-image: -ms-linear-gradient(top, #f2f2f2, #c9c9c9);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9c9));
      background-image: -webkit-linear-gradient(top, #f2f2f2, #c9c9c9);
      background-image: -o-linear-gradient(top, #f2f2f2, #c9c9c9);
      background-image: linear-gradient(#f2f2f2, #c9c9c9);
      border-color: #c9c9c9 #c9c9c9 hsl(209, 0%, 75%);
      color: #333 !important;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
      -webkit-font-smoothing: antialiased;
text-decoration:none;
    }

.btn:hover{
      background-position: 0 -25px;
      color: #333;
      text-decoration: none;
    }
.text_input{
      border: 1px solid #CCC;
      border-bottom-color: #BBB;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 0.2em 0.4em;
}




    /*.fm_table a, .top_sortby a{
        color:#2B8888;
        text-decoration: none;
    }
    .fm_table {
        border: 1px solid #DDD;
        border-collapse: separate;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color:#444;
        margin-top:5px;
        max-width: 100%;
        border-spacing: 0;
        width: 100%;
        margin-bottom: 18px;
    }
    .fm_table tr th, .fm_table tr td{
        padding: 8px;
        line-height: 18px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #DDD;
    }
    .fm_table tr th{
        background-color: #ECECEC;
    }
    .fm_table tr td{
        background-color: #EEE;
    }
    .fm_table th + th, .fm_table td + td, .fm_table th + td, .fm_table td + th {
        border-left: 1px solid #DDD;
    }
    .table tbody tr:hover td, .table tbody tr:hover th {
        background-color: whiteSmoke;
    }
    th.file_number{
        width:20px;
    }
    .fm_table .file_name {
        color: #555;
        font-size: 11px;
    }
    .fm_table .file_name a{
        display: block;
        font-weight: bold;
        font-size: 1.1em;
    }*/
    .top_sortby{
        padding: 3px 0;
        display: block;
    }
    .top_sortby a{
        margin-right: 15px;
    }
    #fm_search_form{
        float: right;
    }
    
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.centered{
	text-align: center;
}
.pagination > li {
  display: inline;
}

.pagination > li > a{
	color:#2285A0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #2285A0;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.border_table td {
border-bottom: 1px solid #DBDBDB;
padding: 5px 0;
color: #444;
}



#usercp_menu {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#usercp_menu ul li a{
	text-transform: capitalize;
	font-size: 12px;
	border-right: 1px solid #F9F9F9;
	padding: 0 15px;
	display: block;
	color:#4F747E;
	text-decoration:none;
}
#usercp_menu ul li a:hover, #usercp_menu ul li.current a{
	font-weight: normal;
	display: block;
	background: #FFF;
}

#usercp_content {
	margin:10px 0 10px 0;
}
#usercp_content h4{
	color:#2285A0;
}
#usercp_content table{
	margin-bottom:0;
}
#usercp_content td{
	padding:0;
}
#remoteForm input{
	line-height: 22px;
}
#usercp_content .box {
	margin-bottom: 0;
	color:#444;
}
.remoteTable th {
	text-align: left;
	font-weight: normal;
	background: #2285A0;
	color: #EEE;
	padding: 8px 5px;
}
#usercp_content .remoteTable td {
	color:#666;
	background: #F9F9F9;
	border-bottom: 1px solid #DDD;
	padding: 8px 10px;
}

.fm_table th {
	text-align: left;
	font-weight: normal;
	background: #2285A0;
	color: #EEE;
	padding: 8px 5px;
}
#usercp_content .fm_table td {
	color:#666;
	background: #F9F9F9;
	border-bottom: 1px solid #ECECEC;
	padding: 8px 10px;
}
th.file_number{
    width:20px;
}
#usercp_content .fm_table td.file_name {
    color: #9E9E9E;
    font-size: 11px;
}
#usercp_content .fm_table td.file_name p,
#usercp_content .fm_table td.file_name form {
	color:#333;
}
#usercp_content td.file_number {
    color: #CACACA;
    border-right:1px solid #ECECEC
}
.fm_table td.file_name a{
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #309AB4;
    text-decoration: none;
}
.fm_table td.file_name a:hover{
	text-decoration: underline;
}
.nextpage_arrow, .prevpage_arrow {
	padding:4px 10px 0px 10px;
	vertical-align: middle;
}

#fm_search_form {
	margin-top: -3px
}
#fm_search_form .text_input{
	line-height: 20px;
}
.misc a{
	margin-right: 5px;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
.misc a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#uploader .error{
	border:none;
}

#uploader .infos a.vidURL{
	font-size: 11px;
	display: block;
}
#uploader .infos a.editVidBtn {
    display: block;
    color: #F14949;
}
.btn.saveTitle:hover{
	background-position: 0 25px;
}
.vidTitle{
	font-size: 12px;
}
.adBox {
    width:300px;
    height:270px;
    position: relative;
}
.adBox .adTitle {
    display: block;
    height:24px;
    line-height: 24px;
    background: #EEE;
    color: #333;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    padding-left:5px;
    font-weight: bold;
    width:297px;
}
.adBox .closeadBtn {
	float: right;
	background: #333;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 4px;
	border-radius: 3px;
	height: 8px;
	display: block;
	line-height: 6px;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.adBox iframe {
    border:1px solid #EEE;
}











.curlBox{
    position: relative;
    padding:20px;

    border:1px solid #FFF;

    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.3);

    background: #2ea6c6;
    background: -moz-linear-gradient(top,  #2ea6c6 0%, #1b6c82 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ea6c6), color-stop(100%,#1b6c82));
    background: -webkit-linear-gradient(top,  #2ea6c6 0%,#1b6c82 100%);
    background: -o-linear-gradient(top,  #2ea6c6 0%,#1b6c82 100%);
    background: -ms-linear-gradient(top,  #2ea6c6 0%,#1b6c82 100%);
    background: linear-gradient(to bottom,  #2ea6c6 0%,#1b6c82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea6c6', endColorstr='#1b6c82',GradientType=0 );

}
.curlBox .curl{
    background: url(/images/curl.png);
    position: absolute;
    width: 75px;
    height: 63px;
    display: block;
    top: -11px;
    right: -15px;
}
.loginHP{
    margin: 0 auto 15px;
    height: 320px;
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial, Verdana, sans-serif;
}
.loginHP h3{
    color: #FFF;
    letter-spacing: 3px;
    word-spacing: 5px;
    font-size: 15px;
}
.loginHP label{
    font-weight: normal;
    display: block;
    letter-spacing: 1px;
    margin-top: 5px;
}
.loginHP input{
    width:90%;
    padding:8px 12px;
    background: #FFF;
    border:1px solid #a6a6a6;
    color:#999;
    font-family: arial, Verdana, sans-serif;
    font-size: 13px;
}
.loginHP button{
    padding:8px 12px;
    display: block;
    width: 100%;
    color: #FFF;
    border:1px solid #2b8aa5;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;

    background: #1c687d;
    background: -moz-linear-gradient(top,  #1c687d 0%, #134b5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c687d), color-stop(100%,#134b5b));
    background: -webkit-linear-gradient(top,  #1c687d 0%,#134b5b 100%);
    background: -o-linear-gradient(top,  #1c687d 0%,#134b5b 100%);
    background: -ms-linear-gradient(top,  #1c687d 0%,#134b5b 100%);
    background: linear-gradient(to bottom,  #1c687d 0%,#134b5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c687d', endColorstr='#134b5b',GradientType=0 );

}
.loginHP button:hover{
    background: #18596B;
}
.loginHP p{
    color: #85c2d3;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.loginHP p a{
    color: #FFF;
    text-decoration: none;
}
.loginHP.register{
	height: auto;
}
.recoverBox span{
	width:70px;
	display: inline-block;
	color:#FFF;
}
.recoverBox p{
	color: #FFF;
}
.recoverBox p img{
	margin: 0 4px;
}
.recoverBox .text_input{
	line-height: 20px;
}
.recoverBox h5{
	color: #FFF;
    letter-spacing: 3px;
    word-spacing: 5px;
    font-size: 15px;
    font-weight: normal;
}
hr.sep{
    border-top: 1px solid #175b6d;
    border-bottom: 1px solid #258aa6;
    height: 0;
    margin-bottom: 10px;
}
.contactBox label{
	color:#FFF;
	font-weight: normal;
}
.contactBox .text_input, .contactBox select{
	line-height: 20px;
	width:100%;
}

.bigTitle{
	color: #4B4B4B;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 2px;
}
.smallTitle{
	color: #4B4B4B;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	text-align: left;
	letter-spacing: 2px;
}
.premiumUL{
	list-style: none;
	list-style-image: url(/images/premium_arrow.png);
	font-size: 13px;
	color: #218DA8;
	font-weight: normal;
	line-height: 30px;
	margin:0;
}
.premiumUL li{
	min-width:280px;
	float: left;
	list-style-position: inside;
}
/****************
Uploader
*****************/

.uploadWidget {
    width: 100%;
    margin: 0 auto 15px;
    height: 360px;
    
}

#upload {
    font-family: Arial, Verdana, sans-serif;
    /*background-color: rgba(255, 255, 255, 0.4);*/
    /*    background-image:-webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image:-moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image:linear-gradient(top, #FFFFFF, #EEEEEE);*/
    width:100%;
    padding:0;
    border-radius:3px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}
#drop {
    background: none;
    padding: 0;
    border-radius: 3px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    height: 100%;
}
#drop a.uploadBtn {

    color: #FFF;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    line-height: 1;
    width: 400px;
    height: inherit;
    margin: 25px auto 0;
}
#drop a.uploadBtn:hover {
    text-decoration: none;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    opacity: 0.9;
}
#drop strong {
    text-align: center;
    display: block;
    width: 315px; 
}
#drop input {
    display:none;
}
#uploader { overflow:hidden; }
#uploader ul {
    list-style:none;
    margin:10px auto;
    width: 700px;
    color: #EEE;
    padding:10px;
    margin-bottom: 15px;
}

#uploader ul li {
    margin-bottom: 8px;
    background-color: #D0C9C7;
    background-image: -webkit-linear-gradient(top, #FFFFFF, #D0C9C7);
    background-image: -moz-linear-gradient(top, #FFFFFF, #D0C9C7);
    background-image: linear-gradient(top, #FFFFFF, #D0C9C7);
    border-top: 1px solid #D0C9C7;
    border-bottom: none;
    padding: 10px;
    position: relative;
    text-align: left;
}
#uploader ul li input {
    display: none;
}
#uploader ul li .vidInfosDiv {
    overflow: hidden;
    white-space: nowrap;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    margin:0;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.76);
}
#uploader ul li i {
    font-weight: normal;
    font-style:normal;
    color:#6BA5D3;
    font-size: 0.9em;
}
#uploader ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute;
}
#uploader ul li span {
width: 15px;
height: 12px;
background: url('/img/icons.png') no-repeat;
position: absolute;
bottom: 20px;
right: 15px;
cursor: pointer;
}
#uploader ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}
#uploader ul li.error p {
    color:#FF1B1B;
}
#uploader ul li em {
    display: block;
    margin: 5px 0 0 0;
    color: #CE1919;
}
#uploader .screens {
    margin-top: 5px;
    margin-left: 16px;
}
#uploader .editVidBtn {
    margin-top:5px;
}
#uploader .infos {
    margin: 5px 0 0 0;
    color: #FFF;
    background: #222;
    line-height: 20px;
    padding: 5px;
    border: 1px dashed #999;
    display: none;
}
#uploader .infos a {
    color: #25ACE0;
    text-decoration: none;
}
#uploader .infos a:hover {
    color: #6BD1F8;
}
