body {
    color: #333333;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 0.85em;
    margin: 0px;
    line-height: 1.42857;
}

#mainTable P {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
}

.LargerContent {
    font-size: 10pt;
}

/* Common heading styles */
#mainTable H1 {
    color: #14AFC4;
    /*font-family: 'Montserrat',sans-serif;*/
    font-size: 3em;
    font-weight: bold;
    margin: 0;
}

#mainTable H2 {
    color: #3F3F3F;
    font-size: 1.5em;
    font-style: italic;
    margin-top: 0;
}

#mainTable H3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

#mainTable H4 {
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #3F3F3F;
    padding: 0px;
    margin: 0px;
}

#mainTable H5 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
/* End Common heading styles */

.SmallItalic {
    font-style: italic;
    font-size: 13px;
}

.LoginInstructions {
    font-size: 11px;
    font-weight: bold;
}

/*From escardio web site */
.Level1HomePageHeader {
    border-bottom: thin solid #E5EBEB;
    border-top: 0 none;
    font-size: 1.25em;
    font-weight: bold;
   /* text-align: center;*/
}

.Level1OneHomePageHeader {
    color: #B31134;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

/* Bullets and asterisk Style*/
.ErrorText {
    font-weight: bold;
    color: Red;
}

.Asterisk {
    font-weight: bold;
    color: Red;
    font-size: medium;
    vertical-align: top;
}

ul > li {
    list-style-type: disc;
}

.mainNavigationPlaceHolder ul > li {
    list-style-type: none;
}

ul.DashBoardUl {
    padding-right: 10px;
    margin-top: 40px;
    padding-left: 0px;
}

li.DashBoard {
    list-style-image: none;
    list-style-type: none;
}

li.DashboardMyActivitiesLi {
    /*margin-left: -20px;*/
    padding-left: 0px;
}

ul.DashboardMyActivitiesUl {
    margin-bottom: -5px;
    margin-top: 0px;
}

/* End Bullets and asterisk Style*/

/* Tables style*/
table {
    border: 0px;
    border-collapse: collapse;
}

.HotNewsItemTable {
    background-color: white;
}

/*
td {
    color: #414953;
    font-size: 11px;
}
*/

td.centralCell {
    vertical-align: top;
    width: 100%;
}

/*Left Menu*/
.BoxNavigation {
    text-decoration: none;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 15px;
    font-size: 13px;
    color: #888888;
    width: 189px;
}

    .BoxNavigation a,
    .BoxNavigation a:link,
    .BoxNavigation a:visited {
        padding: 3px 0 3px 25px;
        font-size: 13px;
        color: #888888;
        text-decoration: none;
        display: block;
        background: url("../images/bullet-disc.jpg") no-repeat scroll 10px 8px rgba(0, 0, 0, 0);
    }

        .BoxNavigation a:hover {
            background: url("../images/bullet-disc-blue.jpg") no-repeat scroll 10px 8px rgba(0, 0, 0, 0);
            color: #13AFC5;
            display: block;
            text-decoration: none;
        }


.BoxTitle {
    font-size: 16px;
    color: #999999;
    font-family: open sans;
    text-align: left;
}

/*
.Divider {
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2px; 
  }
    */

.Divider li {
    /* 	background-image: url(/myESC/images/red_bullet.gif); 	background-repeat: no-repeat; 	background-position: 0 13; 	*/
    list-style-image: none;
    list-style-type: none;
    margin-top: -13px;
}

.webPanelHeaderClassic {
    background-image: url('../images/Contact-2-Add.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 35px;
}

.webPanelHeaderHoverClassic {
    background-image: url('../images/Contact-2-Add.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 35px;
    cursor: pointer;
    text-decoration: underline;
}

.webPanelHeaderExcel {
    background-image: url('../images/Group-Add.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 35px;
}

.webPanelHeaderHoverExcel {
    background-image: url('../images/Group-Add.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 35px;
    cursor: pointer;
    text-decoration: underline;
}

/*End Left Menu*/

.UserControlDisplay {
    color: black;
    font-size: 14px;
    width: 97%;
    /*
    border-width: 1px;
    border-style: solid;
    border-color: #a8b0b2;
        */
    margin: 0px 10px 0px 10px;
}

.UserControlBundleDisplay {
    color: black;
    font-size: 14px;
    width: 100%;
}


*.UserControlDisplay h3 {
    color: #414953;
}

div.UserControlDisplay {
    text-align: left;
    /* padding: 5px 5px 5px 5px;*/
}

/*DataGrid*/
.DefaultGridTable {
    background-color: #c8d2d3;
    border: none;
}

.DefaultGridRowHeader {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    background-color: #e5ebeb;
    border: none;
}

.DefaultGridRow {
    background-color: #ffffff;
}

.SelectedGridRow {
    background-color: #91C1C1;
    font-weight: bold;
}

.DefaultGridAlternateRow {
    background-color: #dcdcdc;
}

.DefaultGridCell {
    border: none;
}

.DefaultGridDescriptionColumn {
    padding: 2px 5px 2px 5px;
    width: 70%;
}
/*End DataGrid*/

.DashboardBoxBorder {
    height: 200px;
    border: none;
    border-top-style: none;
}

/*From escardio web site*/
.Level1SubTableCell {
    border-bottom: 2px solid #13AFC5;
    padding: 2px;
}

.level1SubTableCell {
    border-bottom: 2px solid #13AFC5;
    padding: 2px;
}

/* End Tables style*/

/* Header & Footer Style*/
/*
.footer {
    color: #A8B0B0;
    font-size: 11px;
}
*/

.bgFooterColor {
    background-color: #B31134;
    border-top: solid 2px #7B0026;
}

/* End Header & Footer Style*/

/* Normal links and rollovers */
/*
 a, 
 a:visited, 
 a:active {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: #999999;
    text-decoration: none;
    color: #13afc5;
}

 a:hover {
        font-size: 1.2em;
        font-family: 'Open Sans', sans-serif;
        color: #13AFC5;
        text-decoration: underline;
    }
*/
/* End Normal links and rollovers */

/* Header link styles */
a.GeneralMenuLink,
a:visited.GeneralMenuLink {
    /*
    font-size: 1em;
    font-family: 'Open Sans';
    text-decoration: underline;
    font-weight: 400;
    color: #008294;
    */
    text-decoration: underline;
}

a:hover.GeneralMenuLink,
a:active.GeneralMenuLink {
    /*
    font-family: 'Open Sans';
    text-decoration: underline;
    color: #D00040;
    */
}

a.LogOutLink, a:visited.LogOutLink, a:hover.LogOutLink, a:active.LogOutLink {
    font-size: 12px;
    font-weight: bold;
    color: #D00040;
}

/*From escardio web site */
a.Level1OneHomePageHeader, a:visited.Level1OneHomePageHeader, a:hover.Level1OneHomePageHeader, a:active.Level1OneHomePageHeader {
    color: #B31134;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
/* End Header link styles */

/* Footer link styles */
a.FooterLink, a:active.FooterLink, a:visited.FooterLink {
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
    color: #008294;
}

a:hover.FooterLink {
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
    color: #D00040;
}
/* End Footer link styles */

/* Drop down list style*/
.formDropDownListText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
}
/* End Drop down list style*/

/* Buttons style */
.formBtnText {
    background-color: #3C3C3C;
    color: #FFFFFF;
    /*font-family: montserrat;*/
    padding: 10px;
    font-size: 1.2em;
    outline: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

    .formBtnText:hover {
        color: white !important;
        /*background: #13AFC5;
        color: white !important;
        font-family: montserrat;
        padding: 10px;
        font-size: 1.2em;*/
    }

.formEditorBtnText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
    background-color: #BED2ED;
}
/* End Buttons style */

/* CheckBox & Radio button style */
.formCheckboxText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
}

.formCheckboxListText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
}

.formRadio {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
    width: 150px;
}

.formRadioButtonListText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
}
/* End CheckBox & Radio button style */

/* ListBox style */
.formListBoxText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
}
/* End ListBox style */

/* TextBox style */
.formTextboxText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
}

