body
{
	background-color:#111111;
	color: #fff;
	font-size: 12px;	
	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	border:0;
	margin:0;
	text-align:center;
}


h1
{
	font-size:20px;
	margin:5px 0;
}

h2
{
	font-size:14px;
	margin:0 0 20px;
}


textarea,
select,
input
{
	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 12px;
}

.hidden
{
	display: none; 
}

.text-align-right
{
	text-align:right;
}

.text-align-center
{
	text-align:center;
}

.container:after
{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}





a
{
	color:#AADB3D;
	text-decoration:underline;
}

a img
{
	border:0;
}

a:hover
{
	text-decoration:none;
}

.half_left
{
	float:left;
	width:49%;
	padding-left:1%;
	text-align:left;
}

.half_right
{
	float:right;
	width:49%;
	padding-right:1%;
	text-align:right;
}

div.p
{
	margin-bottom:10px;
	display:block;
}

.image_link_box ul
{
	float:left;
	width:100%;
	margin:0;
	padding:0;	
}

.image_link_box  ul li
{
	float:left;
	width:33%;
	font-size:10px;
	list-style: none;
	text-align:center;
}

.image_link_box  ul li a.current
{
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#3DA9DB;
}

#navigation_wrapper
{
	background-color:#252525;
	border-bottom:1px solid #363636;
}

#navigation_wrapper ul
{
	margin:0;
	padding:0;
	height:20px;
	line-height:20px;
}

#navigation_wrapper ul li
{
	float:right;
	width:auto;	
	list-style: none;
	font-size:10px;
	padding:0 10px;
	height:25px;
	line-height:25px;
}

#navigation_wrapper ul li.flags img
{
	border:0;
}

#navigation_wrapper ul li a
{
	color:#888;
	text-decoration:none;
}

#navigation_wrapper ul li a.highlight
{
	color:#fff;
}

#navigation_wrapper ul li a.bold
{
	font-weight:bold;
}
#navigation_wrapper ul li a:hover
{
	color:#AADB3D;
}

#footer_wrapper
{
	background-color:#111;
	border-top:1px solid #363636;
}
#header_wrapper{
	background-color:#111;
	border-bottom:1px solid #363636;
}

#content_wrapper{
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	background-color:#252525;
}

#header,
#footer,
#content
{
	width:960px;
	margin:0 auto;
	text-align:left;
}




/* Footer Boxes */
#footer .bottom_links {
	padding:20px;
}

#footer .bottom_links a{
	color:#aaa;
	text-decoration:none;
}
#footer .bottom_links a:hover{
	color:#fff;
	font-weight:bold;
}

#footer .bottom_links .box{
	float:left;
	margin:0 10px;
	padding:0 10px;
	width:190px;
	height:100px;
}


#footer .bottom_links .box .title{
	color:#F9C03D;
	font-weight:bold;
	font-size:14px;
}

#footer .bottom_links .box .content ul{
	list-style-type:none;
	list-style-image:url(/resources/img/square_dot.png);
	color:#111;
	padding-left:20px;
}

#footer .bottom_links .box .content ul.flags{
	list-style-image:none;
	padding-left:10px;
}

#footer .copyright{
	border-top:1px solid #363636;
	color:#363636;
	padding-top:10px;
	text-align:center;
}


/* Footer Boxes */




/* Slogan */
#slogan{
	text-align:center;
}
#header{
	height:50px;
}

/* Logo */
#header .logo 
{
	width:250px;
	float:left;
	padding:8px 0 2px 0;
}

#header .logo a
{
	display:block;
}

/* Logo */
#header h1
{
		font-size:20px;
		width:660px;
		height:70px;
		line-height:70px;
		float:left;
		text-align:center;
		margin:0;
		padding:0;
		font-weight:normal;
}

#header .links{
	float:left;
	width:710px;
}

#header .links ul
{
	margin:0;
	padding:0;
}

