body {
    font-size: 13px;
    font-family: Verdana, Arial, Sans-Serif;
    background: #000000 url(i/body_bg.jpg) repeat-x scroll left top;
    color: #929280;
    padding: 0px;
    margin: 0px;
}
.header {
    margin-top: 50px;
    height: 128px;
}
h1{
    margin: 0;
    padding: 0;
}

h1 a, h1 a:hover, h1 a:visited{
    text-decoration: none;
    color:#006699;
}

.widget a, .widget a:hover,.widget a:visited{
    text-decoration: underline;
    color:#006699;
}

.loginLink a , .loginLink a:hover, .loginLink a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.border1 {
    border: 1px solid #ffa;
}
.loginLink {
    color: #ffffff;
    text-align: center;
    height: 128px;
    line-height: 128px;
}
.logo {
    height: 98px;
    display: table-cell;
    vertical-align: middle;
}
.description {
    color: #006699;
}
div.menu {

}

ul.menu {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul.menu li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-right: 10px;
}


li a{
    display: block;
    float: left;
    height:28px;
    text-decoration: none;
    line-height: 28px;
    font-weight: bold;
    background: #40403E;
    color: #929280;
    border:1px solid #343339;
    padding: 0 16px;
}
li a:hover{
    display: block;
    float: left;
    height:28px;
    color: #04BBF8;
    background: #929280;
    color: #40403E;

}

div.page {
    background-color: #000000;
    border-right: 1px solid #40403E;
    border-left: 1px solid #40403E;
    border-bottom: 1px solid #40403E;
    overflow: hidden;
}

.container {
    overflow: hidden;
}
.widget {
    background:transparent url(/css/i/widget.jpg) no-repeat scroll left top;
    margin:20px 0pt 10px;
    padding-left:20px;
    padding-top:10px;
    position:relative;
    text-align:justify;
    min-height:85px;
}
.content {
    margin-top: 20px;
    margin-left: 16px;
    min-height: 420px;
}
.footer {
    border: 1px solid #000000;
    padding: 7px;
    text-align: right;
}
.loginForm{
	width: 300px;
	margin: 0 auto;
}
dl dd {
	float: left;
	clear: right;
	margin: 0;
}
dl dt {
	float: left;
	clear: left;
	width: 100px;
	line-height: 2em;
	text-align: right;
	padding-right: 10px;
}
input {
    background:#0D0D0D;
    color:#ccc;
    border:1px solid #37363C;
}
input[type=submit]{
    text-align: center;
    width: 124px;
    display: block;
}
input[type=text],input[type=password]{
    width: 120px;
    padding: 3px;
    display: block;
}
input[type=submit]{
    padding: 3px;
    text-align: center;
    width: 128px;
    display: block;
    font-weight: bold;
}
input[type=submit]:hover{
    background:#272727;
    cursor:pointer;
}
.center{
    text-align: center;
}
