﻿body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

a
{
    color: #00306b;
    font-family: Arial, Times New Roman;
    font-size: 12px;
}

h3
{
    padding: 0;
    margin: 0;
    color: #d66131;
    font-family: Arial;
    font-size: 17px;
}

h4
{
    padding: 0;
    margin: 0;
    color: black;
    font-family: Arial;
    font-size: 13px;
}

.upperCase
{
    text-transform: uppercase;    
}

.formArea
{
    margin: 5px 0; /*padding: 0 5px 20px 40px;	*/
}

.formSection
{
    float: left;
    clear: left;
    width: 615px;
    margin-bottom: 62px;
    padding-top: 23px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #c1c1c1;
}

.formSection p
{
    float: left;
    clear: both;
    margin-bottom: 15px;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #000;
    width: 100%;
}

.formSectionButtons
{
    float: right;
    width: 250px;
    margin-bottom: 25px;
}

.formSectionButtons input
{
    float: right;
    margin-left: 12px;
}

.formBottomButtons
{
    float: left;
    clear: left;
    width: 615px;
    margin: 0px auto;
    padding-top: 55px;
    text-align: center;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #c1c1c1;
}

.formBottomButtons input
{
    margin-left: 17px;
}

.formAreaLabelColumn
{
    margin: 0;
    float: left;
    width: 141px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.requiredAsterisk
{
    color: #d66131;
    font-family: Arial;
    font-size: 12px;
}

.formAreaColumn
{
    margin: 0;
    float: left;
    width: 185px;
}

.formAreaColumnShort
{
    width: 145px;
}

.formAreaRow
{
    margin: 0;
    padding: 5px 0;
    float: left;
    width: 615px;
}

.formField
{
    border: solid 1px #7b9ebd;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    width: 145px;
}

.formFieldWide
{
    width: 470px;
}

.formInputShortCalendar, .formInputShort, .formInput, .formInputSelect, .formInputTable, .formInputCheckBoxList, .formInputLabel, .formInputCheckBox
{
    float: left;
    text-align: left;
    margin: 3px 0 6px 0;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
}

.dateEntry
{
    width: 120px;
}

.formAreaValidationSummary
{
    float: left;
    clear: left;
    text-align: left;
    margin: 10px 0 10px 0;
}

.formAreaValidationSummary ul
{
    text-align: left;
    width: 400px;
}

.formAreaFullWidthColumn
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 470px;
}

.formInputCheckBox
{
    margin-top: -2px;
    margin-right: 5px;
}

.formInputCheckBox label
{
    font-size: 10px;
}

.formInputCheckBoxList
{
    margin-top: -5px;
}

.formInputCheckBoxList td
{
    width: 130px;
}

.formInputCheckBoxList td label 
{
    font-size: 10px;
}

.publicPortalModalBackground
{
    background-color: black;
    -moz-opacity: .70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .70;
}
.publicPortalModal .topEdge
{
    background: url(../Images/public_modal_bg_top.png) repeat-x;
}
.publicPortalModal .leftEdge
{
    width: 15px;
    background: url(../Images/public_modal_bg_left.png) repeat-y;
}
.publicPortalModal .rightEdge
{
    width: 15px;
    background: url(../Images/public_modal_bg_right.png) repeat-y;
}
.publicPortalModal .bottomEdge
{
    background: url(../Images/public_modal_bg_bottom.png) repeat-x;
}
.modalContent
{
    width: 411px;
}
.modalFormArea
{
    float: left;
    margin: 17px 30px 10px 30px;
}
.modalFormArea h3
{
    padding: 0;
    margin: 0;
    color: #d66131;
    font-family: Arial, Times New Roman;
    font-size: 17px;
}
.modalHeadingSubText
{
    float:left;
    margin:0 0 10px 0;
    padding:0;
    color:#d66131;    
}
.modalFormRow
{
    margin: 0;
    padding: 4px 0;
    float: left;
    clear: left;
    width: 315px;
}
.modalFormAreaLabelColumn
{
    margin: 0;
    float: left;
    width: 90px;
    font-family: Arial, Times New Roman;
    font-size: 12px;
    font-weight: bold;
}
.modalFormAreaColumn
{
    margin: 0;
    float: left;
    width: 180px;
}
.modalFormField
{
    border: solid 1px #cccccc;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    width: 150px;
}

/* List View Sorting Stuff */
tr.headerRow td a
{ 
    color:#666666 !important;
}

tr.headerRow td a.noSort:hover {text-decoration:none; cursor:text;}

