body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.header {
	color: #FFFFFF;
	background-color: #006699;
	padding: 10px;
	height: 75px;
}
.header h1 {
	font-size: 28px;
}
.header h4 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.sider {
	background-color: #006699;
}
.sider ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}
.sider li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}

.sider  a:link, .sider a:visited {
	background-color: #EFF7FA;
	padding: 5px;
	border: 1px dotted #000000;
	display: block;
	color: #006699;
	text-decoration: none;

}
.sider a:hover, .sider a:active {
	background-color: #CAE3EC;
	color: #000000;
	text-decoration: none;
}
.content {
	padding: 10px;
}
.content .desc {
	font-size: 10px;
}

.content h1 {
	font-size: 24px;
	color: #CC0000;
	text-align: right;
	font-style: italic;
}
.content .form_table {
	font-size: 12px;
	background-color: #F8FBFC;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.content .form_table caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #B4D3DE;
	padding: 5px;
	border: 1px solid #000000;
}
.content .form_table .name {
	font-size: 12px;
	font-weight: bold;
}
.content .form_table .data {
	font-size: 12px;
}
.content .form_table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5D5DF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8F1F4;
	border-left-color: #E8F1F4;
}



.content .table_data {
	font-size: 12px;
	background-color: #F7F9F8;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content .table_data caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #9CBCAE;
	padding: 5px;
}
.content  .table_data  .fields {
	font-size: 12px;
	font-weight: bold;
	background-color: #EBF1EE;
}

.content .table_data .name {
	font-size: 12px;
	font-weight: bold;
}
.content .table_data .data {
	font-size: 12px;
}
.content .table_data td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CBCAE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBF1EE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBF1EE;
}





.content p {
	font-size: 12px;
}
.content   .table_data   .sublink a   {
	font-size: 11px;
	color: #666666;
}
.content   .table_data   .astat  {
	font-weight: bold;
	color: #009900;
}
.content .table_data .stat {
	color: #666666;
}

.content   .table_data   .sstat  {
	font-weight: bold;
	color: #CC0000;
}
.content   .table_data   .pstat  {
	font-weight: bold;
	color: #FF9900;
}


.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.content h6 {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


.footer {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}


.content .overview {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #CAE3EC;
	background-color: #F5FAFC;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}

.content .overview caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #CAE3EC;
}
.content .overview .name {
	font-size: 11px;
	font-weight: bold;
	width: 100px;
}
.content .overview .data {
	font-size: 11px;
}
.content .overview td {
	padding: 2px;
}
.alert {
	font-weight: bold;
	color: #FD5200;
}
.menulist {
}
.menulist .image {
	width: 65px;
	text-align: center;
}

.menulist .name {
	font-size: 16px;
	font-weight: bold;
}
.menulist .desc {
	font-size: 12px;
}
.menulist .name {
	font-weight: bold;
}

.active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CC00;
	padding: 5px;
	display: block;
	margin: 0px;
	border: 1px solid #000000;
}
.suspended {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
	display: block;
	margin: 0px;
	border: 1px solid #000000;
}
.pending {
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	padding: 5px;
	display: block;
	margin: 0px;
	border: 1px solid #000000;
}
.updates {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF00CC;
	padding: 5px;
	display: block;
	margin: 0px;
	border: 1px solid #000000;
}


.content .filter {
	font-size: 12px;
	font-weight: bold;
	background-color: #EBF1EE;
	border: 1px solid #000000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.content .filter td {
	margin: 0px;
	padding: 4px;
}

.content .buttons {
	text-align: center;
}
#btnSave {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	background-image: url(../admin/images/btn_green.gif);
	background-repeat: repeat-x;
	background-color: #666666;
}
#btnUndo {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	background-image: url(../admin/images/btn_gold.gif);
	background-repeat: repeat-x;
	background-color: #666666;
}
#btnCancel {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	background-image: url(../admin/images/btn_red.gif);
	background-repeat: repeat-x;
	background-color: #666666;
}
.btnNormal {
	background-image: url(../admin/images/btn_blue.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #666666;
}
.content .totalrecords {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}


input {
	border: 1px solid #000000;
}
select {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #000000;
}
.warningbox {
	background-attachment: scroll;
	background-image: url(../admin/images/warning.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF0F0;
	border: 1px dotted #CC0000;
}
.warningbox .text {
	font-size: 12px;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.warningbox .text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin: 3px;
}
.warningbox .text p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
}

.sucessbox {
	background-image: url(../admin/images/good.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px dotted #009900;
	background-color: #E8FFE9;
}
.sucessbox .text {
	font-size: 12px;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.sucessbox .text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	margin: 3px;
}
.sucessbox .text p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
}

.alertbox {
	background-attachment: scroll;
	background-image: url(../admin/images/caution.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px dotted #FF6600;
	background-color: #FFFFEC;
}
.alertbox .text {
	font-size: 12px;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alertbox .text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	margin: 3px;
}
.alertbox .text p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 3px;
}

#messagebox {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#messagebox #hider {
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
.content .loginbox {
	width: 400px;
	font-size: 12px;
	border: 3px double #006699;
	background-color: #F9F9F9;
	margin-top: 60px;
	margin-bottom: 60px;
}
.content .loginbox .name {
	font-weight: bold;
}
.content td {
	padding: 10px;
}
.footerlight   {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.footerlight a {
	color: #999999;
}
