/* NIVO SLIDER */
.nivoSlider {
    position: relative;
    width: 1024px;
    height: 280px;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.nivoSlider a {
    border: 0;
    display: block;
}

/* RHINOSLIDER */
#sponsors_slider {
    width: 100%;
    height: 100px;

    /*IE bugfix*/
    padding:0;
    margin:0;    
}

#sponsors_slider li {
    list-style:none; 
}

/*************************************/

.modal {
    position:absolute;
    width:100%;
    height:100%;
    background-color: #CCCCCC;
    
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    
    display: none;
    
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center; 
}

#body_container {
    width: 1024px;
    margin: auto; 
}

/************************
 **   DEFAULT CONFIGS  **
 ************************/
* {
    margin: 0; padding: 0;
} 
body {
    margin: 0; padding: 0;
    color: #333333;	
    background-color: #F4F4F4;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    line-height: 1.25;
    height:100%;
    overflow: auto;     
}

a {
/*  background: inherit; */
    color: #2B9FDA; 
    text-decoration: none;
}

a:hover {
    color: #2B9FDA;
    text-decoration: underline;
}

img {
    border-style:none;
}

.link {
    cursor: pointer;
}

input, select, textarea {
    color: #333333;
    font-size: 16px;
    width: 100%;
}

input[type='checkbox'], input[type='radio'] {
    width: auto !important;
} 

.clearDiv {
    clear: both;
}

img {
    max-width: 100%;
}

.text-gray {
    color: #999999;
    font-weight: bold;
}

td {
    font-size: initial !important;
}

/************************
 **   GENERIC BUTTONS  **
 ************************/

.generic_button {
    padding: 10px 20px;
    background-color: #2B9FDA;
    font-size: 14px;
    color: #FFFFFF;   
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.0;
    vertical-align: middle;
}

.generic_button_dark {
    background-color: #383838;    
}

.generic_button_red {
    background-color: #dd4b39;    
}

.generic_button:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#generic_link {
    color: #2B9FDA;    
}

#generic_link:hover {
    color: #2B9FDA;
    text-decoration: underline;    
}

/************************
 **   LOGOS           **
 ************************/

.brand {
    max-width: 300px
}

/************************
 **   HEADER           **
 ************************/

#header_container {
    max-width: 100%;
    background-color: #FFFFFF;
    position: relative;
    padding: 40px;
}

#header_container a {
    color: initial;
} 

#header_container a:hover {
    color: #2B9FDA;
    text-decoration: none;      
} 

#header_left_content {
    text-align: left;
    float: left;
    width: 50%;
}

#header_right_content {
    text-align: right;
    float: right;
    width: 50%;  
    text-transform: lowercase !important;
}


/************************
 **   MENU           **
 ************************/

#menu_container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #2B9FDA;    
    color: #FFFFFF;
}

#menu_container a {
    color: #FFFFFF;
} 

#menu_container a:hover {
    text-decoration: none;      
} 

#menu_container_item {
    float: left;
    position: relative;
}

#menu_container_item:hover {

}

#menu_container_item_selected * {
    font-weight: bold;
}

#menu_title_item {
    padding: 10px 15px;
    cursor: pointer;  
    color: #FFFFFF;
}

#menu_title_item:hover * {
    color: #FFFFFF;    
}

.menu_list {
    display: none;
    padding: 10px 15px 10px 15px;
    position: absolute;
    background-color: #2B9FDA;  
    z-index: 1000;
}

#menu {
    white-space: nowrap;
    padding: 2px 0 2px 0;
    cursor: pointer;
}

#menu:hover {
    color: #FFFFFF;
}

#menu_split {
    width: 100%;
    height: 0px;
    margin: 5px 0 5px 0;
    border-top: 1px dashed #FFFFFF;
}

/************************
 **   BANNER             **
 ************************/

#banner_container {
    position: relative;
    max-width: 100%; 
    background-color: #000000; 
    margin: auto;
}

#banner_image {
    background-color: #121212;
}

#banner_image img {
    height: 280px;
    object-fit: cover;
    object-position: center;        
}

/************************
 **   HOME             **
 ************************/
.home-highlight-container {
    max-width: 100%;
    padding: 40px;
    background-color: #FAFAFA;
}

.home-highlight-container h2 {
    color: #2B9FDA;
    font-weight: bold;
    margin-bottom: 10px;
}

.home-highlight-container h3 {
    color: #383838; 
    font-size: 1.5em;
}

.home-highlight-container .home-highlight-left {
    float: left;
    width: 70%;
}

.home-highlight-container .home-highlight-right {
    float: left;
    width: 30%;
    text-align: right;
}

