body
{
	color: rgb(30,40,44);
	background-image: url(pics/bg.png);
	margin: 0px;
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	font-size: 10pt;
}

.intro
{
	line-height: 1.5em;
	font-size: 12pt;
}

.normal
{
	font-size: 10pt;
	line-height: 1.4em;	
}

.lightBG {
	background-color:rgb(222,231,240);
}

a.normal,
a.intro
{
	text-decoration: none;
	color: #002454;
}

h1, h2, h3, h4
{
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	color: rgb(30,40,44);
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}

h1 { font-size: 16pt}
h2 { font-size: 14pt}
h3 { font-size: 12pt}
h4 { font-size: 11pt}

div#header
{
	background-repeat: repeat-x;
	background-image:url(pics/header_bg.png);
}

.small-link,
.small-link-active
{
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
	color: rgb(30,40,44);
	font-weight: 500;
}

ul#top_nav
{
	display: inline;
	white-space: nowrap;
	position: absolute;
	top: 72px;
	left: 35%;
	left: 500px;
}

ul#top_nav li
{
	list-style: none;
	display: inline;
	margin-left: 1px;
}

div#main
{
	background-color: #ffffff;
	min-height: 650px;
	min-width: 500px;
	max-width: 800px;
	position: relative;
	left: 25px;
	border-radius-topleft:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-radius-topright:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-radius-bottomleft:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
}

div#sidebar
{
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11pt;
	color: rgb(30,40,44);
	font-weight: 600;	
	position: absolute;
	width: 11.5em; 
	top: 1em; 
	left: 1em; 
	bottom: 1em; 
	right: auto;
	background: rgb(222,231,240);
	border-radius-topleft:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-radius-topright:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-radius-bottomleft:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
}
		
ul#side_nav, p#conference_host, p#sponsors, p#gold_sponsors, p#silver_sponsors
{
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

p#conference_host, p#sponsors {
	padding-bottom: 0px;
}

ul#side_nav li
{
	list-style: none;
	font-weight: 600;
	padding-top: 7px;
}

ul#side_nav li ul li
{
	font-size: 10pt;
	font-weight: normal;
	padding-top: 2px;
}

ul#side_nav li a
{
	list-style: none;
	color: rgb(30,40,44);
	text-decoration: none;
}

ul#side_nav li ul
{
	position: relative;
	left: -30px;
	white-space: nowrap;
}

ul.normal {
	padding-left: 20px;
}

ul.normal li
{
	list-style: square;
	color: rgb(30,40,44);
	list-style-position: outside;
}


div#content
{
	width: 540px;
	position: relative;
	left: 220px;
	top: 25px;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

div#newsItem
{
	border-bottom: 1px dotted #778DA3;
	padding-bottom: 20px;
}

div#footer
{
	width: 540px;
	position: relative;
	left: 220px;
	border-top: 1px dotted #778DA3;
	text-align: center;
	color: rgb(30,40,44);
	background-color: #fff;
	padding: 3px;
	padding-top: 8px;
	margin-bottom: 35px;
	margin-top: 25px;
}

#footer ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#footer ul li 
{
	padding: 0px;
	padding-left: 20px;
	margin: 10px;
	border: none;
	list-style: none;
	display: inline;
}

#footer ul li
{
	border-left: 1px dotted #778DA3;
}

#footer ul li:first-child
{
	border-left: none;
}		



#nv_tr
{
	position: relative;
	top: 0px;
	right: 0px;
}

.unreviewed {
	background-color:#E6E6E6;
}

.accepted {
	background-color:#00FF00;
}

.rejected {
	background-color:#FFC1BA;
}

.must_have {
	background-color:#C4FFC4;
}

.should_have {
	background-color:#80FFFF;
}

.put_if_room {
	background-color:#FFC864;
}

.must_have_unreviewed {
	background-image:url(pics/hatch_must_have_unreviewed.png);background-repeat:repeat;
}

.should_have_unreviewed {
	background-image:url(pics/hatch_should_have_unreviewed.png);background-repeat:repeat;
}

.put_if_room_unreviewed {
	background-image:url(pics/hatch_put_if_room_unreviewed.png);background-repeat:repeat;
}

.rejected_unreviewed {
	background-image:url(pics/hatch_rejected_unreviewed.png);background-repeat:repeat;
}

.must_have_should_have {
	background-image:url(pics/hatch_must_have_should_have.png);background-repeat:repeat;
}

.must_have_put_if_room {
	background-image:url(pics/hatch_must_have_put_if_room.png);background-repeat:repeat;
}

.must_have_rejected {
	background-image:url(pics/hatch_must_have_rejected.png);background-repeat:repeat;
}

.put_if_room_should_have {
	background-image:url(pics/hatch_put_if_room_should_have.png);background-repeat:repeat;
}

.put_if_room_rejected {
	background-image:url(pics/hatch_put_if_room_rejected.png);background-repeat:repeat;
}

.rejected_should_have {
	background-image:url(pics/hatch_rejected_should_have.png);background-repeat:repeat;
}

.abstract_bio_background {
	background: rgb(222,231,240);
	padding-top:1px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}

.sch_opening {
	background-color:rgb(250,235,215);
}

.sch_keynotes {
	background-color:rgb(255,255,224);
}

.sch_presentations {
	background-color:rgb(240,248,255);
}

.sch_workshop {
	background-color:rgb(152,251,152);
}

.sch_panel {
	background-color:rgb(255,255,224);
}

.sch_time_and_header {
	background-color:rgb(230, 230, 230);
}

.sch_coffee_break,.sch_lunch_break,.sch_dinner_event, .sch_short_break {
	background-color:rgb(175,238,238);
}