tr.headerRow td a.sortDesc,
tr.headerRow td a.sortDesc:link,
tr.headerRow td a.sortDesc:visited,
tr.headerRow td a.sortAsc,
tr.headerRow td a.sortAsc:link,
tr.headerRow td a.sortAsc:visited
{
	background-image: url('../images/sort_desc.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 15px;
	white-space:nowrap;
}
tr.headerRow td a.sortAsc,
tr.headerRow td a.sortAsc:link,
tr.headerRow td a.sortAsc:visited
{
	background-image: url('../Images/sort_asc.gif');
}

a.actionLink
	{
		padding-left: 10px;
		background-image: url('../Images/arrow_blue.gif');
		background-repeat: no-repeat;
		background-position: left center;
		display:inline;
		cursor:pointer;
	}
a.actionLink:hover {text-decoration:underline;}


/* Styles from cutup CSS */
html{height:100%;}
body {
	margin:0;
	height:100%;
	background:#b0cbea;
	font:12px Arial, Helvetica, sans-serif;
}
img{border-style:none;}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
input{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.wrapper{
	width:960px;
	min-height:100%;
	padding:0 10px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	background:url(../Images/bg-wrapper.png) repeat-y;
}
* html .wrapper{
	height:100%;
	overflow:visible;
}
#header{
	width:960px;
	float:left;
	position:relative;
	/*top:0;
	left:10px;*/
	/*z-index:-1;*/
	background:url(../Images/bg-header.gif) no-repeat;
}
#header:after{
	content:"";
	clear:both;
	display:block;
}
#header .logo,
.header-holder .logo{
	width:269px;
	height:66px;
	float:left;
	display:inline;
	margin:10px 0 9px 8px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../Images/logo.gif) no-repeat;
}
#header .logo a{
	height:66px;
	display:block;
}
.header-holder .logo{
	width:250px;
	height:69px;
	position:relative;
	margin:19px 0 -10px 19px;
	background:url(../Images/inner-logo.gif) no-repeat;
}
.header-holder .logo a{
	height:69px;
	display:block;
}
#header .nav{
	margin:0;
	padding:7px 12px 65px 0;
	font-size:12px;
	line-height:14px;
	float:right;
	list-style:none;
}
#header .nav li{
	float:left;
	padding:0 0 0 29px;
}
#header .nav a{
	color:#003768;
	text-decoration:none;
}
#header .nav a:hover{
	text-decoration:underline;
}
#header .search{
	width:100%;
	clear:both;
	background:#174268 url(../Images/bg-search-form-box.gif) repeat-y;
	/*z-index:-2;*/
}
#header .search:after{
	content:"";
	clear:both;
	display:block;
}
#header .search .form-search{
	height:1%;
	padding:12px 10px 9px;
	position:relative;
}
#header .search .form-search:after{
	content:"";
	clear:both;
	display:block;
}
#header .search .form-search .form-holder{
	width:390px;
	float:left;
}
#header .search .form-search .input{
	width:310px;
	height:28px;
	margin:0 0 4px;
	float:left;
	background:url(../Images/bg-header-text-field.gif) no-repeat;
}
#header .search .form-search .text{
	width:298px;
	height:16px;
	border:0;
	padding:6px;
	background:none;
	font:12px/14px Arial, Helvetica, sans-serif;
}
#header .search .form-search .image{
	float:left;
	display:inline;
	margin:0 0 0 10px;
}
#header .search .form-search .form-holder p{
	margin:0;
	clear:both;
	font-size:12px;
	color:#b0cbea;
}
#header .search .form-search .drop{
	width:103px;
	padding:12px 12px 7px;
	float:left;
	position:absolute;
	top:0;
	left:398px;
}
#header .search .form-search .div-parent-add-class{
	background:#f7f7f7;
	padding:11px 11px 6px;
	border:1px solid #dcdddc;
	z-index:2;
}
#header .search .div-parent-add-class ul{
	display:block !important;
}
#header .search .form-search .drop .my-account{
	height:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../Images/Buttons/btn-my-account-new.gif) no-repeat;
}
#header .search .form-search .drop .my-account:hover{
	background-position:bottom left;
}
#header .search .form-search .sign-in {
	height:30px;
	width:60px;
	float:left;
	display:inline;
	margin:0 0 0 10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../Images/Buttons/btn-sign-in-new.gif) no-repeat top left;
}
#header .search .form-search .sign-in:hover{
	background-position:bottom left;
}
#header .search .drop .link{
	text-decoration:none;
	font-size:12px;
	margin:4px 0 0;
	float:left;
	color:#b0cbea;
	white-space:nowrap;
}
#header .search .drop .link:hover{
	color:#a5c1e1;
}
#header .search .div-parent-add-class .link{
	display:none !important;
}
#header .search .drop ul{
	margin:0;
	padding:7px 0 0 3px;
	height:1%;
	display:none;
	overflow:hidden;
	list-style:none;
	font-size:12px;
}
#header .search .drop li{
	color:#00305a;
	margin:0 0 5px;
}
#header .search .drop ul a{
	color:#00305a;
	text-decoration:none;
}
#header .search .drop ul a:hover{
	text-decoration:underline;
}
#header .welcome{
	width:418px;
	overflow:hidden;
	position:absolute;
	top:30px;
	right:11px;
	/*z-index:-1;*/
}
#header .welcome .box{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
	background:url(../Images/bg-welcom-top.png) no-repeat;
}
#header .welcome .holder{
	height:1%;
	overflow:hidden;
	padding:0 3px 0 12px;
	background:#fefeff url(../Images/bg-welcom-box.gif) no-repeat 0 100%;
}
#header .welcome .frame{
	width:100%;
	height:8px;
	overflow:hidden;
	background:url(../Images/bg-welcom-bottom.png) no-repeat;
}
#header .welcome .holder .welcome-heading{
	font-size:18px;
	line-height:18px;
	color:#003768;
}
#header .welcome .holder p{
	margin:0;
	font-size:12px;
	color:#003768;
}
.header-holder{
	background:#fff;
	overflow:hidden;
	width:960px;
	position:absolute;
	top:0;
	left:10px;
	padding:0 0 31px;
}
.header-holder span{
	font-size:10px;
	color:#565656;
	padding:0 19px 0 0;
	margin:15px 0 0;
	text-transform:uppercase;
	display:block;
	text-align:right;
	overflow:hidden;
}
.header-holder .nav-holder{
	height:1%;
	padding:0 0 8px;
	overflow:hidden;
}
.header-holder .nav{
	margin:0;
	padding:6px 20px 0 0;
	float:right;
	font-size:14px;
	list-style:none;
}
.header-holder .nav li{
	float:left;
}
.header-holder .nav a {
    font-size:14px;
	color:#655f5f;
	float:left;
	padding:6px 12px 6px 11px;
	background:url(../Images/bg-nav.gif) repeat-x;
	border:1px solid #e4e4e4;
	text-decoration:none;
}
.header-holder .nav .active a,
.header-holder .nav a:hover{
	border-color:#d66131;
	background:url(../Images/bg-nav-h.gif) repeat-x;
}
.header-holder .back-holder{
	overflow:hidden;
	height:1%;
	padding:0 20px 0 0;
}
.header-holder .back-holder a{
	font-size:12px;
	color:#680000;
	float:right;
	padding:0 0 0 17px;
	text-decoration:none;
	background:url(../Images/bg-back-link.gif) no-repeat 0 50%;
}
.header-holder .back-holder a:hover{
	text-decoration:underline;
}
.visual-box{
	background: transparent url('../Images/Elc/image04.jpg') no-repeat 0 0;
	float: left;
	height: 241px;
    padding: 10px 0 0 10px;
    width: 950px;
}
.visual-box:after{
	content:"";
	clear:both;
	display:block;
}
.visual-box .logo{
	width:269px;
	height:66px;
	position:absolute;
	top:-144px;
	left:8px;
	margin:0;
	/*z-index:300;*/
	text-indent:-9999px;
	overflow:hidden;
	background:url(../Images/logo.gif) no-repeat;
}
.visual-box .logo a{
	height:66px;
	display:block;
}
.visual-box img{
	display:block;
}
.visual-box .visual-nav{
	width:301px;
	overflow:hidden;
	top:10px;
	left:10px;
}
.visual-box .visual-nav .holder{
	width:100%;
	height:9px;
	overflow:hidden;
	background:url(../Images/bg-chome-nav-top.png) no-repeat;
}
.visual-box .visual-nav .frame{
	height:1%;
	padding:0 7px 1px 10px;
	overflow:hidden;
	background:url(../Images/bg-chome-nav.gif) no-repeat 0 100%;
}
.visual-box .visual-nav .bottom{
	width:100%;
	height:9px;
	overflow:hidden;
	background:url(../Images/bg-chome-nav-bottom.png) no-repeat;
}
.visual-box .visual-nav ul{
	margin:1px 0 -6px;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:22px;
	width:100%;
}
.visual-box .visual-nav li{
	border-top:1px solid #cfdae7;
	width:100%;
	height:31px;
	margin:-1px 0 1px;
	padding:4px 0 0;
	float:left;
}
.visual-box .visual-nav ul a{
	color:#003768;
	float:left;
	font-size:22px;
	padding:4px 0 0 15px;
	text-decoration:none;
	background:url(../Images/sep-arrow.gif) no-repeat 0 50%;
}
.visual-box .visual-nav ul a:first-child{
	padding:0 0 0 15px;
}
.visual-box .visual-nav ul a:hover{
	color:#e36f1e;
	background:url(../Images/sep-arrow-h.gif) no-repeat 0 50%;
}
.bottom-holder{
	width:100%;
	padding:11px 0 0;
	overflow:hidden;
	float:left;
	background:#fff;
	z-index:1;
}
.tabset{
	width:75px;
	overflow:hidden;
	float:left;
	margin:0;
    padding:0;
	position:relative;
	left:10px;
	top:0px;
	list-style:none;
}
.tabset li{
	width:75px;
	height:64px;
	
}
.tabset a.tab{
	font-size:10px;
	font-weight:bold;
	color:#000;
	height:64px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
}
.tabset a.tab span{
	height:57px;
	margin:7px 0 0 3px;
	width:72px;
	cursor:pointer;
	display:block;
}
.tabset .last{
	margin:1px 0 0;
}
* html .tabset .last{
	margin:-3px 0 0;
}
*+html .tabset .last{
	margin:-3px 0 0;
}
.tabset a.active{
	outline:none;
	background:url(../Images/bg-tab-active.gif) no-repeat;
}
.tabset .first a.active{
	outline:none;
	background:url(../Images/bg-tab-active-first.gif) no-repeat;
}
.tabset .last a.active{
	outline:none;
	background:url(../Images/bg-tab-active-last.gif) no-repeat;
}
.tabset .tab1 span{
	background:url(../Images/image-ico01.png) no-repeat;
}
.tabset .tab2 span{
	background:url(../Images/image-ico02.png) no-repeat;
}
.tabset .tab3 span{
	background:url(../Images/image-ico03.png) no-repeat;
}
.bottom-holder .tab-box{
	width:233px;
	margin:0 0 0 78px;
	background:url(../Images/bg-tab-box.gif) repeat-y;
}
.bottom-holder .tab-box .holder{
	width:100%;
	overflow:hidden;
	background:url(../Images/bg-tab-box.gif) no-repeat -466px 100%;
}
.bottom-holder .tab-box .frame{
	height:1%;
	padding:11px 10px 10px;
	overflow:hidden;
	background:url(../Images/bg-tab-box.gif) no-repeat -233px 0;
}
.bottom-holder .tab-box .frame img{
	display:block;
}
.bottom-holder .text-holder{
	padding:0 0 0 1px;
	margin:-4px 0 0;
	width:960px;
	float:right;
	background:url(../Images/bg-text-holder.gif) repeat-y 467px;
}
.bottom-holder .text-holder .text-box{
	padding:0 0 0 11px;
	margin:0 7px 0 0;
	width:450px;
	float:left;
}
.bottom-holder .text-holder .additions{
	margin:0;
}
.bottom-holder .text-holder .text-box h2{
	margin:0 0 6px;
	font-size:18px;
	font-weight:normal;
	color:#e36f1e;
}
.bottom-holder .text-holder .text-box strong{
	margin:-6px 0 3px;
	display:block;
	font-weight:normal;
	font-size:18px;
	line-height:21px;
	color:#003768;
}
.bottom-holder .text-holder .text-box p{
	margin:0 0 8px;
	font-size:12px;
	line-height:16px;
	color:#003768;
}
.bottom-holder .text-holder .featured p{
	margin:0;
	color:#111;
}
#main,
.main-box{
	padding:0px 10px 0;
	margin:154px 0 0;
	background:#fff;
	overflow:hidden;
	clear:both;
}
* html #main{
	height:1%;
	overflow:visible;
}
* html .main-box{
	height:1%;
	overflow:visible;
}
.main-box{
	margin:118px 0 0;
}
.main-holder{
	width:100%;
	background:#fff;
	float:left;
	padding:25px 0 0 0;
}
.main-holder:after{
	content:"";
	clear:both;
	display:block;
}
.wrapper h1.logo{
	width:269px;
	height:66px;
	float:left;
	/*position:absolute;
	top:10px;
	left:18px;*/
	margin:0;
	/*z-index:300;*/
	text-indent:-9999px;
	overflow:hidden;
	background:url(../Images/logo.gif) no-repeat;
}
.wrapper h1.logo a{
	height:66px;
	display:block;
}
#main h1,
.main-box h1{
	margin:0 0 6px;
	font-size:18px;
	font-weight:normal;
	color:#003768;
}
.main-box .abstracts .heading{
	margin:0 0 10px;
	text-transform:uppercase;
}
.main-box h1.divider 
{
    width:100%;
    float:left;
    clear:both;
    padding:10px 0 10px 0;
    border-bottom: solid 1px #ccc;
}
#main .visual{
	width:100%;
	margin:0 0 4px;
	overflow:hidden;
}
#main .visual img{
	display:block;
}
#main .content-holder{
	width:100%;
	overflow:hidden;
}
#main .info-nav{
	margin:6px 0 -7px;
	padding:0;
	width:100%;
	overflow:hidden;
	position:relative;
	font-size:16px;
	list-style:none;
}
#main .info-nav li{
	float:left;
	margin:0 10px 0 0;
}
#main .info-nav a{
	color:#555;
	width:140px;
	height:22px;
	padding:7px 10px 0;
	margin:0 0 10px;
	display:block;
	text-decoration:none;
	background:url(../images/Elc/bg-cactivity-nav.gif) no-repeat;
}
#main .info-nav a:hover{
	height:32px;
	margin:0;
	background:url(../images/Elc/bg-cactivity-nav-hover.gif) no-repeat;
}
#main .info-nav .firstactive a{
	height:32px;
	margin:0;
	color:#111;
	background:url(../images/Elc/bg-cactivity-nav-active.gif) no-repeat;
}
#main .info-nav .firstactive a:hover{
	background:url(../images/Elc/bg-cactivity-nav-active.gif) no-repeat;
}
#main .info-nav .active a{
	height:32px;
	margin:0;
	color:#111;
	background:url(../images/Elc/bg-cactivity-nav-hover.gif) no-repeat;
}
#main .info-nav .active a:hover{
	background:url(../images/Elc/bg-cactivity-nav-hover.gif) no-repeat;
}
.main-box .abstracts{
	height:1%;
	overflow:hidden;
	padding:0 9px;
}

