

/*

	Styles for Review pages
	
	Note: The lists themselves are in awards_style_menus.css

*/


#content-wrapper h1#top-header
{
	font-size: 1.2em;
	font-weight: normal;
	color: #1397d1;
	text-shadow: #fff 1px 1px 1px;
	line-height: 1.2em;
	padding: 20px 0 0 0;
	width: 400px;
}

#content-wrapper h1#top-header span
{
	color: #999;
}


/* Titles - also found in the BCO review css */

div#bco-review-header
{
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
}

div#bco-review-header h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #1397d1;
	text-shadow: #fff 1px 1px 1px;
}

div#bco-review-header h2
{
	font-size: 0.9em;
	font-weight:;
	color: #999;
	text-shadow: #fff 1px 1px 1px;
}


/* Review Nav - also found in the BCO review css */

ul#review-nav
{
	position: absolute;
	top: 40px;
	right: 0;
}


ul#review-nav li 
{
	overflow: hidden;
	float: left;
}


ul#review-nav li.pad-left
{
	padding-left: 7px;
}


ul#review-nav li a 
{
	overflow: hidden;
}








/* Wrappers */

div#team-details-wrapper
{
	float: left;
	width: 485px;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
}

div#project-information-wrapper
{
	float: left;
	width: 480px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#images-wrapper
{
	float: left;
	width: 480px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#notes-wrapper
{
	float: left;
	width: 480px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}





/* Sections */

/* Team Details */
div#team-details
{
	width: 485px;
	/*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;
}


/* Project Information */
div#project-information
{
	width: 480px;
	min-height: 100px;
	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;
}

/* Images */
div#images
{
	width: 480px;
	min-height: 330px;
	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;
}

/* Notes */
div#notes
{
	width: 480px;
	min-height: 100px;
	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;
}




/* Applicant Details */
div#organisation-details
{
/*	width: 320px;*/
/*	min-height: 470px;*/
	background-color: #717171;
	background-image: url("../images/awards/linen_light.gif");
	padding: 0;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
  	box-shadow: 0 0 5px #ccc;
  	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


div#organisation-details h2
{
	font-size: 0.6em;
	text-transform: uppercase;
	padding: 10px 0 10px 10px;
	color: #999;
	text-shadow: -1px -1px 1px  #333;
	background-color: #4c4c4c;
	background-image: url("../images/awards/linen.gif");
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

div#organisation-details h3
{
	font-size: 1em;
	margin: 20px 10px 10px 10px;
	color: #fff;
	text-shadow: none;
	border: none;
}

div#organisation-details h4
{
	margin: 10px 10px 10px 10px;
	color: #333;
	text-shadow: none;
	border: none;
}

div#organisation-details p
{
	margin: 10px 10px 10px 10px;
	padding: 0 0 10px 0;
	color: #ccc;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #555;
}

div#organisation-details p.no-line
{
	border: none;
	color: #fff;
}

div#organisation-details p span
{
	color: #fff;
}


div#organisation-details a
{
	color: #69d0fd;
}

div#category, div#region
{
	float: left;
	width: 230px;
	position: relative;
}

div#contact
{
	position: relative;
}


img#category-edit-button
{
	position: absolute;
	top: 10px;
	right: 100px;
}

img#region-edit-button
{
	position: absolute;
	top: 10px;
	right: 100px;
}

img#contact-edit-button
{
	position: absolute;
	top: 0px;
	left: 95px;
}




/* Notes */

p.note-title
{
	padding: 20px 0 5px 0;
	margin: 0 10px;
	color: #0068a6;
	font-weight: bold;
	font-size: 0.7em;
	border-bottom: 1px solid #ececec;
}

p.note-title span
{
	color: #999;
}

p.note-comment
{
	padding: 10px;
	font-size: 0.7em;
	word-wrap:break-word;
}


img#add-note, img#add-note-greyed
{
	float: right;
	padding: 10px 10px 0 0;
}


textarea#add-note-entry
{
	width: 448px;
	margin: 20px 0 0 10px;
}


img#save-note, img#cancel-note
{
	float: right;
	padding: 10px 10px 0 0;
}

a.notes-link-delete
{
	font-weight: normal;
	padding-left: 10px;
	margin-left: 10px;
	border-left:  1px solid #999;
}

a.notes-link-edit
{
	font-weight: normal;
	padding-left: 10px;
	margin-left: 10px;
	border-left:  1px solid #999;
}


/* Expand & Collpase */

div#team-details-wrapper h1
{
	float: left;
}

div#expand-collpase-details
{
	float: right;
	width: 50px;
	height: 18px;
	padding: 10px 0 0 0;
}

div#expand-collpase-details img#button-collapse, div#expand-collpase-details img#button-expand
{
	float: left;
	width: 25px;
	height: 18px;
	padding: 0;
	margin: 0;
}

div.team-details-second
{
	display:none;
}

div#add-projectNotes
{
	display:none;
}