/* default font size*/
@import url('/styles/x-small.css');

/* Netscape 4 safe font sizes */
body, div, p, textarea
{
	font-family: "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a:link { color: #8E2800; text-decoration: none; }
a:visited { color: #D2691E; text-decoration: none; }
a:hover { color: #FFB03B; text-decoration: underline; }

a.Link:link { color: #8E2800; text-decoration: none; font-weight:normal;font-family: "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 11px; }
a.Link:visited { color: #D2691E; text-decoration: none; font-weight:normal;font-family: "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 11px; }
a.Link:hover { color: #FFB03B; text-decoration: underline; font-weight:normal;font-family: "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 11px; }

	
.HeaderText
{
	color: #8E2800;
	font-size: 12px;
	font-weight: bold;
}

.HeaderLabel { font-size: 20px; font-weight: bold; font-style: italic; }
a:link.HeaderLabel{ color: #8E2800;	text-decoration: none; }
a:visited.HeaderLabel{ color: #8E2800; text-decoration: none; }
a:hover.HeaderLabel{ color: #8E2800; text-decoration: none; }

.TitleText
{
	background-color: #E7E3D6; 
	color: #606060; 
	font-size: 12px; 
	font-family: Verdana;
	font-weight: bold;
}

.CodeText
{
	font-family:Courier New, Courier, Monospace, Serif;
}

.TagText
{
	font-family:Courier New, Courier, Monospace, Serif;
	font-weight: bold;
	color: Blue;
}

.FrameText
{
	background-color:#477776;
	color:White;
	font-weight:bold;
	font-size:80%;
}

.Header { font-size: 12px;	font-weight: bold; }
a:link.Header { color: #8E2800; text-decoration: none; }
a:visited.Header { color: #D2691E; text-decoration: none; }
a:hover.Header { color: #FFB03B; text-decoration: underline; }

.AlertText
{
	color:Red;
	font-size:11px;
	font-weight:bold;
}

.DisabledText
{
	color:Gray;
	font-size:11px;
	font-weight:bold;	
}

.FooterCopy
{
	font-size: 80%;
	color: Gray;
}

.Footer
{
	font-size: 80%;
}

.NoteText
{
	font-size: 80%;
	font-weight: normal;
	color: Black;
}

.ItemHeader
{
	font-size: 130%;
	font-weight: bold;
	display: inline;
	position: relative; /*http://www.positioniseverything.net/explorer/peekaboo.html*/
	/*color:#196858;*/
}

.ItemSubHeader
{
	font-size: 110%;
	font-weight: bold;
}

.ItemTitle
{
	font-weight: bold;
}

.SectionTitle
{
	font-weight:bold;
	/*color:#124E44;*/
	font-family: "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif;	
}

.NoticeText
{
	color: Blue;
	
}

.BreadcrumbText
{
	color: Gray;
	
}

.BreadcrumbText a
{
	color: Gray;
	
	text-decoration: none;
}

.ItemText
{
	color: Black;	
}

.AutoCompleteText
{
	color: Navy;
}

.PrintTabHeader
{
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

.ImageTable
{
	margin: 3px;
	display: inline;
}

.ImageCell
{
	border: green 1px solid;
}

.NavBar
{
	background-color: #477776;
	color: White;
	font-weight: bold;
}

.NavBar a
{
	color: White;
}

.NavBarPage
{
	font-weight: normal;
}

.SearchResultsHeader
{
	background-color: #E4E2D5;
	font-weight: bold;
	color: #8E2800;
}

.SearchResultsHeader a  { color: #8E2800; text-decoration: none; }
.SearchResultsHeader a:hover { color: #FFB03B; text-decoration: underline; }

.GridHeader
{
	background-image: url('/images/search_bar.png'); 
	background-repeat: repeat;
	border-left: 1px solid #777773;
	border-bottom: 1px solid #777773;
	padding: 3px 3px 3px 3px;
	font-family: Arial, MS Sans Serif, Helvectica;
	font-weight: bold;
	color: #8E2800;
}

.GridCell
{
	border-bottom: 1px solid silver;
	border-left: 1px solid silver; 
	padding: 3px 3px 3px 3px;
	font-family: Arial, MS Sans Serif, Helvectica;
}

.GridCell a
{
	font-family: Arial, MS Sans Serif, Helvectica;
}

.GridCell input
{
	font-family: Arial, MS Sans Serif, Helvectica;
	/*font-size: 9px;*/
}


.Sizer
{
	clear: none;
	float: left;
	text-align: right;
	font-size: 90%;
	color: #666666;
	margin-left: 2px;
	margin-right: 2px;
}

legend
{
	color: Navy;
	font-weight: bold;
}

fieldset
{
	margin: 5px;
}

.Border
{
	border: 1px solid #778;
}

.ErrorLabel
{
	color: Red;
}

.AttributeItem
{
	background-color: white;
	border-bottom: dashed 1px #778;
}

.AttributeItemAlt
{
	background-color: #FFFFD7;
	border-bottom: dashed 1px #778;
}

a.BorderIt img
{
	border: 1px solid #ccc;
	padding: 2px;
}

a.BorderIt:hover img
{
	border: 1px solid navy;
	padding: 2px;
	cursor: pointer;
}

a.BorderIt:link
{
	text-decoration: none;
}

a.BorderItOff img
{
	border: 1px solid transparent;
	padding: 2px;
}

.ImageButtonBorder
{
	border: 1px solid #ccc;
	padding: 2px;
}

.ImageButtonBorder:hover
{
	border: 1px solid navy;
	padding: 2px; /*	cursor: default;*/
}

.SearchLinkButton
{
	border-style: none;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	background-color: Transparent;
	color: #8E2800;
	text-decoration: none;
	cursor: pointer; /*width:140px;*/
	text-align: right;
	display: block;
}

.DetailButton
{
	border-style: none;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	background-color: Transparent;
	color: #8E2800;
	text-decoration: underline;
	cursor: pointer; /*width:140px;*/
	text-align: right;
}

.SmallLink
{
	border-style: none;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	background-color: Transparent;
	color: #8E2800;
	text-decoration: underline;
	cursor: pointer;
}

.TagCloudHeader
{
	background: #ccddd0 url(tab_background.gif) repeat-x top;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 10px;
	color: White;
}



a.TagCloud1
{
	font-size: 10px; 
	color: #477776;
	text-decoration: none;
}

a.TagCloud1:hover
{
	font-size: 10px;
	color: #477776;
	text-decoration: underline;
}

a.TagCloud2
{
	font-size: 14px;
	color: #477776;
	text-decoration: none;
}

a.TagCloud2:hover
{
	font-size: 14px;
	color: #477776;
	text-decoration: underline;
}

a.TagCloud3
{
	font-size: 20px;
	color: #477776;
	text-decoration: none;
}

a.TagCloud3:hover
{
	font-size: 20px;
	color: #477776;
	text-decoration: underline;
}

a.TagCloud4
{
	font-size: 26px;
	color: #477776;
	text-decoration: none;
}

a.TagCloud4:hover
{
	font-size: 26px;
	color: #477776;
	text-decoration: underline;
}

a.TagCloud5
{
	font-size: 32px;
	color: #477776;
	text-decoration: none;
}

a.TagCloud5:hover
{
	font-size: 32px;
	color: #477776;
	text-decoration: underline;
}

.Button
{
	width: 125px; /*font-size: 130%;*/
	font-weight: bold;
}

.Button a
{
	display: block;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	color: White;
}

.Button a:visited
{
	color: White;
}

.Button a:hover
{
	color: Yellow;
}

/*http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html*/
.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

table.tablesorter thead tr .header
{
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp
{
	background-image: url('/images/up.gif');
}

table.tablesorter thead tr .headerSortDown
{
	background-image: url('/images/down.gif');
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
	background-color: #FFB27F;
}

table.tablesorter tbody tr.even
{
	background-color: #FFFFD7;
}

table.tablesorter tbody tr.odd
{
	background-color: white;
}

.altRowColor
{
	background-color: #FFFFD7;
}

div.drop
{
	padding: 2px;
	position: absolute;
	border: 1px #716F64 solid;
	width: 250px;
	/*height: 15px;*/
	display: none;
	overflow:visible;
	/*cursor: pointer;*/
	z-index: 1001;
}

div.shadow
{
	filter: alpha(opacity=80);
	width: 255px;
	position: absolute;
	display: none;
	/*height: 20px;*/
	z-index: 1000;
	background-color: ButtonShadow;
}

div.selected 
{
	background-color: #316AC5;
	color: white;
}

div.selected a
{
	color: white;
}

div.unselected 
{
	background-color: white;
	color: black;
}


.MenuItem {  font-size: 11px; }

td.MenuBar
{
	padding-left:5px;
	padding-right:5px;
}

div.MenuDropDown
{
	padding: 2px;
	position: absolute;
	border: 1px #999999 solid;
	display: none;
	cursor: pointer;
	z-index: 1000;
	text-align:left;
	background-color:White;
}

a.MenuDropDown
{
	font-size: 11px;
}

span.MenuDropDown
{
	color:Black;
	font-size: 12px;
	font-weight: bold;
	cursor:default;
}

.HorizLine
{
	width: 100%; 
	height: 1px; 
	background-color: #999999; 
	line-height: 1px; 
	margin-bottom:0px;
	/* *margin-bottom:-5px; */  /* IE7 and below */ /* ref http://www.ejeliot.com/blog/63 */ 
}

div.Tree
{
	background: url(../images/plus-small-white.png) no-repeat left 0px; 
	padding-left: 16px;
	cursor: pointer;
	display: none;
}

div.Root
{
	display: block;
}

.spanLink { color: #8E2800; text-decoration: none; }
.spanLink:hover { color: #FFB03B; text-decoration: underline; }
