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

A:link,A:visited {
	color: silver;
	border-color: silver;
	text-decoration: none;
}

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

/********************** Menu Table *********************
 ______________
|   Banner     |
|              |
|______________|
| *Heading*    |
|______________|
|   [Item]     |
|______________|
|   [Item]     |
|______________|
|              | */
.Menu_Banner_TD {
	background-image: url(Images/CrestedShrikeTitBanner.png);
	background-repeat: no-repeat;
	height: 140px;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	background-color: red;
}

.Menu_Heading_TD {
	height: 0;
	font-size: 0.6em;
	background-color: green;
	padding: 5px 0px 0px 0px;
}

.Menu_Item_TD {
	font-size: 0.7em;
	border-width: 0px 1px 1px 0px;
	border-color: black;
	border-style: solid;
	background-color: orange;
}

.Menu_Item_TD_Hover {
	font-size: 0.7em;
	border-width: 0px 1px 1px 0px;
	border-color: black;
	border-style: solid;
	background-color: red;
}

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

.Form_Title_TD {
	background-color: purple;
	font-size: 14px;
	font-weight: bolder;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	color: yellow;
}

.Form_FieldTitle_TD {
	font-size: 12px;
	font-weight: bolder;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 1px 2px;
}

.FormFieldInner_TABLE {
	border-width: 0;
	border-spacing: 0;
	margin: 0;
	width: 100%;
	padding: 0;
}

.Form_FieldTitle_FONT {
	font-size: 12px;
	font-weight: bolder;
	border-width: 0;
}

.Form_FieldHint_FONT {
	font-size: 10px;
	border-width: 0;
}

.Form_FieldHint_TR {
	visibility: collapse;
}

.Form_FieldInput_TD {
	font-size: 13px;
	color: black;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	background-color: silver;
}

.Form_FieldInput_FONT {
	font-size: 13px;
	border-width: 0;
	color: green;
	background-color: black;
}

.Form_FieldInput_INPUT {
	width: 100%;
	background-color: silver;
	color: blue;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

.Form_General_BUTTON {
	background-color: #0000FF;
	border-width: 0px 1px 1px 0px;
	border-color: silver black black silver;
	border-style: solid;
}

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

.Form_Submit_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;
}

/* 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;
}

.Form_StatusText_TD {
	background-color: black;
	font-size: 16px;
	font-weight: bolder;
	color: #99CCFF;
	border-width: 1px;
	border-color: red;
	border-style: solid;
}

TEXTAREA,INPUT,SELECT {
	font-size: 14px;
}

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

/***************** 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:1px;
}

.List_TABLE TD {
	font-size: 0.9em;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.List_Heading_TR {
	height:20px;
}

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

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

.List_Total_TABLE TD {
	border-style:none;	
}

.List_Alpha_TABLE {
	visibility:collapse;
}

/***************** 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: bolder;
	font-size: 10pt;
	font-style: normal;
}

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

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

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


/****************** Taxon Fonts **********************/
	/*Link properties for Order column*/
.OrderCommon {
	text-decoration: none;
	height: 0;
	padding: 2pt 1pt;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	letter-spacing: 2px;
}

.OrderCommon A:link {
	height: 0;
	padding: 2pt 1pt;
	text-decoration: none;
	font-weight: bold;
}

.OrderCommon A:active {
	height: 0;
	padding: 2pt 1pt;
	text-decoration: none;
	font-weight: bold;
}

.OrderCommon A:visited {
	height: 0;
	text-decoration: none;
	padding: 2pt 1pt;
	font-weight: bolder;
}

.OrderCommon A:hover {
	padding: 2pt 1pt;
	text-decoration: underline;
	font-weight: bolder;
}

font.OrderScientific {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 2pt 1pt;
}

/*Link properties for Species column*/
.FamilyCommon A:link {
	height: 0;
	padding: 2pt 1pt;
	font-weight: bolder;
}

.FamilyCommon A:visited {
	text-decoration: none;
	height: 0;
	padding: 2pt 1pt;
	font-weight: bolder;
}

.FamilyCommon A:hover {
	height: 1px;
	padding: 2pt 1pt;
	text-decoration: underline;
	font-weight: bolder;
}

.FamilyCommon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	letter-spacing: 3px;
	height: 0;
	padding: 2pt 1pt;
	font-weight: bolder;
}

font.FamilyScientific {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 2pt 1pt;
}

/*Link properties for Common Bird name column*/
.SpeciesCommon A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	height: 0;
	padding: 2pt 1pt;
	font-weight: bolder;
}

.SpeciesCommon A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	height: 0;
	padding: 2pt 1pt;
	font-weight: bolder;
}

.SpeciesCommon A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	height: 0;
	padding: 2pt 1pt;
	text-decoration: underline;
	font-weight: bolder;
}

.SpeciesCommon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	height: 0;
	padding: 2pt 1pt;
	font-weight: bolder;
}

font.SpeciesScientific {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 1pt 1pt;
}
