/* Default Stylesheet */

/** BODY ELEMENTS **/

body {
	color: #333;
	background: white url(../img/fading_background_red.png) repeat-x scroll;
}

/* HEADER */

div#header {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
	padding: 10px 5px;
	border-right-width: 0;
}

div#header-in {
	background-color: #29374e;
}

div#header img.mainlogo {
	top: 20px;
}

div#header img.chlogo {
	margin: 0;
}

/* CONTENT */

div#content-wrap {
	padding: 5px 0;
}

#divider-bar {
	color: white;
	display: block;
	background-color: #4b648b;
	font: bold 90% Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
	letter-spacing: .15em;
}

#divider-bar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

#divider-bar a:hover {
	color: maroon;
	font-weight: bold;
	text-decoration: underline;
	background-color: white;
}

#divider-bar a:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	background-color: #730000;
}

div.content {
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
	border-right-width: 0;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
}

div.content-in {
	padding: 5px 10px 10px 20px;
	color: #29374e;
	letter-spacing: .1em;
	font: 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

div.content-in a {
	color: #730000;
	text-decoration: underline;
}

div.content-in a:hover {
	color: #4b648b;
}

div.content-in a:active {
	color: #630406;
	background-color: #f8ffdb;
}

/* LEFT COLUMN */

div.column {
	width: 200px;
	color: inherit;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 0 2px 2px 0;
	padding-left: 3px;
	padding-right: 3px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
	text-decoration: none;
	text-align: left;
	color: #999;
	height: auto;
	border-bottom-width: 2px;
	padding-bottom: 30px;
}

div.column-in {
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
	color: #666;
	margin: 0;
	padding-top: 30px;
}
/** FOOTER **/

div#footer {
	background-color: #fff;
	font-family: Arial, Helvetia, sans-serif;
	border-style: none;
	border-width: 0;
	color: #630406;
	margin-left: 185px;
}

div#footer-in {
	text-align: center;
	font-size: 80%;
}

div#footer img {
	border-style: none;
	border-width: 0;
}

/** OLD CONTAINERS

div#container {
	margin: 2em auto;
	background-color: #dfdfdf;
	padding: 5px;
	border: 1px solid #ccc;
}
*/

/** ---- ROUND CORNERS CONTAINERS ----  **/

#container {
	margin: 1px;
	padding: 10px;
}

.rnd_top,  {
	display: block;
	background: #dfdfdf;
	font-size: 1px;

}

.rnd_bottom {
	display: block;
	background: white;
	font-size: 1px;
	
}

.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {
	display: block;
	overflow: hidden;
	
}

.rnd_b1, .rnd_b2, .rnd_b3 {
	height: 1px;

}

.rnd_b2, .rnd_b3, .rnd_b4 {
	background: #fff;


}

.rnd_b1 {
	margin: 0 5px;
	background: #fff;
}

.rnd_b2 {
	margin: 0 3px;
	border-width:  2px;
}

.rnd_b3 {
	margin: 0 2px;
}

.rnd_b4 {
	height: 2px;
	margin: 0 1px;
}

.rnd_content {
	display: block;
	background: #fff;
	color: #000000;
	border-width: 0;
}

/*-------- END ROUND CONTAINERS ------ */



/** ---- GREEN CORNERS CONTAINERS ----  **/

#green_container {
	margin: 0px;
}

.grnd_top, .grnd_bottom { /* give corners */
	display: block;
	background: #eee;
	font-size: 1px;
}

.grnd_b1, .grnd_b2, .grnd_b3, .grnd_b4 {
	display: block;
	overflow: hidden;
}

.grnd_b1, .grnd_b2, .grnd_b3 {
	height: 1px;
}

.grnd_b2, .grnd_b3, .grnd_b4 {
	background: #730000;
	border-left: 1px solid #730000;
	border-right: 1px solid #730000;
}

.grnd_b1 {
	margin: 0 5px;
	background: #730000;
}

.grnd_b2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.grnd_b3 {
	margin: 0 2px;
}

.grnd_b4 {
	height: 2px;
	margin: 0 1px;
}

.grnd_content {
	display: block;
	padding: 2px 10px 5px 2px;
	background: #730000 repeat-x;
	border-bottom: 1px solid #666;
}

/*-------- END GREEN ROUND CONTAINERS ------ */

/** LISTS **/

.tpc-list {
	list-style-type: none;
	line-height: 1.7em;
	font-size: .8em;
	text-indent: 0;
	padding-left: 0;
}
.tpc-list li{

	background: url(../img/square-bullet.gif) no-repeat 0 .55em;
	text-indent: 0;
	padding-left: 1.5em;

}


.general-list {
	list-style-type: disc;
	line-height: 1.5em;
	list-style-image: none;
	font-size: .8em;
}

.general-num-list {
	list-style-type: decimal;
	line-height: 1.4em;
	font-size: 1em;
}

#abstract-list {
	line-height: 1.2em;
	font-size: .90em;
}

#abstract-list li {
	padding-bottom: .7em;
}

ul, ol, dd {
	list-style-position: inside;
	list-style: none;
	line-height: 2.00em;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0;
}

/** TYPOGRAPHY **/

H1 {
	color: #630406;
	text-shadow: #ccc 4px 4px 3px;
	font: bold 3.0em "Lucida Grande", Lucida, Verdana, sans-serif;
}

