body {
	background-color: #DBEBFF;
	text-align: center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/podbox/bodygrad.jpg);
	background-repeat: repeat-x;
	font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color:#000000;
	font-size:small;
}

table {
	margin-left: auto; 
	margin-right: auto; 
	table-layout:fixed;
	
}

.tableHeader 
{
	font-weight:bold;
	font-size:x-small;
	color:black;
	font:x-small, bold "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;

}

.tableSubHeader 
{
	background-color:#507CA9;
	color:White;
	font:small, "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}

.tableItem 
{
    background-color:White;
	font:small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}

.tableAltItem
{
	background-color:#D1E3F9;
	font:small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}

.Heading 
{
	font-size:large;
	font-weight:bold;
}
	
#contentBOTTOM {
	clear:both;
	background-image:url(images/podbox/content_bottom.jpg); 
	background-repeat:no-repeat;
	background-position:bottom;
	width:877px; 
	height:14px;
}

#contentTOP {
	clear:both;
	background-image:url(images/podbox/content_top.jpg); 
	background-repeat:no-repeat;
	background-position:bottom;
	width:877px; 
	height:14px;
}
#centeredcontent {
	width: 877px;
	background-image:url(images/podbox/content_back.jpg);
	background-repeat:repeat-y;
	text-align: center;
}


.itemNormalSN {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    cursor: pointer;
    background-image: url(images/css/subgrad.gif);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #FFFFFF;
    z-index: 1;
    }
    
.itemOverSN {
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
    cursor: pointer;
    background-image: url(images/css/itemoverback.gif);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #FFFFFF;
    z-index: 1;
    }
    
.itemSelectedSN {
    font-weight:bold;
    }
    
    /**/
a:link {
  color:#1A5189;
  text-decoration:none;
  }
a:visited {
  color:#7598C0;
  text-decoration:none;
  }
a:hover {
  color:#1A5189;
  /*font-weight:bold;*/
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
  
  /* Header
----------------------------------------------- */
@media all {
  #header {
    width:660px;
    margin:0 auto 10px;
    border:1px solid #333;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #222;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  color:#ccc;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#ccc;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#ad9;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #222;
  border-width:0 1px 1px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }
  
  /*General Controls*/
.generalControl 
{
	font-family:Verdana, Arial;
	font-size:xx-small;
}

.generalPanel {
	margin-left: auto; 
	margin-right: auto; 
	table-layout:fixed
}

.divBox
{
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #222;
  border-width:1px 1px 1px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }
  
  /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalTitle {
	font-family:Verdana, Arial;
	background-color: #0089CF;
	color:#ffffff;
	font-size: 12px;
}

/*Calendar Extender*/

.cal_Theme1 .ajax__calendar_container {
	background-color: #e2e2e2; 
	border:solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header {
	background-color: #ffffff; 
	margin-bottom: 4px;
} 

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
	color: #004080; 
	padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
	background-color: #e9e9e9; 
	border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 4px; 
	margin-top: 2px;
} 

.cal_Theme1 .ajax__calendar_day {
	text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,

.cal_Theme1 .ajax__calendar_active {
	color: #004080; 
	font-weight:bold; 
	background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today {
	font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb;
}

/* So the overflow scrolls */
.container {overflow:auto;}

/* Keep the header cells positioned as we scroll */
.container table th {position:relative;}

/* For alignment of the scroll bar */
.container table tbody {overflow-x:hidden;} 

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     z-index:99999
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;
    vertical-align:middle;
}

.TextIndicator_TextBox3
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}



.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}
