/* ************************************** */
/* GLOBAL CONFERENCE WEBSITE DECLARATIONS */
/* ************************************** */

.globalbody {
background-color: #ffffff;
background-image:
url('/pix/global/pinstripe_bkgrd.gif');
}

p,dl,ol {
font-family: Arial, sans serif;
font-size: 9pt;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 10px;
padding-right: 10px;
line-height: 15pt;
text-align: left;
color: #000000;
}

ul {
font-family: Arial, sans serif;
font-size: 9pt;
margin-top: 0px;
padding-right: 10px;
list-style-type: disc;
line-height: 15pt;
color: #000000;
}

.adminbody {
background-color: #e5c275;
}

.centered {
text-align: center;
}

.tiny {
color: #000000;
font-size: 8pt;
}

.deadline {
color: #ff0000;
font-weight: bold;
}

.spotlighttext {
margin-top: 8px;
margin-bottom: 8px;
}

.sideborderleft {
border-color: #000000;
background-color: #ffffff;
border-style: solid;
border-bottom-width: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 0px;
}

.sideborderright {
border-color: #000000;
background-color: #ffffff;
border-style: solid;
border-bottom-width: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
}

.sideborderleftrightbottom {
border-color: #000000;
background-color: #ffffff;
border-style: solid;
border-bottom-width: 1px;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
}

.progday_header {
font-size: 11pt;
color: #e4a324;
font-weight: bold;
line-height: 18pt;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}

.breakout_header {
font-size: 11pt;
color: #000000;
font-weight: bold;
line-height: 18pt;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}

/* ***************** */
/* LINKS DEFINITIONS */
/* ***************** */
a {
font-family: Arial, sans serif;
font-size: 9pt;
color: #800b35;
text-decoration: underline;
}

a:hover {
text-decoration: overline underline;
}

a.bold {
font-weight: bold;
}

a.mainmenu {
color: #ffffff;
text-decoration: none;
font-family: Arial,sans-serif;
font-size: 9pt;
font-weight: bold;
line-height: 13pt;
}

a.mainmenu:hover {
text-decoration: none;
color: #000000;
}

td.main_menu {
text-align: center;
background-color: #800b35;
}

td.main_menuhover {
text-align: center;
background-color: #e5a324;
}

