@charset "UTF-8";
/* CSS Document */

body {
	background: #333 url(/_images/bg_popup.gif) repeat-x;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	margin:0px 0px 0px 8px;
}

img {
	border:0;
}	

h1 {
	text-transform: uppercase;
	color: #EFEFEF;
	font: normal 2.4em Arial, Helvetica, sans-serif;
	margin: 0 0 25px 10px;
	padding:0px;
}

h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
}
p {
	margin: 0 0 15px 10px;
}

table { margin-left:8px; }

th {
	color: #CCC;
	text-align: left;
	text-transform: uppercase;
}

input.border {
	border: 2px solid #999;
}

input.border:hover {
	border: 2px solid #FFCC66;
}

input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 4px 2px;
}

a {
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
}

a:hover { color:#999; }		

/* classes */
.error { color:#EF5560; }
.success { text-align:center; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.center { text-align:center; }

/* Form Elements */
#adminForm label {
	display:block;
	float:left;
	width:125px;
}

#adminForm label.error,
#adminForm label.success {
	display:inline;
	float:none;
	width:auto;
}

label.error {
	float:none;
	margin-left:5px;
	padding-left:20px;
	display:inline;
	width:auto;
	font-style:italic;
	background: url(/_images/error.png) no-repeat 0px -1px;
}

label.success {
	float:none;
	margin-left:5px;
	padding-left:20px;
	display:inline;
	width:auto;
	font-style:italic;
	background: url(/_images/success.png) no-repeat 0px -1px;
}

select {
	font: 12px Arial, Helvetica, sans-serif;
}

#pswd_strength {
	width:375px;
	text-align:right;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	display:none;
}	

.form_block {
	display:block;
	float:left;
	padding-bottom:1em;
	font-size: .9em;
	width:575px;
}	

/* Admin CSS */
.admin_table, .admin_page {
	width:100%;
	font-size:12px;
}
.admin_table td, .admin_table th,
.admin_table2 td, .admin_table2 th {
	padding: 3px;
}	
.admin_table th, .admin_table2 th {
	text-align:left;
}	

.admin_table2 {
	width:90%;
	font-size:12px;
	margin: 8px auto;
	display:none
}	
	
