charset "utf-8";
html, body, form {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
img {
	border:0;
}
a {
	color:#2E3092;
	text-decoration:none
}
a:hover {
	text-decoration:underline	
}
body  {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background: #FFF;
}
.thrColFix #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px 0;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu {
	font-family: Verdana, "Century Gothic", Arial, Helvetica, sans-serif;;
	color:#2E3092;
	margin:10px 10px;
}
.menu a {
	color:#2E3092;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
}
.cont, .join, .cont-index {
	margin:3px 2px;
	width:99%;
	font-size:12px;
}
.cont th.hd, .join th, .cont-index th.hd, .cont-index td.hd {
	background-color:#EEE;
	color:#000;
	padding:1px 0;
	text-transform:uppercase;
	text-align:center;
	cursor:default;
	font-weight:bold;
}
.cont td.text {
	border:1px solid #EAEAEA;
	border-top:none;
	padding:15px 25px;

}
.cont-index td.text, .join td {
	border:1px solid #EAEAEA;
	border-top:none;
	padding:3px 10px;
	
}
.join th {
	background-color:#F00;
	color:#999;
	padding:1px 0;
	text-transform:uppercase;
	text-align:center;
	cursor:default;
}
#cr {
	text-align:center;
}
label {
	cursor:pointer;	
}
.error, .message, #message {
	font-weight:bold;
	padding:10px;
	border:1px solid #F00;
}
#login-form, #logout-form {
	margin:0;
	padding:0;
	margin-bottom:3px;
	margin-left:10px;
}
#login, #password {
	color:#CCC;
	border: 1px solid #ccc;
}
#login:focus, #password {
	border: 1px solid #CCC;
}
#news {
	list-style:none;
	padding:0;
	margin:0;
}
#news li {
	margin:10px 0;
}
#guru-list td, .jury-list td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom:1px solid #CCC
}
#guru-list img, .jury-list img {
	margin-right:3px;
}
.webcast-item {
	margin-top:10px;
}
.blue {
	color:#2E3092;
}
.green {
	color:#060;
}
hr, hr.sep {
	border: none;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
}
.webcast-enter-green, .webcast-enter-red {
	background-color:#060;
	border:0;
	color:#FFF;
	padding:3px;
	font:bold 12px Verdana; 
	width:100px;
}
.webcast-enter-red {
	background-color:#F00;
}
.webcast-enter {
	color:#333;
	width:100px;
}
#calendar {
	border-collapse:collapse;
}
#calendar td {
	border-bottom:1px solid #CCC;
}
#nominees {
	border-collapse:collapse;
}
#nominees td {
	border-bottom:1px solid #000000;
	font: 12px Arial;
	padding:3px;
}
#nominees ol {
	margin-top:0;
	margin-bottom:0;
}
#nominees .tr {
	background-color:#EAEAEA;
	font-weight:bold
}
#event-name {
	line-height:16px;
}
#context {
	color:#000; 
	background:#EEE; 
	padding-left:5px;
	margin-top:30px;
}
#context-table {
	border:1px solid #EAEAEA;
	padding:5px;
}
#education {
	border-collapse:collapse;
}
#education td {
	border-bottom:1px solid #CCC;
}
#education-name {
	line-height:16px;
}
/**/
fieldset {
	/*border-color:#CCC*/
}
legend {
	color:#2E3092;
}
#expert-list {
	border-collapse:collapse;
}
#expert-list td {
	border:1px solid #CCC;
}
.profile {
	border-collapse:collapse;
}
.profile td {
	border-bottom:1px solid #CCC;
}
.profile th {
	text-align:left
}
.profile-file {
	border-collapse:collapse;
}
.profile-file td {
	border-bottom:1px solid #666;
	padding-bottom:10px;
	padding-top:10px;
}
table.cca-nominations {
 background-color: #efefef;
}
table.cca-nominations th {
 background-color: #eee;
 font-weight: bold;
 padding: 6px;
 text-align: left;
 border-bottom:2px solid #FFF;
}
table.cca-nominations td {
 background-color: #fff;
 padding: 6px;
}
.exp-list td, #exp-list td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom:1px solid #CCC
}
.exp-list th, #exp-list th {
	background-color:#EAEAEA;
	border-right:1px solid #FFF;
}
h3, h2 {
	color:#2E3092;		
}
.widget {
	margin:3px 2px;

}
.widget .header {
	background-color:#EAEAEA;
	color:#000;
	padding:1px 0;
	text-transform:uppercase;
	text-align:center;
	cursor:default;
	font-weight:bold;	
}
.widget .text {
	border:1px solid #EAEAEA;
	border-top:none;
	padding:3px 10px;
}
.data {
	border-collapse:collapse;
}
.data td {
	border-bottom:1px solid #CCC;
}
.data th {
	text-align:left
}

.outer {
	background-color:#CCC;
	padding:2px;
	margin-bottom:10px;
}
.inner {
	background-color:#FFF;
	padding:5px;
}
.todo {
	color:#666;
	font-size:14px;	
}
.todo a {
	color:#666;
	text-decoration:underline;
}
.todo a:hover {
	text-decoration:none;
}
.status {
	color:#2E3092;
	font-weight:bold;
	font-size:13px;	
}
#ccmap .view td {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color:#F0F0F0;
}
#ccmap .view td.data {
	border-bottom:1px solid #F0F0F0;
	background-color:#FFF;
}
#ccmap input[type=text], #ccmap select  {
	width:100%;	
}
.hint {
	font-size:0.8em;
	color:#999
}
.hint {
	font-size:0.9em;
	color:#666
}
.odd {
	background-color:#F0F0F0;
}
.v_error1, .v_error2 {
	color:#F00;
}
.v_error2 {
	font-size:11px;	
}
.a_error, .a_complete {
	font-weight:bold;
	padding:5px;
}
.a_error {
	background-color:#FEE;
	border:1px solid #C00;
}
.a_complete {
	border:1px solid #060;
	background-color:#E7FFE5;
}
.a_load {
	border:0px dotted #F00;
	padding:3px;
}
.menu_small {font-size: 11px}

.tooltip{
	position:absolute;
	z-index:999;
	left:-9999px;
	background-color:#fff;
	padding:5px;
	border:1px solid #ccc;
}
.tooltip p {
	margin:0;
	padding:0;
	color:#333;
}
