* {
	margin: 0;
	padding: 0;
	font: 100.01% "Trebuchet MS", Verdana, sans-serif;
}

body {
	font-size: 90%;
	background-color: #FFF;
	padding: 0.75em 0;
}

p, address, #Content ul, hr {
	margin: 0.5em 0 1em;
	line-height: 1.6;
}

.small {
	font-size: 75%;
}

hr {
	border: 0;
	border-top: 1px solid #ddd2c3;
}

#Content ul {
	margin-left: 1em;
}

#Content ul li {
	line-height: 1.6;
	font-size: 90%;
}

sup, sub {
	font-size: 75%;
}

h1, h2, h3 {
	margin: 0.75em 0 0 0;
	font-weight: bold;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 100%;
}

a, a:hover, a:visited {
	color: #2c2278;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-position: inside;
}

form div {
	padding: 0.25em 0;
}

form div.no-padding {
	padding: 0;
	margin-left: 9.75em;
}

th, td {
	padding: 0.2em 0.5em;
	vertical-align: top;
}

form fieldset {
	padding: 0.5em;
	border: 1px solid #ddd2c3;
	margin: 1em 0;
}

form fieldset legend {
	padding: 0 0.3em;
}

form textarea {
	width: 100%;
}

form input.presenting-radio {
	margin: 0 auto;
}

label.input-label-left {
	margin-right: 0.75em;
	float: left;
	width: 9em;
	text-align: right;
}

.large-label-left {
	margin-right: 0.75em;
	float: left;
	width: 15em;
	text-align: right;
}

.large-label-left-nofloat {
	margin-right: 0.75em;
	margin-left: 0.5em;
	width: 15em;
	text-align: right;
}

label.checkbox-label {
	margin-left: 1em;
}

label.input-label-top {
	display: block;
}

input.text-input {
	width: 25em;
}

input#abstract-title-input {
	width: 30em;
}

div.inline {
	float: left;
	margin-right: 0.6em;
}

table#author-table {
	width: 100%;
	text-align: left;
}

th {
	font-weight: 800;
}

tr td {
	border-top: 1px dotted #ddd2c3;
}

tr:first-child td {
	border: none;
}

tr:hover td {
	background-color: #fffbee;
}

.clear {
	clear: both;
}

.width100 {
	width: 100%;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.float-right {
	float: right;
}

.bold {
	font-weight: 800;
}

.attention, .empty-alert {
	color: #c85d09;
}

.no-break {
	white-space: nowrap;
}

.success {
	padding: 0.75em;
	margin: 1em 10%;
	border: 1px solid #0d0;
	background-color: #beb;
}

.error {
	padding: 0.75em;
	margin: 1em 10%;
	border: 1px solid #d00;
	background-color: #ebb;
}

/********************************
 * Old Styles
 ********************************/

#Body {
	width: 50em;
	margin: 0 auto 0;
	padding: 0.75em;
	background-color: #fdf2e3;
	border: 1px solid #ddd2c3;
}

#Header {
	width: 50em;
	height: 101px;
	background-image: url(img/header_bkg.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	color: #C85D09;
}

#Header a {
	font-size: 80%;
	margin-bottom: 1em;
}

#Header p {
	margin: 20px 0 15px;
}

ul#Menu {
	margin-top: 0.5em;
	list-style: none;
	background: url(img/menu_bkg.png) #C85D09 repeat-x 0px 0px;
	float: left;
	font-size: 100%;
	width: 100%;
}

ul#Menu li {
	float: left;
}

ul#Menu #Active {
	color: #ffe;
	padding: 2px 12px 4px;
	text-decoration: none;
	background: url(img/menu_btn.png) #E87D09 repeat-x -600px 0px;
	cursor: default;
}

ul#Menu a {
	display: block;
	color: #ffe;
	padding: 2px 12px 4px;
	text-decoration: none;
}

ul#Menu li a:hover {
	color: #ffe;
	text-decoration: none;
	background: url(img/menu_btn.png) #C85D09 repeat-x -300px 0px;
}

#Content {
	padding: 0 1em;
}

#Support {
    width: 659px;
    margin: 10px auto 0;
}

#Support a {
    margin: 0 5px;
}

#Footer {
	width: 67%;
	margin: 40px auto 0;
	padding: 5px 0 0;
	font-size: 85%;
	text-align: center;
	color: #BDB2A3;
	border-top: 1px solid #CDC2B3;
}

#Footer * {
    border: none;
}

#Footer a {
	color: #BDB2A3;
}

#Footer a:hover {
	color: #2C2278;
}
