body {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position:top;
	text-align:left;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1 {
	font-size:22px;
	color:#e0114e;
	font-weight:normal;
	line-height:30px;
	background-image:none;
	background:none;
}

h2 {
	line-height: 200%;
	color:#000;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom:1px dotted #ccc;
}

h3 {
	font-size:14px;
	margin:0 0 10px 0px;
	font-weight:normal;
	color:#e0114e;
}

h4
{
	font-weight:bold;
	font-size:12px;
	margin:0 0 10px 0;
	color:#000;
}

a:link {
	color: #0383f8;
}

a:visited {
	color: #0383f8;
}

a:hover {
	color: #d80c36;
}

a:active {
	color: #0383f8;
}

/* :: header items :: header items :: header items :: */

#head {
	height:139px;
	width:1000px;
	margin: 0 auto 0 auto;
}

#logo {
	float:left;
	/*background:url(images/uklogo.png) top left no-repeat;*/
	background-image:url(images/uklogo.png);
	background-position:top;
	background-repeat:no-repeat;
	width:400px;
	height:80px;
	overflow:hidden;
	margin:30px 15px;
}

/*#sslogo {
	margin:25px 0 0 0;
	float:right;
	background-image:url(images/logo.png);
	background-position:top;
	background-repeat:no-repeat;
	width:190px;
	height:75px;
}*/

#sessionStatus {
	color:#FFF;
	position:relative;
	margin-top: 5px;
}

#sessionStatus a {
	color:#FFF;
}

/* :: nav items :: nav items :: nav items :: */

#nav {
	width:900px;
	padding-top:3px;
	margin:0 auto 0 auto;
}

#nav ul {
  margin:0;
  font-size:13px;
  padding:5px 50px 15px 0;
  list-style:none;
  font-weight:bold;
  }

#nav li {
	margin-right:10px;
	text-align:center;
	padding-top:10px;
	display:inline;
	float:left;
	width:100px;
	height:33px;
  }

#nav a {
	text-decoration:none;
	color:#fff;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav a:hover {
	color:#fff;
	text-decoration:underline;
  }

#nav #active {
	background:url(images/tab_03.gif);
	width:100px;
	height:33px;
  }

#nav ul li.current_page_item {
	background:url(images/tab_03.gif);
	width:100px;
	height:33px;
}

#nav ul li.current_page_item a {
   color:#e0114e;
}

#nav #active a {
	color:#e0114e;
	width:100px;
	height:33px;
	text-decoration:underline;
	padding-bottom:9px;
}

/* :: subnav items :: subnav items :: subnav items :: */

#subTabNav {
	width:900px;
	float:left;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

#subTabNav ul {
	margin:0;
	font-size:12px;
	padding:0 50px 0 0;
	list-style:none;
	font-weight:bold;
}

#subTabNav li {
	margin-right:10px;
	padding: 10px 10px 0 10px;
	text-align:center;
	display:inline;
	float:left;
	width:100px;
	height:20px;
	background-color:#CCC;
  }

#subTabNav a {
	text-decoration:none;
	color:#000;
  }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#subTabNav a {float:none;}

/* End IE5-Mac hack */

#subTabNav a:hover {
	text-decoration:underline;
  }

#subTabNav #active {
  }

#subTabNav ul li.current_page_item {
	background-color:#F0F0F0;
}

#subTabNav ul li.current_page_item a {
   color:#e0114e;
}

#subTabNav #active a {
	color:#e0114e;
	text-decoration:underline;
}

/* :: body items :: body items :: body items :: */

#wrapper {
	width: 900px;
	margin: 50px auto 20px auto;
	background: url(http://www.silestoneusa.com/contest/images/screened.jpg) no-repeat;
}

#wrapperNoBG {
	width: 900px;
	margin: 50px auto 20px auto;
}

#dc {
	width:500px;
	height:100%;
	padding:50px;
	line-height: 100%;
	background:#F0F0F0;
}

#entryBG {
	background: url(images/polaroids2.jpg) no-repeat;
}

#indexContainer {
	width: 700px;
	height: 600px;
	margin: 0 auto 0 185px;
}

#dcIndex {
	width:350px;
	float:left;
	padding:20px;
	line-height: 100%;
	background:#F0F0F0;
}

#loginWrapper {
	width: 250px;
	margin-left: 390px;
	vertical-align:top;
}

.loginTable, .signUpTable {
	line-height: 70%;
	font-size: 10px;
	background-color:#e0e0e0;
	padding: 5px;
	margin: 5px;
	width:300px;
}

.loginTable h2, .signUpTable h2 {
	font-size: 14px;
	font-weight: normal;
	border-bottom:1px dotted #333;
	padding: 0;
	margin:0;
}

.loginTable td, .signUpTable td {
	vertical-align:top;
	padding: 0;
	margin:0;
}

/*#dc h1 {
	font-size:36px;
	background-image:none;
}*/

