@CHARSET "ISO-8859-1";
/* CSS Document */

/* LAYOUT */
body {
	margin: 0;
	padding: 0;
	background-color: #D2D2D2; 	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;	
	font-size: 9pt;
	}

/* HEADER */
#header {
	height: 80px;
	background: #01079B url('/enternow-app/src/images/header_bg.jpg') repeat-x top;
	}

#header-title {
	font-size: 1.9em;
	color: #eeeeee;
	width: 550px;
	float: left;
	padding: 15px 0 0 20px;
	}

#header-title a {
	color: yellow;
	font-size: 9pt;	
	text-decoration: none;	
	}

#header-title a:hover {
	text-decoration: underline;		
	}


/* TOPNAV */
#topnav {
	background: url('/enternow-app/src/images/topnav_bg.jpg') repeat-x top;
	height: 50px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	}
	
#topnav ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	}
	
#topnav li {
	float: left;
	margin: 0;
	border-left: 1px solid #388CE0;  /* blueish */	
	}
	
#topnav li a {
	height: 2.1em;
	line-height: 2.1em;
	float: left;
	padding: 3px 16px 3px 16px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	} 
	
#topnav li a:hover {
	text-decoration: underline;
	}
	
#topnav li a.selected {
	background: url('/enternow-app/src/images/topnav_hover.jpg') top repeat-x;
	border-bottom: 2px solid #388CE0; /* blueish */	
	}	

#topnav li a.admin-item {
	color: yellow;
	} 
	
#topnav li a.admin-item:hover {
	text-decoration: underline;
	}	
	
#topnav .time {
	font-family: arial;
	height: 2.1em;	
	line-height: 2.1em;
	float: right;
	color: #eee;
	margin-right: 10px;
	padding: 5px;	
	display: block;
	}		

/* CONTENT */

h4 {
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: white; 
	padding: 5px 10px 5px 10px;
	margin: 20px 0 5px 0;
	background: #082b5f;
	display: block;
	}

.sideBarText {
	padding: 3px;
	margin: 0 10px 0 10px;
	display: block;
	}

.admin {
	background: #5f0808;
	}

.redHighlight {
	background-color: red;
	color: white;
	}

.attachmentLink {
	padding: 3px 3px 3px 38px;
	margin: 0 10px 0 10px;
	display: block;	
	height: 32px;
	text-decoration: none;
	}
	
.attachmentLink:hover {
	text-decoration: underline;
	}

div.attachment {
	padding: 0px 0px 0px 40px;
	margin: 3px 10px 5px 10px;
	display: block;	
	height: 40px;
	text-decoration: none;
	background-repeat: no-repeat; 
	background-position: left top;
	}			

div.attachment span.filename {
	font-weight: normal;
	font-size: 11pt;
	}	

div.attachment span.filesize {
	color: gray;
	}	

div.attachment a.remove {
	color: gray;
	}		

div.attachment a.remove:hover {
	color: red;
	}	

.sideBarAttachmentLink {
	padding: 3px 3px 3px 22px;
	margin: 0 10px 0 10px;
	display: block;	
	}

.sideBarAttachmentLink:hover {
	color: white;
	background-color: gray;
	}

#footer {
	clear: left;
	float: none;
	margin: 10px;
	}

#divContent {
	margin: 35px 0 0 0; 
	padding: 0 0 30px 0;	
	background: white;	
	width: 755px; 	
	border-right: solid 1px #999;
/*	border-bottom: solid 1px #999; */	
	float: left; 
	}

/* set background images for corners */
.divContentTop {
	display: none;
	}
	
.divContentBot {
	display: none;
	}

#divContentTitle {
	/* background-color: #777; */
	background: #8cc641; 
	/* url("/enternow/src/images/content_title_shade_horiz.png") no-repeat left top; */	
	color: white;
	font-size: 14pt;
	font-weight: normal;	
	margin: 0;
	padding:  10px 10px 10px 10px;
	height: 30px;
	}

#divContentTitle a {
	color: blue;
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: underline;	
	}

#divContentTitle a:link {

	}

#divContentTitle a:visited {

	}

#divContentTitle a:hover {
	color: white;
	}

#divContentTitle a:active {
	color: white;	
	}

#divContentBody {
	margin: 15px 0 0 20px;
	padding: 0;
	width: 715px;	
	min-height: 500px;
	font-size: 10pt;
	font-weight: normal;	
	}

#divContentBody a:link {
	color: blue;
	text-decoration: underline;
	}

#divContentBody a:visited {
	color: blue;	
	text-decoration: underline;
	}

#divContentBody a:hover {
	color: red;
	text-decoration: underline;
	}

