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

body { 
background-color: #000000;
}

.intbody {
background-image:
url('../pix/interior/whitestripe.gif');
background-repeat: repeat-x;
}

.adminbody {
background-color: #f7daba;
}

.norepeat_background {
background-repeat: no-repeat;
}

p,dl,ol {
font-family: Arial, sans serif;
font-size: 9pt;
margin-top: 0px;
margin-left: 10px;
padding-right: 10px;
line-height: 13pt;
color: #ffffff;
}

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

.progday_header {
font-size: 12pt;
color: #ffffff;
font-weight: bold;
line-height: 18pt;
}

.interior {
color: #000000;
}

.interior_schedule {
color: #000000;
font-size: 8pt;
line-height: 11pt;
}

.centered {
text-align: center;
}

.centered_interior {
color: #000000;
text-align: center;
}

.bold {
font-weight: bold;
color: #ffffff;
}

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

.conftitle_blue {
font-family: Arial, sans serif;
font-weight: bold;
font-size: 9pt;
line-height: 13pt;
color: #2e3192;
}

.conftitle_gold {
font-family: Arial, sans serif;
font-weight: bold;
font-size: 9pt;
line-height: 13pt;
color: #f7931d;
}

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

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

/* ****************** */
/* SPLASH DEFINITIONS */
/* ****************** */

.splashbody {
background-image: 
url('../pix/splash/splash_pinstripe.gif');
background-repeat: repeat-x;
}

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

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

a.bold {
font-weight: bold;
}

