/* @group basics */

/*
	Standard font family for site
*/

/* @group Basics incl. Meyer's Reset */

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),  url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf')  format('truetype'), url('../fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*font-family: helvetica, arial, sans-serif;*/
	font-family:"Georgia", Times New Roman, Times, serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 110%;
	background-color: #eeeeee;
	color: #fff;
	background-image: url("../images/awards/bco_bg.gif");
	background-repeat: repeat-x;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	font-size: 0.6em;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}




/*
	Standard paragraph style
*/

p
{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	color: #333;
	font-size: 0.8em;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}


ul
{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 0.6em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

strong
{
	font-weight: bold;
}



/*
	headings
*/

h1
{
	color: #2ab9fb;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}


h2
{
	font-size: 0.8em;
	color: #357aff;;
	font-weight: normal;
}

h3
{
	margin: 0 0 20px 0;
	font-size: 0.8em;
	color: #333;
	font-weight: normal;
}

h4
{
	margin: 0 0 0px 0;
	font-size: 0.7em;
	color: #999;
	font-weight: normal;
	text-shadow: 1px 1px #fff;
	border-bottom: 1px solid #999;
}



/*
	Links
*/

a:link, a:active
{
	/*font-family: helvetica, arial, sans-serif;*/
	font-family:"Georgia", Times New Roman, Times, serif;
	color: #005596;
	font-size: 1em;
	text-decoration: none;
	cursor: pointer;
}


a:hover
{
	color: #333;
	font-size: 1.0em;
	text-decoration: underline;
	cursor: pointer;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
	cursor: pointer;
}

/* @end */

/* @group Basic structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/




#container
{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 980px;
	background-position: -120px -180px;
}


#header
{
	position: relative;
	width: 980px;
	height: 136px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	background-color: #fff;
}


div#bco-logo
{
	width: 81px;
	height: 102px;
	margin: 0;
	padding: 20px 0 0 0;
}

div#bco-entryform-title
{
	position: absolute;
	top: 20px;
	right: 0;
}



#content-wrapper
{
	width: 980px;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	min-height: 300px;
}


/* @end */




/* Columns Wrappers */

div#stages-wrapper
{
	float: left;
	width: 260px;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
}

div#options-wrapper
{
	float: left;
	width: 260px;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
}

div#forms-wrapper
{
	float: left;
	width: 440px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#stages-wrapper h1, div#options-wrapper h1, div#forms-wrapper h1, div#team-details-wrapper h1, div#project-information-wrapper h1, div#images-wrapper h1, div#notes-wrapper h1
{
	color: #aaa;
	font-size: 0.6em;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}



/* The stages column */
div#stages-column
{
	width: 260px;
	min-height: 470px;
	background-color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
}

/* The options column */
div#options-column
{
	width: 260px;
	min-height: 470px;
	background-color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
}

/* The forms Column*/
div#forms-column
{
	width: 440px;
	min-height: 470px;
	background-color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
}



/* Save */

img#save-button
{
	float: right;
	padding: 5px 0 0 0;
}

/* Review Your Entry / Return to Edits */

img#review-entry
{
	float: right;
	padding: 5px 10px 0 0;
}

img#review-entry-back-to-edit
{
	float: right;
	padding: 30px 0 0 0; /* Padding changed to reflect new position just inside content-wrapper */
}


/* Warnings */

div#messages
{
	background-color: #cc1e02;
	padding: 5px;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
}

div#register-messages
{
	background-color: #cc1e02;
	padding: 5px;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	border-radius:5px 5px 0px 0px;
}



/* @end */



/* Tooltip */
#tooltip{
	position:absolute;
	border:1px solid #fff;
	background:#333;
	padding:20px;
	color:#ececec;
	width: 300px;
	display:none;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
  opacity: .90;
	}

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


/* @end */




/*

	Pages Definitions

*/


/* In-text definitions used mostly in Section 4 */

h1.in-text-h1
{
	font-size: 1.3em!important;
	line-height: 1em;
	color: #666!important;
	padding: 15px 10px 0 10px;
	margin: 0 0 0 0;
}

h2.in-text-h2
{
	font-size: 1em!important;
	color: #666!important;
	padding: 15px 10px 0 10px;
	margin: 0 0 0 0;
}


h2.in-text-h2-light
{
	font-size: 1em!important;
	color: #ccc!important;
	padding: 15px 10px 0 10px;
	margin: 0 0 0 0;
}

p.in-text-p
{
	font-size: 0.7em!important;
	color: #333!important;
	padding: 15px 10px 0 10px;
	margin: 0 0 0 0;
}



/* Submit Entry Buttons */

#submit-entry-card
{
  display: block;
  width: 410px;
  height: 68px;
  background: url("../images/awards/button_PayOnline.gif") no-repeat 0 0;
	padding: 0 0 0 0;
	margin: 30px 0 0 10px;
}

#submit-entry-card:hover
{ 
  background-position: 0 -68px;
}

#submit-entry-card span
{
  display: none;
}


#submit-entry-cheque
{
  display: block;
  width: 410px;
  height: 68px;
  background: url("../images/awards/button_PayByCheque.gif") no-repeat 0 0;
	padding: 0 0 0 0;
	margin: 30px 0 0 10px;
}

#submit-entry-cheque:hover
{ 
  background-position: 0 -68px;
}

#submit-entry-cheque span
{
  display: none;
}


p.basic-in-form-p
{
	color:  #333;
	padding: 15px 10px 10px 10px;
	margin: 0;
}

p.big-message
{
	color:  #666;
	padding: 15px 10px 10px 10px;
	margin: 0;
	font-size: 1.5em;
}

p.big-message-hilite
{
	color: #ccc;
	padding: 15px 10px 10px 10px;
	margin: 0;
	font-size: 1.5em;
}



/* T&Cs */

div#conditions
{
	background-color: #efefef;
	padding: 5px;
	margin: 10px 10px 0 10px;
}






/* @group Footer */

/* Footer */

#footer
{
	width: 980px;
	height: 70px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px solid #ccc;
	/* background-color: #fff; */
}


#footer p
{
	padding: 20px 0 0 0;
	margin: 0 10px 0 0;
	color: #bbb;
	font-size: 0.6em;
	text-shadow: #fff 1px 1px 1px;
}


img#footer-logo
{
	float: left;
	padding: 22px 0 0 0;
	margin: 0 0 0 0;
}





/*
	Footer Links
*/

#footer a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #999;
	font-size: 1em;
	text-decoration: underline;
}


#footer a:hover
{
	color: #666;
	font-size: 1.0em;
	text-decoration: underline;
}

#footer a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}


/* @end */

/* @group Standard defs */

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

#no-script
{
	margin: 10px; 
	padding: 10px; 
	border: 1px solid #cc3; 
	background: #ff9;
}

#no-script p
{
	font:bold 12px Verdana, Arial;
	text-align:center;
	color:#666666;
}

div#editing-history {
float: left;
width: 78px;
height: 18px;
padding: 10px 0 0 0;
margin-left: 150px;

}
ul#options-nav-new li:first-child {
/*padding-top: 1px;*/
}
ul#options-nav-new li{

position: relative;
padding: 10px 0 10px 0;
margin: 0 10px 1px 10px;
background-color: #fff;
border-bottom: 1px solid #efefef;
color: #333;
font-weight: bold;

}
ul#options-nav-new li span.light {

color: #999;
}

ul#options-nav-new li span.light{
position: static;
}


ul#options-nav-new li span.project-details {
color: #999;
text-transform: uppercase;
font-weight: normal;
display: inline-block;
padding-top: 5px;
}
ul#options-nav-new li span.project-details {
position: static;
}

.hidden {display: none;}

/* @end */