#header .links ul li
{
	float:right;
	width:auto;	
	list-style: none;
	font-weight:bold;
	padding:0 15px;
	border-right:2px solid #252525;
	height:50px;
	line-height:50px;
}


#header .links ul li a{
color:#555;
}

#header .links ul li a.account{
	color:#F9C03D;
}




#content
{
	padding: 20px 0;
}

#uploader
{
	margin-bottom:10px;
}

#upload_container
{
	background-color:#2A2A2A;
	-moz-border-radius :15px;	
	padding:0 50px;
}

#upload_container #upload_form
{
	float:left;
	width:860px;
	margin:20px 0 0 0;
}

#upload_container .left_side
{
	float:left;
	width:200px;	
}

#upload_container #upload_form .left_side .image
{
	padding-top:10px;
}

#upload_container #upload_form .right_side
{
	float:left;
	width:660px;
	background: #2A2A2A url(/resources/img/ajax-loader.gif) no-repeat 5px 5px;
}

#upload_container #upload_form .right_side .browse{
	margin:0;
	padding:0;
}



#upload_container #upload_form .right_side .help
{
	color:#999;
	margin:25px 0;
	text-align:justify;
}

#upload_container #upload_settings
{
	border-top:1px solid #2D2D2D;
	padding-top:10px;
	margin-bottom:10px;
	float:left;
	width:860px;
}

#upload_container #upload_settings .right_side .galleries,
#upload_container #upload_settings .right_side .thumbnails
{
	float:left;
	width:330px;
	text-align:center;
	color:#eee;
}

#upload_container #upload_settings select
{
	width:320px;
	margin-top:10px;
	padding:3px;
	background-color:#111;
	border:1px solid #363636;
	outline:1px solid #000;
	color:#eee;
	height:25px;
}


#upload_container #upload_button
{
	float:left;
	width:860px;
	border-top:1px solid #2D2D2D;
	text-align:right;
	padding:10px 0;
}

.upload_file_label
{
	background-color:#2D2D2D;
	padding:8px;
	margin-bottom:3px;
	-moz-border-radius :5px;
}
 
.upload_file_label a.upload_file_remove
{
	float:right;
	width:100px;	
	color:red;	
	text-align:right;
	font-weight:bold;
	text-decoration:none;
}

.upload_file_label a.upload_file_remove:hover
{
	color:#FF3939;
}


.medium_title
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.content_box
{
	background-color:#2A2A2A;
	-moz-border-radius :15px;	
	padding:15px;
	text-align:justify;
	margin-bottom:20px;
	border:1px solid #222;
	line-height:17px;

}

.content_box .left
{
	float:left;
	width:75%;
}

.content_box .right
{
	float:left;
	width:25%;
	text-align:right;
}




.content_box textarea
{
	border:1px solid #888888;
	width:99%;;
	padding:5px;
	-moz-border-radius :5px;
	margin-top:10px;
}

.content_box .title
{
	font-weight:bold;
	font-size:14px;
}

.content_box .evidence
{
	font-weight:bold;
}


.content_box a
{
	color:#AADB3D;	
}

.content_box a:hover
{
	text-decoration:none;
}


.content_box .ruler
{
	border-top:1px solid #333;
	margin:20px auto;
}

.content_box ol
{
	padding-left:20px;
}

.content_box ol li
{
	padding-left:10px;
}

.content_box ol#faq_questions a
{
	text-decoration:none;
}

.content_box ol#faq_questions a:hover
{
	text-decoration:underline;
}

.content_box_notice
{
	color:#fff;
	background:#3DA9DB url(/resources/img/lightbulb_black.png) no-repeat 20px 50%;
	padding-left:90px;
}

.content_box_notice a
{
	color: #333333;
	font-weight:bold;
}

.content_box_success
{
	background-color:#3DA9DB;
	border:1px solid #222;
}

.content_box_saved
{
	background-color:#111111;
	background:#111 url(/resources/img/stripes_blue_1.png) repeat 0 0;
	border:3px solid #363636;
	color:#fff;
	padding:5px 20px;;
	margin-bottom:10px;
}

