.old_class {display: none}
#calendar {background-color: white}
#twitter-follow-button {font-size: small}
.radio_button {margin-left: 10px}
.pub_heading {
	font-weight: bold;
	font-style: italic;
}
.pub_award {
	color: #1f77b4;
	color: #ff7f0e;
}
.query_hilite {
	background-color: yellow;
}

.key_bgnd {
	fill: #60aFe9;
}
.key_dot {
	stroke: #eee;
}
.key_dot[display=true] {
	fill: orangered;
	opacity: 0.4;
}
.key_dot[display=false] {
	fill: lightgray;
	opacity: 0.4;
}
.key_dot[armed] {
	fill: orangered;
	opacity: 1;
}

.tick {
	stroke: black;
}
.key_label {
	font-size: 0.8em;
}

.year_button {
	fill: #1f77b4;
	stroke-width: 3;
}

#year_bar {
	fill: #1f77b4;
	opacity: 0.7;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/bg-grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul {
	margin-top: 0px;
	margin-left: -10px;
	list-style-type: square;
}
.pub_list li {
	margin-top: 0.6em;
	margin-left: -10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pagecell{
	position:absolute;
	top: 10px;
	left: 10px;
	right: 2%;
	width:98%;
	background-color: #ffffff;
}

#pageNav{
	float: left;
	width:250px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/

#pageName {
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

/************** feature styles *****************/

.feature {
	height: 250px;
	font-size: medium;
	overflow:hidden;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #334D55;
	padding: 5px 0px 5px 150px;
	font-size: x-large;
}

.feature img{
	padding: 0px 0px 0px 0px;
}

.feature ul{
	font-size: small;
}

/************** content styles *****************/
#content {
    position: absolute;
	left: 250px;
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
	width: auto;
}

#content h3{
    font-size: large;
}

/************** detail styles *****************/
.details {
	font-size: small;
}

.description {
	position: relative;
	left: 20px;
}

/*************** proj styles ******************/

.proj {
	font-size: medium;
	text-align: center;
}

.projtitle {
	font: bold Arial,sans-serif;
	color: #005FA9;
	width: 200px;
	background-color: #e5e7e7;
	margin-bottom: 5px;
}

.projtitle:hover {
	text-decoration: underline;
}

.projcell {
	font-size: small;
}

/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg-nav.jpg");
	padding: 6px 0px 6px 10px;
}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

.sectionLinks a:link, .sectionLinks a:visited {
	font-weight: bold;
	color: #21536A;
}

.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #EAF4FF;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	padding: 0px 10px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: medium;
}

/********************* end **********************/
