/* GLOBAL */
.accessibility {display:none;}

body {
	background:#d5dee2 url(../Images/background_gradient.jpg) repeat-x left top;
	margin:0;
	padding:0;
}

p {
	padding: 0;
	margin: 0.8em 0;
}

#lensFlare {
	background: url(../Images/background_lens_flare.jpg) no-repeat left top;
	width:917px;
	height:610px;
}

img {
	border:none;
}

.textBlue {
	color:#155d7f;
	font-weight:bold;
}

a {
	font-family:Arial,sans-serif;
	text-decoration:underline;
	color:#155d7f;
}

a:hover {
	font-family:Arial,sans-serif;
	text-decoration:none;
	color:#155d7f;
}

.floatLeft {float:left;}
.floatRight {float:right;}
.alignCenter {text-align:center;}
.paddingRight {padding-right:20px}

.errors {color: #6400aa;}
.errors li {color: #6400aa;}

span.errors { /* ie6-7-8 */
	#position: relative;
	#top: -10px;
}

span.to_come {
	color: #0066cc;
	font-weight: bold;
}

/* CONTAINER */

#container {
	margin: -530px auto;
	width:788px;
	#overflow:inherit;
	zoom:1;
	position: relative;
}

#bkgTop,
#bkgBottom {
	width:788px;
	height:8px;
}

#bkgTop {
	background: url(../Images/back_content_top.png) no-repeat;
	_margin-bottom: -14px;
}

#bkgBottom {
	background: url(../Images/back_content_bottom.png) no-repeat left top;
}

#bkgCenter1 {
	background: url(../Images/back_content_center1.gif) no-repeat left top;
	_background-position:left -100px;
	width:788px;
	margin:0;
	height:auto;
}

#bkgCenter2 {
	background: url(../Images/back_content_center2.gif) repeat-y left top;
	width:788px;
	margin:0;
	zoom:1;
	position: relative;
}

#content {
	width:788px;
	height:auto;
	margin-top: 0px;
	padding:0;
}

#HomeContent,
.contentInner {
	overflow: auto;
	#overflow:inherit;
	zoom:1;
	position: relative;
}

.contentInner {
	padding: 10px 30px 40px 30px;
	_margin-bottom: 40px;
	#padding: 10px 20px 40px 30px;
	_padding: 10px 0 0 30px;
	width:722px;
}


/* HEADER */

#header {
	width:771px;
	height:auto;
}

.pictEye {
	/*background: url(../Images/pict_eye.jpg) no-repeat 10px top; */
	/*float:left;*/
	/*width:204px;*/
	/*height:143px;*/
}

.languageSize {
	clear:right;
	display: block;
	float: right;
	margin:10px 0 0 0;
	text-align:right;
	width:500px;
}

.headerTitle {
	float: left;
	margin:40px 40px 5px 25px;
}

.headerLogo {
	float: right;
	margin:68px 0 28px 0;
}

.headerLogoFR {
	float: right;
	margin:68px 0 28px 0;
}

/* icons */
a.icon {
	margin-right: 10px;
}

/* MENU */

#menu,
#menuFR {
	clear:both;
	background-color:#155d7f;
	width:771px;
	height:auto;
	position:relative;
	margin-left:10px;
	padding: 0px;
	font-weight: bold;
	color: #ffffff;
}

table.menu {
	margin: 0 auto; /* to center the menu */
}

#menu table td {
	color:White;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:1.5em;
	#line-height:2.2em;
	padding:0;
}

#menu table.menuFR td { /* Extra-large font size only */
	padding: 0;
}

table.menu td a,
table.menuFR td a {
	position:relative;
	color: #ffffff;
	text-decoration: none;
	font-family:Arial,sans-serif;
	padding:2px 13px;
}

div.fr-CA table.menu td a {
	padding:2px 10px;
}

table.menu td a:hover,
table.menuFR td a:hover {
	color:White;
	font-family:Arial,sans-serif;
	text-decoration: none;
}

.selectedCell {
	background-color: #ffffff;
	color:#155D7F;
	font-family:Arial,sans-serif;
	text-decoration: none;
	padding:2px 5px;
}

table.menu .selectedCell a,
table.menuFR .selectedCell a {
   color:#155D7F;
}


