/* This CSS file is used in the Conference By Name pages
*/

body {
	background-color:#ffffff;
	color: #000000;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: small;
	}
/* Remove image borders */
a img,a:link img,a:visited img { border:none; }

/* main content page section */
#content {
	border-width: 0px 2px 2px;
	border-color: #cccccc;
	border-style: solid;
	padding: 6px;
}
/* footer area */
#footer {
	width: 750px;
	font-size: small;
	margin-top: 5px;
	text-align: left;
}
#footer .linksmenu {
	font-size: small;
	text-align: left;
	float: right;
	margin-left: 10px;
}
#footer address {
	margin-top: 5px;
}
.textalignleft {
	text-align: left;
}
a:link { 
	color:#990000; 
	text-decoration:underline;
	}
a:visited { 
	color:#666666;
	text-decoration:underline;
	}
p {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
p.subhead {
	font-size:medium;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 3px;
	}
	
/* Tables */	
td {
	font-size: small;
 }
 
 #r1c1 {
 	vertical-align: top;
 	font-weight: bold;
 }
 
 #r1c2 {
 	vertical-align: top;
  }
 

h1{
	font-size:large;
	color:#990000;
	font-weight:bold;
	text-align:left;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 6px;
}
h2{
	font-size:medium;
	color:#990000;
	font-weight:bold;
	text-align:left;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3{
	font-size:medium;
	color:#fffffff;
	font-weight:bold;
	text-align:left;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 3px;
}
ul,ol{
	margin: 0px 0px 5px 20px;
}
/* text styles */
.errortext {
	color: #9900ff;
}
.informationtext {
	color: green;
}
.studenttext {
	color: magenta;
}
.standardtext {
	font-size: small;
	font-weight: normal;
}

.headwithnote {
	font-size:large;
	color:#990000;
	font-weight:bold;
	text-align:left;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 0px;
}
.notetext {
	font-size: small;
	color:#000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
.smalltext {
	font-size: x-small;
	margin-top: 1px;
	margin-bottom: 0px;
	}
.highlightred {
	color: #990000;
	}
/* useful floats */
.floatleft {float:left; margin-right:10px;}
.floatright {float:right; margin-left:10px;}
.clearboth { clear: both; }
/* info boxes */
.infobox {
	background-color: #666666;
	color: #ffffff;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 3px;
	}
.infoboxright {
	background-color: #666666;
	color: #ffffff;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	float: right;
	margin-left: 10px;
	padding: 3px;
	}
.infobox td, .infobox p, .infoboxright td, .infoboxright p {
	font-size: 10px;
	font-weight: bold;
	}
.nopad {
	padding: 0px;
	margin: 0px;
	}
/* used to vertically space table entries rather than using cellpadding/spacing */
.cellpad4 {
	padding-bottom: 4px;
	}
.cellpad6 {
	padding-bottom: 6px;
	}
.cellpad8 {
	padding-bottom: 8px;
	}
/* Conference form session page button */
.sessionpageelementheader {
	font-size: 12px;
}
.sessionpageelementaction {
	font-size: 11px;
}
	
/* last updated 4 Dec. mn */