/*
 *  /assets/css/bradley.css
 *  Master CSS stylesheet
 *  author: Thrive | Arts, San Diego, http://www.thrivearts.com/
 *  rev 20070311
 *  rev 20021218
 */

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	
}
td {
	color: #000;
	font: normal 10pt Georgia, Caslon, 'Times New Roman', Times, serif;
}

a:link,
a:active,
a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}
	
p, .bib {
	font: 10pt Georgia, Caslon, 'Times New Roman', Times, serif;
}
.hed_rub { color: #900; font-weight: bold; font-size: 16pt; font-family: Georgia, Caslon, "Times New Roman", Times, serif }
.hed     { color: #000; font-weight: bold; font-size: 12pt; font-family: Georgia, Caslon, "Times New Roman", Times, serif }

.sub  { color: #900; font-weight: bold; font-size: 11pt }
.sub2  { color: #660 }

.nav {
	font-size: 8pt;
	font-weight: bold;
}
	
.note {
	font: normal 8pt Arial, Helvetica, sans-serif;
}
.note cite {
	font: normal 8pt Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.note cite:hover {
	color: #900;
	text-decoration: underline;
}
	
.note:link {
	color: #000;
	text-decoration: none;
}
	
.copyright {
	color: #333;
	font: 9px Arial, Helvetica, sans-serif;
}

.copyright a {
	color: #333;
	text-decoration: none;
}

	
.copyright a:hover {
	color: #000;
	text-decoration: underline;
}

.blk {
	color: #000;
}



/*  **********  NAVIGATION  **********  */

#navcontainer {
	top:0;
	left:0;
	position:absolute;
	width: 100%;
	height: 26px;
	background: #000;
	z-index: 1;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	font: 9pt normal Georgia, Times, "Times New Roman", serif;
}
#navcontainer li.fl {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#navcontainer li a.hm {
	color: #000;
	background: #fff;
}

#navcontainer a {
	color: #fff;
	display: block;
	width: 100px;
	text-decoration: none;
	background: #000;
	margin: 0;
	padding: 6px;
}

#navcontainer a:hover, 
#navcontainer a.hm:hover,
#navcontainer a:active,
#navcontainer a.hm:active { 
	color: #000;
	background: #cc9;
}

#navcontainer a:link, 
#navcontainer a:visited,
#navcontainer a.hm:link, 
#navcontainer a.hm:visited {
	position: relative;
	z-index: 102;
}



/*  ThickBox Popup link and font settings  */

#TB_window {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
}

#TB_secondLine {
	font: 10px Helvetica, Arial, sans-serif;
	color:#666;
}

#TB_window a:link {
	color: #666;
}
#TB_window a:visited {
	color: #666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666;
}
#TB_window a:focus{
	color: #666;
}

/*  thickbox settings  */

#TB_overlay {
	position: absolute;
	position: fixed;
	z-index: 100;
	width: 100%;
	width: auto !important;
	min-width: 100%;
	height: 110%;
	height: auto !important;
	min-height: 110%;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color: #000;
	display: none;
	border-right: 2px solid #88816b;
	border-bottom: 2px solid #88816b;
	border-top: 2px solid #cec7b0;
	border-left: 2px solid #cec7b0;
	text-align: left;
}

#TB_window img {
	display: block;
	margin: 14px 0 0 14px;
	border-right: 1px solid #cec7b0;
	border-bottom: 1px solid #cec7b0;
	border-top: 1px solid #a49d86;
	border-left: 1px solid #a49d86;
}

#TB_caption{
	padding: 14px 24px 5px 14px;
	float: left;
}

#TB_closeWindow{
	height: 20px;
	padding: 6px 14px 14px 0;
	float: right;
}

#TB_closeWindow img {
	height:20px;
	width:23px;
	border:none;
	margin:0;
	padding:0;
}

#TB_closeAjaxWindow{
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title{
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 101;
}

#TB_HideSelect{
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