.content_box_top_links,
.content_box_advantages
{
	background:#000 url(/resources/img/stripes_gray_1.png) repeat 0 0;
	border:5px solid #2A2A2A;
}

.content_box_top_links{
	text-align:center;
	font-size:14px;
}



.content_box_warning
{
	background:#000 url(/resources/img/stripes_red_1.png) repeat 0 0;
	border:5px solid #D33232;
}

.content_box_top_links p.title,
.content_box_advantages p.title
{
	color:#F9C03D;
}
.content_box_top_links a,
.content_box_advantages a
{
	color:#F9C03D;
	font-weight:bold;
}

.content_box_top_links a.current
{
	color:#fff;
	text-decoration:none;
}

.content_box_bottom_actions
{
	background:#3DA9DB url(/resources/img/stripes_blue_1.png) repeat 0 0;
}

.content_box_help
{
	background-color:#3DA9DB;
}	








.content_box_success a
{
	color:#333;
}

.content_box_success .ruler
{
	border-top:1px solid #328AB3;
}

.content_box_spinner
{
	background-color:#3DA9DB;
	text-align:center;
}



.content_box_image a.thumb_m
{
	display:block;
	float:left;
	text-align:center;
	width:100%;
}

.content_box_description
{
	margin-bottom:10px;
	background:#444444 url(/resources/img/camera_black.png) no-repeat 20px 50%;
	padding:10px 20px 10px 90px;
	font-size:14px;
}



.content_box_pictures
{
	margin-bottom:0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}



.content_box_error
{
	background-color:#F76017;
	background:#F76017 url(/resources/img/arrow_right_orange.png) no-repeat 20px 50%;
	padding:20px 20px 20px 90px;
	font-size:12px;
	
}

.content_box_error .ruler
{
	border-top:1px solid #F75000;
}

.content_box_error a
{
	color:#252525;
}

.image_bookmarks
{
	text-align:right;
	padding:10px 0;
}
.image_bookmarks a
{
	margin:0 5px;
}

.image_box 
{
	line-height:20px;
}

.image_box .details
{
	float:left;
	width:150px;
	padding-right:10px;
	text-align:center
}

.image_box .details .image
{
	background-color:#000;
	font-size:10px;
	-moz-border-radius: 5px;	
}

.image_box .details .image .image_container
{
	padding:5px;
}

.image_box .details .image_bookmarks
{
	margin-top:20px;
}

.image_box .details .image_stats
{
	font-size:10px;
}

.image_box .details .image_links
{
	font-size:10px;
}

.image_box .details .image_links a
{
	margin-top:5px;
	display:block;
}

.image_box .details .image_bookmarks img
{
	border:0px solid #000;
	padding:5px;
}


.image_box .links
{
	width:715px;
	float:left;
}


.image_box .links .link_group
{
	-moz-border-radius :15px;	
	padding:12px;
	margin-bottom:7px;
}

.image_box .links .link_group3
{
	background-color:#3DA9DB;
}

.image_box .links .link_group1
{
	background-color:#186081;
}


/* Grouped Links */

.grouped_link_box
{
  text-align:left;
}

.grouped_link_box1
{
  background-color:#186081;
}
.grouped_link_box2
{
  background-color:#104056;
}

.grouped_link_box .title
{
	margin-bottom:6px;
	padding-bottom:6px;
}

.grouped_link_box1 .title
{
	border-bottom:1px solid #104056;
}

.grouped_link_box2 .title
{
	border-bottom:1px solid #186081;
}
.grouped_link_box .links
{
	font-size:10px;
}

.grouped_link_box textarea
{
	margin:0 0 10px 0;
	overflow:hidden;
	font-size:10px;
	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	line-height:15px;
	
}

.grouped_link_box .left,
.grouped_link_box .right
{
	width:50%;
	float:left;
}

.image_box .links .link_group2
{
	background-color:#104056;
}

