﻿body  
{
    font: 80% Verdana, Arial, Helvetica, sans-serif, Tahoma;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 105px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-image: url('./Images/main_header.jpg');
	background-repeat: no-repeat;
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#tablehead {
	width: 362px;
}

.thrColAbsHdr #slogenhead
{
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
        line-height: 1.3;
        height: 62px;
        margin-top: 0px;
	margin-bottom: 9px;
}

.thrColAbsHdr #head_logo   
{
  height: 128px; 
   width: 345px;
}

.thrColAbsHdr #head_right {
   height: 128px; 
   width: 420px;
}



.DialogTextTitleStyle 
{    background-image: url(./Images/gridback.gif);    
     background-position:center;    
     background-repeat:repeat-x;    
     background-color:#6e99d4;
     font-family:  Verdana, Arial, Sans-Serif, Tahoma, 'Trebuchet MS', Helvetica;
	 font-size:11pt;
	 padding-top: 11px;
	 font-weight:bold;
	 color: #343092;
	 text-align:center;
	 text-transform: uppercase;
	 vertical-align:middle;
	 height:22pt;
	 /*text-decoration:none;*/
}

.Grid {    
    width: 100%;    
    background-color: #fff;    
    margin: 5px 0 10px 0;    
    border: solid 1px #448ec8;    
    border-collapse:collapse;    
}   
.Grid td {    
    padding: 2px;    
    border: solid 1px #448ec8;    
    color: #2d2d2d; 
    font-family:  Sans-Serif, Verdana, Arial, Tahoma, 'Trebuchet MS', Helvetica;   
}   
.Grid th 
{
    padding: 4px 2px 4px 10px;
    color: #000000;
    background: #b2d4ef url(./Images/gridback.gif) repeat-x top;
    border-left: solid 1px #3b8ccd;
    border-right: solid 1px #3b8ccd;
    background-color: #b2d4ef;
    font-size: 0.9em;
    font-family:  Sans-Serif, Verdana, Arial, Tahoma, 'Trebuchet MS', Helvetica;
    text-align: left;
} 

  
.Grid .alt { background: #fcfcfc;}   
.Grid .HeaderStyle, .PagerStyle, .FooterStyle  
{
    background: #b2d4ef url(./Images/gridback.gif) repeat-x top;
    background-color: #b2d4ef; 
}   
.Grid .PagerStyle table { margin: 5px 0; }   
.Grid .PagerStyle td
{
    border-width: 0;
    padding: 3px 6px 3px 6px;
    border-left: solid 1px #3b8ccd;
    border-right: solid 1px #3b8ccd;
    font-weight: bold;
    font-family:  Sans-Serif, Verdana, Arial, Tahoma, 'Trebuchet MS', Helvetica;
    color: #f9641a;
    text-align: left;
    line-height: 12px;
}    

.Grid .HeaderStyle a { color: #372ab2;}
.Grid .HeaderStyle a:link:hover { color: #ad67da;}
.Grid .HeaderStyle a:link { color: #375ab2;}
  
.Grid .PagerStyle a { color: #666; text-decoration: none; }   
.Grid .PagerStyle a:hover { color: #000; text-decoration: none; }


/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td 
/*Common Styles*/
{    padding: 5px;    
     border-right: solid 1px #5d96cf;
     border-left: solid 1px #5d96cf;
     border-top: solid 1px #5d96cf;
}

.RowStyle td
{    
    background-color: #fcfcfc;
}

.AltRowStyle td
{    
    background-color: #fFfFfF;
}

.SelectedRowStyle td
{    
    background-color: #cacaca;
    color: #0e0eea;
    font-weight:bold;
    font-family:  Sans-Serif, Verdana, Arial, Tahoma, 'Trebuchet MS', Helvetica;
    font-size: 1.1em;
}



.SelectedReportRowStyle td
{    
    background-color: #FFFFFF;
    color: #000000;
    font-weight:normal;
    font-family:  Sans-Serif, Verdana, Arial, Tahoma, 'Trebuchet MS', Helvetica;
    font-size: 1.0em;
}


.ajaxUploaderButtonsInsertButton
{
    margin-top: 25px;
    margin-bottom: 20px;
    vertical-align:middle;
    background-image: url('./Images/menubuttonimj.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    font-family:  Sans-Serif, Verdana, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size:12px;
	font-weight:600;
	color: #2f48b7;
	border-collapse: collapse;
	border-style:solid;
    border-width: 2px;
    border-color: #8fbfe7;
    background-color: #c2def4;
	text-align:center;
	text-decoration:none;
}

.ajaxUploaderButtonsCancelButton
{
    margin-top: 40px;
    margin-bottom: 10px;
    vertical-align:middle;
    background-image: url('./Images/menubuttonimj.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    font-family:  Sans-Serif, Verdana, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size:12px;
	font-weight:600;
	color: #2f48b7;
	border-collapse: collapse;
	border-style:solid;
    border-width: 2px;
    border-color: #8fbfe7;
    background-color: #c2def4;
	text-align:center;
	text-decoration:none;
}

@media print
{
	.PrintButton{
		display:none;
	}
	.PrintItem{
		display:none;
	}
	.MenuButton{
		display:none;
	}
}

@media screen
{
	.PrintButton{
		display:block;
		vertical-align:middle;
        background-image: url('./Images/menubuttonimj.gif');
        background-position: left center;
        background-repeat: repeat-x;
        background-attachment: scroll;
        font-family:  Sans-Serif, Verdana, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	    font-size:12px;
	    font-weight:600;
	    color: #2f48b7;
	    border-collapse: collapse;
	    border-style:solid;
        border-width: 2px;
        border-color: #8fbfe7;
        background-color: #8fbfe7;
	    text-align:center;
	    text-decoration:none;
	}
	
	.PrintItem{
		display:inline;
	}
}

.checkBxBig input {width:22px; height:22px;} 

.thrColAbsHdr #menuBar
{
    height: 19px;
    padding: 0px 5px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image: url('./Images/navbarimg.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
}


.thrColAbsHdr #mainContent
{
    width: 978px;
    margin: 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
    padding: 5px 13px 3px 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer { 
    height: 104px;
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	background-image: url('./Images/main_footer.jpg');
	background-repeat: no-repeat;
} 
.thrColAbsHdr #footer p
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    height: 12px;
    font-size: 12px;
    font-family: "Trebuchet MS";
    color: #FFFFFF;
    padding: 75px 3px 3px 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.Buttons
{
    vertical-align:middle;
    background-image: url('./Images/menubuttonimj.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    font-family:  Sans-Serif, Verdana, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size:12px;
	font-weight:600;
	color: #2f48b7;
	border-collapse: collapse;
	border-style:solid;
    border-width: 2px;
    border-color: #8fbfe7;
    background-color: #c2def4;
	text-align:center;
	text-decoration:none;
}

.Buttons[disabled]
{
    vertical-align:middle;
    background-image: url('./Images/buttonimjdsbled.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    font-family:  Sans-Serif, Verdana, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size:12px;
	font-weight:600;
	color: #89abc7;
	border-collapse: collapse;
	border-style:solid;
    border-width: 2px;
    border-color: #c4e4ff;
    background-color: #d4ebfd;
	text-align:center;
	text-decoration:none;
}

.ComandFieldButtons
{
    vertical-align:middle;
    background-image: url('./Images/menubuttonimj.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    font-family:  Verdana, Sans-Serif, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size:x-small;
	font-weight:normal;
	color: #333192;
	border-collapse: collapse;
	border-style:solid;
    border-width: 1px;
    border-color: #8fbfe7;
    background-color: #c2def4;
	text-align:center;
	text-decoration:none;
	margin-left: auto;
    margin-right: auto;

}

.ComandFieldButtons[disabled]
{
    vertical-align:middle;
    background-image:none;
    font-family:  Verdana, Sans-Serif, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size: small;
	font-weight:bold;
	color: #990000;
	border-collapse: collapse;
	border-style:none;
    border-width: 0px;
    border-color: #8fbfe7;
    background-color: #f7f7e2;
	text-align:center;
	text-decoration:none;
	margin-left: auto;
    margin-right: auto;
}

.MenuButton
{
    vertical-align:top;
    background-image: url('./Images/menubuttonimj.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    border-style: none none none none;
    border-width: 0px 1pt 0px 1pt;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    font-family:  Sans-Serif, Verdana, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size:xx-small;
	font-weight:bold;
	background-color: #c2def4;
	color: #333192;
	text-align:center;
	text-decoration:none;
}

.MenuButtonHoover
{
    vertical-align: top;
    background-image: url('./Images/menubuttonimjhoover.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    border-style: none none none none;
    border-width: 0px 1pt 0px 1pt;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    font-family:  Sans-Serif, Verdana, Arial, 'Trebuchet MS', Helvetica, 'Courier New';
	font-size:xx-small;
	font-weight:bold;
	background-color: #c2def4;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
}

.preloadHooverImg
{
    vertical-align: top;
    background-image: url('./Images/menubuttonimjhoover.gif');
    background-position: left center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    width:1px;
    height:18px;
    visibility:hidden;
}



body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

h3
{
	font-size:small;
}


/* Content Page Layout */
.contentsarea
{
    padding: 10px 20px 10px 20px;
}

.contentsarea p 
{
	padding:5px;
}

.sectionheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}


.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

.releaseList {
	list-style-type:disc;
}


/* Styles for the Animation Reference */
.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    background-image: url('./Images/acordionback.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    border: 1px solid #6e99d4;
    background-color: #66abe3;
	font-family: 'Trebuchet MS', Arial, Verdana, 'Courier New', Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionLink
{
    
	font-family: 'Trebuchet MS', Arial, Verdana, 'Courier New', Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}


.accordionHeaderSelected
{
    background-image: url('./Images/acordionbackselect.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment:scroll;
    border: 1px solid #5fb9f1;
    background-color: #4679b5;
	font-family: 'Trebuchet MS', Arial, Verdana, 'Courier New', Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #7108a8;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover 
{
	background: none;
	text-decoration: underline;
	color: #00FFFF;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
	color: #feff99;
}


.accordionContent
{
   /* background-color: #D3DEEF;*/
    /*background-color: #EFF3FB;*/
    background-color: #e5f2fb;
    border: 1px solid #a4cded;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionContentWhite
{
    background-color: #FFFFFF;
    border: 1px solid #a4cded;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	/*background-image: url(images/bg-menu-main.png);*/
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.thrColAbsHdr #collapsePanelHeader{
	width:100%;
	height:30px;
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}



.dropShadowPanel 
{
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	/*background-image:url(images/header-opened.png);*/
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background:#CCFF99;
	background-color:#CCFF99;
	/*opacity:.2;
	filter: alpha(opacity=20);*/
}

.popupHover {
	background-image:url(../Images/menubuttonimjhoover.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#CCFF99;
}

/* PagingBulletedList */
.thrColAbsHdr #selectIndex {
    font-weight: bold;
    text-decoration:none;
}
.thrColAbsHdr #unselectIndex {
    font-weight:normal;
    text-decoration:underline;
}


/*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;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	/*background-image:url(images/bg-menu-main.png);*/
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	/*background-image:url(images/bg_nav.gif);*/
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}


/* Rounded Corners*/

.roundedPanel
{	
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}

.handleImage
{
	width:15px;
	height:16px;
	/*background-image:url(images/HandleHand.png);*/
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	/*background-image:url(images/HandleGrip.png);*/
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

/*
.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}*/


/*Toggle Button*/

/*Setup*/
.walkthrough li {padding-bottom:5px;}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote {
	padding-left:25px;
	font-style:italic;
}

/*Other neat stuff*/





/************ 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;
}

.BarIndicator_TextPassword_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextPassword_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextPassword_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextPassword
{
    border-style:solid;
    border-width:1px;
    padding:1px 1px 1px 1px;
    width:110px;
    height:23px;
    vertical-align:top;
}



.TextPasswordIndic_Strength1
{
    background-color: Gray;
    color:Orange;
    font-family: Arial;
    font-size: small;
    font-style: italic;
    padding: 4px 3px 2px 3px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.TextPasswordIndic_Strength2
{
    background-color: Gray;
    color: Yellow;
    font-family: Arial;
    font-size: small;
    font-style: italic;
    padding: 4px 3px 2px 3px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.TextPasswordIndic_Strength3
{
    background-color: Gray;
    color: Aqua;
    font-family: Arial;
    font-size: small;
    font-style: italic;
    padding: 4px 3px 2px 3px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.TextPasswordIndic_Strength4
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size: small;
    font-style: italic;
    padding: 4px 3px 2px 3px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}




.TextIndicator_Password
{
     background-color:Blue;
     color:Yellow;
     font-size: small;
     font-style: italic;
     padding: 4px 3px 2px 3px;
     font-weight: bold;
     vertical-align: middle;
     text-align: center;
}

.TextIndicator_Password_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;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: Lime;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* SlideShow styles */

.slideTitle
{
	font-weight:bold;
	font-size:small;
	font-style:italic;
}

.slideDescription
{
	font-size:small;
	font-weight:bold;
}

.validatorCalloutHighlight
{
    background-color: #CCFF99;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.ajax__multi_slider_custom .outer_rail_horizontal
{
    position:absolute;
    /*background:url('Images/rail_dark.gif') no-repeat;*/
    width:321px;
    height:25px;
    z-index:100;
}

.ajax__multi_slider_custom .inner_rail_horizontal
{
    position:absolute;
    /*background: url('Images/rail_light.gif') no-repeat;*/
    width:321px;
    height:25px;
    z-index:100;
}

.ajax__multi_slider_custom .handle_horizontal_left
{
    position:absolute;
    /*background:url('Images/handle_left.gif') no-repeat;*/
    width:13px;
    height:25px;
    z-index:200;
    cursor:w-resize;
}

.ajax__multi_slider_custom .handle_horizontal_right
{
    position:absolute;
    /*background:url('Images/handle_right.gif') no-repeat;*/
    width:13px;
    height:25px;
    z-index:200;
    cursor:w-resize;
}

.SpTabCntrl .ajax__tab_header 
{
	font-size:16px;
	font-weight:bold;
	color:#cccccc;
    font-family:sans-serif;
    background:url(./Images/blue_bg.gif) repeat-x;
    cursor: pointer;
}

.SpTabCntrl .ajax__tab_header .ajax__tab_outer
{
    height:46px;
    background:url(./Images/blue_left.gif) no-repeat left top;
}

.SpTabCntrl .ajax__tab_header .ajax__tab_inner
{
    height:46px;
    margin-left:16px; /* offset the width of the left image */
    background:url(./Images/blue_right.gif) no-repeat right top;
}



.SpTabCntrl .ajax__tab_active .ajax__tab_outer,
.SpTabCntrl .ajax__tab_hover .ajax__tab_outer
{
    height:46px;
    background:url(./Images/blue_left_slct.gif) no-repeat left top;
}

.SpTabCntrl .ajax__tab_active .ajax__tab_inner,
.SpTabCntrl .ajax__tab_hover .ajax__tab_inner
{
    height:46px;
    margin-left:16px; /* offset the width of the left image */
    background:url(./Images/blue_right_slct.gif) no-repeat right top;
}



.SpTabCntrl .ajax__tab_active .ajax__tab_tab,
.SpTabCntrl .ajax__tab_hover .ajax__tab_tab,
.SpTabCntrl .ajax__tab_header .ajax__tab_tab
{
	margin:16px 16px 0px 0px;
}
.SpTabCntrl .ajax__tab_hover .ajax__tab_tab
{
	color:#eebcf7;
}

.SpTabCntrl .ajax__tab_active .ajax__tab_tab 
{
	color:#FFFFFF;
}
.SpTabCntrl .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:5px;
    background-color:#FFFFFF;
}




/* TabViewControl theme (./Images/sprite.png) */
.TabViewControl .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:12pt;
    font-size:small;
    border-bottom:solid 5px #2b6fb7;
}
.TabViewControl .ajax__tab_header .ajax__tab_outer 
{
    background:url(./Images/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a4cded;
    border-bottom-width:0px;
}
.TabViewControl .ajax__tab_header .ajax__tab_tab
{    
    font-family:arial,helvetica,clean,sans-serif;
    font-size:12pt;
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}

.TabViewControl .ajax__tab_hover .ajax__tab_tab  
{
    color:#d55123;
}

.TabViewControl .ajax__tab_hover .ajax__tab_outer 
{
    background: url(./Images/sprite.png) #bfdaff repeat-x left -1300px;
}
.TabViewControl .ajax__tab_active .ajax__tab_tab 
{
    font-weight:bold;
    color:#FFF;
}
.TabViewControl .ajax__tab_active .ajax__tab_outer
{
    background:url(./Images/sprite.png) #2b6fb7 repeat-x left -1400px;
}
.TabViewControl .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#e5f2fb;    
    border:solid 1px #a4cded;
    border-top-width:0px;
}








.popup_Hover {
	vertical-align: middle;
    background-image: url('./Images/menubuttonimjhoover.gif');
    background-position: left center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    border-style: none;
    border-width: 0px ;
    font-family: Sans-Serif, Verdana, 'Trebuchet MS', 'Courier New', Arial, Helvetica;
	font-size:small;
	font-weight:bolder;
	cursor:pointer;
	color:White;
}