.home-info-container .home-info-left {
    float: left;
    width: 30%;
}

.home-info-container .home-info-left img {
    max-width: 90%;
}

.home-info-container .home-info-right {
    float: right;
    width: 70%;
}

.home-sponsors-container h2 {
    color: #2B9FDA;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    max-width: 75%;
}

.home-sponsors-container h2:not(:first-of-type) {
    margin-top: 1.0rem;
}

.home-sponsors-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-sponsors-container .home-sponsors-element {
    display: inline-block;
    margin: 20px;
}

.home-sponsors-container .home-sponsors-element img {
    max-width: 150px;
    max-height: 75px;
}

/************************
 **   REGISTRATIONS    **
 ************************/
#dateInterval{
    font-weight: bold;
    color: #2B9FDA;
}


/************************
 **   MAIN             **
 ************************/

#main {
    position: relative;
    margin: auto;    
    min-height: 200px;
    background-color: #FFFFFF;
    padding: 40px;
    overflow: auto;
}

#main_home {
    position: relative;
    margin: auto;    
    min-height: 200px;
    background-color: #FFFFFF;
    padding: 40px;
    overflow: auto;
}

#main_content_title {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
}

#main_content {
    text-align: left;
    height: 357px; /*375px;    */
    overflow: auto;
    padding-right: 5px;
}

#main_content_home {
    text-align: left;
    /*height: 276px;    
    overflow: auto;*/
    padding-right: 5px;
}

#main_content_home_left {
    float: left;
    width: 50%;
}

#main_content_home_right {
    float: left;
    width: 50%;
    position: relative;
}

#content_banner_image_description {
    position: relative;    
    width: 256px;
    margin: auto; 
    background-color: #FF6600; 
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;    
}

#content_banner_image_container {
    position: relative;
    width: 256px;
    min-height: 100px;
    margin: auto; 
    padding: 10px;
    background-color: #FFD1B2;
}

#content_banner_image_slider {
    width: 100%;
    height: 174px;  
/*
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;     
    box-shadow: 1px 1px 1px #999999;     */
}

#content_banner_image_round {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;     
    box-shadow: 1px 1px 1px #999999;        
}

#content_banner_image {
    width: 100%;
    height: 174px;
    background-color: #121212; 
}

.rounded_image {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;     
    box-shadow: 1px 1px 1px #999999;            
}

#main_content_left {
    float: left;
    text-align: left;
    height: 375px;    
    overflow: auto;
    padding-right: 5px;
    width: 65%;
    border-right: 1px dotted #9B9B9B;
    padding-right: 17px;
}

#main_content_right{
    float: left;
    padding-left: 17px;
    width: 30%;
    text-align: left;
    height: 375px;    
}

#main_content_right_photo_frame {
    width: 272px; 
    border: 1px solid #E2E2E2;
    padding: 4px;
    margin-bottom: 29px;
}

#main_content_right_photo {
    width: 272px; 
}

#main_content_right_text {
    width: 282px; 
}

#main_content_home_box_container {
    width: 85%;
    margin: auto;
}

#main_content_home_box {
    width: 100%;
    /*height: 70px;*/
    padding: 9px 18px 9px 18px;   
    /*background-color: #FFD1B2;*/
    z-index: 500;
    margin-bottom: 15px;    
}

#main_content_home_highlight_box {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    padding: 6px 18px 0px 18px;
    width: 100%;
    height: 22px;
    text-align: left;
    /*background-color: #FF6600;*/
    z-index: 500;
}

.main_content_home_box_info {
    z-index: 600;
}

#main_content_home_box_main_info {
    font-style: italic;
    font-size: 22px;
    margin-bottom: 13px;
    color: #333333;
    text-transform: uppercase;
    line-height: 1;
}

#main_content_home_box_secundary_info {
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
}
/*
div.main_content_home_box_info {
    position: absolute;
    width: 329px;
    top: 0px;
    left: 0px; 
}*/

#main_content_home_box_button {
    width: 171px;
    height: 15px;
    padding: 8px 19px;
    font-weight: bold;
    font-size: 13px;
    background-color: #282828;
    color: #FFFFFF;   
    cursor: pointer;
}

#main_content_home_button:hover {
    color: #2B9FDA; 
}

#main_content_home_box_read_more {
    font-size: 9px;
    color: steelblue;
}

#main_content_home_box_read_more:hover {
    color: #2B9FDA;
}

/***********************
 **   PERSONS         **
 ***********************/
#persons_horizontal_line {
    border-top: 1px dotted #9B9B9B;
    margin-bottom: 15px;
    width: 100%;
}