.image_box .links .link_group2 .title
{
border-bottom:1px solid #186081;
}
.image_box .links .link_group1 .title
{
border-bottom:1px solid #104056;
}

.image_box .links .link_group .title
{
	margin-bottom:4px;
	padding-bottom:2px;
	font-size:14px;
	font-weight:normal;
}


.image_box .links .link_group .linkbox
{
	float:left;
	width:100%;
	line-height:30px;
}


.image_box .links .link_group .linkbox .label
{
	float:left;
	width:170px;
}

.image_box .links .link_group .linkbox .input
{
	float:right;
	width:520px;
}


.image_box .links .link_group .linkbox .input .link_box
{
	border:1px solid #888888;
	width:510px;
	padding:4px;
	-moz-border-radius :3px;	
	margin:0;
	
	font-size:10px;
	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
}


/* ================================= */
/* Pagination                        */
/* ================================= */

.pagination
{
	margin:0 0 5px 0;	
}

.pagination .pages
{
	padding-left:10px;	
}

.pagination span.spacer,
.pagination span.current,
.pagination a
{	
	width:40px;	
	display:block;
	text-align:center;
	color:#888;
	float:left;
	text-decoration:none ! important;
}

.pagination a
{
	font-size:18px;
	line-height:24px;
}

.pagination a.direction
{
	width:125px;
	font-size:12px;
	float:right;
}

.pagination a:hover
{
	font-weight:bold;
	color:#fff;
}

.pagination span.current
{
	font-size:18px;
	line-height:24px;
	background-color:#000;
	-moz-border-radius:5px;	
	color:#fff;
}

#fileQueue .uploadifyQueueItem{
	background-color:#2D2D2D;
	padding:5px;
	margin:5px 15px;
	-moz-border-radius :5px;
	width:600px;
}

#fileQueue .uploadifyQueueItemError{
		background-color:red;
		color:#fff;
}
#fileQueue .uploadifyQueueItemSuccess{
	background-color:#AADB3D;
	color:#111;
}
 
.uploadifyQueueItem div.cancel,
.upload_file_label a.upload_file_remove
{
	float:right;
	width:100px;	
	color:red;	
	text-align:right;
	font-weight:bold;
	text-decoration:none;
}

.upload_file_label a.upload_file_remove:hover
{
	color:#FF3939;
}

.uploadifyProgress {
background-color:#222;
border:1px solid #111;
margin-top:10px;
width:100%;
}
.uploadifyProgressBar {
background-color:#F9C03D;
height:5px;
width:1px;
}

#start_upload:hover{
	cursor:pointer;
}


/* Main Advantages */

#main_advantages .image 
{
	float:left;
	width:380px;
	text-align:center;
	background-color:#1f1f1f;
	-moz-border-radius:15px;
	border:10px solid #1F1F1F;
	margin-right:10px;
}

#main_advantages .image img
{
	margin:5px;
}

#main_advantages .content_box_register 
{
	float:left;
	width:490px;
	padding:5px 15px;
}

#main_advantages .content_box_register
{
	background:#000 url(/resources/img/stripes_gray_1.png) repeat 0 0;
	border:15px solid #1F1F1F;
	line-height:16px;
}

#main_advantages .content_box_register ul
{
	margin:0;
	padding:0 0 0 20px;
}

#main_advantages .content_box_register ul li
{
	margin-bottom:5px;
	font-size:11px;
	width:180px;
}

#main_advantages .content_box_register ul li.odd{
	color:#555;
}

#main_advantages .content_box_register p.title
{
	color:#F9C03D;
}

#main_advantages .content_box_register .register
{
	font-size:16px;
	margin:12px 0;
	text-align:center;
}
#main_advantages .content_box_register a
{
	color:#fff;
	font-weight:bold;
}
#main_advantages .content_box_register .register a 
{
	color:#53B9D7;
}

#version_links{
	text-align:right;
	font-size:10px;
}
#version_links a{
	color:#F9C03D;
	font-weight:bold;
}
