@charset "utf-8";


/* global ------------------------------------------------------------------------------*/

*{
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }

hr {
	border-top: none;
	border-bottom:1px solid #ccc;
	height:1px;
	margin: 30px 0;
	width: 95%;
	text-align: left;
}

/* page specific --------------------------------------------------------------------------*/
body{
    color: #555555;
	font: 13px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	background-image:url(../img/css/background_picture.jpg);
	background-repeat:repeat-x;
	background-color:#f3f7f9;
}

a {
	color:#fff;
	text-decoration:none;
}

h1{
	color:#c39560;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
}

h2, h3{
	font-family:Verdana;
	font-size:1.1em;
	color:#0f9cfb;
	font-weight:bold;
	letter-spacing:.01em;
	margin:24px 0 0 0;
}

p{
	letter-spacing:.02em;
}

ul li{
	list-style-type:none;
}

form {
	margin: 0;
	padding: 0;
}

dl {
	white-space: nowrap;
	display: inline-table;
}

dt {
display: inline;
float: left;
text-align: left;
margin-right: 10px;
padding: 0;
}

dd {
text-align: left;
margin: 0;
padding: 0;
}

/*divs*/
#header{
	width:820px;
	margin: 0 auto;
	margin-top: -4px;
	padding:0;
}

/* Content */
#content{
	width:800px;
	height:auto;
	margin:0 auto;
}

#content a{
	color:#0f9cfb;
}

/* sign in */
#signin{
	color: #fff;
	height:31px;
	text-align:left;
	padding:12px 0 0 0;
	float:left;
	font-size: .9em;
	white-space: nowrap;
	margin: 0;
}

/* login*/
#search{
	height:24px;
	width:280px;
	text-align:right;
	float:right;
	font-size: .8em;
	white-space: nowrap;
	padding:0;
	margin: 7px 30px 0 0;
}
#search p{
	height:24px;
	width:auto;
	color:#FFFFFF;
	margin:4px 12px 0px 15px;
	float:left;
}
#searchfield{
	background:#0b5985 url(../img/css/back_input.gif) repeat-x;
	font-size:0.8em;
	color:#FFFFFF;
	border:none;
	font-size:1em;
	padding:0.10em;
	margin: 0;
}
#search_btn{
	background:#336699;
	font-size:0.9em;
	color:#FFFFFF;
	border:1px solid #337799;
	padding:3px 7px 5px 7px;
	margin:4px 10px;
	cursor:pointer;
	height: 23px;
	width: auto;
	text-transform:lowercase;
}

/* forms */
button, input, submit, select{
	font-size: 12px;
	color:#363636;
	font-weight:bold;
	padding:7px 10px;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #DEDBD1;
	background:#F5F4F0;
}

input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}

/* menu*/
#menu{
	width:840px;
	height:70px;
	margin:0 auto;
	padding:0;
	background:url(../img/css/menu_back.png) no-repeat;
}
#menu ul {
	margin: 0;
}
#menu li {
	margin: 0;
	display:inline;
	white-space:nowrap;
}
#menu a {
	margin: 0;
	display:block;
	float:left;
	width:auto;
	height:50px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	border-top:solid 9px #8EAB5B;
	letter-spacing:.01em;
	color:#2b3d65;
	padding:18px 1.3em 0 .9em;
}
#menu a:hover, #menu .active a {
	margin: 0;
	border-top:solid 9px #fbf604;
}

/*logo*/
#logo{
	width:282px;
	height:90px;
	margin-top:175px;
}

#content h1, #news h1 {
float:left;
height:50px;
background:url(../img/css/sub_header_left.gif) no-repeat left top;
margin:20px 0 0 0;
padding:0 0 0 9px;
text-decoration:none;
}

#content h1 span, #news h1 span {
float:left;
height:50px;
display:block;
background:url(../img/css/sub_header_right.gif) no-repeat right top;
padding:8px 18px 3px 5px;
font-weight:bold;
color:#fff;
}

