/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url(/images/body-bg-2010.gif) repeat;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
h2 {
	color: #444;
	font: normal 1.4em sans-serif;
	margin: 18px 0 5px 0;
}
h3 {
	color: #DA2027;
	font: normal 1.2em sans-serif;
	margin: 5px 0 5px 0;
}
h4 {
	color: #000000;
	font: normal 1.1em sans-serif;
	margin: 5px 0 5px 0;
}
code {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(../img/quotes.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */

.main {
	width: 680px;
	margin: 0 auto;
	border-left: 10px solid #2BB0B3;
	padding-left: 7px;
	border-right: 10px solid #2BB0B3;
	padding-right: 7px;
	background: #EE3E35 url(/images/bgbody-2010.jpg) repeat-y center top;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
	background-color: #8FE2E4;
}

#rightPanel {
	display:block;
	padding:10px;
	font: normal 1.1em "Trebuchet MS",sans-serif;
	background-color: #8FE2E4;
}


.footer {}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #EE3E35;
	color: #FFF;
}

/* logo */
.header {
	background: #D91623 url(/images/logo_bakersfair.gif) no-repeat;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

.winners_box { padding-top: 10px; padding-bottom: 10px; }
.winners_box a  { font: normal 1.1em Verdana, Arial, Helvetica, sans-serif; display: block; background: #fff; padding: 15px; border: 5px solid #EE3E35;}
.winners_box a:hover  { background: #EE3E35; border: 5px solid #EE3E35;}


/* main navigation */
.link_menu {
	background: #2BB0B3 /*url(/images/grdnt_green.png) repeat-x*/;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 10px 0px 0px;
	text-decoration: none;
	text-align: right;
}
.link_menu a.active {
	background: #EE3E35;
}
.link_menu a:hover {background: #EE3E35;}

/* projects */
.lbl {
	background: #222 url(../img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
} 
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #8FE2E4 url(/images/link-updates-bg.png) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	/*height: 50px;*/
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #000000;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}
.link_updates a img{
	margin:0px 0px;
	padding:0px 0px;
	display:block;
}

/* content */ 
.content {
	color: #444;
	font-family: "Trebuchet MS", sans-serif;
	line-height: 1.3em;
	padding: 0 0 10px;
	font-size: 1.1em;
}
.content a {
	color: #EE3E35;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content ul { margin: 10px 0 10px 0; }
.content li {
	list-style: url(/img/li.gif);
	margin-left: 30px;
	padding: 2px 0 2px 10px;
}
#rightPanel li {
	list-style: url(/img/rightPanel-li.gif);
	margin-left: 18px;
}
/* footer */
.footer {
	color: #aaa;
}
.footer .right a {
	background: none;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}


/*DP Added*/
.tablePDFBody {
	margin-top:10px;
	background-color:#f5f3f2;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:0px solid #ccc;
}
.tablePDFBody td{
	border-bottom:1px solid #ccc;
}
table.tableCompetitions {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

table.tableCompetitions td {
	padding:3px 5px;
	border-left:1px solid #ccc;
}
table.tableCompetitions th {
	padding:3px 5px;
	background:#CCCCCC;
}


div.presentationBox {
	padding:15px; 
	background:#2BB0B3;
	margin:-5px;
	margin-bottom:10px;
}
div.sponsorsBox {
	display:block;
	background:#FFFFFF;
	border:1px solid #2BB0B3;
	padding:10px;
	color:#000000;
	text-align:center;
	margin:0px -5px 10px -5px;
}
.sponsorsBox img{
	display:block;
	padding:5px 0px;
}
.featuredExhibitorsPanel {
	margin:0;
	padding:0;
	display:block;
	float:left;
	padding:0 2em 1em 0em;
}
.featuredExhibitorsPanel img {
	display:block;
	margin:3em 0em 2em 1em;
	text-align:center;
}
.small {
	font-size:smaller;
}
.clearfix {
	height:1%;
	clear:both;
}

.clear { clear:both }

/* Forms markup (Sahana) 
REF: http://nidahas.com/sahana/app/ */
div#formcontainer {
	padding: 0px;
	background-color: #EEE;
}

div#formcontainer div#formset {
	padding: 10px;
	background-color: #FFF;
	border-top: #EEE 2px solid;
	border-right: #CCC 2px solid;
	border-bottom: #CCC 2px solid;
	border-left: #EEE 2px solid;
}
#formset label,#formset input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#formset label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
#formset .textarea {
	margin-left:-4px;
	padding:0;
	text-align:left;
}
div#formset p#legend {
	margin-bottom: 1em;
}

div#formset p#legend em {
	color: #C03;
	font-style: normal;
}

