* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

* html #container {
    height: 100%;
}

body {
    background: #000000 url(/images/background.png) no-repeat scroll top center;
    color: #000000;
    font-family: Arial,"Sans Serif";
    font-size: 13px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin: 30px 0px 10px 0px;
}

code {
    background-color: #EEEEEE;
    font-size: 15px;
}

h1 {
    border-bottom: 1px dotted #333333;
    color: #333333;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

h2 {
    color: #FFB300;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 3px;
}

h3 {
    color: #333333;
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

hr {
    background-color: #FFB300;
    border: 0px solid #FFB300;
    color: #FFB300;
    height: 1px;
}

li { margin: 5px auto 5px 30px; }

p { margin: 15px 0px 15px 15px; }

#centre-content {
    margin-left: 225px;
    margin-right: 200px;
}

#clear-footer {
    height: 111px;
}

#container {
    background: #FFFFFF url(/images/background-top.png) no-repeat top center;
    height: auto !important;
    height: 100%;
    margin: auto auto -111px auto;
    min-height: 100%;
    width: 900px;
}

#content {
    background-color: #FFFFFF;
    padding: 20px;
    margin: auto;
    min-width: 0px;
}

#content .error {
    font-size: 12px;
    color: red;
}

#content .login-error { color: red; }

#event-links {
    background-color: transparent !important; background-color: #000000; /* HACK: IE 6 transparency fix */
    background-image: url('/images/navigation-transparent-background.png') !important; background-image: none; /* HACK: IE 6 transparency fix */
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}

#footer {
    background-color: #000000;
    color: #FFFFFF;
    height: 99px;
    margin: -109px auto 0px auto;
    text-align: center;
    width: 1000px;
}

#footer a {
    color: #FFB300;
}

#footer li {
    display: inline;
}

#footer-navbar {
    border-top: 2px solid #FFB300;
    margin: 0px auto 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 900px;
}

#general-links {
    color: #FFBE00;
    float: left;
    font-weight: bold;
}

#general-links a {
    color: #FFB300 !important;
}

#general-links a:hover {
    color: #999999 !important;
}

#header {
    height: 84px;
    padding: 15px 0px 15px 0px;
}

#header-logo {
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
}

#header-slogan {
    color: #FFFFFF;
    float: right;
    text-align: right;
    width: 298px;
}

#home-banner-div {
    height: 320px;
    margin: auto;
    width: 427px;
}

#left-aside {
    float: left;
    border-right: 1px dotted #333333;
    margin-right: 20px;
    padding-right: 20px;
    width: 180px;
}

#login-links {
    background-color: transparent !important; background-color: #000000; /* HACK: transparency fix for IE 6 */
    background-image: url('/images/navigation-transparent-background.png') !important; background-image: none; /* HACK: transparency fix for IE 6 */
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 3px;
}

#navbars {
    font-size: 13px;
    line-height: 22px;
    position: relative;
    text-align: right;
    top: -10px;
    width: 100%;
    z-index: 3;
}

#navbars a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#navbars a:hover {
    color: #CACACA;
}

#navbars li {
    display: inline;
    margin: 5px 5px 5px 5px;
}

#right-aside {
    border-left: 1px dotted #333333;
    float: right;
    margin-left: 20px;
    padding-left: 20px;
    width: 140px;
}

#right-aside p {
    margin: 0px;
}

#right-content { margin-left: 225px; }

/* MENU Stuff */

ul.dropdown li.hover {
    position: relative;
}

ul.dropdown ul {
    background-color: transparent !important; background-color: #000000; /* HACK: fix for IE 6 transparency bug */
    background-image: url('/images/menu-transparent-background.png') !important; background-image: none; /* HACK: fix for IE 6 transparency bug */
    border: 2px solid #444444;
    display: none;
    text-align: left;
    width: 220px;
    position: absolute;
    top: 100% !important; top: 18px; /* HACK: IE 6 menu positioning fix */
    left: 0;
    z-index: 5;
}

#login-links > li > ul {
    left: auto;
    right: 0;
}

ul.dropdown > li > ul > li {
    display: block !important;
    position: static;
}

.bold { font-weight: bold; }

.capitalize { text-transform: capitalize; }

.invisible { display: none; }

.general-table {
    font-size: 13px;
    margin: 15px;
    margin-top: 0px;
    text-align: left;
}

.general-table a {
    color: blue;
}

.general-table caption {
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px;
}

.general-table .header {
    color: #FFFFFF;
    background-color: #333333;
}

.general-table th {
    padding: 6px;
}

.general-table td {
    padding: 4px;
}

.general-table .odd {
    background-color: #CCCCCC;
}

.general-table .even {
    background-color: #999999;
}

.tooltip {
    background-color: #FFB300;
    border: #000000 2px solid;
    display: none;
    float: left;
    left: 0;
    opacity: 0.8;
    padding: 5px;
    position: absolute;
    top: 0;
    text-align: left;
    z-index: 3;

    /* NOTE: the IE transparency hacks below do not seem to be working */
    zoom: 1; /* HACK: Needed for transparency in IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80);" /* HACK: Needed for transparency in IE 8 */
    filter: alpha(opacity=80); /* HACK: Needed for transparency in IE 7 */
}
/* Sponsorship cruft ends */

/* Table and delegate view cruft */
#content .del-app-list {
    font-size: 13px;
}

#content .del-app-list a {
    color: blue;
    text-decoration: underline;
}

#content .del-app-list .header {
    color: #FFFFFF;
    background-color: #333333;
}    

#content .del-app-list th {
    padding: 6px;
    text-align: left;
}

#content .del-app-list td {
    padding: 4px;
}

#content .del-app-list .odd {
    background-color: #CCCCCC;
}

#content .del-app-list .even {
    background-color: #999999;
}

#content .del-app-view h1 {
    color: #FFB300;
	font-size: 24px;
	margin: 10px 0px 5px 0px;
}

#content .del-app-view table {
    margin: 15px;
    margin-right: 40px;
}

#content .del-app-view .additional td {
    padding-bottom: 10px;
    padding-top: 10px;
}

#content .del-app-view .answer {
    font-style: italic;
    border-bottom: 1px dotted black;
}

#content .del-app-view .textarea {
    border: 1px dotted black;
    font-style: italic;
}
