/* global style sheet */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	background: white;
}

img {
	border: 0px none;
}

p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

a,
a:link,
a:visited,
a:active {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	background: #FFEECA;
}

input.button{
	color: #645A44;
	padding: 2px 5px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
	background: #F1F0ED;
}
input.button:hover{
	color: white;
	background: #CC0000;
	border: 1px solid #CC6600;
	border-top: 1px solid #F07800;
	border-left: 1px solid #F07800;
}

input.text,
textarea {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white;
}
input.text:hover,
textarea:hover {
	border: 1px solid #CC6600;
	background: #FFFFF2;
}

input,
select{
	vertical-align: middle;
}


h3 {
	color: #CC3300;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 0px;
	margin: 15px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
h4 {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px;
	margin: 10px 0px;
}

hr {
	clear: both;
	height: 1px;
	border: 0;
	border-top: 1px dotted #CCCCCC;
}

.label{
	color: #999999;
}

.comment{
	color: #666666;
}


.wrapper{
	width: 780px;
	margin: 0px auto;
}

.navstrip{
	margin: 10px 0px 20px 0px;
	color: #666666;
}
.navstrip-index{
	margin: 20px 0px;
	color: #999999;
}

.link-find{
	color: #FF6600 !important;
	font-weight: bold;
}

.copyright{
	padding: 40px 0px;
	text-align: center;
	color: #666666;
}


/* content */
.content-box{
	line-height: 150%;
	padding: 5px;
	margin: 5px;
}

{
	float: left;
	display: block;
	margin: 0px 5px;
	padding: 2px 20px 1px 20px;
	color: #645A44;
	text-decoration: none;
	border: 1px solid #E4E1DA;
	background: #F9F9F7;
}

/* tabs*/
.splashTab{
	width: 780px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	background: url('images/splash_tabs.png');
}
.splashTabInner{
	padding: 0px 10px;
}
.splashTab .tab
{
	float: left;
	width: 150px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	height: 40px;
	display: block;
	color: #FFFFFF !important;
	text-decoration: none !important;
	background:  url('images/splash_tab.png');
}

.splashTab a.tab:hover
{
	color: #FFCC00 !important;
	background:  url('images/splash_tab_hover.png');
}
.splashTab .active,
.splashTab a.active:hover{
	font-weight: bold;
	border-bottom: none;
	color: black !important;
	background:  url('images/splash_tab_active.png') !important;
}

.splashTab .stat{
	float: right;
	padding: 2px 10px 0px 0px;
}
