HTML,BODY {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

A {
	color: white;
	text-decoration: none;
}

A:hover {
	color: red;
	border-color: red;
	text-decoration: underline;
}

*[onClick] {
	cursor:pointer;
}
	

/*** Menu Buttons ***/
#Menu #Buttons SPAN.Heading {
	display:block;
	font-size: 0.6em;
	margin: 2px;
}

#Menu #Buttons A SPAN.Link{
	display:block;
	font-size: 0.8em;
	margin: 2px;
	border-style:solid;
	border-width:1px;
	padding:1px;
}

#Menu #Buttons A SPAN.Description {
	position:fixed;
	visibility:hidden;
	display:block;
	font-size: 0.6em;
	background-color: blue;
	border-style:none;
	vertical-align:middle;
}

#Menu #Buttons A:hover SPAN.Link{
	border-width:2px;
	padding:0;
	text-decoration:none;
}

#Menu #Buttons A:hover SPAN.Description{
	visibility:visible;
	text-decoration:none;
}

/***************** Forms ****************
Form Canvas
 __________________________
|Form Title                |
|____________ _____________|
|Field title | Input Field |
|____________|_____________|
|Other form text           |
|____________ _____________
|Field title | Input Field |
|____________|_____________|
*/
TABLE.Form TR TD {
	background-color: #220000;
	border-color: red;
	border-style: ridge;
	border-width: 2px;
	padding: 5px;
}

TABLE.Form TR TD TABLE {
	border-width: 0px;
	margin: 0;
	width: 100%;
	padding: 0;
}

TABLE.Form TR TD TABLE TR TD.Title {
	background-color: purple;
	font-size: 14px;
	font-weight: bolder;
	border-width: 1px;
	border-color: green;
	border-style: solid;
	color: yellow;
}

TABLE.Form TR TD TABLE *.Spacer {
	background-color: transparent;;
	border-width: 0;
}

TABLE.Form TR TD TABLE *.Buttons {
	background-color: transparent;;
	border-width: 0;
	text-align: right;
}

TABLE.Form TR TD TABLE TR TH {
	background-color: red;
	font-size: 12px;
	font-weight: bolder;
	border-width: 1px;
	border-color: yellow;
	border-style: solid;
	color: green;
	padding:2px;
	text-align: left;
	width:30%;
}

TABLE.Form TR TD TABLE TR TD {
	font-size: 13px;
	color: black;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	background-color: silver;

}

