html {
	padding: 0 10px 0 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 10px 0;
	color: #222;
	background: white;
	line-height: 16px;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

.invisable {
}


.left {
	float: left;
}

.center {
	font-weight: bold;
	color: #39c;
}

.right {
	float: right;
}

.right a {
	color: red;
}



#ownerArea {
	margin-top: 10px;
	border: dashed #39c 1px;
	padding: 5px;
	background: #eef;
}

#adminArea {
	margin-top: 10px;
	border: dashed red 1px;
	padding: 5px;
	background: #fee;
}

#adminArea a {
	text-decoration: none;
	display: block;
	color: red;
}

#comments {
	float: left;
	width: 100%;
}

.comment {
	margin-top: 10px;
	border-top: solid 2px #999;
}

.messageInfo {
	padding: 5px;
	margin: 0;
	background-color: #d7ffff;
}

.messageText {
	margin: 0;
	padding: 5px;
}

#menu {
	height: 25px;
	line-height: 25px;
	background-color: #000000;
	font-size: 11px;
	text-align: left;
	padding: 0 6px;
	margin-bottom: 10px;
}

#menu a {
	color: white;
	font-weight: bold;
	padding-right: 20px;
}

#userheader {
	position: absolute;
	left: 0;
	margin-left: 890px;
	color: #39c;
}

#userheader a {
	padding: 0;
}

#wrapper {
	background: white;
	padding: 50px 60px 0 60px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: grey;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

h4 {
	font-size: 11px;
	margin-bottom: 0;
}

.clear {
	clear: left;
}

.info, .success, .warning, .error, .validation {
	padding: 10px 50px;
	border: 1px solid;
	margin: 10px 0px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('images/success.png');
}

#logo {
	display: block;
	float: left;
	height: 25px;
	width: 110px;
	background: url(images/smallLogo.gif) no-repeat 0px;
}

#right {
	margin-left: 432px;
}

#chart {
	width: 613px;
	height: 432px;
	background: url(images/chart.gif);
}

#scoring {
	margin-top: 20px;
}

.score1, .score2, .score3, .score4, .score5 {
	text-align: center;
	line-height: 20px;
	display: block;
	float: left;
	color: #fff;
	margin-right: 6px;
	font-size: 16px;
	width: 20px;
	height: 20px;
	border: solid 1px #000;
	background: #333;
}


.score1:hover {
	background: #f00;
}

.score2:hover {
	background: #f00;
}

.score3:hover {
	background: #999;
}

.score4:hover {
	background: #00ff4a;
}

.score5:hover {
	background: #00ff4a;
}

.score1:hover, .score2:hover, .score3:hover, .score4:hover, .score5:hover {
	color: #fff;
	text-decoration: none;
}


#scored{
	text-align: center;
	color: #555;
	background: #cfc;
	font-weight: bold;
	margin: 10px 0 10px 0;	
	padding: 5px;
	border: dashed 1px #5f5;
}

.poster_info {
	
}

.infoDivision {
	margin-top: 20px;
}

#rightInfo p {
	margin: 0;
}

#main {
	float: left;
	width: 456px;
	padding: 20px 14px 0 0;
}

#main p, #posters p {
	margin-top: 0;
}

#posters {
	float: left;
	width: 432px;
}

.postNav {
	height: 25px;
	line-height: 25px;
	background-color: #000000;
	font-size: 11px;
	text-align: center;
	padding: 0 6px;
	margin-right: 10px;
}

.postNav a{
	color: white;
	font-weight: bold;
}

.preview {
	padding: 0 12px 6px 0
}

.detail {
	width: 448px;
	height: 669px;
}

.full {
	width: 372px;
	float: left;
	display: block;
}

#rightInfo {
	width: 230px;
	margin-left: 372px;
	padding-left: 10px;
}

#downloadCenter {
	width: 225px;
	height: 220px;
	background: url(images/sizeWrapperBg.gif);
	margin-bottom: 7px;
}

#downloadSpec {
	margin: 10px;
	float: right;
	width: 188px;
	height: 220px;
	background: url(images/sizeWrapperBg.gif);
	margin-bottom: 7px;
}

#smallP {
	display: block;
	width: 27px;
	height: 34px;
	background: url(images/smallP.gif);
	margin-bottom: 7px;
}

#medP {
	display: block;
	width: 53px;
	height: 69px;
	background: url(images/medP.gif);
	margin-bottom: 7px;
}

#largeP {
	display: block;
	width: 80px;
	height: 103px;
	background: url(images/largeP.gif);
}

#comment_box {
	margin-top: 20px;
}

#comment_box input {
	border: solid 1px #555;
	font-size: 14px;
	margin: 0;
	width: 250px;
	width: 140px;
	background: #39c;
	color: white;
	font-weight: bold;
}

#comment_box textarea {
	border: solid 1px #555;
	font-size: 14px;
	width: 100%;
	height: 50px;
}

#login_box {
	margin-top: 20px;
}

#login_box h1 {
	padding-bottom: 20px;
}

#login_box b {
	line-height: 20px;
	display: block;
	float: left;
	width: 140px;
	font-size: 14px;
	font-weight: normal;
}

#login_box input {
	border: solid 1px #555;
	font-size: 14px;
	margin: 0;
	width: 250px;
}

.upload_input {
	
}

#login_box textarea {
	border: solid 1px #555;
	font-size: 14px;
	width: 390px;
	height: 50px;
}

#login_box .submit {
	margin-top: 20px;
	width: 100px;
	background: #39c;
	color: white;
	font-weight: bold;
}

#miniLogin {
	display: none;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	padding: 0 60px;
	text-align: right;
	border-bottom: solid 1px #ccc;
}

#miniLogin p {
	display: inline;
	margin-left: 15px;
}

#miniLogin .submit {
	margin-left: 15px;
	width: 30px;
	background: #39c;
	color: white;
	font-weight: bold;
	border: solid 1px #333;
}

#miniLogin .submit[disabled] {
	margin-left: 15px;
	width: 30px;
	background: #555;
	color: white;
	font-weight: bold;
	border: solid 1px #333;
}

#miniLogin input {
	width: 90px;
	background: #eee;
	border: solid 1px #333;
}

#footer {
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 20px;
}