.header {
	background: #638CB5;
	color: #fff;
	padding: 1px 4px 4px 4px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-top: 1px solid #4A7BAD;
	border-left: 1px solid #4A7BAD;
	border-bottom: 1px solid #D6DEE7;
	border-right: 1px solid #D6DEE7;
	margin-top: 10px;
	clear: both;
}

.subheader {
	background: #eee;
	color: #333;
	padding: 1px 4px 4px 4px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-top: 1px solid #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #fff;
	margin-bottom: 5px;
	clear: both;
}

.tableheader {
	background: #bbb;
	color: #333;
	padding: 5px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-top: 1px solid #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #fff;
	margin-bottom: 0px;
}


tr.rowodd {
	background:   #eee;
}

tr.roweven {
	background-color: #fff;
}

.sortable tr:hover {
	background-color: #DBECF2;
}

.sortable tr.tableheader:hover {
	background-color: #bbb;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #ccc;
	background-image: url(/graphics/icons/navigate_open.png);
}
.sortdesc {
	background-color: #ccc;
	background-image: url(/graphics/icons/navigate_close.png);
}
.nosort {
	cursor: default;
}

.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}


.header span.smallHint {
	font-size: 75%;
}

th {
	text-align: left;
}

h1 {
	font-size: 1.8em;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
	color: #3D4A86;
	margin-top: 0px;
}
h1 a {
	color: #3D4A86;
}

h1 .iconheader img {
	padding-right: 5px;
}

h2 {
	font-size: 1.6em;
	margin: 0px;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
	margin-left: 0px;
	color: #3D4A86;
	margin-bottom: 3px;
	clear: both;
}

h2 a {
	color: #3D4A86;	
}

.intro {
	margin: 0px 0px 15px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
}

p .intro {
	font-size: 1.3em;
}

h3 {
	clear: both;
	font-size: 1.4em;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
	font-weight: bold;	
	color:#3D4A86;
	margin: 0 0 0 0;
}	

h3 a {
	color:#3D4A86;
	background: url(/graphics/bullet.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
	margin: 0px;
}


h4 {
	font-size: 1.2em;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
	font-weight: bold;	
	color:#3D4A86;
	margin: 0 0 0 0;
}
h4 a {
	color:#3D4A86;
}

h5 {
	font-size: 1.0em;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
	font-weight: bold;	
	color:#000;
	margin: 0 0 0 0;
}

h5 a {
	color:#000;
}

h6 {
	font-size: .9em;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
	color:#000;
	margin: 0 0 0 0;
	font-weight: normal;
}

h6 a {
	color:#000;
}


/* -- Error and Notices ---------------------*/
/* == 1 == */
div.pageErrors {
	color: #000;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid Red;	
	background: #FFECEC url(/graphics/ico-s-warn.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	clear: both;
}
/* == 2 == */
div.pageQuestion {
	color: #1c5806;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	background: #C8F1A7 url(/graphics/ico-s-help.gif) no-repeat 5px 5px;
	border: 1px solid #9ADF61;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	clear: both;
}
/* == 3 == */
div.pageNotice {
	color: #000;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid #DDE8FF;
	background: #f0f5ff url(/graphics/ico-s-req.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	clear: both;
}
/* == 4 == */
div.pageInfo {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #F9F08D;
	background: #FFFAAD url(/graphics/ico-s-info.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	clear: both;
}
/* == 5 == */
div.pageExample {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid #ddd;
	background: #eee url(/graphics/ico-s-info2.gif) no-repeat 5px 5px;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	clear: both;
}

div p.infotitle {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13ptem;
}
p.red {
	color: red;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin: auto;
}

.clearall {
	clear: both;
}

/* Menu Items */
#menuItems {
	display: block;
	clear: both;
}

#menuItem {
	width: 110px;
	text-align: center;
	padding: 10x 10px 10x 10px;
	margin: 0px 10px 5px 0px;
	float: left;
}