/*features*/
#features{
	height:auto;
	width:500px;
	float:left;
	padding:0;
	margin:0;
	margin-bottom:30px;
}
#features p{
	line-height:1.2em;
	padding-right:10px;
}
#features a {
	color:#0f9cfb;
}	
#features ul, #promo ul, #wrap_news ul {
	padding-bottom:20px;
}
#features li, #promo li, #news li {
	margin:0 20px 0 30px;
	padding:0;
	line-height:180%;
	list-style-image:url(/img/library/11/bullet_li.gif);
	border-bottom:1px dotted #ccc;
	list-style-position: outside;
}
#promo{
	height:auto;
	width:290px;
	padding-top:80px;
	margin: 0;
	float:right;
}
#promo a {
	color:#0f9cfb;
}
#promo img {
	border:none;
	padding-bottom:5px;
}

.summary img {
	float:right;
	margin-left: 30px;
}

/* albums */
.album { 
	width:100%; 
	float:left
	}
	
.imageSingle { 
	float: left; 
	margin: 5px 5px 5px 0; 
	padding: 5px 60px 5px 0; 
	width:200px; 
	height:350px; 
	text-align:left; 
	}

.imageSingle img{
	border: 5px solid #e7e7e7;
	margin: 0 50px 10px 0;
	float: left;
}

/*news*/
#wrap_news{
	background-image:url(../img/css/back_news.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
	padding:15px;
}
#news a {
	color:#0f9cfb;
}
#news{
	width:800px;
	height:auto;
	background-image:url(../img/css/back_news2.gif);
	background-repeat:repeat-x;
}
#footer{
	height:185px;
	width:auto;
	margin: 20px auto 0;
	background-image:url(../img/css/back_footer.gif);
	background-repeat:repeat-x;
}

#intranetNav{
	width:820px;
	height:30px;
	margin:0 auto;
	padding:0;
	background-repeat:no-repeat;
}

#menu_footer{
	width:840px;
	height:60px;
	margin:0 auto;
	background-image:url(../img/css/back_submenu.gif);
	background-repeat:no-repeat;
}
.wrap_menu{
	height:auto;
	width:98%;
	margin:0 auto;
}
#menu_footer ul, #intranetNav ul{
	margin: 0;
}
#menu_footer li, #intranetNav li{
	display:inline;
}
#menu_footer a, #intranetNav a{
	display: block;
	float: left;
	width: auto;
	height: 30px;
	font-size:13px;
	text-align: center;
	text-decoration: none;
	letter-spacing: .01em;
	color:#0f9cfb;
	padding:6px .8em 0 .8em;
}
#menu_footer a:hover, #intranetNav a:hover{
	color:#0066CC;
}
#sponsor{
	margin:0 auto;
	width:810px;
	height:auto;
	margin-top:11px;
}
#sponsor img{
	float:left;
	border:none;
	margin: 0 10px;
}
.sponsors-logo-gallery{
	margin: 40px 0;
}
.sponsors-logo-gallery li{
	list-style-type: none;
	list-style-image: none;
}
.sponsors-logo-gallery img{
	margin: 30px 0;
}
.clear{
	clear:both;
}

.addCourse, .registerBox{
	margin-top:20px;
	margin-bottom:100px;
	border:1px solid #ccc;
	height:auto;
	padding:20px;
	background-color:#e7e7e7;
}

.registerBox{
	margin:20px 0;
	border:1px solid #ccc;
	height:auto;
	padding:20px;
	background-color:#e7e7e7;
}

.presentationCall {
	margin-bottom: 100px;
}
.presentationCall a {
	color:red;
	text-decoration: underline;
	list-style-type: disc;
	margin-bottom: 60px;
}

/* pager nav */
#pagernav{
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #cccccc;
}
#pagernav a{
	margin-right:15px;
}
#pagernav a.highlight{
	font-weight:bold;
}

/* presenter Widget */

#searchPresenters {
	margin: 0;
	padding-bottom:20px;
}

#searchPresenters h2{
	margin: 0 0 15px 0;
}
.presentationForm {}
.selectPrefers, .selectLong, .selectLevels{
	margin: 15px 0 15px 0;	
}
.presenterSearchBtn{}

#content .viewPresenters h1 {
	background-image: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content .viewPresenters span {
	background-image: none;
}

.viewPresenters {
	margin-top: 30px;
	padding: 0;
}

.viewPresenters ul {
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
.viewPresenters li {
	border-bottom: none;
	line-height: 180%;
	list-style-image: none;
	list-style-position: inside;
}

/* workshopList Widget */


/* Contest UI */
#contestUi {
	border: 4px solid #e7e7e7;
	margin: 0;
	padding: 0;
}
div.errorBox p {
	margin:0;
}

