.micro {
	font-size:10px;
	text-transform:capitalize;
	}
div#container {
	width:946px;
	margin: 10px auto 10px auto;
	
	padding:23px;
}
div#content {
	width:946px;
}
div.innerContent {
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
}
/*
a, a:hover, a:visited, a:active {
	color:#EF7B21; 
	color:#003399; 
	font-family:Arial, Helvetica, sans-serif; 
}
*/
a:visited
{color:#004B97;}

a:hover
{color:#990000;}

a 
{color:#004B97; /* font: 11px/1.25em arial, sans-serif; font-weight:bold; */ text-decoration:none;}

.notify {
	color: #990000;
	font-weight: bold;
}
.required {
	color: #990000;
}
.inactive, .inactive td, .inactive th {
	color: #999999;
}
a.active{
	color: #990000;
}
a.headline, .headline {
	font-weight:bold;
}
a.note, .note {
	font-style:italic;
}
a.external, a.popup {
	background: center right no-repeat;
	padding-right: 15px;
}
a.external:link {
	background-image: url("/globals/images/icons/linkexternal.gif");
}
a.external:visited {
	background-image: url("/globals/images/icons/linkexternal_visited.gif");
}
a.external:hover {
	background-image: url("/globals/images/icons/linkexternal.gif");
}
a.external:active {
	background-image: url("/globals/images/icons/linkexternal.gif");
}
a.popup:link {
	background-image: url("/globals/images/icons/linkpopup.gif");
}
a.popup:visited {
	background-image: url("/globals/images/icons/linkpopup_visited.gif");
}
a.popup:hover {
	background-image: url("/globals/images/icons/linkpopup.gif");
}
a.popup:active {
	background-image: url("/globals/images/icons/linkpopup.gif");
}


div.interface div table tr td ul {
	margin:10px 0px 0px 0px;
	text-decoration:none;
	padding: 0px;
}
div.interface div table tr td ul li {
	list-style: none;
	margin:0px 0px 10px 0px;
	padding:0px;
}

div.interface div table tr td ul.bullets {
	margin: 6px 0 10px 20px;
}
div.interface div table tr td ul.bullets li {
	list-style: disc;
	margin: 0 0 0 0;
}

div.interface div table tr td .indent {
	margin-left: 20px;
}
div.interface div table tr td.indent {
	padding-left: 20px;
}

/* Table Objects */
div.interface {
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #555555;
}
div.articleType_8 div.interface { /* this is for the large content pods */
	border-left: none;
	border-right: none;
}
/* clears borders on full page apps */
div.containerCellTemplate_app div.interface {
	border: none;
}
div.interface form .label{
	width: 120px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

div.interface div.form {
	background-color: #FFFFFF;
	width: 100%;
}
div.interface div.list {
	background-color: #FFFFFF;
	width: 100%;
}
div.interface div.header {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #CCCCCC;
	background-image: url("/skins/default/images/pod_header.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}
div.interface div.header a {
	font-size: 11px;
	text-decoration: none;
}
div.interface div.header a:hover {
	text-decoration: underline;
}

div.interface div table {
	width: 100%;
	border-collapse: collapse;
}
div.interface div table tr td {
	padding: 2px 5px 2px 5px;
	vertical-align : top;	
	border-top: 1px solid #CCCCCC;
	/*
	next three lines are for IE 5.5 because
	it doesnt cascade the font size and weight
	from the root of the CSS
	*/
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}
div.interface div table tr div {
	padding: 0 0 5px 0;
}
div.interface div table tr th {
	border-bottom: 1px solid #CCCCCC;
	font-size: 8px;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
	line-height: 11px;
	padding: 1px 5px 0px 5px;
	text-transform: uppercase;
	/* letter-spacing:1px; */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/skins/default/images/pod_th.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.interface div.list table tr td img.pubImg {
	margin: 5px 0px 5px 5px;
	border: 1px solid #CCCCCC;
}
div.interface div.list table tr td a img.pubImg { /* removes borders from linked images */
	border: none;
}
div.interface div.list table tr td {
	background-color: #ffffff;
}	
div.interface div.list table tr.alternate td, div.interface div.list table.form tr td, tr.alternate td, td.alternate {
	background-color: #F3F3F3;
}
div.interface div.form table tr td {
	border: 0px;
}
div.interface div.list table tr td {
	border-top: 1px solid #CCCCCC;
}
div.interface div.list table.dotted tr td {
	border-top-style: dashed;
}
input, button, select, fieldset, textarea {
    border: 1px solid #666666;
    padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.none {
	border: 0px;
	background: none;
}


/* Questionnaires - override some questionaires.css styles */

.questionnaire div.alternate {
	background-color: #F3F3F3;
}
.questionnaire .heading, .questionnaire .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #3C3C3C;
	background-color: #FFFFFF;
	background-image: url("/skins/default/images/pod_header_green.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0 8px 10px;
}