#menuItem .icon {
	display: block;
	margin: 5px 0px 5px 0px;
	height: 48px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #eee;
	padding: 5px;
}

#menuItem .icon img {
	border: 0px;
	margin: 10x 10px 10x 10px;
}

#menuItem .description {
	text-align: center;	
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
}

#menuItem a:hover {
	background-color: #E7F3FF;
}

#menuItem a.selected {
	background-color: #E7F3FF;
}


/* == PROGRAM ITEMS ==============================*/
#sessionTrack {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
}

#trackSponsor {
	background-color: #fff;
	color: #000;
	float: right;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-align: center;
}

#sessionDate {
	font-weight: bold;
	font-size: .9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-top: 5px;
	background: #eee;
	border: 1px solid #ddd;
}

#sessionDate hr {
	color: transparent;
}

#session {
	margin-bottom: 20px;
}

.sessionTitle {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sessionDates {
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
}

.suggestbubble {
	float: right;
}

.sessionDescription {
	font-size: 1.0em;
	margin: 0 5px 15px 5px;
	display: block;
}

.sessionSponsor {
	border: 1px solid #999;
	background-color: #fff;
	padding: 4px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-align: center;
	float: right;
}

.sessionSponsorName {
	text-align: center;
}

#Speakers {
	font-size: 1.0em;
	font-family: veranda, arial, times;
	margin-left: 10px;
}

.speaker {
	margin-left: 40px;
}

.speakerRole {
	font-size: .9em;
	font-weight: bold;
	font-family: veranda, arial, times;
	margin-left: 10px;
	margin-top: 10px;
	width: 90%;
}

.speakerName {
	font-weight: bold;
	font-size: 1.0em;
}
.speakerInfo {
	font-size: 1.0em;
}

#column70 {
	width: 65%;
	float: left;
	text-align: center;
}

#column50 {
	width: 48%;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 0px;
}

#column33 {
	width: 21%;
	float: left;
}

#column30 {
	width: 29%;
	float: left;
}

/* BUTTONS */
a.box_button {
  text-decoration: none;
  cursor: pointer;
}

a.box_button span {
  float: left;
  display: block;
}

a.box_button span.left {
  width: 4px;
  height: 30px;
  margin-left: 2px;
}

a.btn1 span.left {
  background: url(/graphics/button/box_button_left3.gif) left top no-repeat;
}

a.btn3 span.left {
  background: url(/graphics/button/box_button_left1.gif) left top no-repeat;
}

a.btn1:hover span.left {
  background: url(/graphics/button/box_button_left1.gif) left top no-repeat; 
}

a.btn3:hover span.left {
  background: url(/graphics/button/box_button_left3.gif) left top no-repeat; 
}

a.box_button span.center {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;  
  padding: 7px 2px 0 2px;
  height: 30px;
}

a.btn1 span.center {
  color: #FC9803;
  background: url(box_button_center3.gif) left top repeat-x;
}

a.btn3 span.center {
  color: #000;     
  background: url(/graphics/button/box_button_center1.gif) left top repeat-x;
}

a.btn1:hover span.center {
  background: url(/graphics/button/box_button_center1.gif) left top repeat-x;;
  color: #3CB371;
}

a.btn3:hover span.center {
  background: url(/graphics/button/box_button_center3.gif) left top repeat-x;;
  color: #077F03; 
}

a.box_button span.right {
  width: 4px;
  height: 30px;
}

a.btn1 span.right {
  background: url(/graphics/button/box_button_right3.gif) left top no-repeat;
}

a.btn3 span.right {
  background: url(/graphics/button/box_button_right1.gif) left top no-repeat;
}

a.btn1:hover span.right {
  background: url(/graphics/button/box_button_right1.gif) left top no-repeat;;
}

a.btn3:hover span.right {
  background: url(/graphics/button/box_button_right3.gif) left top no-repeat;;
}
/* /BUTTONS */


/* Call For PApers */
.questionControl {
	text-align: right;
	width: 20%;
	display: inline;
	float: right;
}