#divContentBody a:active {
	color: red;	
	text-decoration: underline;
	}

.ulOpenCompetition li {
	margin: 20px 0 10px 0;
	padding: 0;
	}

.ulOpenCompetition li a {
	margin: 3px;	
	font-size: 10pt; 	
	font-weight: bold;	
	}

.ulClosedCompetition li {
	margin: 20px 0 10px 0;
	padding: 0;
	}

.ulClosedCompetition li a {
	margin: 3px;	
	font-size: 10pt; 	
	font-weight: normal;	
	}

#divContentNavBar {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 9pt;	
	display: none;
	}

#divContentNavBar ul {
	margin: 0;
	margin-left: 15px;
	padding: 5px;		
	}

#divContentNavBar ul li {
	display: inline;
	list-style: none;
	margin: 0 2px 0 0; 
	padding: 0;
	}

/* sub nav bar selected tab */
#divContentNavBar ul li a.divContentNavBarSelectedTab {
	font-size: 9pt;
	font-weight: bold;
	padding: 6px 8px 8px 8px;	
	text-decoration: none;
	background-color: #DD5800; 
	color: white;	
	vertical-align: bottom;
	}

#divContentNavBar ul li a.divContentNavBarSelectedTab:hover {
	background-color: #DD5800;  
	text-decoration: underline;
	}

#divContentNavBar a.divContentNavBarSelectedTab:active {
	background-color: #DD5800;  
	text-decoration: underline;
	}

#divContentNavBar a.divContentNavBarSelectedTab:visited {
	background-color: #DD5800;  
	text-decoration: none;		
	}

#divContentNavBar a.divContentNavBarSelectedTab:link {
	background-color: #DD5800;  
	text-decoration: none;		
	}

/* sub nav bar tab link */
#divContentNavBar ul li a {
	font-size: 9pt;
	font-weight: normal;
	padding: 5px;	
	text-decoration: none;
	color: #d2d2d2;
	}

#divContentNavBar ul li a:hover {
	font-size: 9pt;
	text-decoration: underline;
	background-color: #888;   
	color: white;  	
	}

#divContentNavBar a:active {
	font-size: 9pt;
	text-decoration: underline;
	background-color: #888;   
	color: white;  	
	}

#divContentNavBar a:visited {
	font-size: 9pt;
	color: white;
	background-color: #888;
	text-decoration: none;		
	}

#divContentNavBar a:link {
	font-size: 9pt;
	color: white;  
	background-color: #888;
	text-decoration: none;		
	}


#divLoginNotice {
	background: #FFFFCC;
	width: 450px;
	color: black;
	font-size: 10pt;
	font-weight: normal;	
	padding:  8px;	
	margin: 40px 0 0 30px;
	border: solid 1px black;
	}

#divLoginTitle {
	background: #8cc641; /* #ff6600 */; 
	width: 450px;
	color: white;
	font-size: 12pt;
	font-weight: bold;	
	padding:  8px 11px 8px 12px;	
	margin: 40px 0 0 30px;
	border-bottom: solid 1px #cc3300;
	border-right: solid 1px #999;
	}


#divLogin {
	margin: 0px 30px 100px 30px;
	padding: 15px 15px 10px 8px;
	background: white;
	width: 450px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	font-size: 10pt;
	font-weight: normal;		
	}

#divCopyright {
	padding-top: 10px;
	color: #999;
	font-size: 8pt;
	margin: 30px;
	}

.button {
	width: 100px;	
	margin-top: 10px;
	margin-right: 5px;
	}

.divDialog {
	margin-top: 5px;
	padding: 5px;
	background-color: #FFFF99;
	/* width: 690px; */
	min-width: 690px;
	border: #999999 solid 1px; 
	font-size: 9pt;		
	}
	
.divDialogError {
	margin-top: 5px;
	padding: 5px;
	background-color: white;
	width: 450px;
	border: red solid 2px; 
	font-size: 8pt;	
	font-weight: normal;	
	}

.bodySmall {
	font-size: 8pt;
	}

.actionBar {
	font-size: 8pt;
	padding: 0;	
	margin: 5px 0 0 3px;
	}

X.actionBar a:link {
	text-decoration: underline;
	}
	
X.actionBar a:visited {
	text-decoration: underline;
	}

.tableHdr {
	font-size: 8pt;
	font-weight: bold;
	color: #black;	
	background-color: #ddd;
	}
	
.tableSubHdr {
	font-size: 8pt;
	font-weight: bold;
	color: #555;	
	height: 30px;
	vertical-align: bottom;
	}
	
.tableRow {
	font-size: 9pt;
	font-weight: normal;
	background-color: white;
	color: black;	
	vertical-align: top;
	}
	