.main-box .abstracts li {font:12px/18px Verdana, Arial, Helvetica, sans-serif; color:#000;}
.main-box .abstracts p {margin:0 0 18px; font:12px/18px Verdana, Arial, Helvetica, sans-serif; color:#000;}

.main-box .table-holder{
	width:100%;
	overflow:hidden;
	clear: right;
}
.main-box .table-holder .form-table{
	height:1%;
	padding:4px 9px 20px 10px;
	overflow:hidden;
}
.main-box .table-holder table{
	padding:0;
	margin:1px 0 0 1px;
	/*border:1px solid #d0d0d0;*/
	border-collapse:collapse;
}
.main-box .table-holder table tr.headerRow td 
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F9F9F9 none repeat scroll 0 0;
    border:1px solid #D0D0D0;
    color:#666666;
    font-size:11px;
    height:25px;
    padding:0 3px;
}.main-box .table-holder table tr.headerRow td.center { text-align:center; }
.main-box .table-holder table td{
	padding:0;
	margin:0;
}
.main-box .table-holder thead th{
	border:1px solid #d0d0d0;
	background:#f9f9f9;
	color:#666;
	font-size:11px;
	height:25px;
	padding:0 3px;
}
.main-box .table-holder tbody td{
	border:1px solid #ededed;
	color:#666;
	font-size:11px;
	height:25px;
	padding:0 3px;
}
.main-box .table-holder table .title{
	width:21px;
}
.main-box .table-holder table .given{
	width:163px;
}
.main-box .table-holder table .presenting{
	width:53px;
}
.main-box .table-holder table .city{
	width:81px;
}
.main-box .table-holder table .affiliation{
	width:194px;
}
.main-box .table-holder table .country{
	width:110px;
}
.main-box .table-holder table .state{
	width:50px;
}
.main-box .table-holder table .family{
	width:192px;
}
.main-box .table-holder table select{
	width:100%;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:1px 0;
	float:left;
}
.main-box .table-holder .checkbox{
	margin:0;
	width:16px;
	height:15px;
}
.main-box .table-holder .odd td{
	background:#fff;
	text-align:left;
}
.main-box .table-holder .even td{
	background:#fef5ee;
	text-align:left;
}
.main-box .table-holder .single td{
	height:21px;
	text-align:left;
}
.main-box .table-holder .single td.center
{
    text-align:center;
}
.main-box .table-holder .single td input{
	color:#666;
}
.main-box .table-holder .single td input.small { width:90px; }
.main-box .table-holder .single td input.medium { width:100px; }
.main-box .table-holder .single td input.large {}
/*.main-box .table-holder .single td select.small { width:90px; }
.main-box .table-holder .single td select.medium { width:100px; }
.main-box .table-holder .single td select.large { width:130px; }*/
.main-box .table-holder td a{
	color:#26377e;
	font-size:11px;
	text-decoration:none;
}
.main-box .table-holder .odd td a{
	color:#d36437;
}
.main-box .table-holder td a:hover{
	text-decoration:underline;
}
.main-box .form-box{
	width:100%;
	overflow:hidden;
}
.main-box .activity-form{
	width:100%;
	overflow:hidden;
}
.main-box .activity-form .row{
	width:100%;
	margin:0 0 17px 12px;
	overflow:hidden;
}
.main-box .activity-form .row-check{
	height:1%;
	margin:-5px 0 49px 131px;
	overflow:hidden;
	line-height:18px;
}
.main-box .activity-form label{
	width:120px;
	float:left;
	color:#666;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
.main-box .activity-form select{
	width:556px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:1px 0;
	float:left;	
}
.main-box .activity-form .file{
	width:556px;
	float:left;
}
.main-box .activity-form .checkbox{
	float:left;
	height:16px;
	margin:1px 12px 0 0;
	padding:0;
	width:16px;
	vertical-align:top;
}
.main-box .activity-form .check-text{
	width:auto;
	line-height:18px;
	float:left;
}
.main-box .activity-form .buttons{
	height:1%;
	overflow:hidden;
	padding:0 0 0 356px;
}
.main-box .activity-form .image{
	margin:0 17px 0 0;
	float:left;
}
.content-box{
	padding:0 0 0 11px;
	width:689px;
	float:left;
}
.content-box .bg-box{
	width:100%;
	overflow:hidden;
	background:url(../Images/bg-box.gif) repeat-y 688px 0;
}
.content-box .head{
	height:1%;
	overflow:hidden;
	padding:0 80px 16px 0;
}
.content-box .heading{
	text-transform:uppercase;
	margin:0 0 4px !important;
}
.content-box .head p{
	margin:0 0 4px;
	line-height:17px;
}
.content-box .head span{
	font-style:italic;
	font-size:12px;
	color:#d66131;
	padding:0 0 0 2px;
}
.content-box .info-box{
	width:100%;
	border-top:1px solid #c1c1c1;
	padding: 20px 0 25px 0;
	overflow:hidden;
}
.content-box .form-info{
	width:100%;
}
.content-box .form-info:after{
	content:"";
	clear:both;
	display:block;
}
.content-box .head-box{
	width:100%;
}
.content-box .head-box:after{
	content:"";
	clear:both;
	display:block;
}
.content-box .info-box h2{
	margin:0;
	color:#d66131;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}
.content-box .info-box .text-box{
	height:1%;
	padding:12px 85px 0 0;
	margin:0 0 -5px;
	overflow:hidden;
}
.content-box .preferences .text-box{
	padding:10px 85px 18px 0 !important;
}
.content-box .info-box p{
	margin:0;
	color:#000;
	position:relative;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.content-box .nav-button{
	margin:-4px 20px 0 0;
	padding:0;
	float:right;
	position:relative;
	display:inline;
	list-style:none;
}
.content-box .nav-button li{
	float:left;
	display:inline;
	margin:0 0 0 12px;
}
.content-box .nav-button .image{
	float:left;
}
.content-box .box-form{
	width:100%;
	overflow:hidden;
	padding:24px 0 0;
}
.content-box .info-box .odd{
	width:293px;
	float:left;
}
.content-box .alternate .odd,
.content-box .personal .odd{
	width:284px !important;
}
.content-box .alternate .odd label,
.content-box .personal .odd label{
	width:130px !important;
}
.content-box .preferences .row strong{
	width:132px !important;
	margin:-1px 0 0;
}
.content-box .info-box .even{
	width:318px;
	padding:0 20px 0 0;
	float:right;
}
.content-box .info-box .row{
	width:100%;
	margin:0 0 12px;
	overflow:hidden;
}
.content-box .info-box .row label,
.content-box .info-box .row strong{
	width:147px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
.content-box .info-box .row label span{
	color:#d66131;
	font-size: 16px;
}
.content-box .info-box .odd select{
	width:146px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:1px 0;
	float:right;
}
.content-box .info-box .odd .text{
	width:142px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:1px 0;
	float:right;
}
.content-box .info-box .even select{
	width:146px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:1px 0;
	float:right;
}
.content-box .info-box .even .text{
	width:142px;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:1px 0;
	float:right;
}
.content-box .info-box .row ul{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.content-box .info-box .row li{
	float:left;
	margin:1px 20px 0 0;
}
.content-box .info-box .row ul label{
	width:auto;
	color:#000;
	padding:1px 0 0 3px;
	line-height:14px;
	font-weight:normal;
}
.content-box .info-box .row ul .checkbox{
	margin:0;
	padding:0;
	border:0;
	width:16px;
	height:16px;
	float:left;
}
.content-box .buttons{
	height:1%;
	overflow:hidden;
	padding:18px 0 14px 345px;
}
.content-box .buttons .image{
	margin:0 17px 0 0;
	float:left;
}
.column-holder{
	padding:0 8px 0 0;
	width:212px;
	float:right;
}
.column-holder h2{
	margin:0 0 8px;
	font-size:14px;
	color:#666;
}
.column-holder p{
	margin:0 0 16px;
	font-size:13px;
	color:#636163;
}
.column-holder p span{
	text-transform:uppercase;
}
.information-holder{
	width:700px;
	float:left;
}
.content-holder .information{
	width:100%;
	overflow:hidden;
	background:url(../Images/bg-information.gif) repeat-y;
}
.content-holder .information .holder{
	width:100%;
	overflow:hidden;
	background:url(../Images/bg-information.gif) no-repeat -700px 0;
}
.content-holder .information .frame{
	height:1%;
	padding:16px 4px 0 10px;
	background:url(../Images/bg-information.gif) no-repeat -1400px 100%;
}
.content-holder .information .frame:after{
	content:"";
	display:block;
	clear:both;
}
.content-holder .information h2{
	margin:0;
	font-size:14px;
	color:#003768;
}
.content-holder .information p{
	color:#111;
	font-size:12px;
	line-height:14px;
	margin:0 0 15px;
}
.content-holder .information .date{
	width:100%;
	margin:0 0 15px;
	overflow:hidden;
	font-size:12px;
	line-height:15px;
}
.content-holder .information .date dt{
	float:left;
	clear:left;
	margin:0 1px 0 0;
}
.content-holder .information .date dd{
	margin:0;
	float:left;
}
.content-holder .information .sponsorship{
	width:100%;
	overflow:hidden;
}
.content-holder .information .sponsorship p{
	margin:0;
}
.content-holder .sponsorship a{
	float:left;
	margin:6px 0 23px;
}
.content-holder .sponsorship a img{
	display:block;
}
.content-holder .information .accreditation{
	width:100%;
	overflow:hidden;
}
.content-holder .accreditation img{
	float:left;
	margin:0 14px 0 0;
}
#main .content-holder .column{
	width:220px;
	float:right;
}
#main .content-holder .column .img{
	width:206px;
	height:132px;
	padding:8px 7px;
	margin:-1px 0 3px;
	overflow:hidden;
	background:url(../Images/bg-column-img.gif) no-repeat;
}
#main .content-holder .column .img img{
	display:block;
}
#main .content-holder .column h2,
#main .content-holder .column h3{
	margin:0 0 6px;
	font-size:18px;
	font-weight:normal;
	color:#e36f1e;
}
.content-holder .column .text-box{
	width:100%;
	padding:0 0 49px;
	overflow:hidden;	
}
.content-holder .column .text-box h3{
	color:#003768 !important;
}
.content-holder .column p{
	margin:0 0 10px;
	font-size:12px;
	color:#003768;
}
.content-holder .column .text-box p{
	color:#111;
}
#sidebar{
	width:230px;
	border-right:1px solid #d7e5f4;
	float:left;
	padding:0 0 63px;
	background:url(../Images/bg-sidebar-box.gif) repeat-y;
}
#sidebar h3{
	margin:0;
	font-size:14px;
	font-weight:normal;
	background:#002d61;
	color:#fff;
	font-weight:normal;
	padding:5px 0 5px 12px;
}
#sidebar .search-nav-holder{
	width:100%;
	overflow:hidden;
	background:#fff;
}
#sidebar .search-nav-holder h3{
	margin:0 0 0 11px;
	color:#003768;
	padding:0;
	background:none;
}
#sidebar .search-nav{
	margin:0;
	padding:11px 0 11px 11px;
	height:1%;
	overflow:hidden;
	list-style:none;
	font-size:12px;
}
#sidebar .search-nav li{
	padding:0 0 0 20px;
	margin:0 0 5px;
	height:1%;
	overflow:hidden;
	background:url(../Images/search-nav-ico01.gif) no-repeat 0 50%;
}
#sidebar .search-nav a{
	color:#003768;
	text-decoration:none;
}
#sidebar .search-nav a:hover{
	text-decoration:underline;
}
#sidebar .box{
	height:1%;
	overflow:hidden;
	padding:10px 0 7px 11px;
}
#sidebar .box h3{
	margin:0 0 2px;
	color:#003768;
	padding:0;
	background:none;
}
#sidebar .box ul{
	margin:0;
	padding:5px 0 0;
	width:100%;
	overflow:hidden;
	font-size:12px;
	border-top:1px solid #c4d8ef;
	list-style:none;
}
#sidebar .box li{
	height:1%;
	overflow:hidden;
	padding:0 0 0 20px;
	margin:0 0 5px;
	color:#003768;
	white-space:nowrap;
	background:url(../Images/search-nav-ico02.gif) no-repeat 0 50%;
}
#sidebar .box ul a{
	color:#003768;
	text-decoration:none;
}
#sidebar .box ul a:hover{
	text-decoration:underline;
}
#content{
	width:700px;
	float:right;
	padding:0 10px 0 0;
}
#content h2{
	margin:0;
	font-size:18px;
	color:#003768;
	font-weight:normal;
}
#content h3{
	margin:0;
	font-size:16px;
	color:#003768;
	font-weight:normal;
}
#content p{
	margin:0;
	font-size:12px;
	color:#111;
}
#content .head{
	width:100%;
	overflow:hidden;
}
#content .form-select{
	float:right;
}
#content .form-select fieldset{
	float:left;
}
#content .form-select select{
	float:left;
	width:300px;
	font:12px Arial, Helvetica, sans-serif;
	color:#717171;
}
#content .activities-holder{
	padding:6px 0 0;
	overflow:hidden;
	width:100%;
	border-bottom:1px solid #d7e5f4;
}
#content .activities-holder .activities-box{
	float:left;
	width:100%;
	padding:14px 0 19px;
	border-top:1px solid #d7e5f4;
}
#content .activities-holder .img{
	float:left;
	padding:5px 0 0;
	display:inline;
	margin:0 10px;
	width:140px;
	overflow: hidden;
}
* html #content .activities-holder .img{
	margin:0 7px 0 10px;
}
#content .activities-holder .img img{
	display:block;
}
#content .activities-holder .text-box{
	height:1%;
	overflow:hidden;
}
#content .activities-holder .text-box h3{
	margin:0;
}
#content .activities-holder .text-box p{
	margin:0 0 3px;
}
#content .activities-holder .functions{
	margin:0;
	padding:0 2px 0 0;
	float:left;
	list-style:none;
}
#content .activities-holder .functions li{
	float:left;
	width:auto;
	padding:0;
	border:0;
	margin:0 9px 0 0;
}
#content .activities-holder .functions a.audio,
#content .activities-holder .functions a.video,
#content .activities-holder .functions a.text {
	color:#000;
	height:18px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#content .activities-holder .audio a.audio {
	width:12px;
	background:url(../Images/bg-functions-nav.gif) no-repeat;
}
#content .activities-holder .video a.video {
	width:20px;
	background:url(../Images/bg-functions-nav.gif) no-repeat -12px 0;
}
#content .activities-holder .text a.text {
	width:16px;
	background:url(../Images/bg-functions-nav.gif) no-repeat -33px 0;
}
#content .activities-holder .cme {
	float:left;
	padding:1px 0 1px 12px;
	background:url(../Images/sep-cme.gif) no-repeat;
}
#content .activities-holder .cme span {
	float:left;
	padding:0 0 0 16px;
	font-weight:normal;
	font-size:14px;
	color:#808080;
	text-decoration:none;
	background:url(../Images/bg-cme.gif) no-repeat 0 50%;
}
#content .activities-holder .cme a:hover{
	text-decoration:underline;
}
#content .activities-holder .cme a span{
	font-size:12px;
}
#content .button-list{
	margin:0;
	padding:5px 0 0;
	width:38px;
	float:right;
	list-style:none;
}
#content .button-list li{
	float:left;
	width:100%;
	padding:0;
	margin:0 0 5px;
}
#content .button-list a.addLink,
#content .button-list a.goLink {
	color:#000;
	height:18px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#content .button-list .go a.goLink {
	background:url(../Images/bg-button-list.gif) no-repeat;
}
#content .button-list .add a.addLink {
	background:url(../Images/bg-button-list.gif) no-repeat -38px 0;
}
.inner-page-nav{
	width:100%;
	margin:27px 0 32px;
	overflow:hidden;	
}
.page-nav-holder{
	width:100%;
	margin:31px 0 9px;
	overflow:hidden;
}
.page-nav{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
.inner-page-nav .page-nav {
	padding:0 7px 0 0;
}
.page-nav li{
	float:left;
	height:25px;
	display:inline;
	color:#003768;
	margin:0 0 0 3px;
}
.page-nav span{
	padding:5px;
	display:block;
}
.page-nav a{
	color:#003768;
	height:15px;
	padding:5px;
	float:left;
	text-decoration:none;
}
.page-nav .previous a{
	padding:5px 5px 5px 26px;
	background:url(../Images/bg-pages-nav-ico01.gif) no-repeat 5px 10px;
}
.page-nav .next a{
	padding:5px 26px 5px 5px;
	background:url(../Images/bg-pages-nav-ico02.gif) no-repeat 40px 10px;
}
.page-nav .active,
.page-nav a:hover{
	padding:4px;
	border:1px solid #7b9ebd;
}
.page-nav .previous .active,
.page-nav .previous a:hover{
	padding:4px 4px 4px 25px;
	background-position:4px 9px;
	border:1px solid #7b9ebd;
}
.page-nav .next .active,
.page-nav .next a:hover{
	padding:4px 25px 4px 4px;
	background-position:39px 9px;
	border:1px solid #7b9ebd;
}


/*pager style adaptations*/
.customPager
{
    float:right;
    margin-bottom: 20px;
}
.customPager a:hover
{
    border:1px solid #7B9EBD;
    padding:4px;
}
.currentPage 
{
    color:#003768;
    float:left;
    height:15px;
    padding:4px;
    text-decoration:none;
    margin: 0 0 0 3px;
    border:1px solid #7B9EBD;
}
.pageNumber
{
    color:#003768;
    float:left;
    height:15px;
    padding:5px;
    text-decoration:none;
    margin: 0 0 0 3px;
}
.pageNumber a:hover 
{
    border:1px solid #7B9EBD;
    padding:4px;
}
.nextPrevButton { display:none; }
.previousPage
{
    color:#003768 !important;
    display:inline;
    float:left;
    height:15px;
    margin:0 3px 0 3px;
    text-decoration: none;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../Images/bg-pages-nav-ico01.gif) no-repeat scroll 5px 10px;
    padding:5px 5px 5px 26px;
}
a.previousPage:hover
{
    background-position:4px 9px;
    border:1px solid #7B9EBD;
    padding:4px 4px 4px 25px;
}
.nextPage
{
    color:#003768;
    display:inline;
    float:left;
    height:15px;
    margin:0 3px 0 3px;
    text-decoration: none;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../Images/bg-pages-nav-ico02.gif) no-repeat scroll 40px 10px;
    padding:5px 26px 5px 5px ;
}
a.nextPage:hover
{
    background-position:39px 9px;
    border:1px solid #7B9EBD;
    padding:4px 25px 4px 4px;
}