#persons_content {
    /*float: left;*/
    width: 100%;
    margin-bottom: 15px;
}

#persons_photo_content {
    float: left;
    width: 28%;
}

#persons_info_content {
    float: left;
    width: 65%;
}

#persons_photo_frame {
    width: 93px;
    height: 93px;
    border: 1px solid #E2E2E2;
    padding: 4px;
}

#persons_photo_overflow {
    height: 92px;
    overflow: hidden;
}

#persons_photo {
    width: 92px; 
}

#persons_text {
    height: 48px;
    font-size: 12px;
    overflow: hidden;
}

#persons_read_more {
    font-size: 9px;
    color: steelblue;
    margin-bottom: 5px;
}

#persons_name {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 6px;
    color: #292929;
}

#persons_email {
    margin-bottom: 5px;
}

#persons_institution {
    margin-bottom: 5px;
}

#persons_communication {
    font-style: italic;
    font-size: 10px;
}

#persons_country {
    margin-bottom: 5px;
    text-transform: uppercase;
}

#persons_role {
    color: #666666;
    font-size: 12px;
}

#persons_window_content {
    position: relative;
    padding: 20px 10px;
}

#persons_window_close {
    position: absolute;
    top: 0px;
    right: -8px;
    cursor: pointer;
}

#persons_window_title {
    margin-bottom: 25px;
    text-align: left;
    font-size: 26px;
    text-align: left;
    color: #333333;
}

#persons_window_left_content {
    float: left;
    width: 61%;
    height: 350px;
    overflow: hidden;
    padding-right: 20px;
    border-right: 1px dotted #9B9B9B;
}

#persons_window_right_content {
    float: left;
    width: 32%;
    height: 225px;
    overflow: hidden;
    padding-left: 20px;
}

#persons_window_text {
    height: 100%;
    overflow: hidden;
    font-size: 12px;
}

#persons_window_photo_content {
    margin-bottom: 30px;
}

#persons_window_crossline {
    position: absolute;
    background-image: url('../images/crossline.png');
    cursor: pointer;
    right: 0px;
    width: 128px;
    height: 128px;
}

/************************
 **   USER REG         **
 ************************/
#user_reg_login_content {
    width: 700px;
    margin: auto;
    border: 1px solid #000000;
    padding: 15px;
    background-color: #F0F0F0;    
}

#user_reg_login_content_left {
    float: left;
    width: 50%; 
}

#user_reg_login_content_right {
    float: left;
    width: 50%; 
}

#user_reg_login_content_right_option {
    padding-top: 15px;
    padding-bottom: 5px;
}

#user_reg_login_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

#user_reg_login_explain_text {
    padding-top: 5px;
    padding-bottom: 5px;    
}

#user_reg_button {
    text-align: center;
    width: 100px;
    height: 15px;
    padding: 8px 0px 8px 0px;
    font-weight: bold;
    font-size: 13px;
    background-color: #2B9FDA;
    color: #FFFFFF;   
    cursor: pointer;
}

#user_reg_button:hover {
    background-color: #547A02;
}

/************************
 **   PROGRAM          **
 ************************/

#cvBorder{
	position: absolute;
	top: 150px;
	left: 300px;
	width: 700px;
	height: 500px; 
} 

#cvBox{
	clear: both;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: 480px;
	cursor: default;
}

.textareaFormat{
	border: none;
	resize: none;
	background-color: transparent;
	width: 650px;
	height: 200px;
}

.tabselector, .tab-selector{
	border-bottom: 1px solid #C0C0C0;
	padding: 10px 0px 0px 20px;
	width: auto;	
	font-size: 13px;
}

#tabcontrol{}
	
.tab-selected{
	border-color: #C0C0C0;
	border-style: solid solid none;
	border-width: 1px 1px 0px;
	display: inline;
	margin-left: 2px;
	padding: 2px 5px 1px 5px;
	position: relative;
}

.tab-unselected{
	background-color: #cecece;
	border-color: #C0C0C0;
	border-style: solid solid none;
	border-width: 1px 1px 0pt;
	color: #C0C0C0;
	display: inline;
	margin-left: 2px;
	padding: 2px 6px 0px 6px;
	position: relative;	
}

.tab-unselected a {
	color: #666666;
	font-weight: normal;
}

.tab-selected a {
	font-weight: bold;
}

#tabProgramDay{
	border-bottom: 1px solid #C0C0C0;
	padding: 10px 0px 0px 20px;
	font-size: 13px;
	width: auto;
}

.tabDaySelector{
    margin-bottom: 5px;
}

