/*==============================================================================*/
/* Global settings */
/*==============================================================================*/
* {
    padding: 0;
    /*border : 0; */
    margin : 0;
    font   : normal 12px tahoma, arial, helvetica, sans-serif;
	color: #333; 
}

html  {
	margin-top: 0;
	background: url(/images/layout_bg2.gif);
	height: 100%;
}

body {
	text-align: center;
	margin-top: 0px;
	background-image: url(/images/UMAC_bkgd.png);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 101%;
}

a:link { text-decoration: none; color: #a33; }
a:visited { text-decoration: none; color: #a66; }
a:hover { color: #FF0000; }

ul {
	margin-left: 20px;
	list-style: square;
}
ol {
	margin-left: 20px;
}

.bioPic {
	float: left;
	margin: 8px;
}

#bodyContent {
	width: 716px;
	text-align: left;
}

#footerContent {
	width: 720px;
	text-align: center;
	text-decoration: none;
	padding-bottom: 26px;
}

#footerContent a, #footerContent a:link {
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
}

#footerContent a:hover {
	color: #CC0000;
}

.bodyTable td {
	padding: 8px;
	margin-bottom: 6px;
}

.pdfinset {
	border: 1px solid gray;
	margin-top: 2px;
	width: 220px;
}

.pdfinset td {
	font-size: 10px;
	padding: 1px;
}

.pageTitle {
	font-size: 28px;
/*	font-weight: bold; */
}

.pageSubTitle {
	font-size: 18px;
	color: #CC0033;
}

.pageDescr {
	font-size: 12px;
	color: #333;
}

.contentTitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #225;
}

.c2 {
	display: block;
	padding: 1px;
	background-color: #eef;
	font-weight: bold;
	color: #679;
}

.rightCol {
	background-color: #eef;
	border: 1px solid green;
	min-width: 320px;
}

.captions {
	text-align: left;
	font-style: italic;
	font-size: 11px;
}

.inset {
	display: block;
	float: right;
	width: 280px;
	margin: 6px;
	padding: 4px;
/*	border-top: 1px solid gray;
	border-bottom: 1px solid gray; */
	border-left: 1px solid gray;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.insetQuote2 {
	font-weight: bold;
	font-style: italic;
	color: #03c;
}

.insetQuote {
	border: 1px solid #99a;
	font-size: 14px;
	font-weight: bold;
	color: #039;
	padding: 4px;
	margin-top: 3px;
}

.insetAuthor {
}

.aboutTitle {
	clear: both;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #630;
}

.aboutSubtitle {
	font-style: italic;
	/*background-color: #ccc;*/
	padding: 1px;
	color: #663;
}

.highlight {
	font-weight: bold;
}

.ocpSubtitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
.ocpTitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
}
.employmentTitle {
	color:#000066;
}

#ocpMenu {
	width: 731px;
	padding-bottom: 6px;
	padding-top: 24px;
	text-align: right;
	background-image: url(/images/menuShadow.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.activePage {
	float: left;
	color: #900;
	margin-left: 12px;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
}

html fieldset{ position: relative; }
html legend{ position:absolute; top: -.5em; left: .5em; }
html fieldset{ position: relative; margin-top:1em; padding-top:.75em; }

.mainTable {margin: 8px;}
.mainTable td {padding: 6px;}
.mainTable td td {
	padding: 0px;
	vertical-align: top;
}
.selHilight a:hover {background: #dde;}

.atlasHelp {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	color: #993333;
	margin-bottom: 4px;
}

.tutOptgroup {
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	background-color: #66CC66;
}
.tutOption {
	padding-left: 8px;
	background-color: #FFFFFF;
}

/* Symposium webcast styles and classes */

.schMini table{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px !important;
}
.schMini table td{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.sched table{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
}
.sched table td{
	padding: 3px;
	padding-bottom: 6px;
	vertical-align: top;
}
.sched ul{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
}
.sched_session{
	background-color: #ddeedd;
}
.sched_session td{
	padding: 3px;
}
.sched_title{
	font-size: 14px;
}
.schMini_title{
	font-size: 12px !important;
}