.formInputBoxText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
    width: 150px;
}

.formInputMultiLineText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
}

.formLargeInputBoxText {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
    width: 250px;
}

.formInputBoxTextLogin {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
    width: 150px;
}

.formInputBoxTextPassword {
    color: #000000;
    font: 11px verdana;
    text-decoration: none;
    width: 100px;
}

.formRichTextBox {
    color: #000000;
    font: 11px verdana;
}
/* End TextBox style */

/* Font Style for little text at bottom of pages */
.topNewsHeader {
    font-size: 0.6em;
    letter-spacing: 4px;
    color: #000000;
}

.fontBottomPageTest {
    font: xx-small verdana;
    padding-top: 10px;
}
/* End Font Style for text at bottom of pages */

.fontDefaultAddress {
    font: 11px verdana;
    color: black;
    border: none;
    font-weight: bold;
}

.fontJournalAddress {
    font: 11px verdana;
    color: #394248;
    border: none;
}

.fontActivityLevel1 {
    font: 11px verdana;
    color: black;
    font-weight: bold;
}

.fontSpecialityLevel1 {
    /*
    font: 10px verdana;
    color: black;
*/
}

/* Style for breadcrumbs */
/*
.BreadCrumb {
    margin-left: 10px;
}
*/
/*
.BreadCrumbSeparator {
    font-size: 10px;
    font-weight: normal;
    color: #D00040;
}

a.BreadCrumbLink, a:visited.BreadCrumbLink {
    font-size: 10px;
    text-decoration: underline;
    font-weight: normal;
    color: #008294;
}

a:hover.BreadCrumbLink, a:active.BreadCrumbLink {
    font-size: 10px;
    text-decoration: underline;
    font-weight: normal;
    color: #D00040;
}
*/
/*Drop-down menu styles*/
.TopMenuGroup {
    padding: 0px;
}

.TopMenuItemOver {
    cursor: pointer;
    cursor: hand;
}

.MenuGroup {
    border: 1px;
    border-style: solid;
    border-color: #C8D2D1;
}

.MenuItem {
    background-color: #E5EBEB;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
    color: #008294;
}

.MenuItemOver {
    background-color: #E5EBEB;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    color: #D00040;
}

.MenuItemDown {
    background-color: #E5EBEB;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 2px;
    cursor: default;
    color: #D00040;
    cursor: pointer;
    cursor: hand;
}
/*End Drop-down menu styles*/

.bgColorLeftMenu {
    background-color: #E3CFD6;
    height: 100%;
}

.InfoRequestForm {
    font-size: 11px;
}

/*Fellows*/
a.literalTabs, a:visited.literalTabs, a:active.literalTabs {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #008294;
}

a:hover.literalTabs {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #D00040;
}

.fellowDirectoryLetter {
    font-weight: normal;
    font-size: 80px;
    color: #D00040;
}

.fellowContent {
    font-size: 10pt;
}
/*End Fellows*/

/*
#tableLogOffInfo TD {
    font-size: x-small;
}
 */

.webprofile {
    width: 100%;
}

div.webprofile {
    padding-top: 5px;
}

.webprofile_image {
    padding: 0px 5px 5px 0px;
    float: left; /* 	padding: 0px 0px 5px 5px; 	float:right; 	*/
}

.membership_directory {
    font-size: 10pt;
}

    .membership_directory a {
        font-size: 10pt;
    }

.membership_directory_header {
    text-align: left;
}

    .membership_directory_header a {
        background: url(/myESC/images/sort_icon.gif) no-repeat 95% 50%;
        padding-right: 25px;
    }