div#formset div#errors,
div#formset div.errors
 {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 35px;
	border: #FC6 1px solid;
	background: url(/images/oops.png) #FFC no-repeat 5px 5px;
}
div#formset div.helpBox {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 35px;
	border: #FC6 1px solid;
	background: url(/images/oops.png) #FFC no-repeat 5px 5px;
}

div#formset div#errors p,
div#formset div.errors p
 {
	margin: 0;
	clear:both;
}
div#formset div#errors ul {
	margin: auto;
	margin-bottom: 0.5em;
	list-style: disc;
	margin-left: 0.75em;
    padding-left: 0.75em;
}

div#formset div#errors p em,
div#formset div.errors p em
 {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div#formset form p  {
	margin: 0;
}

div#formset form fieldset,
div#formset fieldset {
	margin: 0 0 1em 0;
	padding:0.5em;
	border: #DDD 1px solid;
}

div#formset form fieldset legend ,
div#formset fieldset legend{
	font-weight: bold;
	color: #cc0033;
	margin-bottom:0em;
}

div#formset form fieldset div,
div#formset fieldset div {
	padding: 0em 0;
	display:block;
	clear:both;
	margin-bottom:5px;
}
div#formset label, 
div#formset span.label {
	margin-right: 0.5em;
	padding-right: 0.5em;
	width: 10em;
	display: block;
	float: left;
	text-align: right;
	/*position: relative;*/
}
div#formset label.error, 
div#formset span.error {
	color: #C00;
}

div#formset label em, 
div#formset span.label em {
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}

div#formset input.error {
	border-color: #C00;
	background-color: #FEF;
}
div#formset textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
}
div#formset input:focus,
div#formset input.error:focus,
div#formset textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}
div#formset textarea:focus {

}

/*div#formset div ul {
	margin: 1.25em 0 1em 10em;
	list-style: none;
}
*/

div#formset div ul li {
	float: none;
}

div#formset form fieldset div.controlset label, div#formset form fieldset div.controlset input {
	display: inline;
	float: none;
}

div#formset fieldset div.controlset label, div#formset fieldset div.controlset input {
	display: inline;
	float: none;
}

div#formset form fieldset div.controlset div {
	margin-left: 11em;
}
div#formset fieldset div.controlset div {
	margin-left: 11em;
}
div#formset fieldset div.controlset table.radioOptions {
	border:1px solid #7F9DB9;
}
div#formset fieldset div.controlset table.radioOptions input,
div#formset fieldset div.controlset input {
	display: inline;
	float:none;
	width: 15px;
	padding:0;
	margin:0;
}
div#formset fieldset div.controlset table.radioOptions label,
div#formset fieldset div.controlset label {
	display: inline;
	float:none;
	padding:0;
	margin:0;
}
div#formset fieldset div.controlset {
	margin-left:130px;
}

div#formset div.buttonrow {
	margin-top:1em;
	margin-left:11em;
	display:block;
}
div#formset div.buttonrow input {
	display: inline;
	width: 120px;
	margin-bottom: 10px;
	float:none;
}
/*Added by DP to format Radio Buttons table*/
#formset table.radioOptions {
	border:1px solid #7F9DB9;
	width:200px;
	float:left;
	margin-bottom: 10px;
}
#formset table.radioOptions td{
	width:50px;
}
#formset table.radioOptions input{
	width:auto;
	display: inline;
	margin-bottom: 0px;
	float:none;
}
#formset table.radioOptions label{
	width:auto;
	display: inline;
	margin-bottom: 0px;
	float:none;
}

.red { color: #EE3E35; }
.turquoise { color: #2BB0B3; }
.yellow { color: #FEB21A; }

