﻿.contentArea 
{
	width:870px;
	padding-bottom: 5px;
}

/* no context menu area */
a:link.selfref, a:visited.selfref {
	color: #555 !important;
	text-decoration: none;
}

a:active, a:hover, #navcol a:active, #navcol a:hover {
	color: #f30 !important;
}

/** 
 font and text properties, exclusive of link indication, alignment, text-indent 
**/
#divDeerFilter table td {
    font-size: xx-small;
}

#divAddDeer * {
	font-size: xx-small;
}

#divAddDeer .lc 
{
	clear:both;
	float:left;
	width:55%;
	padding-left:5px;
	margin-bottom:2px;
}

#divAddDeer .lbl
{
	float:left;
	width:65px;
	margin-top:3px;
}

#divAddDeer .fc 
{
	clear:both;
	float:left;
	width:100%;
	padding-left:5px;
}

/*Tabs*/

.tabs th {
	border-right: 1px solid #333;
	background-color: #eee;
	color: #fff;
	border-left: 1px solid #fff;
}

#toptabs th {
	background-color: #ddd;
}
	
.tabs td {
	background-color: #999;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.tabs th, .tabs th a:link, .tabs th a:visited {
	color: #555 !important;
}

.tabs td, .tabs td a:link, .tabs td a:visited {
	color: #fff !important;
}

#toptabs {
	background-color: #fff;
	border-bottom: 6px solid #ddd;
}

#banner, #toptabs {
	background-color: #663;
}


#toptabs td, #toptabs th {
	background-image: url(/images/nw_min_663.gif);
}

#toptabs td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #333;
	border-left: 1px solid #663;
}

#toptabs th {
        border-left: 1px solid #663;
}


#toptabs td, .tabs th {
	background-color: #eed;
}

#toptabs th, .tabs td {
	background-color: #cc9;
}

#toptabs {
	border-bottom: 6px solid #cc9;
}

.tabset {
	background-color: #eed;
}

#toptabs .tabs th, #toptabs th a:link, #toptabs th a:visited, .tabs th, .tabs th a:link, .tabs th a:visited {
	color: #000 !important;
}

.tabs td, .tabs td a:link, .tabs td a:visited, #toptabs .tabs td, #toptabs td a:link, #toptabs td a:visited {
	color: #555 !important;
}

.tabset .b td, .tabset .a td {
	background-color: #ddd;
}

.tabs {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-color: #6f663b;
    border-style: solid;
    text-align:left;
}
.tab-button-normal {
	border-width: 0px;
    background-color: #e4e3c4;
	cursor: pointer;
	font-size: 11px;
	height: 20px;
}
.tab-button-current {
	border-width: 0px;
    background-color: #6f663b;
    color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	height: 20px;
}

.sliderHandle { 
    position:relative; 
    left: 0px; /* the default position is the center of the bg */
    top: 8px;  /* force the image down a bit */
    cursor:default;
    width:18px; 
    height:18px;
}

#testslider1Wrapper {margin-left:0px;width:154px;float:left;}
#testslider1BGDiv {position:relative; top:0px; background:url(/images/Slider/scoreBg.gif) no-repeat; height:26px; width:90px }
#testslider1ValueDiv { position:relative; top: 10px; left:0px; } 
#testslider2Wrapper {margin-left:0px;width:154px;float:left;}
#testslider2BGDiv {position:relative; top:0px; height:26px; width:90px }
#testslider2ValueDiv { position:relative; top: 10px; left:0px; } 

.map-bar { 
    background-image: url(/images/Map-Bar-Background.png);
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.map-button-normal {
    border-width: 0px; 
    background-color: #e4e3c4;
    cursor: pointer;
    font-size: 11px;
    height: 20px;
}

.map-button-current {
    border-width: 0px;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    height: 20px;
}

.deer-grid 
{
    border-width: 1px;
    border-color: #6f663b;
    border-style: solid;
}

.deer-grid-head {
    background-color: #6f663b;
	color: white;
	font-weight: bold;
    font-size: xx-small;
}

.deer-grid-row-a {
    background-color: #ffffff;
}

.deer-grid-row-b {
    background-color: #eeedd9;
}

#PhotoGallery table 
{
	text-align:center;
	width:100%;
	height:100%;
	background-color:#eeedcf;
}

.normal-photo
{
	border: solid 1px silver;
	width: 112px;
	height: 162px;
} 

.selected-photo
{
	border: solid 5px #6f663b;
	width: 112px;
	height: 162px;
} 

#PhotoGallery table tbody tr td img
{
	height:95px;
	width:100px;
} 