.dayNSelected{
	background-color: #cecece;
	border-color: #C0C0C0;
	border-style: solid solid none;
	border-width: 1px 1px 0pt;
	color: #C0C0C0;
	display: inline;
	margin-left: 2px;
	padding: 5px 6px;
	position: relative;	
}

.daySelected{
	border-color: #C0C0C0;
	border-style: solid solid none;
	border-width: 1px 1px 0px;
	display: inline;
	margin-left: 2px;
	padding: 5px 5px;
	position: relative;
}

.dayNSelected a {
	color: #666666;
	font-weight: normal;
}

.daySelected a {
	font-weight: bold;
}

.programGlance{
        color: #FFFFFF;
        background-color: #2B9FDA;
	border-color: #2B9FDA;
        font-weight: bold;
	border-style: solid solid none;
	border-width: 1px 1px 0px;
	display: inline;
	margin-left: 2px;
	padding: 5px 5px;
	position: relative;
}

.programGlance:hover{
    background-color: #547A02;
    border-color: #547A02;        
}

.programBoard{
	padding-top: 10px;
}


.programContent{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	list-style: none;
}

.programContentType{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 0px 15px 15px 15px;
	list-style: none;
}

#programContentDiv{
	padding: 10px 10px 10px 10px; 
        height: 268px;
        overflow: auto; 
        position: relative;
}

#programContentHighlight{
	padding: 13px 10px 10px 10px; 
        width: 80px;
        height: 77px;
        position: absolute;
        text-align: center;
        background-color: #2B9FDA;
        top: 30px;
        right: 20px;
        cursor: pointer;
        -moz-border-radius: 53px;
        -webkit-border-radius: 53px;
        -khtml-border-radius: 53px;
        border-radius: 53px;  
        z-index: 999;
        border: 3px solid #FFFFFF;
        color: #FFFFFF;
        font-weight: bold;
}

#programContentHighlight:hover{
    background-color: #547A02;
}

.boardHour{
	float: left; 
	width: 90px;
}

.boardName{
	float: left;
	font-weight: bold;
	width: 550px;
}

.boardRoom{
	float: left;
	display: block;
}

.boardModerators{
	padding-left: 90px; 
	clear: both;
}

.moderator{
	padding-top: 5px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.moderatorName{
	float: left;
	font-size: 12px;
	padding-left: 90px;
        color: #2B9FDA;
}

.presentationBoard{
	padding-top: 5px;
	text-align: justify;
}

.presentationHour{
	float: left;
	width: 90px;
}

.presentationSummary{
	display: block;
	padding-left: 90px;
}

.presentationTitle{
	float:left;
	padding-right: 10px;
}

.programSpeaker{
	padding-top: 5px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.programSpeakerName{
	float:left; 
	font-size: 12px;
	padding-left: 90px;
}

/*
#programWindow{
	background-color: <?= $body_content_bg_color?>;
	font-family: <?= $font_family?>;
	color: <?= $body_content_txtColor?>;
}
*/

.programDiv{
	margin: 10px 20px 10px 20px;
}

.programTypePrint{
	margin: 15px 0px 15px 0px;
}

.programDayPrint{
	margin-top: 15px; 
	font-weight: bold; 
}

/************************
 **   SPONSORS         **
 ************************/
#sponsors_sponsor_type_title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;    
}

#sponsors_sponsor_type_content {
    margin-bottom: 20px;
}

#sponsors_support_horizontal_line {
    border-top: 1px dotted #9B9B9B;
    margin-bottom: 30px;
}

#sponsors_support_content {
    float: left;
    width: 50%;
    margin-top: 10px;
}

#sponsors_support_photo_content {
    float: left;
    width: 28%;
}

#sponsors_support_photo_frame {
    width: 93px;
    /*height: 93px;*/
    border: 1px solid #E2E2E2;
    padding: 4px;
}

#sponsors_support_photo_overflow {
    max-height: 92px;
    overflow: hidden;
}

#sponsors_support_photo {
    width: 92px; 
}

#sponsors_support_info_content {
    float: left;
    width: 65%;
}

#sponsors_support_institution {
    text-align: left;  
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sponsors_home_photo_frame {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 17px;
}

#sponsors_home_photo_overflow {
    max-height: 90px;
    overflow: hidden;
}

#sponsors_home_photo {
    width: 90px; 
}

/************************
 **   ABSTRACTS        **
 ************************/

#abstractsContentHighlight{
    padding: 13px 10px 10px 10px; 
    width: 80px;
    height: 77px;
    text-align: center;
    background-color: #2B9FDA;
    -moz-border-radius: 53px;
    -webkit-border-radius: 53px;
    -khtml-border-radius: 53px;
    border-radius: 53px;  
    z-index: 999;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}