/* HOME PAGE */

#backgHome {
	background: url(../Images/background_content_stripe.jpg) no-repeat center bottom;
	background-position: 0 -500px;
	width: 771px;
	height:100%;
	margin-left:10px;
	padding:0;
	overflow:auto;
}

#HomeContent {
	width:477px;
	padding: 10px 10px 0 20px;
	margin-bottom: 20px;
}

.homeColone	{
	float: left;
	text-align:center;
	width:50%;
}

.homeColone h3 {
	color: #000;
}

.homeColone	p {
	margin: .4em 0;
}

#shiftedContent { /* need to align the text with images below */
	padding-left: 10px;
	margin-bottom: 40px;
	width:450px;
}

/* FORM */
label {
	font-family:Arial,sans-serif;
	color: #105a7b;
}

input,
select,
textarea {
	margin:10px 5px 10px 0;
}

.checkSpace input {
	margin:0 5px 0 0;
}


/* textarea counters */
.textarea_container {
	/* border: 1px solid green; */
	width: 456px;
	padding: 3px;
}

.textarea_container textarea {
	margin-top: 5px;
}

.textarea_container .error {
	color: red;
	font-size:90%;
}

.textarea_counter {
	text-align: right;
}

.textarea_counter span {
	/* border: 1px solid red; */
	padding: 2px 0 0 2px;
	font-weight: bold;
	font-size: 110%;
	color: #707070;
}

/* screening page definition list and logo */
div.clear {
	clear: both;
}

.details div, .details dl {
	float: left;
}

.details dl { 
	margin: 0;
	padding: 0.5em;
 	width: 60%;
} 
 
.details dt { 
	float: left; 
	clear: left; 
	width: 110px; 
	font-weight: bold; 
} 

.details dd { 
	margin: 0 0 0 120px; 
	padding: 0 0 0.5em 0; 
}

#logo_fondation {
	text-align: center;
	padding-bottom:35px;
}

#logo_fondation a {
	outline: none;
	border: none;
}

/* judges page */
img.judge,
div.judge {
	float: right;
	margin: 0 2em 1em 0;
}

#judges ul {
	margin-left: 0px;

}
#judges h4 {
	color: #000;
}

/* GALLERY */

.photoContent {
	float: left;
	width:134px;
	padding:5px 5px;
	text-align:center;
}

.photoFrame {
	width: 134px;
	height:134px;
	display: table;
	#position:relative;
	overflow: hidden;
}

a.photo img {
	background-color: #b4cdd7;
	#position: relative;
	#top: -50%;
	#left:-50%;
}

.pagingLink {
    padding-left: 1px;
    padding-right: 1px;
}

.jumpPage {
	font-weight:bold;
	font-family:Arial,sans-serif;
}

.previousNext {
	display:block;
	clear:both;
	color:#155d7f;
}

.photoView {
	float:right;
	display:block;
	clear:right;
	margin:15px 0 15px 15px;
	width: 460px;
}

.contentViewL {
	width:234px;
	display: block;
	float:left;
}

.contentViewR {
	width:475px;
	display: block;
	float:right;
	margin-right:10px;
	#margin-right:30px;
	_margin-right:5px
}

.viewDescription {
	margin-bottom:20px;
}

.galleryBlock {
    display: block;
    clear: both;
}

.finalistBackg {
	background-color:#e7ecf0;
	overflow:auto;
	margin:0  0  20px -20px;
	width:730px;
	padding:10px 20px;
	border-bottom: 4px solid #336600;
}

/* LIST */

ol li {
	padding:0 20px 1.0em 0;
}

ul.facts li {
    padding:0 20px 20px 0;
}


/* FOOTER */

#footer {
	border-top: 6px solid #33660;
	width: 751px;
	height:auto;
	overflow:auto;
	#overflow:none;
	margin-left:10px;
	#margin-top: 0px;
	font-family:Arial,sans-serif;
	padding:15px 0 20px 20px;
}

.privacy {
	float:left;
	padding:0 10px 30px 10px;
	color:#002a38;
	_height: 50px;
}

.privacy a {
	color:#002a38; /*Navy blue*/
}

.red {
	color:Black;
}
