html
{
	background-color: #999999;
}

body
{	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	min-width: 800px;
	margin-top: 0;
	font-size: 13px;
}

#container
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #FFFFFF;

	
}

#PhotoBar
{
	width: 150px;
	float: right;
	margin-left: 20px;
}

A.photoLinks:link
{ 
text-decoration:none;
color:#03F;
}
A.photoLinks:visited
{
text-decoration:none;
color:#03F;
}
A.photoLinks:active
{
text-decoration:none;	
}
A.photoLinks:hover
{
text-decoration:underline;
}

h1
{
	color: #313171;
	font-size: 18px;

}

h2
{
	color: #313171;
	font-size: 15px;
	margin-bottom: -10px;
}

#backToTop
{
	font-size: 12px;
	margin-left: 35px;
	margin-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 120px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	/*float: right;*/
}

#content
{
	padding: 0px 10px 10px 10px;
	margin-top: 15px;
}

div.scTitle
{
	font-weight: bold;
	color: #313171;
	font-size: 110%;
	margin-bottom: -1em;
}


#footer
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;

}

#footer img
{
	margin-left: 25px;
	margin-right: 25px;
}

/*the following are used for the registration form in place of table tags*/

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 220px;
  text-align: right;
  padding-top:3px;
  }

div.row span.formw {
  float: right;
  width: 420px;
  text-align: left;
  } 
  
 #sessionTable td
 {
 	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
 
 
 }
 
  
 
 /*the following are used for the Committee Abstract Review*/

div.Absrow {
  clear: both;
  padding-top: 5px;
  }

div.Absrow span.Abslabel {
  float: left;
  width: 80px;
  text-align: right;
  }

div.Absrow span.Absformw {
  float: right;
  width: 700px;
  text-align: left;
  } 
div.Absrow span.Abslabela {
  float:right;
  width: 135px;
  text-align: right;
  padding-right:5px;
  }
div.Absrow span.Absformw1 {
  float: left;
  width: 505px;
  text-align: left;
  padding-left:5px;
  } 
  

#bodyCenter {  text-align: center;  }
.criteria{ font-weight:bold;}
#centerContainer{ margin-left:80px; width:650px; text-align:left;}
.critDiv1{height:20px; padding-top:10px; padding-bottom:10px;float:left; text-align:left; width:250px; background-color:#E0E2F3;}
.critDiv2{height:20px; padding-top:10px; padding-bottom:10px;float:left; text-align:left; width:250px;}
.critDivRate1{height:20px; padding-top:10px; padding-bottom:10px; float:right; text-align:left; width:350px; margin-right:50px; background-color:#E0E2F3;}
.critDivRate2{height:20px; padding-top:10px; padding-bottom:10px; float:right; text-align:left; width:350px; margin-right:50px;}

.radio_b{
    margin-left:25px;
}
  
 /* ADMIN TOOL - Report page */
 .ICDAMDataTable
 {
 	padding: 0;
	margin: 0;
	border-collapse: collapse;
 }
  
 .ICDAMDataTable td, .ICDAMDataTable th
 {
		border: 1px solid #000099;
		padding: 2px;

 }
 