/************************
 **   CONTACTS         **
 ************************/

#contacts_label {
    font-weight: bold;
}

#contacts_text {
    margin-bottom: 15px;
}

/************************
 **   FOOTER           **
 ************************/

#footer_container {
    max-width: 100%;
    background-color: #383838;    
    color: #999999;
    padding: 40px;
    font-size: 14px;
}

#footer_container h3,
#footer_container a {
    color: #FFFFFF;
}

#footer_left_block {
    float: left;
    width: 65%;
}

#footer_right_block {
    float: right;
    width: 30%;
}

/************************
 **  FORM              **
 ************************/
.mainDiv {
    padding: 10px;
}

.formLeft{
	width: 30%;
	float: left;
	margin-bottom: 3px;
	text-align: left;
}

.formRight{
	width: 70%;
	float: left;	
	margin-bottom: 3px;
	text-align: left;
	padding: 0px;
	display: inline;
}

.clearDiv{
    clear: both;
}

.inputForm{
	width: 100%;
	padding: 2px;
	border: solid 1px #999999;
} 

.textareaForm{
	width: 100%;
	height: 100px;
	border: solid 1px #999999;
	padding: 2px;	
}

.selectForm{
	padding: 2px;
	width: 100%;
	z-index:0;
	border: solid 1px #999999;
}

#regPrices{
	margin: 10px 0px 0px 10px;
	font-weight: bold;
}

#regPricesValues{
}

.priceType{
	float: left;
	width: 85%;
}

.priceValue{
	float: left;
	width: 10%;
	text-align: right; 
}

.quantity{
	float: left;
	width: 5%;
	text-align: left;
}

#buyDetails{ }

.buyInformation{
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #2B9FDA;
        color: #2B9FDA;
}

.itemDescLeft{
	width: 80%;
	float:left;
}

.itemDescRight{
	padding-left: 0px;
	width: 20%;
	float: left;
	text-align: right;
}

.priceDescRight{
	padding-left: 0px;
	width: 80%;
	float: left;
}

.priceDescLeft{
	width: 20%;
	float:left;
	text-align: right;
	font-weight: bold;
}

.backButton{
	float: left;
	width: 50%;
}

.sendForm{
	float: left;
	text-align: right;
	width: 50%; 
}

#buySubInformation {
    margin-top: 20px;
    font-weight: bold;
    font-style: italic;
}

#itensDetails {
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
        border-color: #2B9FDA;
}

#registrationDetails {
	border-style: dotted;
	border-color: #2B9FDA;
	border-width: 2px;
	padding: 5px;
}

/************************
 **   WHEE TAB STEPS   **
 ************************/

#tabSelector {
	float: left;
	width: 98%;
	border-bottom: 1px solid #c0c0c0;
	padding: 0px 10px 0px 10px;
}

#tabItem {
	float: left;
	padding: 3px 7px 2px 7px;
	background: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-bottom: 0;
	color: #c0c0c0;
	position:relative;
	margin-left: 2px;
	margin-top: 3px;
}

#tabItem a {
	color: #000000;
	text-decoration: none;
	display: block; 
}

#tabItemSelected {
	float: left;
	padding: 3px 7px 2px 7px;
	background: #ffffff;
	border: 1px solid #c0c0c0;
	border-bottom: 1px solid #FFFFFF;
	bottom: -1px;
	position:relative;
	margin-left: 2px;
	margin-top: 2px;
}

#tabItemSelected a {
	text-decoration: none;
	font-weight: bold;
	color: #2B9FDA;
	display: block;
}

#stepItem {
	float: left;
	padding: 3px 20px 2px 20px;
	background: #2B9FDA;
	/*border: 1px solid #c0c0c0;*/
        font-weight: bold;
	border-bottom: 0;
	color: #FFFFFF;      
	position:relative;
	margin-left: 2px;
	margin-top: 3px;
}

#stepItem a {
	color: #FFFFFF;
	text-decoration: none;
	display: block; 
}

#stepItemArrow {
    float: left;
    margin: 8px 5px 0px 5px;
}

#stepItemSelected {
	float: left;
	padding: 3px 20px 2px 20px;
	background: #ffffff;
	border: 1px solid #2B9FDA;
        color: #2B9FDA;
        font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	bottom: -1px;
	position:relative;
	margin-left: 2px;
	margin-top: 2px;
}

#stepItemSelected a {
	text-decoration: none;
	font-weight: bold;
	color: #A5242D;
	display: block;
}

#editSection{
	min-height:300px;
	border-bottom: 1px solid #C0C0C0;
	clear:both;
}
