
a:link, a:visited { color: #060; }
a:hover, a:active { color: #090; }

body
{
/*	scrollbar-base-color: #369; */
	background: #060 url('../images/background.png') no-repeat center;
	font: small/130% arial, helvetica;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea
{
	background-color: #CCC;
	border: 1px solid #000;
}

input[type="submit"]
{
	background-color: #CCC;
	border: 1px solid #000;
}

ul
{
	margin: 0px;
	padding: 0px 0px 20px 30px;
}

.root
{
	margin: 70px auto;
	width: 780px;
}

.logo
{
	height: 100px;
	width: 680px;
}

.data
{
	margin: 50px 0px 0px 100px;
	width: 680px;
}

.tabs
{
	float: left;
	width: 100%;
}

.tabs ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.tabs li
{
	background: url('../images/tab_right.png') no-repeat right top;
	float: left;
	margin: 0px;
	padding: 0px;
}

.tabs a
{
	background: url('../images/tab_left.png') no-repeat left top;
	display: block;
	padding: 3px 10px;
}

.tabs .activetab
{
	background: url('../images/active_tab_right.png') no-repeat right top;
}

.tabs .activetab a
{
	background: url('../images/active_tab_left.png') no-repeat left top;
}

.tabs a:hover, .tabs a:active
{
	font-weight: bold;
}

.tabs .activetab a:link, .tabs .activetab a:visited { color: #FFF; text-decoration: none; }
.tabs .activetab a:hover, .tabs .activetab a:active { color: #FF0; text-decoration: none; }

.tabs .tab a:link, .tabs .tab a:visited { color: #C90; }
.tabs .tab a:hover, .tabs .tab a:active { color: #FF0; text-decoration: none; }

.crumbtrail
{
	background: url('../images/top.png') no-repeat right top;
	clear: both;
	color: #FFF;
	font: xx-small/200% verdana;
	text-align: center;
}

.crumbtrail a:link, .crumbtrail a:visited { color: #FFF; text-decoration: none; }
.crumbtrail a:hover, .crumbtrail a:active { color: #090; text-decoration: none; }

.content
{
	background: #C90 url('../images/sidebar.png') scroll;
	height: 300px;
}

.sidebar
{
	float: left;
	font: x-small/130% verdana;
	width: 200px;

	overflow: auto;
	height: 300px;
}

.box
{
	background: #FFF;
	border: 2px dashed #000;
	margin: 10px;
	padding: 5px;
}

.box a:link, .box a:visited { color: #666; text-decoration: none; }
.box a:hover, .box a:active { color: #999; text-decoration: none; }

.main
{
	background: #FF6;
	margin-left: 200px;
}

.twitter
{
	float: right;
	overflow: hidden;
	width: 120px;
	height: 300px;
}

.twitter ul
{
	font-size: xx-small;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 1em;
}

.twitter ul li
{
	padding: 0 0 1em 0;
}

.overflow
{
	font: small/130% courier new, monospace;
	overflow: auto;
	height: 300px;
}

.overflow p
{
	background: #FFF url('../images/paragraph_drop.png') no-repeat left bottom;
	margin: 10px 10px 20px 10px;
	padding: 5px 5px 15px 5px;
}

.center
{
	display: block;
	margin: 0px auto;
}

.copywrite
{
	background: url('../images/bottom.png') no-repeat bottom;
	color: #FFF;
	font: xx-small/200% verdana;
	text-align: center;
}

.copywrite a:link, .copywrite a:visited { color: #FFF; text-decoration: none; }
.copywrite a:hover, .copywrite a:active { color: #090; text-decoration: none; }

#hover
{
	background-color: #FFC;
	border: 1px solid #000;
	display: none;
	margin: 10px;
	overflow: hidden;
	padding: 3px;
	position: absolute;
}

.error
{
	color: #F00;
}
