﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body
{
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 2px solid #B51032;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header Section */

#header
{
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}
#header .title
{
	font: 190% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb
{
	font: 90% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight: bold;
}

#header a:link, a:visited
{
	color: #B51032;
}


/* Navigation */

#navigation
{
	position: absolute;
	width: 180px;
	height: 100%;
	top: 0em;
	left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #127C66;
	padding: 10px 10px 10px 10px;
	float: left;
}

#navigation div.navImg
{
	position: relative;
	top: 5px;
	text-align: center;
	vertical-align: top;
}

#navigation ul
{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 12px 0 12px;
}

#navigation li
{
	border-bottom: 5px solid #127C66;
}

#navigation li a
{
	display: block;
	padding: 6px 0px 6px 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background-color: #18987D;
	border: 2px solid;
	border-color: #369 #003 #003;
	border-left: none;
	border-top: none;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	height: 20px;
}
#navigation li a:hover
{
	background-color: #D51032;
	color: #FFFFFF;
}
#navigation ul ul
{
	margin-left: 15px;
}
#navigation ul ul li
{
	border-bottom: 1px solid #B51032;
	margin: 0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited
{
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover
{
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

#content
{
	margin-top: 1em;
	margin-left: 16em;
	margin-right: 2em;
}

#content p
{
	/*font-size: 80%;*/
	font-size: 15px;
	line-height: 1.6em;
}

#content ul
{
	/*font-size: 80%;*/
	font-size: 15px;
	line-height: 1.6em;
}

/* _______________ BI Nav Bar _______________ */


.navText
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	padding-left: 4px;
	cursor: pointer;
}

.nav
{
	background-color: #18987D;
	color: #fff;
	cursor: pointer;
}

.nav A:link, .nav A:visited
{
	color: #fff;
}

TR TD.nav A:link, TR TD.nav A:visited
{
	text-decoration: none;
}


TR.navRow TD
{
	vertical-align: middle;
	border: 1px solid;
	border-color: #369 #003 #003;
	border-left: none;
}

TR TD.navSpecial
{
	background-color: #18987D;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	height: 30px;
	border: 2px solid;
	border-color: #369 #003 #003;
	border-left: none;
	border-top: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

TR TD div.navText
{
	cursor: pointer;
}

#search li
{
	font-family: Arial, Verdana;
	font-size: 14px;
}

A.searchLink:link
{
	color: #0000FF;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Verdana;
	font-weight: normal;
}
A.searchLink:visited
{
	color: #FF0033;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Verdana;
	font-weight: normal;
}
A.searchLink:hover
{
	color: #006400;
	text-decoration: underline;
	font-size: 18px;
	font-family: Arial, Verdana;
	font-weight: normal;
}

A:link
{
	color: #0000FF;
	text-decoration: none;
}
A:visited
{
	color: #333399;
	text-decoration: none;
}
A:hover
{
	/*color			:		#006400;*/
	text-decoration: underline;
}

A.navLang:link
{
	padding: 5 5 5 5;
	border: solid 2px #0000ff; /*border-style: solid; 	border-color: #0000ff; 	border-top-width: 2px; 	border-left-width: 2px; 	border-right-width: 2px; 	border-bottom-width: 2px;*/
}

A.navLang:visited
{
	padding: 5 5 5 5;
	border: solid 2px #ff0033; /*border-style: solid; 	border-color: #FF0033; 	border-top-width: 2px; 	border-left-width: 2px; 	border-right-width: 2px; 	border-bottom-width: 2px;*/
}

A.navLang:hover
{
	padding: 5 5 5 5;
	border: solid 2px #333399; /*border-style: solid; 	border-color: #333399; 	border-top-width: 2px; 	border-left-width: 2px; 	border-right-width: 2px; 	border-bottom-width: 2px;*/
}

A.searchResult:link
{
	color: #336666;
	text-decoration: none;
}
A.searchResult:visited
{
	color: #336666;
	text-decoration: none;
}
A.searchResult:hover
{
	color: #006400;
	text-decoration: underline;
}

/* what species page */
A.whatSpecies:link
{
	color: Blue;
	text-decoration: none;
	font-size: 15px;
}
A.whatSpecies:visited
{
	color: Red;
	text-decoration: none;
	font-size: 15px;
}
A.whatSpecies:hover
{
	color: #006400;
	text-decoration: underline;
	font-size: 15px;
}
P.whatSpecies
{
	color: #000000;
	font-size: 15px;
}

/*
 * style for add comments page
 */
Label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
P.cheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
P.aheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
P.#
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#divMenu p a
{
	font-size: 15px;
}

#species_hierarchy
{
	font-size: 14px;
	font-family: Arial, Serif;
	padding-left: 15px;
}

.IndexSpeciesImage
{
	margin-left: 20px;
}


/* Central Page */
.central_directory_table
{
	width: 600px;
	border-width: medium;
	padding: 3px;
	border-spacing: 2;
	border-style: solid;
}

.central_directory_tr
{
	vertical-align: top;
}

.central_directory_td
{
	text-align: center;
	height: 125px;
	width: 33.3%;
}

.central_directory_link
{
	color: #0000FF;
	text-decoration: none;
}

.central_directory_image image
{
	width: 100px;
	height: 48px;
}

.originalMatch
{
	background-color: Maroon;
}

.modelMatch
{
	background-color: #FF3399;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}

/* Internal Structure */
.drag
{
	position: absolute;
	cursor: move;
}

#tipHtml
{
	position: absolute;
	visibility: hidden;
}

.tipWinStyle
{
	background-color: #FFFFDD;
	background-color: #FFFFDD;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	padding-left: 2px;
	padding-right: 2px;
}

.InternalStructure_ChkBox
{
	font-size: xx-small;
	font-weight: lighter;
	color: White;
	text-align: left;
}
