﻿@import url(invalid.css);

/*Master Page*/

body
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: #fafafa;
}

img
{
	border: none;
}

a:link, a:visited
{
	color: #3C8EC6;
	text-decoration: none;
}

a:hover, a:active
{
	color: #369;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

.hidden2
{
	width: 0;
	height: 0;
	overflow: hidden;
}

.alignCenter
{
	text-align: center;
}

.wrapper
{
	width: 70%;
	min-width: 1024px;
	margin: 0 auto;
	margin-top: 10px;
	background: #fff url(../images/v-shad.jpg) left center repeat-y;
}

.top
{
	height: 20px;
	background: url(../images/h-shad.jpg) center top repeat-x;
	position: relative;
	font-size: 0;
}

.left-top
{
	width: 20px;
	height: 20px;
	background: url(../images/shad.jpg) no-repeat;
}

.right-top
{
	width: 20px;
	height: 20px;
	background: url(../images/shad.jpg) -20px 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.middle
{
	margin-left: 10px;
	padding-right: 10px;
	background: #fff url(../images/v-shad.jpg) right center repeat-y;
}

.center
{
	background: #fff;
}

.bottom
{
	height: 20px;
	background: url(../images/h-shad.jpg) center bottom repeat-x;
	position: relative;
	font-size: 0;
}

.left-bottom
{
	width: 20px;
	height: 20px;
	background: url(../images/shad.jpg) 0 -20px no-repeat;
}

.right-bottom
{
	width: 20px;
	height: 20px;
	background: url(../images/shad.jpg) -20px -20px no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

.logo
{
	position: relative;
}

.logo img
{
	margin-left: 10px;
}

.nav_master
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

.nav_master li
{
	display: inline;
	border-right: 1px solid #dfdfdf;
	padding: 0 10px;
}

.nav_master li:last-child
{
	border: none;
}

.banner
{
	height: 135px;
	background: url(../images/banner-bg.jpg) repeat-x;
	position: relative;
}

.sysname
{
	background: url(../images/sysname.jpg) no-repeat;
}

.banner-end
{
	background: url(../images/banner-end.jpg) no-repeat;
	position: absolute;
	right: 0;
}

.shad
{
	height: 7px;
	background: url(../images/shad-bg.jpg) repeat-x;
}

.content
{
	padding: 10px 20px 5px;
}

.footer
{
	text-align: center;
	color: #666;
	margin-top: 10px;
	padding-bottom: 10px;
}

/*Server Controls*/

.btn
{
	background: #369 url(../images/grad-2.jpg) repeat-x;
	border: 1px solid #0f568a;
	color: #fdfdfd;
	cursor: pointer;
	padding: 4px 8px;
}

.btn:hover
{
	background-image: url(../images/grad-2_ov.jpg);
	color: #fff;
}

.calendar
{
	border: 1px solid #999;
}

.calendar th
{
	border: 1px solid #999;
	background: #2B93DC;
	color: #fff;
}

.calendar td
{
	padding: 0;
	border: 1px solid #999;
}

.calendar a
{
	display: block;
	margin: 3px;
}

.calendar .title td
{
	background: #369;
	color: #fff;
	border: none;
}

.calendar .title a
{
	color: #fff !important;
}

.txt
{
	width: 150px;
}

.grid
{
	border: 1px solid #333;
}

.grid th
{
	padding: 5px;
	background: #369;
	color: #fff;
	border: 1px solid #333;
}

.grid td
{
	padding: 5px;
	border: 1px solid #333;
}

.pager td
{
	padding: 0;
	padding-right: 5px;
	border: none;
}

.menu ul
{
	border: 1px solid #369;
}

.menu img
{
	display: none;
}

.menu a:link, .menu a:visited
{
	display: block;
	padding: 5px 10px !important;
	background-image: none !important;
	background: #2B93DC;
	color: #fff;
	text-decoration: none;
}

.menu a:hover, .menu a:active
{
	background: #369;
	color: #fff;
}

.login
{
	border: 1px solid #999;
}

.login td
{
	padding: 5px;
}

.login .title
{
	background: #369 url(../images/grad-1.jpg) repeat-x;
	border: 1px solid #999;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}

.radBtnList td
{
	border: none !important;
}
