﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #A7B5BE;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

	min-width:1000px;
}

h1, h2, h3 {
	color: #990002;
}

h2 {
	font-size: 1.3em;
}

h3 {
	margin: 0;
	font-size: 1.1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: none;
	color: #990008;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

/* Menu */

#wrapsystemmenu {
    margin:0 auto;
    width:1000px;
	clear:both;
}

#systeminfo {
	width: 300px;
	float: left;
	color: #FFFFFF;
}

#systemmenu {
	margin-top: 18px;
	float: right;
	width: 300px;
	text-align: right;
}

#systemmenu * {
	color: #FFFFFF;
}

#wrapmenu {
	margin:0 auto;
	width:1000px;
	clear:both;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	background: #E9EED0;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #8C8F7D;
}

#menu a:hover {
	background: #DDE6AB;
	color: #2C2E22;
}


#box {
	border: solid;
	border-color:#6699FF;
	border-width: 1px;
	margin: 5px;

}

/* Content */
#content {
	margin:0 auto;
	width:1000px;
	background: #FFFFFF;
	clear:both;
}

#sidebar {
    float:left;
    width:300px;
    }

#main {
	float:right;
	width:695px;
	padding-left: 5px;
    }

#contentmenu ul {
	margin: 5px;
	padding: 0;
	list-style: none;
}

#contentmenu li ul {
	padding: 0px 10px 0px 10px; /*top right, bottom, left*/
}

#contentmenu li li {
	padding: 3px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#contentmenu li a {
	background: none;
	text-decoration: none;
	color: #990002;
}

#contentmenu li a:hover {
	color: #993300;
	border-right: #993300 solid;
}

#contentmenu li i {
	font-size: smaller;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 690px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


/* Footer */

#footerline {
 	margin:0 auto;
	width: 1000px;
	height: 4px;
	font-size: 3px;
	background: url(images/img6.gif) repeat-x;
	border-right: 5px solid #422100;
	clear:both;
}
#footerlineshadow {
 	margin:0 auto;
	width: 100px;
	height: 5px;
	font-size: 3px;
	background: url(images/shadowline.png);
	clear:both;
}

#footer {
    margin:0 auto;
	width: 1000px;
	padding: 5px 0;
	clear:both;
	text-align:center;
}

#footer * {
	color: #FFFFFF;
}

