body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.style1 {
	color: #999999
}

.noRepeat {
	background-repeat: no-repeat;
	//color: #FFFFFF
}

.tit_name {color: #004080; font-weight: bold; font-size: 13px; }
.Subtitle { text-decoration: underline; color: #000000; font-weight: bold; font-size: 16px;}

.light3 { top:-2; left:-2; color:white; }
.shade3 { top:+2; left:+2; color:lightblue; }
.fill3 { top:0; left:0; color:blue; } </style>

a:link    {text-decoration: none; color: #004080}
a:visited {text-decoration: none; color: #004080}
a:hover   {text-decoration: none; color: #004080}

.thinborder {
  border:2pt double #C0C0C0;
}

TABLE.adminlist {
	BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #cccccc 1px solid;
	PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 100%; PADDING-TOP: 0px; BORDER-BOTTOM: #cccccc 1px solid; BORDER-COLLAPSE: collapse;
	BACKGROUND-COLOR: #03675A;
}
TABLE.adminlist TH {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; MARGIN: 0px;
	COLOR: #ffffff; PADDING-TOP: 6px; HEIGHT: 25px
}
TABLE.adminlist TH.title {
	TEXT-ALIGN: left
}
TABLE.adminlist TH A {
	COLOR: #ff9900
}
TABLE.adminlist TR.row0 {
	BACKGROUND-COLOR: #f5f5f5
}
TABLE.adminlist TR.row1 {
	BACKGROUND-COLOR: #fff
}
TABLE.adminlist TD {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px;
	BORDER-BOTTOM: #C0C0C0 1px solid;
}
TABLE.adminlist TR.row0:hover {
	BACKGROUND-COLOR: #f1f1f1
}
TABLE.adminlist TR.row1:hover {
	BACKGROUND-COLOR: #f1f1f1
}
TABLE.adminlist TD.options {
	FONT-SIZE: 8px; BACKGROUND-COLOR: #ffffff
}
.copyright {
	color: #999999;
	font-size: 10px;
}
.toptext {
	color: #03675A;
}

a.squarebutton{
background: transparent url('images/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 14px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: bold;
cursor:default;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #000000; /*button text color*/
text-decoration: none;
}

a.squarebutton span{
	text-decoration: none;
background: transparent url('images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

/*
a.squarebutton:hover{
background-position: bottom left;
}

a.squarebutton:hover span{
background-position: bottom right;
color: black;
}
*/

.buttonwrapper{
overflow: hidden;
width: 100%;
}