.questionContent {
}

table.downloads tr td {
	font-size: 80%;
}

.indented {
	margin-left: 35px;
}

#handouts {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

.handoutTitle {
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

.handoutrow {
	margin-top: 5px;
	padding: 50px;
}

p {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p a {
	color: #000;
	text-decoration: underline;
}

.curlycontainer{
/*border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 400px;
clear: both;*/
}

.curlycontainer .innerdiv{
/*background: transparent url(/graphics/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 10px 10px 25px 10px;*/
}

/* == STEP BY STEP ============================== */
#stepbystep {
	width:180px;
}

#stepbystep dl {
	margin: 0;
	padding: 0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#stepbystep dt {
	margin:0;
	padding:4px;
	text-align:center;
	font-size: 110%;
	font-weight:bold;
	background: #69c;
	color: #fff;
}
#stepbystep dd {
	margin:0px;
	padding: 0px;
	text-align:left;
	border-top:1px solid #fff;
	font-size: 80%;
}

#gallery p {
	text-decoration:none;
	display:block;
	padding: 0.4em 0.4em 0.4em 25px;
	color: #fff;
	background: #47a;
	margin: 0px;
}

#stepbystep #gallery p.none {

	color: #fff;
}

#stepbystep #gallery p.active {
	background: #69c url(/graphics/arrow.gif) no-repeat 10px 6px;
	color: #fff;
	font-weight: bold;
}

#stepbystep #gallery p.done {
	background: #eee url(/graphics/check.gif) no-repeat 8px 6px;
	color: #000;
}


#stepbystep .top {
  display:block; 
  background:transparent; 
  font-size:1px;
}

#stepbystep .bottom {
  display:block; 
  background:transparent; 
  font-size:1px; 
}

/*-- AJAX ----------------------------------*/
	div.check_results {
		background-color: #ffc;
		padding: 2px;
		border: 1px solid Yellow;
	}

	div.check_results.good {
		background-color: #cfc;
		background: #e9fce9;
		border: 1px solid #2fc32d;
		color: #000;
	}

	div.check_results.bad {
		background-color: #ffe8e8;
		border: 1px solid #f83117;
		color: #000;
	}

.ajaxUpdate {
	position: relative;
	padding: 1px;
	margin: 0px 0 0 0;
	padding: 2px;
	width: 65%;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
}

/* ================================================= */
/* == FILTER BUTTONS =============================== */
/* ================================================= */
#filters {
	font-size: 1.2em;
}

label.filter_checked {
	color: #7a9751;	
	border: 2px double #c2e78c;
	border-top-color: #fff;
	border-left-color: #ccc;
	padding: 4px;
	background-color: #d1f899;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 2px;
}

label.filter_unchecked  {
	color: #878787;	
	border: 2px double #e5e5e5;
	border-top-color: #fff;
	border-left-color: #ccc;
	padding: 4px;
	background-color: #eee;
	color: #999;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 2px;
}

label.filter_checked:hover {
	background: #c8ed92;
}

label.filter_unchecked:hover {
	background: #e4e4e4;
}

label.filter_unchecked  a {
	color: #999;
}

label.filter_checked a {
	color: #333;
}

.inline-text {
	display: inline;
	float	: left;
}

.even, tr.even td {
	background-color: #fff;
}

.odd, tr.odd {
	background-color: #F7F7F7;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 2px;
}

a .link, a:visited.link {
	color:#638CB5;
}


/* Help Desk */
ul#hd_list  {
	margin: 0px;
	padding-left: 45px;
}
ul#hd_list li {
	line-height: 1.6em;
	list-style: none outside url('/graphics/icons/pointer.gif');
	padding-left: 0px;
	font-size: 1.1em;
}

ul#hd_list li .noicon {
	line-height: 1.6em;
	list-style: none;
	padding-left: 0px;
	font-size: 1.1em;
}

#CP_UserBio {
	font-family: verdana, arial;
	font-size: 1.0em;
	line-height: 1.4em;
}