body
{
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 1.6em;
	text-align: center;
	color: #565656;
	background-color: #E6E6E6;
}

.title {
	color: #555;
	font: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
}

.heading {
	color: #555;
	font: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

h2
{
	color: #0066FF;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 a { text-decoration: none; }

h3
{
	color: #333333;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

#contents1
{
	padding-top: 0px;
	width:100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#FFF;
	background-image:url(../images/contents_fill.png);
}

#contents2
{
	padding-top: 0px;
	width:100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#FFF;
}

#contents2 table {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-collapse:collapse;
}

#contents2 th {
	padding: 2px;
	text-align: left;
	}

#contents2 tr.blue td {
	border-top: 1px solid #1469E9;
	border-bottom: 1px solid #1469E9;
	background:#C4E1FF;
	}

#contents2 td {
	border-bottom: 1px solid #CCC;
	padding: 2px;
	background-color:#FFFFFF;
	}

#contents2 td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}

#container
{
	margin: 1em auto;
	margin-top:0;
	width: 780px;
	text-align: left;
	border-left: 1px none #ccc;
	border-right: 1px none #ccc;
	border-top:1px none #ccc;
	border-bottom:1px none #ccc;
}



#header
{
	height: 80px;
	width: 100%;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#header h1
{
	font-size: 12px;
	text-align: right;
	color: #000;
	margin: 0;
	padding: 0;
}

#mainnav {
	background-image:url(../images/fill.png);
	height:20px;
	color: #fff;
	padding: 5px 0;
}

#mainnav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #CCC;
}

#mainnav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #CCC;
}

#mainnav li a {
	text-decoration: none;
	color: #fff;
	padding:2px;
	
}

#mainnav li a:hover {
	text-decoration: none;
	color: #1F55B8;
	background-color: #A8C6F0;
	padding:2px ;
}


div#nav-tier3 {
	/*margin-left: 150px;
	margin-right:-10px;*/
	padding: 5px;
	height: 15px;
	font-size:12px;
	background-color:#F5F5F5;
	border-bottom:1px dotted #CCC;
}

#nav-tier3 ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	/* border-left: 1px solid #CCC;*/
}

#nav-tier3 li {
	display: inline;
	padding: 0 10px;
	/*border-right: 1px solid #CCC;*/
}

.imagefloat {
	float: right;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

/* NAVIGATION ELEMENTS */
#navigation {
	background-color:#FFF;
	float: right;
	width: 180px;
	padding-right: 10px;
	padding-top: 20px;
}
	
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	width: 170px;
}

#navigation a {
	display: block;
	padding: 5px;
	width: 170px;
	border-bottom: 1px dotted #CCC;
}

#navigation a:link, #navlist a:visited {
	color:#999999;
	text-decoration: none;
}
		
#navigation a:hover {
	background: #000000 url(../images/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#0066FF;
}

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

#contents {
	float:left;
	width: 550px;
	margin: 0 10px 40px 10px;
	padding:5px;
	margin-top: 20px;
	overflow:auto;
}

.cellover {
	cursor:pointer;
}

.issued {
	color:#00FF12;
	cursor:pointer;
}

.notissued {
	color:#FF0000;
	cursor:pointer;
}


#footer {
	clear: both;
	color: #fff;
	text-align: center;
	background-color: #1F55B8;
	height:15px;
	padding: 5px;
	font-size: 90%;
}

a:link { 
	color: #1469E9; 
	text-decoration:none;
}
a:visited { 
	color: #1469E9; 
	text-decoration:none;
}

a:hover, a:active
{
	color: #fff;
	background-color: #1469E9;
}

input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