H2 {
	color: #29374e;
	font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: silver 2px 2px 1px;
}

H3 {
	color: #630406;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	background-color: #f8f8f8;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding: 2px;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.smaller {
	font-size: smaller;
}

.green-box {
	border: 1px solid silver;
	display: block;
	background-color: #ededed;
	color: #29374e;
	margin: 3% 20%;
	padding-bottom: 5%;
	padding-top: 2%;
}

.epapers-box {
	border: 5px solid #630406;
	display: block;
	background-color: #ebebeb;
	color: #630406;
	margin-bottom: 3%;
	margin-top: 3%;
	padding: 2% 10px 5%;
}

.browser-warning {
	padding: 5px;
	color: #29374e;
	font-weight: bold;
	background-color: #fdfbbb;
	border: 1px solid #29374e;
	text-align: center;
	display: block;
	font-size: .7em;
}

.centered_highlite {
		color: #29374e;
	background-color: #fdfbbb;
	border: 1px solid #29374e;
	font-size: 1.3em;
	text-align: center;
		display: block;
	padding: 10px;
}

.submissions-warning {
	color: #29374e;
	background-color: #fdfbbb;
	border: 1px solid #29374e;
	font-size: 1em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.invited-speaker {
	color: #29374e;
	background-color: #f4fdd6;
	border: 1px solid #29374e;
	font-size: 1em;
	text-align: left;
	padding: 5px 10px;
}

.speaker-header {
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
}

.gray-border {
	border: 1px solid #b7b7b7;
	text-align: center;
	display: inline-block;
	background-color: white;
}

.sponsor-header {
	color: white;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	background-color: #630406;
	border: 1px solid #000;
	letter-spacing: 1px;
}

.white {
	color: white;
}

.float-left {
	float: left;
}

/* @group NEWS */

#news {
	border: 1px solid #630406;
}

#news p {
	padding: 5px;
}

.news-title {
	color: #29374e;
	font-weight: bold;
	font-size: 1.5em;
	background-color: #dfdfdf;
	padding: 5px;
	margin: 0;
}

.news-date {
	color: #630406;
	text-align: right !important;
	font-weight: bold;
	

}

.news-body {

	
}

/* @end */

/* @group TABLES */

#hotel-box {
	font-size: x-small;
	border: 1px solid #29374e;
	margin-top: 10px;

}

#speakers {

	font-size: smaller;
	padding: 5px;
}

#speakers img {
	border: 1px groove #630406;
}

#hotel-box td {
	padding: 0 3px 5px;
	line-height: 1.5em;
	
}

#hotel-box .title
{
	color: white;
	font-size: large;
	font-weight: bold;
	background-color: #29374e;
}

#rates-box {
	border: 1px solid #dfdfdf;
	width: 100%;
	text-align: right;
	background-color: #f8f8f8;
}



#rates-box .headers {
	text-align: right;
	font-weight: bold;
}
#rates-box .topheaders {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #29374e;
}


#rates-box .1 {
	background-color: #e7e7e7 !important;
}
#rates-box .2 {
	background-color: #d5d5d5 !important;
}
#rates-box .3 {
	background-color: #c4c4c4 !important;
}
#rates-box .4 {
	background-color: #a5a5a5 !important;
}



#dates {
	text-align: left;
	border: 1px solid silver;
	border-bottom-style: none;
}

#programme {
	text-align: left;
	padding-bottom: 30px;
}

.lt-white-header {
	background-color: white;
	border-bottom: 1px solid maroon;
	padding: 2px 5px;
	font-weight: bold;
}

.lt-white {
	background-color: white;
	border-bottom: 1px solid #dfdfdf;
	padding: 2px 5px;
}

.lt-green {
	background-color: #e5e5e5;
	border-bottom: 1px solid silver;
	padding: 2px 5px;
}

.lt-green-top {
	background-color: #e5e5e5;
	border-bottom: 1px solid silver;
	padding: 2px 5px;
	border-top: 1px solid silver;
}

.lt-gray {
	background-color: #f4f4f4;
	border-bottom: 1px solid silver;
	padding: 2px 5px;
}

.date-header {
	padding: 2px 5px 2px 12px;
	background: url(../img/table-gradient.gif) no-repeat top left;
	color: #29374e;
	font-weight: bold;
	overflow: hidden;
	text-shadow: white 1px 1px 1px;
	font-size: .8em;
}



/* @end */

/* * NAV * */

a.nav {
	color: #cfcfcf;
	background-image: url(../img/graphics/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	display: block;
	width: auto;
	height: auto
}

a.nav:hover {
	color: blue;
	text-decoration: underline;
	background-image: url(../img/graphics/arrow_yellow.gif);
	background-repeat: no-repeat;
	width: auto;
	height: auto
}



/** Special divs **/


#drop1, #drop2, #drop3, #drop4 {
 width:700px;
 display:block;
 border: 1px dotted silver;
	padding-right: 10px;
	padding-left: 10px;
	font-size: smaller;
	margin-bottom: 20px;
}

/** FORMS **/

.formerror {
	background-color: #f6ffbd;
	color: #630406;
	width: 700px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #29374e;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formerror li {
	list-style-type: disc;
	font-size: smaller;
	color: #000;
}


/** END **/