
/* Elements */

* {
    color: #000000;
}

html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF url(bg.gif) repeat-x;
	line-height: 16px; 
	}

* {
    text-align: left;
}

a {
	color: #33ADDB;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 2.3em Arial, Sans-Serif;
	letter-spacing: -1px;
	text-align:right;
	margin: 0;
	padding-top:45px;
	padding: 0;
}

h1 a {
	text-decoration: none;
	color:#00000c;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


h3 {
    font-size: medium;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

p {
	padding: 2px 0 5px;
	margin: 0;
}

ol, ul, dl, blockquote {
    margin-top: 0;
}

a {
    color: #808080;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

/* Wrapper */

#wrapper {
    width: 1028px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

html>body #wrapper {
    height: auto;
}

/* Header */

#header {
    width: 760px;
    height: 150px;
	background-image:url(banner.jpg);
}

#header h1 {
    float: left;
    padding: 35px 0 0 20px;
    font-size: 24px;
    letter-spacing: -2px;
	color:#33ADDB;
}

#header h2 {
    float: right;
    padding: 68px 20px 0 0;
    font-size: 16px;
    letter-spacing: -1px;
	color:#33ADDB;
}

#header a {
    text-decoration: none;
	color:#33ADDB;
}

/* Menu */

#menu {
    width:760px;
    height: 30px;
    padding-top: 13px;
	background: #33ADDB url(hmleftbga.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;    
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    width: 112px;
    height: 19px;
    padding: 3px 4px 0 4px;
    text-align: center;
    text-decoration: none;
    color: #808080;
}

#menu .active a, #menu a:hover {
    color: #000000;
}

/* Content */

#content {
    width: 1028px;
    
}
#colTwo ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

#content h2 {
    margin-bottom: 2px;
}

#content h3 {
    margin-bottom: 0;
}

#colOne {
    float: left;
    width: 740px;
    padding: 20px 20px 0 20px;
}
#colOne .body {
    padding: 10px;
}

#colTwo {
    float: right;
    width: 200px;
    padding: 20px 20px 0 20px;
}



/* Footer */

#footer {
    width: 1028px;
    height: 50px;
}

#footer p {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: smaller;
}

div.clear {
    clear: both;
}

div.clear2 {
    clear: both;
    height: 15px;
}

#div_alert {
    color: red;
}

#admin_content {
    width: 828px;
    
}

#admin_content .body {
    padding: 10px;
    font-size: 12px;
}

#admin_content div.install_item {
    
}
#admin_content div.install_item div {
    float: left;
    padding-top: 2px;
    color: black;
}
#admin_content div.install_item div.first {
    width: 150px;
    font-weight: bold;
}
#admin_content div.install_item div.second {
    width: 250px;
}

#admin_menu {
    width: 1028px;
    height: 35px;
    padding-top: 13px;
    
}

#admin_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#admin_menu li {
    display: inline;
}

#admin_menu a {
    display: block;
    float: left;
    width: 112px;
    height: 19px;
    padding: 3px 4px 0 4px;
    text-align: center;
    text-decoration: none;
    color: #808080;
}

#admin_menu .active a, #admin_menu a:hover {
    color: #000000;
}

#admin_footer {
    width: 1028px;
    height: 50px;
}

#admin_footer p {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: smaller;
}

.pagenation {
    text-align: center;
}
.pagenation span {
    font-size: 12px;
    text-decoration: none;
    color: blue;
    display:block;
    width: 19px;
    height: 23px;
    float: left;
}
.pagenation a {
    font-size: 12px;
    text-decoration: none;
    color: blue;
}

.pagenation a:hover {
    color: red;
}

table.data {
    background-color: #000000;
}
table.data td, th {
    font-size: 11px;
    padding: 2px;
}
table.data tr {
    background-color: #FFFFFF;
    cursor: pointer;
}
table.data tr:hover {
    background-color: #FFFFCA;
}
table.data th {
    color: #000000;
    background-color: #E0E0E0;
}

td {
    font-size: 11px;
}

ul.content_detail {
    list-style: none;
    margin-left: -20px;
}
ul.content_detail li {
    font-size: 13px;
    float: left;
    padding-top: 2px;
    color: black;
}
ul.content_detail li.first {
    width: 120px;
    font-weight: bold;
}
ul.content_detail li.second {
    width: 200px;
}
ul.content_detail li.break {
    clear: both;
}