﻿@import url(invalid.css);

body
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.8;
	color: #333;
	background: #ddd;
}

a:link, a:visited
{
	color: #3C8EC6;
	text-decoration: none;
}

a:hover, a:active
{
	color: #369;
	text-decoration: underline;
}

.warning
{
	color: #f00;
}

.hide
{
	display: none;
}

#wrapper
{
	width: 65%;
	min-width: 1150px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../images/l.jpg) repeat-y;
}

#wrapper .middle {
	margin-left: 5px;
	padding-right: 5px;
	background: #fff url(../images/r.jpg) right repeat-y;
}

#wrapper .footer {
	margin-left: 5px;
	padding-right: 5px;
	background: #fff url(../images/r.jpg) right repeat-y;
}

#wrapper .top
{
	height: 10px;
	background: #fff url(../images/t.jpg) top repeat-x;
	position: relative;
	font-size: 0;
}

.top .rt, .bottom .rb
{
	position: absolute;
	right: 0;
}

#wrapper .bottom
{
	height: 10px;
	background: #fff url(../images/b.jpg) bottom repeat-x;
	position: relative;
	font-size: 0;
}

img.logo
{
	margin-left: 10px;
	margin-top: 5px;
}

.shadowTop
{
	height: 5px;
	background: url(../images/bannerShadowTop.jpg) repeat-x;
	font-size: 0;
}

.banner
{
	position: relative;
	background: #497A9B;
	font-size: 0;
}

img.bannerRight
{
	position: absolute;
	right: 5px;
}

.shadowBottom
{
	height: 5px;
	background: url(../images/bannerShadowBottom.jpg) repeat-x;
}

div.content
{
	padding: 15px 65px;
	min-height: 550px;
}

div.contact {
	margin-top: 10px;
	text-align: center;
	color: #666;	
}

div.pnMaster
{
	background: url(../images/popupBg.jpg) center -30px repeat-x;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 2px;
}

div.pnMaster div
{
	margin-top: 10px;
	font-weight: bold;
}

div.pnMaster div input
{
	margin-left: 1em;
}

div.pnTop
{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

div.pnBottom
{
	border: 1px solid #ccc;
	padding: 10px;
}

div.pnBottom table
{
	width: 100%;
}

div.pnBottom table td
{
	border: 1px solid #ddd;
	line-height: 1.5;
	padding: 5px;
}

input.btn
{
	padding: 3px;
	border: 1px solid #0F568A;
	color: #fdfdfd;
	background: #369 url(../images/loginBg.jpg) repeat-x;
	cursor: pointer;
}

input.btn:hover
{
	background-image: url(../images/loginBg_ov.jpg);
	color: #fff;
}