select {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
		
.button {
	padding: 2px;
}

table {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-collapse:collapse;
}


	
fieldset {
	width: 400px;
	margin-left:20px;
	padding-top:15px
}

.success {
	display:block;
	width:auto;
	height:15px;
	background-color:#CCFFCC;
	border:1px solid #009933;
	color:#333;
	padding:5px;
	margin-top:10px;
}

.fail {
	display:block;
	width:auto;
	height:15px;
	background-color:#FFD7D7;
	border:1px solid #FF0000;
	color:#333;
	padding:5px;
	margin-top:10px;
}

.unit1 {
	display: block;
	width:220px;
	padding:3px;
	border:solid 3px #CD3A00;
	margin-bottom:5px;
	text-align:left;
}

.unit1 b {
	color:#CD3A00;
	font-weight:bold;
	font-size:12px;
}

.unit2 {
	display: block;
	width:220px;
	padding:3px;
	border: solid 3px #D17600;
	margin-bottom:3px;
	text-align:left;
}

.unit2 b {
	color:#D17600;
	font-weight:bold;
	font-size:12px;
}

.unit3 {
	display: block;
	width:220px;
	padding:3px;
	border:solid 3px #D9A300;
	margin-bottom:3px;
	text-align:left;
}

.unit3 b {
	color:#D9A300;
	font-weight:bold;
	font-size:12px;
}

.unit4 {
	display: block;
	width:220px;
	padding:3px;
	border:solid 3px #308000;
	margin-bottom:3px;
	text-align:left;
}

.unit4 b {
	color:#308000;
	font-weight:bold;
	font-size:12px;
}

.unit5 {
	display: block;
	width:220px;
	padding:3px;
	border:solid 3px #0064C1;
	margin-bottom:3px;
	text-align:left;
}

.unit5 b {
	color:#0064C1;
	font-weight:bold;
	font-size:12px;
}

.unit6 {
	display: block;
	width:220px;
	padding:3px;
	border:solid 3px #B80064;
	margin-bottom:3px;
	text-align:left;
}

.unit6 b {
	color:#B80064;
	font-weight:bold;
	font-size:12px;
}

.unit7 {
	display: block;
	width:220px;
	padding:3px;
	border:solid 3px #6C00B8;
	margin-bottom:3px;
	text-align:left;
}

.unit7 b {
	color:#6C00B8;
	font-weight:bold;
	font-size:12px;
}

.images {
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:10px;
}

a.button {
	/*background:url(../images/button.png);*/
	background:#FFF;
	display:block;
	color:#000066;
	padding:5px;
	height:30px;
	line-height:26px;
	margin-right:10px;
	text-decoration:none;
	font-size:12px;
	width:250px;
}

a:hover.button {
	text-decoration:underline;
}

.add {
	background:url(../images/icon/add.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.result {
	background:url(../images/icon/result.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.adduser {
	background:url(../images/icon/user_add.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.addusers {
	background:url(../images/icon/users_add.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.edituser {
	background:url(../images/icon/user_edit.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.lock {
	background:url(../images/icon/lock.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.userinfo {
	background:url(../images/icon/user_info.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.certified {
	background:url(../images/icon/users_accept.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.registered {
	background:url(../images/icon/users.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.graph {
	background:url(../images/icon/chart.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.addpage {
	background:url(../images/icon/page_add.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.editpage {
	background:url(../images/icon/page_edit.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.page {
	background:url(../images/icon/page.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}


.bussuser {
	background:url(../images/icon/business_user.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.home {
	background:url(../images/icon/home.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.homeinfo {
	background:url(../images/icon/home_info.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.online {
	background:url(../images/icon/globe.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.calendar {
	background:url(../images/icon/calendar.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.notebook {
	background:url(../images/icon/notebook.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.up {
	background:url(../images/icon/up.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.home {
	background:url(../images/icon/home.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.addhome {
	background:url(../images/icon/home_add.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.edithome {
	background:url(../images/icon/home_edit.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.software {
	background:url(../images/icon/cd.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.money {
	background:url(../images/icon/money.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.users {
	background:url(../images/icon/users.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.infohome {
	background:url(../images/icon/home_info.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

.editnote {
	background:url(../images/icon/notebook_edit.png) no-repeat 5px;
	text-indent:40px;
	display:block;
}

