
/* 

	Styles for BCO Awards Review 

*/



/* DASHBOARD */

/* Columns Wrappers */


div#dashboard-inprogress-wrapper h1, div#dashboard-submitted-wrapper h1, div#dashboard-paid-wrapper h1
{
	color: #aaa;
	font-size: 0.6em;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}

div#dashboard-inprogress-wrapper
{
	float: left;
	width: 320px;
	padding: 20px 10px 0 0;
	margin: 0 0 0 0;
}

div#dashboard-submitted-wrapper
{
	float: left;
	width: 320px;
	padding: 20px 10px 0 0;
	margin: 0 0 0 0;
}

div#dashboard-paid-wrapper
{
	float: left;
	width: 320px;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
}




/* The In progress column */
div#dashboard-inprogress
{
	width: 320px;
	min-height: 473px;
	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 Submitted Entries column */
div#dashboard-submitted
{
	width: 320px;
	min-height: 473px;
	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 Paid column */
div#dashboard-paid
{
	width: 320px;
	min-height: 473px;
	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;
}

span.entry-count
{
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	color: #1397d1;
}


div#paid-header-filter h1
{
	float: left;
}


div#dashboard-paid-wrapper img#filterby
{
	float: right;
	padding: 8px 0 0 0;
}



div#top-buttons /* forces the columns into vertical alignment */
{
	width: 100%;
}

img#export-entry-to-excel
{
	float: right;
}


/* The Paid column Filters */
div#dashboard-paid-filters
{
	width: 320px;
	min-height: 473px;
	background-color: #4c4c4c;
	background-image: url("../images/awards/linen.gif");
	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;
}

div.filter-buttons
{
	float: right;
	padding: 20px 10px 0 0;
}






/* ENTRIES REVIEW */


/* Titles */

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 */

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;
}

ul#review-nav li a:hover
{
	
}

ul#review-nav li span
{
	/*
position:absolute;
	right: 50px;
*/
}





/* Pt2 d/l all button li */

ul#options-nav-pt2 li#download-all 
{
	overflow: hidden;
	position: relative;
	padding: 2px 0 2px 0;
	margin: 10px 10px 7px 10px;
	background-color: #fff;
	border-bottom: none;
}


/* Re-size heights of divs */

/* Images */
div#images
{
	min-height: 315px;
}



/* Download PDF Pt1 */
div#download-all-pt1
{
	padding: 20px 60px 10px 10px;
	text-align: right;
}

.dashboard-loader
{
	margin-left:100px;
	padding-top:30px;
}

.project-notes-loader
{
	margin-left:170px;
	padding:10px 0 10px 0;
}