div.membership_directory {
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px; /* 	border-width: 1; 	border-style: solid; 	border-color: #a8b0b2; 	*/ /*background-color:  #e5ebeb;*/
}

th.membership_directory {
    text-align: left;
}

div.webProfile {
    padding-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.infoRedBold {
    color: #B31134;
    font-weight: bold;
}

/*************************************************************************************/
/*										MAIN HEADER								 	 */
/*************************************************************************************/
.mainHeaderPanel {
    padding-top: 10px;
    background-position: -4px 4px;
    background-image: url('../images/bg_banner_mainHeader.gif');
    background-repeat: repeat-x;
    width: 100%;
}

.searchPanel {
    text-align: -moz-right !important; /* compatibility with Firefox */
    text-align: left; /* only for IE6 & IE7 */
    width: 912px; /*margin-right:25px;*/
}

/*
.logo {
    background: transparent url('../images/LogoESC.gif') no-repeat scroll 0%;
    float: left;
    height: 86px;
    margin: 4px 0px 0px 4px;
    width: 81px;
}
*/

.log_in_out {
    float: left;
    width: 700px;
}

/*************************************************************************************/
/*									BUTTON Admin								 */
/*************************************************************************************/
.btnAdmin {
    width: 54px;
    height: 21px;
    padding: 0px 5px 0px 0px;
}

    .btnAdmin a {
        background: url('../images/btnAdmin.gif');
        background-repeat: no-repeat;
        width: 54px;
        height: 21px;
        text-decoration: none;
        display: block;
        background-position: 0px 0px;
    }

        .btnAdmin a:hover {
            background-repeat: no-repeat;
            background-position: 0px -21px;
        }

/*************************************************************************************/
/*									BUTTON FAQs								 */
/*************************************************************************************/
.faqs {
    width: 47px;
    height: 21px;
    padding: 0px 5px 0px 0px;
}

    .faqs a {
        background: url('../images/btnFAQs.gif');
        background-repeat: no-repeat;
        width: 47px;
        height: 21px;
        text-decoration: none;
        display: block;
        background-position: 0px 0px;
    }

        .faqs a:hover {
            background-repeat: no-repeat;
            background-position: 0px -21px;
        }

/*************************************************************************************/
/*									BUTTON CONTACT US								 */
/*************************************************************************************/
.contactus {
    width: 83px;
    height: 21px;
    padding: 0px 5px 0px 0px;
}

    .contactus a {
        background: url('../images/btnContactUs.gif');
        background-repeat: no-repeat;
        width: 83px;
        height: 21px;
        text-decoration: none;
        display: block;
        background-position: 0px 0px;
    }

        .contactus a:hover {
            background-repeat: no-repeat;
            background-position: 0px -21px;
        }

/*************************************************************************************/
/*									MENU MY ESC								 		 */
/*************************************************************************************/
.loginMyESC a {
    background: url('../images/TopButtonMyESC.gif');
    background-repeat: no-repeat;
    width: 83px;
    height: 22px;
    text-decoration: none;
    display: block;
    background-position: 0px 0px;
}

    .loginMyESC a:hover {
        background-repeat: no-repeat;
        background-position: 0px -23px;
    }

.my_esc_menu {
    text-align: right;
}
/*
.menuMyESC{
	width:83px;
	height:23px;
	background: url('../images/TopButtonMyESC.gif');
}
.MyESCNavItem 
{
	color: #D00040;
	text-align:center;
	font-weight :bold ;	
	width:83px;
}

.menuMyESC a:hover ,
.menuMyESC a:focus 
{
	color: #D00040;
}


.MyESCNavFlyOuts
{
	color: #D00040;
	margin-top:22px;
}

.MyESCNavFlyOutsItem
{
	background-color:#DAE4E9;
	border-bottom: 2px solid #FFFFFF;	
	font-size:11px;
	color: #008294;
	text-align:left;

	white-space:normal ;	
	display:block ;
	padding: 2px 5px 2px 5px;

}

.MyESCNavFlyOutsItem a,
.MyESCNavFlyOutsItem a:visited 
{
}

.MyESCNavFlyOutsItem a:hover 
{
	color:#D71541;
}
.MyESCNavFlyOutsHover
{
	background-color:white;	
}
*/
/*************************************************************************************/
/*								LEFT NAVIGATION MENU								 */
/*************************************************************************************/
.leftNav {
    background: #ffffff; /*border-top: 2px #B4B4B4 solid;		 	border-left: 2px #B4B4B4 solid;*/
    border-bottom: 2px #B4B4B4 solid;
    width: 189px;
}

.leftNavItem {
    text-decoration: none;
    background-color: #F2F2F2;
    border-bottom: 2px solid #FFFFFF;
    font-size: 11px;
    color: #888888;
    display: block;
}

    .leftNavItem a, .leftNavItem a:link, .leftNavItem a:visited {
        display: block;
        background-color: #F2F2F2;
        padding: 8px 0px 8px 15px;
        font-size: 11px;
        color: #888888;
        text-decoration: none;
    }

.leftNavFlyOuts {
    border-top: 2px #B4B4B4 solid;
    border-bottom: 2px #B4B4B4 solid;
    margin: 0px;
    padding: 0px;
}

.leftNavFlyOutsItem {
    margin: 0px;
    background-color: #F2F2F2;
    white-space: nowrap;
    display: block;
    font-size: 11px;
    color: #888888;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    padding: 5px 10px 5px 5px;
    text-decoration: none;
}

    .leftNavFlyOutsItem a, .leftNavFlyOutsItem a:link, .leftNavFlyOutsItem a:visited {
        margin: 0px;
        display: block;
        background-color: #F2F2F2;
        font-size: 11px;
        color: #888888;
        text-decoration: none;
        white-space: nowrap;
    }

        .leftNavHover, .leftNavHover a, .leftNavHover a:link, .leftNavHover a:visited, .leftNavHover a:hover, .leftNavHover a:active, .leftNavHover a:focus, .leftNavFlyOutsHover, .leftNavFlyOutsHover a, .leftNavFlyOutsHover a:link, .leftNavFlyOutsHover a:visited, .leftNavFlyOutsHover a:hover, .leftNavFlyOutsHover a:active, .leftNavFlyOutsHover a:focus, .leftNavItem a:hover, .leftNavFlyOutsItem a:hover, .leftNavSelected, .leftNavSelected a, .leftNavSelected a:link, .leftNavSelected a:visited, .leftNavSelected a:hover, .leftNavSelected a:active, .leftNavSelected a:focus {
            background-color: #FFFFFF;
            color: #D00040;
            display: block;
            text-decoration: none;
        }


/*************************************************************************************/
/*								TOP NAVIGATION MENU									 */
/*************************************************************************************/

.topMenuBg {
    background-position: 0px 0px;
    background-image: url('../images/bg_topNav_menu.gif');
    background-repeat: repeat-x;
    margin-top: 10px;
}

.topNav {
    background-position: 0px 0px;
    background-image: url('../images/bg_topNav_menu.gif');
    background-repeat: repeat-x;
    width: 912px; /*width:100%;*/
    height: 24px;
    font-weight: bold;
    vertical-align: bottom; /*margin-top:2px;*/
    white-space: normal;
}

.topNavItem, .topNavItem a:link, .topNavItem a:visited {
    /*margin:0px 0px 0px 0px;*/
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    color: #FFFFFF;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    font-size: 12px !important;
    text-decoration: none;
    font-weight: bold;
    text-align: -moz-center !important;
    text-align: center;
    white-space: nowrap;
}

.topNavFlyOuts {
    float: none;
    border-bottom: 1px #008294 solid; /* #57A39F  */
}

.topNavFlyOutsItem {
    float: none;
    background-color: #DAE4E9;
    border-bottom: solid 2px #FFFFFF;
    white-space: nowrap;
    display: inline-block;
    margin-right: 15px;
    padding: 3px 0px 3px 3px;
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
}

.topNavItem a:hover, .topNavItem a:focus, .topNavItem a:active, .topNavHover, .topNavHover a, .topNavHover a:link, .topNavHover a:visited, .topNavHover a:hover, .topNavHover a:active, .topNavHover a:focus, .topNavSelected, .topNavSelected a, .topNavSelected a:link, .topNavSelected a:visited, .topNavSelected a:hover, .topNavSelected a:active, .topNavSelected a:focus {
    /*margin:0px 0px 0px 0px;*/ /*padding:0px 5px 0px 5px;*/
    margin-right: 0px;
    background-image: url('../images/bg_hover_topNavItem.gif');
    background-repeat: repeat-x;
    background-position: 0px -27px;
    color: #D00040;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

.topNavFlyOutsHover, .topNavFlyOutsHover a, .topNavFlyOutsHover a:link, .topNavFlyOutsHover a:visited, .topNavFlyOutsHover a:hover, .topNavFlyOutsHover a:active, .topNavFlyOutsHover a:focus, .topNavFlyOutsItem a:hover, .topNavFlyOutsItem a:focus, .topNavFlyOutsItem a:active {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #D00040;
    display: inline-block;
}


.secureBando {
    background-image: url('../images/bg_hover_topNavItem.gif');
}

.bando-haut {
    border-bottom: 1px solid #EBEBEB;
    padding: 8px 15px;
}

.bando-bas {
    background-color: #E5E5E5;
    font-size: 1px;
    height: 4px;
    line-height: 4px;
    padding: 0px;
}

.bando-haut-thin {
    border-bottom: 1px solid #EBEBEB;
    padding: 2px 2px;
    background-color: inherit;
    font-size: 1px;
    height: inherit;
    line-height: inherit;
}

/*
.footer {
    background-image: url(../images/bg_footer.jpg);
    background-position: 0px;
    color: #FFFFFF;
    font-size: 10px;
    margin: 0px; 
    height: 109px;
}
*/

.menu-footer {
    color: #DBECEC;
    float: right;
    font-size: 12px;
    padding: 20px 36px 0px 0px;
    text-align: right;
    width: 170px;
}

.copyright {
    color: #91C1C1;
    font-size: 10px;
    height: 17px;
    line-height: 17px;
    padding-top: 80px;
    text-align: center;
}

.menu-footer a, .menu-footer a:visited, .menu-footer a:active {
    color: #91C1C1;
    font-size: 10px !important;
    text-decoration: none;
}

    .menu-footer a:hover {
        color: #FFFFFF;
    }
/*
.breadCrumb {
    padding-left: 20px;
    color: #999999;
    font-size: 1.1em;
}

    .breadCrumb a {
        color: #008294;
        text-decoration: none;
        font-size: 1.1em;
    }


a.breadCrumb:hover {
    color: #D00040;
    font-size: 1.1em;
}

a.breadCrumbCurrentNode, a.breadcrumbCurrentNode:active, a.breadcrumbCurrentNode:visited, a.breadcrumbCurrentNode:hover {
    color: #3C3C3C;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    border-bottom: none;
}
*/
table.presentationUploadLinks {
    border: 1px solid;
    font-weight: bold;
}

tr.presentationUploadLinks, td.presentationUploadLinks, th.presentationUploadLinks {
    border: none;
}

.lnk_disabled {
    text-decoration: none;
    color: Gray;
    font-size: 11px;
    font-weight: bold;
}

a.lnk_disabled:hover {
    text-decoration: none;
    color: Gray;
    font-size: 11px;
    font-weight: bold;
}

.loadingPanel {
    width: 200px;
    background-color: #DBDBDB;
    vertical-align: middle;
    border-style: solid;
    border-bottom-color: Gray;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
    position: absolute;
    left: 45%;
}

.form_label {
    padding: 2px 2px 2px 2px;
}

.wizard_start {
    color: #008294;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wizard_info {
    color: #008294;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .wizard_info a {
        font-size: 12px; /*font-size: 18px; font-family: verdana;	color: #008294; 	font-weight: bold; 	font-size: 18px; 	font-family: verdana; 	margin-top:10px; 	margin-bottom:10px; 	*/
        text-decoration: underline;
    }

        .wizard_info a:hover {
            color: #B31134; /* 	font-weight: bold; 	font-size: 18px; 	font-family: verdana; 	margin-top:10px; 	margin-bottom:10px; 	text-decoration:underline; 	*/
        }


table.progress_bar {
    border-style: none;
    border-collapse: collapse;
    width: 800px; /*     border-style:solid;     border-width:1px; 	*/
    display: inline;
    vertical-align: middle;
}

tr.progress_bar {
    height: 20px;
}

td.progress_bar {
    text-align: right;
    font-weight: normal;
}

td.progress_title {
    /*width: 94px; 	text-align: left;*/
    float: left; /*display: inline;*/
}

.progress_filled {
    background-color: #B31134;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: none;
    border-color: black;
    border-width: 1px;
    text-align: right;
}

.progress_empty {
    background-color: #FFFFFF;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: solid;
    border-color: black;
    border-width: 1px;
}

.progress_percent {
    text-align: right;
    font-weight: bold;
    color: White;
    margin-right: 10px;
}

.info {
    width: 250px;
    height: auto; /*background-color:#EFEFEF;*/ /*    background-image:url('../images/help4.gif');     background-position:left;     background-repeat:no-repeat;     padding-left:28px; */
}

a.tooltip em {
    display: none;
}

a.tooltip:hover {
    border: 0px;
    position: relative;
    z-index: 500;
    text-decoration: none;
}

    a.tooltip:hover em {
        font-style: normal;
        display: block;
        position: absolute;
        top: 25px;
        left: -25px;
        padding: 5px;
        color: #fff;
        border: 4px solid #fff;
        background: #c3d9ff;
        width: 170px;
    }

        a.tooltip:hover em span {
            position: absolute;
            top: -14px;
            left: 15px;
            height: 14px;
            width: 29px; /*background: transparent url(http://idata.over-blog.com/0/08/58/81/outils/infobulletop01.gif);*/
            margin: 0px;
            padding: 0px;
            border: 0px;
        }

    a.tooltip:hover em {
        top: 20px;
        left: -10px;
        color: #000;
        border: 1px solid #bbb;
        background: #ffc;
    }

        a.tooltip:hover em span {
            top: -7px;
            left: 15px;
            height: 7px;
            width: 11px; /*background: transparent url(http://idata.over-blog.com/0/08/58/81/outils/infobulletop00.gif);*/
        }
/*
a.tooltip em
{
	display: none;
}

a.tooltip:hover
{
	border: 0;
	position: relative;
	z-index: 500;
	text-decoration: none;
}
a.tooltip:hover em
{
	font-style: normal;
	display: block;
	position: absolute;
	top: 20px;
	left: -30px;
	padding: 5px;
	color: #000;
	border: 1px solid #bbb;
	background: #ffc;
	width: 170px;
}
a.tooltip:hover em span
{
	position: absolute;
	top: -7px;
	left: 15px;
	height: 7px;
	width: 11px;
	background: transparent url(../images/image-infobulle.gif);
	margin: 0;
	padding: 0;
	border: 0;
}
*/
.productNameColumn {
    padding: 2px 5px 2px 5px;
    width: 30%;
}

.productDescriptionColumn {
    padding: 2px 5px 2px 5px;
    width: 30%;
}

.productAdditionalInformationColumn {
    text-align: left;
}


/*
div.regLink
{
	border-style : solid;
	border-width: 1px;
}
*/
td.regLink {
    padding: 5px 5px 5px 5px;
    width: 120px;
}

td.regLinkDesc {
    padding: 5px 5px 5px 5px;
}

img.regLinkImg {
    border: 0px solid;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.spinButton {
    width: 25px;
    height: 25px;
}

.spinTextBox {
    width: 25px;
}

td.doiLabelCol {
    max-width: 200px;
    width: 200px;
}

.doiItem {
    display: inline;
    vertical-align: middle;
    color: #000000;
}

.mainTable label {
    color: #000000;
}

table.review {
    border: solid 1px black;
}

tr.reviewMasterRow {
    /*border-width: 0px 0px 0px 0px;*/ /*border:solid 1px black;*/ /* 	border-top-style: solid; 	border-top-width: 1px; 	border-top-color: #A8B0B2; 	*/
}

td.review {
    /*border-style: solid; 	border-width: 0px 1px 0px 0px;*/
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #A8B0B2;
}

td.reviewSolid {
    /*border-style: solid;*/
    /*border-width: 1px 1px 1px 1px;*/
    vertical-align: middle;
    /*border-right-color: #A8B0B2;*/
    /*border-left-color: #A8B0B2;*/
    border-top: solid 1px #000;
    border-left: solid 1px #A8B0B2;
    border-bottom: solid 1px #A8B0B2;
}

td.reviewLastCol {
    border-right: solid 1px #000;
}

td.reviewMasterRow {
    border-style: solid;
    border-width: 1px 1px 0px 1px; /*border-width: 0px 0px 0px 0px;*/ /*border:solid 1px black;*/ /* 	border-top-style: solid; 	border-top-width: 1px; */
    border-right-color: #A8B0B2;
    border-left-color: #000000;
    height: 80px;
}

td.reviewEndRow {
    border-style: solid;
    border-width: 1px 1px 0px 0px; /*border-width: 0px 0px 0px 0px;*/ /*border:solid 1px black;*/ /* 	border-top-style: solid; 	border-top-width: 1px; */
    border-top-color: #A8B0B2;
}

.fakelink {
    cursor: pointer;
    cursor: hand;
}

.reviewDoneButton {
    vertical-align: middle;
}

.reviewActionButtons {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.reviewComment {
    display: block;
    margin: 5px; /*border:solid 1px black;*/
}

/*
.action_disabled
{
	background-color:#E5EBEB;
}

.action_disabled a
{
	color:grey;
}
*/

/*
.depressed:hover
{
	background-color:#FFFF00;
	padding:5px;
}
*/

div.depressed {
    /*background-color:#E4E3DC;*/ /*background-color:#FFFF00;*/ /*background-color:#FFFFCC;*/
    background-repeat: repeat-x;
    border: 2px inset #CCCCCC; /*font-weight:bold;*/
    /*padding: 5px;*/
    color: Black;
    cursor: pointer;
}

div.orange_gradient {
    background-image: url(../images/OrangeGradient.png);
}

div.green_gradient {
    background-image: url(../images/GreenGradient.png);
}


div.depressed a {
    color: Black;
}

/*
div.raised:hover
{
	background-color:#FFFF00;
	padding:5px;
}
*/

div.raised {
    background-color: #F3F3EE;
    border: 2px outset #CCCCCC;
    /*padding: 5px;*/
    cursor: pointer;
}

    div.raised span {
        color: Black;
    }

.doi_review_buttons {
    height: 40px;
    /*font-weight: bold;*/
    background-color: #E4E3DC;
    border: 2px outset #CCCCCC;
}

.doi_review_submit_buttons {
    color: Red;
}

.updating {
    position: absolute;
    bottom: 0px;
    right: 40px;
    background-image: url('../images/Updating.gif');
    background-repeat: no-repeat;
    width: 160px;
    height: 22px;
}


.modalBackground {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    background-color: #50575A;
    border: 1px solid #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modalContent {
    position: absolute;
    text-align: center;
    z-index: 30;
}

.modalTopClose {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.modalForm {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 20;
    border: 1px solid #000;
}

.modalTitle {
    background-color: #008294;
    color: white;
    font-size: medium;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #444444;
    border-collapse: collapse;
}

.modalBody {
    background-color: white;
    border-style: solid;
    border-color: #444444;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 10px 10px;
    height: 250px;
    display: block;
    position: relative;
}

.modalBodyContent {
    padding: 20px;
    font-size: 12px;
}

.modalBottom {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 40;
}

.modalContentUpgradeAccountLogin {
    left: 50%;
    /*top: 50%;*/
    top:100px;
    width: 400px;
    height: 120px;
    margin-left: -200px;
    margin-top: -60px; /*text-align: left;*/
}

.modalBodyUpgradeAccountLogin {
    text-align: center;
    vertical-align: middle;
}

.modalTitleWarning {
    background-color: #c30c3e;
    color: white;
    font-size: medium;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #444444;
    border-collapse: collapse;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.modalLoginInfo {
    border: 1px solid #000000;
    width: 350px;
    left: 50%;
    top: 50%; /*height: 120px;*/
    margin-left: 30px;
    margin-top: -20px; /*position: fixed;     left: 630px;     height:100px;*/
}

.modalLoginTitle {
    background-color: #c8c8c5;
    width: 350px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: 0px; /*margin-left: 5px;*/
}

.modalEmail {
    /*position: fixed;     top: 500px;     left: 640px;*/
    color: #B31134;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.modalPasswdUnchanged {
    /*position: fixed;     top: 560px;     left: 630px;*/
}

a.submitModal {
    width: 250px;
    background-color: #c30c3e;
    border-style: solid;
    border-color: #444444;
    border-width: 1px;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px; /*position: fixed;     left: 730px;     top:580px;*/
}

a.submit {
    width: 60px;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #444444;
    border-width: 1px;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    color: #444444;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
}

.submit a:hover {
    background-color: #F4F4F4;
    border-style: inset;
    color: #444444;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 0px;
}

a.submit:hover {
    background-color: #F4F4F4;
    border-style: inset;
    color: #444444;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 0px;
}

.rounded {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    font-size: 18px;
    border-color: #444444;
}

.txtLogin {
    width: 100%;
}

.txtSignUp {
    width: 100%;
}

.btnSubmit {
    background-color: #008294;
    color: White;
    width: 130px;
    height: 40px;
    font-weight: bold;
}

.activeTab {
    background-color: White;
    color: #FFFFFF;
    border: none;
    font-size: 15px;
}

.normalTab {
    background-color: White;
    color: #008294;
    border: none;
}

/*
div.tabLoginBox {
    width: 600px;
}
*/

.labelLogin {
    padding-left: 15px;
}

.rowEmptyLogin {
    height: 30px;
}

.welcome {
    color: #222;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4em; /*margin:25px 0px 25px 0px;*/
    padding: 0;
    border-bottom: solid #01acb8 1px;
}

.bodyWelcome {
    color: #444444;
    font-size: 0.9em;
    line-height: 17px;
}

.escid {
    position: relative;
    border: 1px solid #A9A9A9;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 30px;
    vertical-align: middle;
    line-height: 25px;
}

    .escid a {
        border: none;
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -11px;
        margin-left: 5px;
    }

    .escid img {
        border: none;
    }


.petrolButon {
    background-color: #008294;
    padding: 5px;
}

a.petrolButon, a.petrolButon:link, a.petrolButon:visited, a.petrolButon:active {
    color: White;
    font-weight: bold;
}

    a.petrolButon:hover {
        border-bottom: 1px solid #A9A9A9;
        border-right: 1px solid #A9A9A9; /*     padding-left:6px;         padding-right:4px;         padding-top:6px;         padding-bottom:4px;     */
        color: White;
    }

.inline {
    display: inline;
}

a.error_link, a.error_link:link, a.error_link:visited, a.error_link:active {
    color: Red;
}

.info_small {
    font-size: 10px;
    font-style: italic;
}

.hfa_journal_special_offer {
    border: 1px solid #A9A9A9;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 30px;
    vertical-align: middle;
    line-height: 25px;
}

.error_top {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: red;
}

.error_center {
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: red;
}

.error_bottom {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: red;
}

.loginlite {
    margin: 10px;
    width: 400px;
    overflow: hidden;
}

.hotelPaymentInfo {
    background-color: red;
    color: White;
    font-weight: bold;
    padding: 2px;
}

/* IE10 fix */
td {
    text-align: left;
}

    td[align=right] {
        text-align: right;
    }

    td[align=center] {
        text-align: center;
    }

.section_title {
    margin-left: 20px;
}

.groupbox {
    margin: 20px 0px 20px 0px;
}

div.YNToggle {
    z-index: -1 !important;
}

.txtCoiReason {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px 10px 5px 5px;
    padding: 2px;
}

    .txtCoiReason textarea {
        background-color: #FFFFFF;
        border: 0px solid;
        height: 100px;
        overflow: auto;
    }

.coi_reasons {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.coi_reasons_header {
    padding-top: 10px;
    margin: 5px;
    font-weight: bold;
}

.doiCoiError {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
}

.txtDoiQandA {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding: 5px;
}

    .txtDoiQandA textarea {
        background-color: #FFFFFF;
        border: 0px solid;
        height: 100px;
        overflow: auto;
    }

.addDoiQandA {
    clear: both;
    padding-bottom: 40px;
}

.btnAddDoiQandA {
    cursor: pointer;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding: 5px;
}

    .btnAddDoiQandA:hover {
        background-color: #FFFFFF;
    }

    .btnAddDoiQandA a {
        color: #666666;
        font-weight: bold;
    }

.viewDoiQandA {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding: 10px;
    margin-top: 10px;
    width: 80%;
    display: block;
}

.doiAnswer {
    clear: both;
    /*float: right;*/
    margin-left: 18%;
}

.doiQuestion {
    clear: both;
    /*float: left;*/
    margin-right: 18%;
}


.doiQandASubmitter {
    color: #1990DB;
    float: left;
}

.doiQandADate {
    float: right;
}


.doiQandA {
    clear: both;
    padding-top: 10px;
}

.doiQandAError {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
}

.doiDiscussions {
    /*width:600px;*/
}

.txtDoiDiscussion {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding: 5px;
}

    .txtDoiDiscussion textarea {
        background-color: #FFFFFF;
        border: 0px solid;
        height: 100px;
        overflow: auto;
    }

.addDoiDiscussion {
    clear: both;
    padding-bottom: 40px;
}

.btnAddDoiDiscussion {
    cursor: pointer;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding: 5px;
}

    .btnAddDoiDiscussion:hover {
        background-color: #FFFFFF;
    }

    .btnAddDoiDiscussion a {
        color: #666666;
        font-weight: bold;
    }

.viewDoiDiscussion {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding: 10px;
    margin-top: 20px;
}


.doiDiscussionSubmitter {
    color: #1990DB;
    float: left;
}

.doiDiscussionDate {
    float: right;
}

.doiDiscussion {
    clear: both;
    padding-top: 10px;
}

.doiDiscussionError {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin: 5px;
    padding: 10px;
}

.doiDiscussionQandAnote {
    margin-top: 20px;
    padding: 10px 0px 10px 0px;
    font-style: italic;
    font-weight: bold;
}

.doiCoiMessage {
}

.doiCoiSubmitter {
    color: #1990DB;
}

.doi_warning {
    border: 1px solid;
    margin: 0px 0px 20px 20px;
    /* padding:15px 10px 15px 50px;*/
    color: #A688A6;
    background-color: #F2F2F2;
    border-color: #B31134;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url('../images/warning_big.png');
}

    .doi_warning p {
        font-size: 15px;
        margin-left: 50px;
    }

.close_warning_icon {
    background-image: url('../images/close_warning_16_16.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 16px;
    display: block;
    float: right;
}

.close_warning {
    width: 80px;
    line-height: 18px;
    height: 18px;
    float: right;
    margin: 10px;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border-color: #D8D8D8;
    color: #666666;
}

    .close_warning:hover {
        background-color: #FFFFFF;
    }

.modalBottomDeclarationUpdated input {
    /*
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border-color: #D8D8D8;
    color: #666666;
    margin: 5px;
    padding: 5px;
    */
    cursor: pointer;
    height: 40px;
    font-weight: bold;
    background-color: #E4E3DC; /*#F3F3EE*/
    border: 2px outset #CCCCCC;
}

    .modalBottomDeclarationUpdated input:hover {
        background-color: #FFFFFF;
    }


.doi_inline_warning {
    border: 1px solid;
    margin-top: 10px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
    /*width:500px;*/
}

.modalContentDeclarationUpdated {
    left: 50%;
    top: 50%;
    width: 500px;
    height: 80px;
    margin-left: -200px;
    margin-top: -60px; /*text-align: left;*/
}

.modalBodyDeclarationUpdated {
    text-align: center;
    vertical-align: middle;
}

.modalBodyDeclarationUpdated {
    height: 140px;
}

.modalTitleDeclarationUpdated {
    background-color: #B31134;
}

.hidden {
    display: none;
}

.reviewButton {
    cursor: pointer;
    font-weight: bold;
    background-color: #E4E3DC; /*#F3F3EE*/
    border: 2px outset #CCCCCC;
    padding: 10px;
    color: black;
}

    .reviewButton, .reviewButton:link, .reviewButton:visited {
        color: black;
    }

        .reviewButton:hover {
            color: black;
        }

.reviewStatus {
    background-repeat: repeat-x;
   /*padding: 5px;*/
    color: Black;
}

.col_centered {
    text-align: center;
}

#gvAlias .formBtnText:disabled {
    display: none;
}

.automaticRenewal input {
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

.automaticRenewal label {
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

.chkAutomaticRenewal label {
    color: red;
}

table.doi-summary {
    border-collapse: collapse;
    padding: 5px;
    margin: 5px;
    border: 1px solid black;
}

.doi-summary table, .doi-summary th, .doi-summary td {
    border: 1px solid black;
}

.doi-not-potential-coi td, .doi-not-potential-coi th {
    background-color: #BEF2C4;
    /*color:white;*/
}

.doi-potential-coi td, .doi-potential-coi th {
    background-color: #F9CCA4;
    /*color: white;*/
}

.mainHeader {
    margin-bottom: 20px;
}

h4.list {
    color: #333333;
    display: inline;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

ul#ticker {
    width: 550px;
}

.clearBoth {
    clear: both;
}

ul#left {
    margin-right: 30px;
    margin-left: 10px;
}

ul#right {
    margin-left: 10px;
    margin-left: 10px;
}

.bull {
    font-size: 2em;
    padding-left: 5px;
    padding-right: 5px;
}

.underlist {
    border-bottom: 1px solid #EAEAEA;
}

.subtitlelist {
    clear: both;
    display: block;
    font-size: 1.2em;
    margin-top: 6px;
}

.btn {
    background-color: #3C3C3C;
    color: #FFFFFF;
    font-family: MontserratRegular;
    /*font-family: montserrat;*/
    padding: 10px;
    font-size: 14px;
    margin: 5px;
    border-radius: 0px;
    text-transform:uppercase;
    /*float: right;*/
}

.btn-dashboard {
    float: right;
}

.btn-service {
}

.btn-modal {
     text-transform:none;
    color: white !important;  
}

.btn-right {
    float: right;
}

.btn-information {
    margin-left: 10px;
}

a.btn:hover {
    color: white !important;
    /*background: #13AFC5;
    color: white !important;
    font-family: montserrat;
    padding: 10px;
    font-size: 1.2em;*/
}

.btn:hover,
    .btn:focus,
    .btn.active {
        color: #FFFFFF;
    }

a.btn:visited,
a.btn:active,
a.btn:focus {
    color: white !important;
}

a.linkPrintVersion {
    background: none repeat scroll 0 0 #13AFC5;
    color: #FFFFFF;
    /*font-family: montserrat;*/
    font-family: MontserratRegular;
    margin-right: -3px;
    padding: 10px;
    font-size: 1.2em;
    white-space: nowrap;
    text-transform:uppercase;
}

    a.linkPrintVersion:hover {
        color: white !important;
    }

a.linkPrintVersion-service {
    float: right;
}

a.linkPrintVersion-dashboard {
    padding-bottom: 17px;
}


.tabsubtitle {
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

.tabinfo {
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
}

.icontitle {
    margin-right: 10px;
    height: 25px;
}

.titletop {
    color: #14AFC4;
    font-family: 'montserratregular';
    font-size: 1.3em;
    font-weight: 700;
    display: block;
}

.separator {
    padding: 20px;
}

.escid {
    margin-top: 10px;
    margin-left: 0;
}

/*
#ctl00_MainContent_GeneralInfo_YourESCMembershipInfo_linkMembership {
    display: block;
    width: 95%;
}

#ctl00_MainContent_GeneralInfo_PersonalDetails_lnkUpdateProfile {
    display: block;
    width: 33%;
}
*/

.page-title {
    padding-left: 15px;
}

.event-title {
    color: #14afc4;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    /*border-bottom: thin solid #E5EBEB;*/
}

.event-location
{
    text-transform:none;
    font-weight:100;
}
.level1Title {
    border-bottom: 2px solid #13AFC5;
    display: block !important;
    color: #333333;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}


input[type="submit"], 
input[type="button"],
button,
.ui-widget button {
    background-color: #3C3C3C;
    color: #FFFFFF;
    /*font-family: montserrat;*/
     font-family: "MontserratRegular" !important;
    padding: 10px;
    font-size: 14px;
    margin: 5px;
    border-radius: 0px;
    border: 0 none;
    height: 40px;
    text-transform: uppercase;
}

input[type="file"] {
    background: none;
    color: #333333;
}

    input[type="file"]:hover {
        background: none;
        color: #333333 !important;
    }
/*
#mainTable {
    width: 1024px;
}
    */
    /*
.UserControlDisplay td,
#TableGeneralInfo td
{
    padding:4px;
}
*/

    #mainTable input[type="checkbox"],
    #mainTable input[type="radio"] {
        margin: 0px 5px 0px 0px;
        vertical-align:middle;        
    }


    #mainTable li {
        margin-left: 10px;
    }

td,
th {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/*
.page-title h2
{
    margin-left:-8px;
}
    */

legend {
    font-size: 14px;
    margin-bottom: 5px;
}

#mainTable label {
    display: inline;
    font-weight: normal;
    margin-right: 10px;
     vertical-align: middle;
}

/*
#mainTable input[type="checkbox"] > label,
#mainTable input[type="radio"] > label
{
    width:90%;
}
 */

h3 {
    border-bottom: none;
}

#review-alert {
    overflow: hidden;
}

.review td,
.review th,
.buttons td,
.buttons th,
.DefaultGridTable td,
.DefaultGridTable th,
.DefaultGrid td,
.DefaultGrid th,
.search-filters td,
.search-filters th,
.note td,
.note th,
.result td,
.result th,
.DefaultGridRowHeader td,
.DefaultGridRowHeader th,
.DefaultGridAlternateRow td,
.DefaultGridAlternateRow th {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.congresslogin
{
    border:1px solid;
}
.col-center {
    min-height: 500px;
}

table.search-filters {
    width: 100%;
}


#mainTable h3.doi_submitter
{
    font-size:16px;
}

.contact-form {
    background-color: transparent;
}

/* ADMIN */

.ePaymentLog-result tr
,.ePaymentLog-result td
{
    margin:0px;
    padding:2px;
    font-size:12px;
}



/* ADMIN END */

.len select
{
    width: 90px; 
    display: inline-block;
}