.tableSubHdrCell {
	border-bottom: #555 1px solid;
	}
	
.tableCell {
	border-bottom: #d2d2d2 1px dotted;
	height: 16px
	}
	
.tableCellSmall {
	font-size: 7pt;
	border-bottom: #d2d2d2 1px dotted;
	height: 16px
	}
	
.tableCellStatusOK {
	border-bottom: #d2d2d2 1px dotted;
	height: 16px;
/*	background: url("/enternow/src/images/tick_16.png") no-repeat right transparent; */ 
	}
	
.tableCellStatusIncomplete {
	border-bottom: #d2d2d2 1px dotted;
	height: 16px;
	color: red;
	}
	
.tableActionCell {
	font-size: 8pt;	
	border-bottom: #ddd 1px solid;
	}
	
.tableFormLabel {
	vertical-align: top;
	font-weight: bold;
	}

.contentSectionHdr {
	margin: 25px 0 6px 0;	
	padding: 3px;
	font-size: 11pt;
	font-weight: bold;
	}

h3 {
	margin: 20px 0 0px 0;	
	padding: 3px;
	font-size: 11pt;
	font-weight: bold;
/*	background: #ddd; */ 
/*	text-transform: uppercase; */
	color: #000;
	}

.loginStatus {
	font-weight: bold;
	margin-bottom: 5px;
	color: #961D1D;	
	}

.questionHdr {
	font-size: 9pt;
	font-weight: bold;
	color: black;	
	text-transform: uppercase;
	}

.questionTitle {
	font-size: 8pt;
	font-weight: bold;
	color: black;	
	}

.questionRequired {
	margin-left: 3px;
	font-size: 8pt;
	color: red;
	}

/* ajax autocomplete styles */

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

div.autocomplete ul li.selected { 
	background-color: #ffb;
	}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin: 0;
	padding: 2px;
	height: 32px;
	cursor: pointer;
	}

.boldTxt {
	font-weight: bold;
	}
	
.errorMsg {
	color: red;
	font-weight: bold;
	}

.warn {
	color: red;
	font-weight: bold;	
	}

.errorHighlight {
	border: 2px solid red;
	}

#divContentBody a.activateLink {
	color: green;
	font-weight: bold;
	}

#divContentBody a.activateLink:active {
	color: #57b523;
	text-decoration: underline;
	}

#divContentBody a.activateLink:visited {
	color: green;
	text-decoration: underline;
	}

#divContentBody a.activateLink:hover {
	color: #57b523;
	text-decoration: underline;
	}

#divContentBody .activateLink:link {
	color: green;
	text-decoration: underline;
	}

.validationMsg {
	display: inline;
	margin-left: 10px;
	padding: 2px 20px 2px 20px;
	font-size: 8pt;
	font-weight: bold;
	color: red;
	background: url("/enternow-app/src/images/error_16.png") no-repeat left;
	}

.validationInput {
	border: red solid 2px;
	padding: 2px;
	}

.cancel {
	color: gray;
	}
	
.cancel:hover {
	color: red;
	}	

/* QUICKFIND */

#quickfind a {
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	border: 1px solid transparent;
	background: #eeeeee;
	width: 20px;
	}
	
#quickfind a:hover {
	border: 1px solid silver;
	}	
	
#quickfind_sections a:link {
	text-decoration: none;
	}	
	
	
/* SWF Uploader */
div.ProgressBar { 
	width: 100px; 
	padding: 0; 
	border: 1px solid black; 
	margin-right: 1em; 
	height:.75em; 
	margin-left:1em; 
	display:-moz-inline-stack; 
	display:inline-block; 
	zoom: 1; 
	*display:inline; 
	}

div.ProgressBar div {
	background-color: #8CC641; 
	font-size: 1pt; 
	height:100%; 
	float:left; 
	}

span.asyncUploader object { 
	position: relative; 
	top: 5px; 
	left: 10px; 
	}
	
ul#attachmentlist {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.bold {
	font-weight: bold;
	}
	
.button {
	width: 100px; 
	font-weight: bold;
	margin: 0 10px 0 0;
	}		
	
div.abutton  {
	background: url(/enternow-app/src/images/b_green_l.png) left no-repeat;
	padding: 8px 0 8px 10px;
	}		
	
div.abutton a {
	color: white;
	text-decoration: none;
	padding: 8px 12px 8px 0;
	background: url(/enternow-app/src/images/b_green_r.png) right no-repeat;
	font-size: 9pt;	
	font-weight: bold;
	}	
	
div.abutton a:hover {
	color: white;
	text-decoration: underline;
	}		
	
	
	