body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	margin-top:10px;
	background:url(/images/body.jpg) top left repeat-x; 
	background-color:#04285C;
}
* {
	margin:0;
	padding:0;
}
a {
	color:#04285C;
	text-decoration:none;
}
a:hover {
 	color:#000000;
	text-decoration:none;
}
#wrapper1 {
	padding:0 10px 10px 10px;
	width:800px;
	margin:0 auto;
}
#wrapper2 {
	width:780px;
	background:url(/images/pano.jpg) top left no-repeat #fff;
	padding:0 10px 10px 10px;
}
#nav {
	float:right;
	border:none;
	padding:0;
	margin-right:10px;
	margin-top:7px;
}
#nav li {
	float:left;
	list-style:none;
	margin-left:10px;
}
#nav li a {
	font-weight:normal;
	color: #eee;
	text-decoration:none;
}
#nav li a:hover {
	color:#fff;
	border-bottom:solid 2px #fff;
}
#container {
	clear:both;
	padding: 0;
}
#pano {
	width:780px;
	height:160px;
}
#sidebar {	
	width:230px;
	float:right;
	padding:10px;
	margin-top:-5px;
}
#content {
	margin:60px 250px 50px 10px;
	padding:10px 20px 0 0;
	min-height:400px;
}

#content h1 {
	font-size:1.3em;
	color:#666;
	border-bottom:4px solid #eeeeee;
}
#content h2 {
	font-size:1.1em;
	margin-bottom:10px;
}
#content .home {
	clear:left;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background-color: #F5F5F5;
	vertical-align: top;
	border-bottom:6px solid #eee;
}
#content .home img {
	float:left;
	padding:0;
	margin-right:5px;
}
#content p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content img {
	padding: 5px;
	border:1px solid #eee;
}
#sidebar h1 {
	color:#666;
	margin:10px 0;
	font-size:1.3em;
}
#sidebar p {
	background:#eeeeee;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #cccccc;
}
#sidebar li {
	border-bottom:2px solid #eeeeee;
	list-style:none;
	padding: 5px;
}
input, textarea {
	border:1px solid #ccc;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer {
	clear:both;
	text-align:center;
	color:#ccc;
	width:800px;
	margin:0 auto;
}
#footer a {
	color:#cccccc;
}

/* GridView */

.tablestyle
{
    border: none 0 #fff;
}
.tablestyle a
{
    color: #1F497D;
}
.tablestyle tr
{
    vertical-align: top;
}
.tablestyle th
{
    text-align: left;
}
.tablestyle td
{
    border-bottom: solid 2px #eee;
    vertical-align: top;
    padding: 2px;
}
.pagerstyle td
{
    border: none 0 #fff;
}
.pagerstyle span
{
    border: none 0 #fff;
    color: #000;
    font-weight: bold;
}
.rowstyle 
{
    vertical-align:middle;
}
.altrowstyle 
{
    background-color:#fafafa;
    vertical-align:middle;
}
.partrowstyle 
{
    height:20px;
    line-height:20px;
    vertical-align:middle;
    font-size:0.9em;
}
.partaltrowstyle 
{
    background-color:#fafafa;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    font-size:0.9em;
}
.headerstyle
{
    height:20px;
    line-height:20px;
    vertical-align: middle;
	background:#eee;
	text-align: left;
}
.panGridLeft
{
    padding: 10px;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #003366;
	background:#fff url(bg.gif) 0 0 repeat-x;
	height: 350px;
}