#lc {
	width:550px;
	margin:0 300px 10px 0;
	line-height: 175%;
}

/*#lcIndex {
	width:950px;
	height:600px;
	background: url(images/polaroids2.jpg) no-repeat;
}*/

/*#lc h1 {
	font-size:36px;
	background-image:none;
}*/

/* :: footer items :: footer items :: footer items :: */

#footer {
	float:left;
	width:100%;
	height:40px;
	background:#f1f1f1;
	border-top:1px solid #CCC;
}

#footerText {
	width:900px;
	margin:0 auto 0 auto;
	color:#666;
	text-align:left;
	padding-top: 14px;
}

/* :: other items :: other items :: other items :: */

.clear {
	clear:both;
}

.title {
	font-size:22px;
	color:#e0114e;
	font-weight:normal;
	line-height:30px;
	margin-bottom:20px;
}

/*#login {
	width: 150px;
	height: 60px;
	float: right;
	color:#FFF;
	margin-top: 10px;
}*/

#rc {
	float:right;
	width:250px;
	margin:30px 0 30px 0;
	padding:0 20px 20px 20px;
	border-left:1px dotted #ccc;
}

.panel {
	width:198px;
	height:97px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	background:none;
	line-height:20px;
}

#rc ul {
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;}
	#rc ul li{
	text-indent:20px;
}

#rc ul li a {
	display:block;
	padding:10px 0 10px 0;
	background:#f1f1f1;
	border-bottom:1px dotted #ccc;
}

#rc ul li a:hover {
	border-bottom:1px solid #ccc;
	background:#fff;
}

.imageleft {
	position:relative;
	margin:0 20px 10px 0;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

.imageright {
	position:relative;
	margin:0 0 10px 20px;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}

.text {
	position:absolute;
	bottom:0;
	left:0;
	width:94%;
	height:40px;
	background:#fff;
	padding-left:3%;
	padding-right:3%;
	padding-top:3px;
	padding-bottom:3px;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
	-moz-opacity: 0.80; opacity:0.8;
}

#error {
	position:absolute; 
	width:200px;
	top:10px;
	right:30px;
	padding:5px 0 5px 5px;
}

#error ul {
	color:red;
}

.errorMsg {
	background-color:#F00;
	margin-left:40px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	line-height:120%;
}

.successMsg {
	background-color:#093;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	line-height:120%;
}

.submitEntryTable {
	line-height: 120%;
	font-size: 12px;
	width:550px;
	padding: 5px;
}

.required {
	font-size: 10px;
	color:#F00;
	padding:0;
	margin:0;
	line-height:50%;
}

.subBox {
	outline:solid #666 thin;
	margin-bottom: 20px;
}

#projectTable {
	width: 500px;
	background-color:#FFF;
	outline: thin #666 solid;
	border-collapse:collapse;
	text-align:center;
}

#projectTable th {
	margin:0;
	padding:0;
	background-color:#BFBFBF;
	color:#FFF;
	height: 20px;
}

#projectTable td {
	margin:0;
	padding:0;
	height: 40px;
	border-top: thin solid black;
}

#ratingTable {
	width: 800px;
	margin-bottom: 20px;
	padding:0;
	background-color:#FFF;
	outline: thin #666 solid;
	border-collapse:collapse;
	text-align:center;
	vertical-align:bottom;
}

#ratingTable th {
	margin:0;
	padding-left:10px;
	background-color:#BFBFBF;
	color:#000;
	height: 30px;
	font-size:14px;
	text-align:left;
}

#ratingTable td {
	margin:0;
	padding:0;
	height: 40px;
}

#miniHistory {
	border-collapse:collapse;
	width:202px;
	background-color:#FFF;
	outline: thin #666 solid;
	text-align:center;
}

#miniHistory th {
	margin:0;
	padding:0;
	background-color:#BFBFBF;
	color:#000;
	height: 15px;
	font-size:10px;
	text-align:center;
}

#miniHistory td {
	margin:0;
	padding:0;
	height: 40px;
}


/*#login {
	width:300px;
	height:200px;
	background-color:#e0e0e0;
	padding:20px;
}*/

/*Character Counter*/
.minitext {
  font: normal 0.7em Arial, sans-serif;
  color: Black;
}

.disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

/* ADMIN VIEW */
#adminView {
	width:800px;
	height:100%;
	padding:50px;
	line-height: 100%;
	background:#F0F0F0;
}

.ratingDisplay {
	font-size:34px;
	color:#06F;
	line-height:150%;
}

#judgeHistory {
	border-collapse:collapse;
	width:275px;
	background-color:#FFF;
	outline: thin #666 solid;
	text-align:center;
	line-height:100%;
}

#judgeHistory th {
	margin:0;
	padding:0;
	background-color:#BFBFBF;
	color:#000;
	height: 15px;
	font-size:10px;
	text-align:center;
}

#judgeHistory td {
	margin:0;
	padding:0;
	height: 20px;
}