#footer
{
    float:left;
	width:100%;
	padding:17px 0 38px;
	background:#fff;
	overflow:hidden;
}
#footer p{
	margin:0;
	font-size:11px;
	color:#bababa;
	text-align:center;
}
.footer-holder a,
#footer a
{
	margin:0;
	font-size:11px;
	color:#bababa;
}
.footer-holder{
	height:1%;
	padding:9px 21px 15px 11px;
	background:#fff url(../Images/bg-footer-holder.gif) no-repeat 10px 0;
	overflow:hidden;
}
.footer-holder ul{
	margin:0;
	padding:0;
	font-size:11px;
	float:left;
	list-style:none;
}
.footer-holder ul li{
	float:left;
	margin:0 22px 0 0;
}
.footer-holder ul a
{
    font-size:11px;
	color:#737373;
	text-decoration:none;
}
.footer-holder ul a:hover{
	text-decoration:underline;
}
.footer-holder p{
	margin:0;
	font-size:11px;
	color:#bababa;
	text-align:right;
}
.listHeaderRow{
    float: right;
    margin-right: 9px;
    margin-bottom: 10px;
    text-align: right;
}
.listHeaderRow input {margin-left:5px;}


/* SLIDER */
.sliderWrapper 
{ 
	float:left;
	padding:5px 0;
	position:relative;
	width:180px;
}
.ajax__slider_h_rail 
{ 
	float: left;
}
.sliderWrapper span.score 
{ 
	float: right;
	padding-right: 12px;
	font-size: 13px; 
	font-weight: bold;
}
