﻿/********** Wrapper Cells **********/
.WPleftnav { /* = | - | - */
	padding: 2px 3px 2px 0px;
	vertical-align:top;
	width:30%;
	margin-top:7px;
	
}
.WPcontentMiddle { /* - | = | - */
	padding:0px 7px 0px 7px;
	vertical-align:top;
	width:40%;
}
.WPrightNav { /* - | - | = */
	padding:0px 0px 0px 6px;
	border-left:solid 1px #f;
	vertical-align:top;
	width:30%;
}
.WPcontentNoRN { /* - | =  = */
	padding:18px 0px 2px 7px;
	vertical-align:top;
	width:75%;
	margin-top:7px;
	
}
.WPcontentFull { /* =  =  = */
	padding:7px 0px 7px 0px;
	vertical-align:top;
	width:100%;
}

.WPbreadcrumb 
{
    font-size:12px;
	font-family:"Segoe UI", "Myriad Pro", Arial, sans-serif;
	padding:7px 0px 7px 9px;
	vertical-align:top;
	text-align:left;
	color:#000000;
}
.WPbreadcrumb a:link, .WPbreadcrumb a:visited {
	color:#000000;
	font-size:12px;
	font-family:"Segoe UI", "Myriad Pro", Arial, sans-serif;
}
.WPbreadcrumb a:hover, .WPbreadcrumb a:active{
	color:#000000;
	font-size:12px;
	font-family:"Segoe UI", "Myriad Pro", Arial, sans-serif;
	text-decoration:underline;
}
.WPfooter 
{
	padding:0px 50px 0px 0px;
	color:#ffffff;
	font-size:10px;
	font-family: Times New Roman, Arial, sans-serif;
	vertical-align:middle;
}
.WPfooter a:link, .WPfooter a:visited {
	color:#ffffff;
	font-size:10px;
	font-family:Times New Roman,Arial, sans-serif;
	padding:0px 0px 0px 0px;
}
.WPfooter a:hover, .WPfooter a:active {
	color:#000000;
	font-size:10px;
	font-family:Times New Roman,Arial, sans-serif;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
}
.WPpageNavigation {
	padding:7px;
	vertical-align:bottom;
	color:#bc1d77;
	font-size:11px;
	text-align:right;
	font-weight:bold;
}

/* used for the main menus on leftnavs */

.LNlist li 
{
    font-size:11px;
	font-family:"Segoe UI", "Myriad Pro", Arial, sans-serif;
	text-align:left;
	padding:2px 0px 7px 7px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	color:#000000;
	
}
.LNlist li a:link, .LNlist li a:visited 
{
    font-size:11px;
	font-family:"Segoe UI", "Myriad Pro", Arial, sans-serif;
	text-align :left;
	font-weight:normal;
	padding:2px 0px 7px 7px;
	text-decoration:none;
	color:#000000;
	
}

.LNlist li a:hover, .LNlist li a:active 
{
    font-size:11px;
	font-family:"Segoe UI", "Myriad Pro", Arial, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}

/********** Top Nav **********/


.TNSearchBar {
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	background-color:#d9007b;
	padding:7px 7px 6px 10px; /* padding-bottom less 1px cos theres a 1px spacer there */
	vertical-align:middle;
}
.TNSearchBar a:link, .TNSearchBar a:visited {
	color:#FFFFFF;
	font-size:11px;	
	font-weight:normal;
}
.TNSearchBar a:hover, .TNSearchBar a:active {
	color:#d9007b;
	font-size:11px;	
	font-weight:normal;
}

/* Links under search bar */
.TNLinks {
	background-image:url('Images/btns/button.png');
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	
	
	
}
.TNLinks a:link {
	background-image:none;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
   	
}

.TNLinks a:visited {
	background-image:none;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	
}
.TNLinks a:hover, .TNLinks a:active {
	background-image:none;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#8E0047;

}

.TNLinksHover {
	background-image:url('Images/btns/button_hover.png');
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ffc8f4;
}
   	

.TNChildLinks 
{
    background-color:#d6378d;
    border:solid 1px #000000;
	
	font-size:11px;
	font-weight:bold;
	color:#000000;

	
}

.TNChildLinks a:hover, a:link, .TNLinks a:active {
	font-size:11px;
	font-weight:bold;
	color:#8E0047;
	
}

.TNChildLinks a:active, a:visited 
{
    font-size:11px;
	font-weight:bold;
	color:#000000;
	
}



/********** Breadcrumbs **********//* See WPbreadcrumb for style control of breadcrumb links */
.BCcurrent {
	font-weight:bold;
}



/********** ModalBackground **********/
.modalBackgroundDark {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.updateProgress
{
	position: absolute;
	background-color:Gray;
	
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	
	position: absolute;
	top: 20%;
		
}

.updateProgressLight
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}



/********** Password Strenght **********/
.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:Maroon;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Orange;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color:Lime;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}


/*Textbox Watermark*/

.watermarked 
{
  	padding:2px 0 2px 2px;
	border:1px solid #BEBEBE;
	background-color:#fffccb;
	color:gray;
}

.ControlTable
{
    padding:1px;
	
	
	margin-bottom:2px;
	border-collapse:collapse;
}

.ControlTable2
{
    padding:0px;
	
	background-image:url('Images/bodyimage.png');
	margin-bottom:2px;
	border-collapse:collapse;
	background-repeat: repeat-x;
}

.ControlTable3
{
    padding:1px;
	border:1px solid #fff200;
	background-color:#ffffff;
	margin-bottom:2px;
	
}