TABLE.Form TR TD TABLE TR TD INPUT[type=text],
TABLE.Form TR TD TABLE TR TD INPUT[type=password],
TABLE.Form TR TD TABLE TR TD TEXTAREA,
TABLE.Form TR TD TABLE TR TD SELECT {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: green;
	color: blue;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

SELECT {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
}

INPUT.Admin {
	background-color: #606060;
	font-size: 9px;
	border-width: 0px 1px 1px 0px;
	border-color: silver black black silver;
	border-style: solid;
	cursor: pointer;
}

INPUT[type=submit],INPUT[type=button] {
	background-color: black;
	font-size: 12px;
	font-weight: bolder;
	color: white;
	border-width: 0px 1px 1px 0px;
	border-color: black green green black;
	border-style: solid;
	cursor: pointer;
}

/* Fields that start out hidden, then are displayed based on other field values */
.Form_FieldInput_TEMP {
	visibility: hidden;
	width: 100%;
	background-color: silver;
	color: blue;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

.Form_OtherText_FONT {
	font-size: 12px;
	font-weight: bolder;
	color: black;
}

.Form_FieldCheckboxHeading_FONT {
	font-size: 12px;
	font-weight: bold;
	color: purple;
}

DIV#FormStatus_DIV {
	text-align:right;
	background-color: black;
	color: #99CCFF;
	border-width: 1px;
	border-color: red;
	border-style: solid;
}


/********************** Thumbnail Images ************************/
.Thumb_IMG {
	border: 1px;
	border-style: solid;
	border-color: silver;
	width: 80px;
}

/***************** Global - List Tables ****************

 __ ___ ___ __z_________
|a | b |*c*|            |    Alpha
|__|___|___|__z_________|
 _________ _____________
| Heading |Heading Sort |    List
|_________ _____________|
|Odd      |             |
|_________|_____________|
|Even     |             |
|_________|_____________|
z         z             z
 _______________________
|Total                  |    Total
|_______________________|

*/
.List_TABLE {
	width: 100%;
	border-style:none;
	margin:0;
	padding:0;
}

TABLE.List_TABLE TR TD {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-style: none;
	height:24px;
	padding:0px 3px;
}

.List_Heading_TR {
	height:20px;
}

.List_Heading_TD {
	cursor: auto;
	font-style: Italic;
}

.List_HeadingSort_TD {
	cursor: pointer;
	font-style: Italic;
}

.List_HeadingSortHover_TD {
	cursor: pointer;
	font-style: Italic;
}

.List_HeadingSortSelected_TD {
	cursor: auto;	
	font-style: Italic;
}

TABLE.List_TABLE TH {
	font-size: 1em;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
}

TABLE.List_Total_TABLE {
	font-size: 0.9em;
	font-weight: bolder;
	width:100%;
	border-width: 1px;
	border-style: solid;
}

TABLE.List_Total_TABLE TR TD {
	height:10px;
}

.List_Alpha_TABLE {
	border-style: solid;
	border-width: 1px;
	margin:0;
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.List_Alpha_TABLE TD {
	cursor: pointer;
	width: 25px;
}

.List_TABLE TR TD.ExpandCollapse {
	width:20px;
	text-align:center;
	color:black;
	border-style:solid;
	border-color:black;
	border-width:1px;
	font-size:16px;
}

.List_TABLE TR TD.ExpandCollapseHover {
	width:20px;
	text-align:center;
	color:white;
	border-style:solid;
	border-color:white;
	border-width:1px;
	font-size:16px;
}


/***************** Preview Photo *****************/
#thumbnailmenu {
	position: relative;
	overflow: auto;
	height: 550px;
	width: 122px;
}

/***************** Submit Sighting Form *****************/
#BirdselectLeft {
	position: relative;
	overflow: auto;
	height: 400px;
	width: 310px;
}

#BirdselectRight {
	position: relative;
	overflow: auto;
	height: 400px;
	width: 310px;
}

/********************************************/ /*Forum*/
.ForumOuterTable {
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}

.ForumTable {
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}

.ForumMainHeader {
	width: 100%;
	font-weight: bold;
}

.ForumHeaderInfo {
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}

.ForumMainRow {
	padding: 0;
	margin: 0;
	border: 1px;
	border-style: solid
}

.ForumBodyRow {
	padding: 0;
	margin: 0;
	border: 1px;
	border-style: solid
}

.ForumSubject {
	font-weight: bolder;
	font-size: 10pt;
	font-style: normal;
}

.ForumUsername {
	font-weight: bold;
	font-style: normal;
}

.ForumDate {
	font-weight: bold;
	font-style: normal;
}

.ForumBody {
	font-weight: bold;
	font-style: normal;
}

/* Main photo display (Preview photos and slide photos) ********************/
.MainImage {
	border-width: 1px;
	border-style: ridge;
}


/****************** Taxon Fonts **********************/
.Scientific {
	font-style: italic;
}

.Order, .Order * {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 0px;
	color:#998;
}

.Order A SPAN.Scientific {
	color:#887;
}

.Order A:hover SPAN.Scientific, .Order A:hover {
	color:#887;
}

.Family, .Family * {
	color:#8be;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 0px;
	font-size: 13px;
}

.Family A SPAN.Scientific {
	color:#bef;
}

.Family A:hover SPAN.Scientific, .Family A:hover {
	color:#bef;
}

.Species, .Species * {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px 0px;
	font-weight: bold;
	color:#ddd;
}

.Species A SPAN.Scientific {
	color:#999;
}

.Species A:hover SPAN.Scientific, .Species A:hover {
	color:#fff;
}
