/* Do not modify styles within this file
 * Instead, modify styles within the main.css file to override the default styles within this file 
 * 
 **/
body{
	margin:	8px;
	margin-left: auto;
	margin-right: auto;
	width:		900px; 
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Main table framework*/
#maintable{
	border-spacing: 0px;
	width:		900px; 
	height:		500px;
}

#maintable td{
 	vertical-align: top;
	font-size: 12px;
}

td.header{
}

td.middleleft{
	width:		160px;
}

td.middleleftnomenu{
	width:	20px;	
}

td.middlecenter{
 	height:	350px;		
}

td.middleright{
	width:	15px;
}

/*Central div and general components */
#innertext{
	margin:	10px;	
	background-color: #FFFFFF;
	min-height:400px;
	padding-top: 15px;
}

#innertext a{

}

#innertext a:hover{

}

form div {
	margin-top:	2px;
}

a{
	color: 		#2C405E;
    text-decoration: none;	
}

a:hover{
	color: black;
    text-decoration: underline;
}

/* Spans that use javascript to add clickable link behaviors */
span[class=link] { 
	color: 		#2C405E;
    text-decoration: none;	
}

span[class=link]:hover { 
	color: black;
    text-decoration: underline;	
}

/* General Image thumbnails   */
div.tndiv{
	float: left;
	text-align: center;
	width: 165px;
	height: 230px;
	page-break-before:auto;
	page-break-inside:avoid;
}

div.tnimg{
	position: relative;
	overflow:	hidden;
	width:	160px;
	height:	160px;
	border:	1px solid gray;
}

div.tnimg a{

}

div.tnimg img{
	position: absolute;
	max-height: 160px;
	max-width: 160px;
	width: 		expression(this.width >= this.height ? 160: true);
	height:		expression(this.height >= this.width ? 160: true);
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}	

/* styled table */

table.styledtable{
	width:				100%; 
	border-collapse:	collapse; 
}
table.styledtable th {
	text-align:			left; 
	padding:			4px;
	border:				1px solid gray; 
	background-color:	#dbe5f1; 
	color:				black; 
}
table.styledtable td {
	font-size:		1em; 
	padding:		3px;
	border:			1px solid gray; 
	background-color: #efefef;
}
table.styledtable tr.alt td {
	color:				#000000; 
	/*background-color:	#FCFCFC; */
	background-color: #dfdfdf;
}

/*  navpath styles */
div.navpath {
	color: #000000;
	font-size: 11px;
}

div.navpath a {
	font-size: 11px;
	color: #000000;
}

div.navpath a:hover {
	color: #C0C0C0;
	font-size: 11px;
}

/*Download buttons on the search display pages*/
div.button {
	background-color:	#FFFFD7;
	padding:			3px;
	border:				1px outset #A0A0A0;
}

div.button img {
	border:	0px;	
}

div.button:hover {
	border:	1px inset #A0A0A0;
}

/*Dynamic Key module*/
#keytable{

}

#keycharcolumn{
	vertical-align:	top;
	width:	30%;
}

#keymidcolumn {
	width:	20px;
	background-image: url(../images/layout/brown_hor_strip.gif);
}

#keytaxacolumn{
	vertical-align:	top;
	width:	65%;
}

.charHeading{

}

.characterStateName{

}

.dynam{

}

.dynamlang{
	margin-top:0.5em;
	font-weight: bold;
}

.dynamopt{

}

/* misc page specific items */
#cloptiondiv{
	margin:		5px;
	width:		250px;
	text-align:	left;
	float:		right;
}

#taxonfilterdiv{
	padding:			5px;
	background-color:	#FFFFCC;
	border:				1px solid;
}

#taxonfilterdiv{
	 margin:	3px;
}


/* /collections/ folder pages */
.categorytitle a{ 
	font-weight: bold; 
	color:		black; 
	font-size:	110%; 
}

.collectiontitle a{
	font-weight: bold;
	color: 		 #000000;
}

.collectiontitle a:hover{
	color: 	#000000;
}

#omlisttable{
	 width:	90%;
}

#omlisttable img{
    border: medium double #990000;
}

/* Quick Search Plugin */
#quicksearchdiv{
	float: right;
	width: 335px;
	margin: 8px;
	padding: 5px 5px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid black;	
}

#quicksearchtext{
	margin-top:0px;
	padding-bottom:0px;
}

#quicksearchtaxon{
	width: 250px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
}

#quicksearchbutton{
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Slideshow Plugin */
#slideshowcontainer{
	border: 2px solid black;
	border-radius:10px;
	padding:10px;
}

/* misc */
div.genericpopup{
	position:				absolute;
	display:				none;
	width:					300px;
	background-color:		#EFEFEF;
	padding:				10px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border:					black solid 3px;
}

.nextbtn {
	font-weight: bold,
	background-color: #c0c0c0;
	border-color: #999;
    color: black;
	width: 90px;
	padding: 6px 10px;
	border-radius: 5px;
}

.nextbtn:hover {
	background: #e5f1fd;
	color: black;
}

.resetbtn {
	font-weight: bold,
	background-color: #c0c0c0;
	border-color: #999;
    color: black;
	width: 90px;
	padding: 4px 6px;
	border-radius: 5px;
}

.resetbtn:hover {
	background-color: #e5f1fd;
    color: black;
}

/* JQuery Manifest alterations */
div.mf_container {
	border: 1px solid #aaa;
	cursor: text;
	display: inline-block;
	padding: 2px;
	margin-left: 0px;
	padding-left: 0px;
	width: 494px;
}

div.mf_container ol.mf_list {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}

div.mf_container ol.mf_list li.mf_item {
	border: 1px solid #C0C0C0;
	cursor: pointer;
	display: inline-block;
	margin: 2px;
	padding: 4px 4px 5px;
}

div.mf_container ol.mf_list li.mf_item.mf_highlighted {
	background-color: #E0E0E0;
}

div.mf_container ol.mf_list li.mf_item.mf_selected {
	background-color: #C0C0C0;
}

div.mf_container ol.mf_list li.mf_item a.mf_remove {
	color: #E0E0E0;
	margin-left: 10px;
	text-decoration: none;
}

div.mf_container ol.mf_list li.mf_item.mf_highlighted a.mf_remove {
	color: #FFFFFF;
}

div.mf_container ol.mf_list li.mf_item.mf_selected a.mf_remove {
	color: #FFFFFF;
}

div.mf_container input.mf_input {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 2px;
	outline: none;
	padding: 4px;
}

ol.mp_list {
	background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	border:1px solid #aaa;
	border-radius:4px;
	overflow: hidden;
	color:#222;
	font-family:Verdana,Arial,sans-serif;
	font-size:15px;
	position: absolute;
	width: 498px;
	z-index: 99999;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

ol.mp_list li {
	padding: 4px 4px 5px 9px;
	list-style-type: none;
}

ol.mp_list li.mp_selectable {
	cursor: pointer;
}

ol.mp_list li.mp_highlighted {
	border:1px solid #999;
	background:#dadada url(../css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight:normal;
	color:#212121;
	border-radius:4px;
}
