/***** Basic Styles *****/

/*body { margin: 8px; color: #101010; margin: 0; padding: 0; }*/
body
{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #101010;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	padding:0px;
}

a img {	border: 0;	}

body, td, th, span, div, p, h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

table {  font-size: 11px; color: #000000; font-family: Arial, Helvetica, sans-serif}
td {  font-size: 11px; color: #000000; font-family: Arial, Helvetica, sans-serif}

.form {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}

a:active {  text-decoration: none}
a:link {  text-decoration: none; color: #06C;}
a:visited {  text-decoration: none; color: #06C;}
a:hover {  text-decoration: underline}

.table_outer {  background-color: #999999}
.table_inner {
	background-color: #F0F0F0;
}

table.status th { background-color: #eeeeee; }
table.status td { background-color: #fcfcfc; }


.clearer {
	clear: both;
	line-height: 0px;
}

div.vset {
	clear: both;
	display: block;
	padding: 5px 0px 0px 0px;
}

div.ActionMsg0 {	color: black; }
div.ActionMsg1 {	color: green; }
div.ActionMsg2 {	color: red; }


.form {
	display: block;
	width: 100%;
	float: left;
}

.form .block {
	padding: 10px 0px 10px 0px;
}

.form .hint {
	color: #C0C0C0;
	font-size: 9px;
	font-weight: normal;
}

.form .info {
	clear: both;
	color: #666666;
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

.form .oops {
	clear: both;
	color: #FF0000;
	display: block;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 150px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.form .oops-label {
	color: #FF0000;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.form .rqd	{
	color: #FF0000;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.form div.control {
	color: #6699CC;
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-left: 155px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: auto;
}

.form div.vset {
	clear: both;
	display: block;
	padding: 5px 0px 0px 0px;
}

.form fieldset {
	border: 1px solid #6699CC;
	display: block;
	margin: 0 0 15px 0;
	padding: 5px 10px 10px 10px;
}

.form input {
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 3px 1px 3px;
}

.form input.button {
	text-align: center;
	display: block;
	border: 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	height: 21px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 1px 3px 1px 3px;
	width: 100px;
}

.form input.button:hover {
	color: #6699CC;
}

.form input.checkbox, .form input.radio {
	border: 0px;
	padding: 1px 3px 1px 3px;
	width: auto;
}

.form input.colorpicker, .form input.date {
	width: 70px;
}

.form input.hidden {
	border: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

.form label {
	color: #777777;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 150px;
}

.form legend {
	color: #6699CC;
	font: bold 13px Arial, Helvetica, sans-serif;
}

.form select {
	font: 11px Arial, Helvetica, sans-serif;
}

.form td {
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 0px;
	text-align: left;
	vertical-align: top;
}

.form textarea {
	border: 1px solid #C0C0C0;
	font: 11px Arial, Helvetica, sans-serif;
	height: 120px;
	padding: 1px 0px 1px 3px;
	width: 300px;
}

.form textarea.agreement {
	border: 1px solid #C0C0C0;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 3px;
	width: 400px;
}
.form textarea.full {
	border: 1px solid #C0C0C0;
	font: 12px "Courier New", Courier, mono;
	height: 300px;
	padding: 1px 0px 1px 3px;
	width: 520px;
}

.form textarea.short {
	border: 1px solid #C0C0C0;
	font: 10px Arial, Helvetica, sans-serif;
	height: 50px;
	padding: 1px 0px 1px 3px;
	width: 300px;
}

.spacer{
line-height:0;
font-size:0;
}

/*
use with:
<div class="spacer" style="width:Xpx; height:Ypx;"></div>
*/

.one_pixel_border {
	background: #fff;
	border: 1px solid #999;
}

.rowHeader {
	background: #dfdfdf;
	vertical-align: bottom;
}
.rowHeader th {
	font-weight: normal;
	text-align: left;
}
.rowEven {
	background: #eaeaea;
	vertical-align: top;
}
.rowOdd {
	background: #f8f8f8;
	vertical-align: top;
}
.rowButtons {
	background: #ddd;
}
.rowToolbar {
	background: #e8e8e8;
	padding: 3px;
}

.icon {
	border: 0px;
	height: 16px;
	width: 16px;
}
.icon_sort_arrow {
	border: 0;
	height: 6px;
	width: 11px;
}

div#userdata	{	width: 80%;	}

span.shortText {	display: inline; }
span.fullText {	display: none; }
span.moreText {	display: inline; }
span.lessText {	display: none; }

span.PWDMatch {	color:#FF0000; font-weight:bold; font-size:xx-large; text-decoration: blink; }
/*span#pwdstrengthmeter {	color:#FF0000; font-weight:bold; }	*/
div#pwdstrengthmsg {
	background-color: inherit;
	color: #395A7B;
	font-weight: bold;
	width: auto;
}

.pwdstrengthmeter {
    background: white;
}

div.pwdstrengthmeter {
    border: 1px solid #777777;
    margin: 1px;
    width: 0px;
    height: 5px;
    position: relative;
} 
 


.pwdstrengthstrong {
    background-color: #32cd32;
} 

.pwdstrengthmedium {
    background-color: yellow;
} 
 
.pwdstrengthweak {
    background-color: orange;
} 
 
.pwdstrengthuseless {
    background-color: red;
}




div.helpdialog { display: none; }

.error {
	color: #c00;
}
.groupBorder {
	background: #fff;
	border: 1px solid #666;
}
.groupDescription {
	background: #e9e9e9;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}
.groupHeader {
	background: #999;
	color: #fff;
	padding: 3px;
}
.groupHeader a, .groupHeader a:link, .groupHeader a:active, .groupHeader a:visited {
	color: #fff;
}
.groupDetails {
	background: #eaeaea;
	border-bottom: 1px solid #ccc;
}
.groupSubHeader {
	background: #ccc;
	border-top: 1px solid #999;
	color: #333;
	padding: 3px;
}




th
{
  font-weight: normal;
}

h3
{ font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 1; }

a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #444;
}
a:link  { color: #07a }
a:visited {color:#07a;}
a:hover  { }
a.button, a.button:visited, a.tab, a.tab:visited, a.axislist
{
  color: #000000;
  text-decoration: none;
}

a.tab
{
  width: 80px;
  display: block;
  text-align: center;
}

hr
{
  height: 1px;
  background-color: #666666;
  border-style: none;
}

input, textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
}

input.button
{ color: #333333; font-size: 10px; }

input.button:hover
{
  color: black;
}
.alttext
{
  font-size: 11px;
}


/************* lists ******************/
/* Log List */
table.loglist
{
  table-layout: auto;
	width: 100%;
}

table.loglist thead tr.message
{
  background-color: #FFFFFF;
}

table.loglist thead tr td
{
	height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
	color: #333333;
	background-color: #EBEBEB;
	background-image: url(/styles/images/listheader.gif);
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0 4px 0 2px;
}


table.loglist tbody tr td
{
  height: 16px !important;
  height: 20px;
  padding: 3px 4px 1px 2px;
  font-size: 11px;
  white-space: nowrap;
  border-bottom: 1px solid #ebebeb;
}


table.loglist thead tr td.subject
{
	text-align: left;
  background-color: #FFFFFF;
}
table.loglist tbody tr td.subject
{ text-align: left; }


table.loglist tbody tr td.delete
{ text-align: center; width: 48px; }



table.loglist thead tr td.ip
{ text-align: left }
table.loglist tbody tr td.ip
{ text-align: left }



table.loglist thead tr td.emailaddr
{ text-align: left }
table.loglist tbody tr td.emailaddr
{ text-align: left }



table.loglist thead tr td.numitems
{ text-align: center;}
table.loglist tbody tr td.numitems
{ text-align: center;}


table.loglist thead tr td.itemsize
{ text-align: center }
table.loglist tbody tr td.itemsize
{ white-space: nowrap; text-align: right }


table.loglist tbody tr.message
{
  background-color: #FFFFFF;
  white-space: normal;
}




table.loglist thead tr td.datetime
{
	text-align: center;
	width: auto;
	font-size: 11px;
}
table.loglist tbody tr td.datetime
{
	text-align: center;
	width: auto;
	font-size: 11px;
}



table.loglist thead tr td.logcount
{
	text-align: center;
	width: auto;
	font-size: 11px;
}
table.loglist tbody tr td.logcount
{
	text-align: center;
	width: auto;
	font-size: 11px;
}




/***** common table settings ******/

table.records-table
{
  padding: 0px 4px 0px 4px;
	border: solid 1px #aaa;
}

table.records-table thead tr td
{
  height: 20px;
  padding: 0px 4px 0px 4px;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background-color: #cccccc;
  font-size: 11px;
  font-weight: bold;
}

table.records-table tbody tr td
{
  height: 16px;
  padding: 2px 4px 2px 4px;
  font-size: 11px;
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  text-align: left;  
}

table.records-table tr
{
  background-color: #FFFFFF;
}

table.records-table tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}

/****** prefs ****************/

table.prefs
{
	border: solid 1px #aaa;
}


table.prefs th
{
	background-color: #f9f9f9;
	text-align: right;
}

table.prefs th.check
{
	background-color: #f9f9f9;
	text-align: right;
}

table.prefs td.check
{
	background-color: #f9f9f9;
	text-align: left;
}

table.prefs thead tr td
{
  height: 20px;
  padding: 0px 4px 0px 4px;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background-color: #cccccc;
  font-size: 11px;
  font-weight: bold;
}

table.prefs tbody tr td
{
  height: 16px;
  padding: 2px 4px 2px 4px;
  font-size: 11px;
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  text-align: left;  
}

table.prefs tr
{
  background-color: #FFFFFF;
}

table.prefs tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}


/***** header settings ******/


table.navbarlogo td.time
{
	color: #FFF;
  white-space: nowrap;
  text-align: right;  
}

table.navbartext tr
{
  height: 20px;
	background-color: #000;
}

table.navbartext td
{
	font-weight: bold;
	color: #FFF;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}

table.navbartext a:link { color: #EEE; text-decoration: none }
table.navbartext a:visited { color: #EEE; text-decoration: none }
table.navbartext a:hover { text-decoration: underline }
