body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Trebuchet MS, Verdana, sans-serif;
	
} 

h3 {

margin: 15px 0 10px 0;
padding: 0;
font-size: 15px;
color: #555;

}


#view h1 {
	text-align: center;
	font-size: 25px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 640px;
	color: #fff;	
	background: #000;
}

#view form {

margin: 0;
display: inline;

}

#view h2 {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 640px;
	color: #fff;	
	background: #000;
}

#view #vote {
	float: right;
	margin: 10px 10px 0 0;
}

#view #vote .bad {
	width: 70px;
	background: #da4444;
	color: #fff;
	border: 1px solid #fff;
}

#view #global {
	width: 640px;
	margin: 0 auto 10px auto;
	color: #fff;	
	background: #000;
	height: 40px;
}



#view #vote .good {
	width: 60px;
	background: #3BD354;
	color: #fff;
	border: 1px solid #fff;
}

#view #vote .bad:hover, #view #vote .good:hover {
	color: #000;	
	background: #fff;

}

#view #infos {
	float: left;
	margin: 10px 0 0 10px;
	height: 30px;
	text-align: left;
	
}

#view #infos input {

	width: 150px;
	border: 1px solid #fff;
	color: #000;	
	background: #fff;
}



.cleaner {

clear: both;
}

#pagination {
	text-align: center;
	margin: 20px auto 10px auto;
}

#pagination a, #pagination .active {
	border: 1px solid #aaa;
	margin: 3px;
	padding: 2px 7px;

}

#pagination a {
	color: #777;


}

#pagination a:hover {
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
}



#pagination .active {
	background: #000;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;



}


#validation {
	
	margin: 30px 0;
	
	
}

#validation div {
	background: #000;
	width: 170px;
	margin: 0 auto 20px auto;
	
	
}

#view {
	text-align: center;
	margin: 30px auto;


}

.error {
	
	margin: 25px auto;
	padding: 10px;
	text-align: center;
	width: 350px;
	background: #da4444;
	color: #fff;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #FFB5B5;
	
	
}

.success {
	
	margin: 25px auto;
	padding: 10px;
	text-align: center;
	width: 350px;
	background: #3BD354;
	color: #fff;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #A4FFB3;
	
	
}

.success a:hover {
		
	color: #fff;
		
}


#validation div input {
	
	background: #000;
	color: #ddd;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px dashed #eee;
	font-family:  Verdana, sans-serif;
	width: 160px;
	font-size: 40px;
	font-weight:bold;
	height: 60px;
	margin: 0 0 10px 0;

}

.picleft {
	
	
	margin: 5px 0 5px 30px;
	width: 320px;
	height: 162px;
	clear:both;
	float: left;
	
	
}

.textarea textarea {
	
	border: 1px solid #000;
	width: 300px;
	height: 120px;
	background: #000;
	color: #fff;
	
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;

}

.textarea textarea:focus {
	
	background: #444;
}

.option input {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	font-family:  Verdana, sans-serif;
	font-size: 12px;
	height: 25px;
	
}

.option input:hover {
	background: #444;

}

.option input:active {
	background: #666;

}

.toolbox {
	margin: 5px 0;
	width: 330px;
	height: 162px;
	float: left;
	
}

#worktb {
	text-align: center;
	margin: 20px auto;
	
	
	
}

#notifb {
	
	width: 1px;
	height: 1px;
	visibility: hidden;
	overflow: hidden;
    text-align: center;
	
	
}

#imglist{
	
	
	padding: 10px 0;
	margin: 20px auto;
	width: 360px;
	height: 600px;
	background: #fff;
	overflow: auto;


}

#actpanel {
	clear: both;
	text-align: center;
	
	
}


#actpanel img {
	margin: 20px 50px 0 50px;
	
	
}

#actpanel input {
	margin: 20px 50px 0 50px;
	
	
}

#imglist img, #worktb img {
	width: 320px;
	height: 162;	
}

#tblist {

    width: 712px;
    margin: 20px auto;
    
	
}

#tblist a:hover {

    cursor: pointer;
    
	
}

h1 input {
	
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: dashed 1px #555;
	background: #eee;
	height: 20px;
	width: 250px;
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, sans-serif;
	
	
}



#author {
	
	margin: 5px 0 0 10px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: dashed 1px #999;
	background: #f8f8f8;
	height: 15px;
	width: 150px;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	
	
}


.thumbnail {
	width: 225px;
	height: 125px;
	margin: 0 10px 10px 0;
	padding: 0;
	float:left;

}

.element {

	border: 1px solid #000;
	background: #fff;
	display: block;
	float: left;
	margin: 20px 5px 5px 5px;
	color: #000;
}

.element:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.element .tauth {
	text-align:center;
	font-size: 14px;
	width: 215px;
	height: 40px;
	padding: 5px 5px;
}

.element .score{
	text-align:center;
	font-size: 14px;
	width: 215px;
	height: 20px;
	padding: 5px 5px;
}

.element .thumbnail {
	float:none;
	margin: 0;
}

.thumbnail span {
	background: #000;
	color: #fff;
	font-size: 11px;
	margin: 2px 4px;
}

a {
	color: #444;
	text-decoration: none;
	
	
}

h1 {
	
	font-size: 22px;
	color: #555;
	margin: 0 0 0 10px;
	padding: 0;	
	
}

h2 {
	
	font-style: italic;
	font-size: 14px;
	color: #888;
	margin: 0;
	padding: 0;	
	
}



a:hover {
	color: #888;
	text-decoration: underline;
	
	
}

a img {
	
	border: 0;
	
}

.top {
	
	margin: 0 25px 0 25px;
	
}


#globalContent {
	clear: both;
	text-align: left;
	padding: 10px 20px 0 20px;
	overflow: hidden;
	
}

.random {
	
	margin: 0 25px 0 0;
	
}

#gradientBlock {
	width: 100%;
	background: url('upbk.png') repeat-x;
}


#centerSite {
	background: #fff;
	width: 754px;
	margin: 0 auto 30px auto;
	text-align: left;
}

#header {
	margin: 0 auto;
	width: 712px;
	height: 346px;
	background: url('header.jpg') no-repeat;
}

#globalizer{

	text-align: center;

}


#globalMenu {
	
	margin: 10px auto;
	width: 712px;
	height: 48px;
	
	
	
}

#lmenu {
	float: left;
	height: 100%;
	width: 21px;
	background-image:url('menu.png');	
	
}

#menu {
	float: left;
	height: 100%;
	width: 670px;
	background: url('menupx.png');
		
	
	
}

#rmenu {
	float:left;
	height: 100%;
	width: 21px;
	background-position: 21px 0;
	background-image:url('menu.png');	

}

#footer {
		
	 margin: 0 0 0 0;
	 clear: both;
	 width: 754px;
	 height: 43px;
	 background-image:url('footer.png');		
	 font-family: Verdana, sans-serif;
	 font-size: 11px;
	 color: #666;
	 text-align: center;

}