﻿
 
 /** Tab **/
/*
.Tab .ajax__tab_header { 
      background:url(images/tab-line.gif) repeat-x bottom; 
} 

.Tab .ajax__tab_outer    { 
      background:url(images/tab-right.gif) no-repeat right; 
} 

.Tab .ajax__tab_inner    { 
     background:url(images/tab-left.gif) no-repeat; 
     padding-left:3px;
} 

.Tab .ajax__tab_tab
{
	height:13px;
	padding:4px;
	margin:0;
    background: url(images/tab.gif) repeat-x;
    font-family:Tahoma;
    font-size: small;
} 

.Tab .ajax__tab_hover .ajax__tab_outer { 
     background:url(images/tab-hover-right.gif) no-repeat right; 
} 

.Tab .ajax__tab_hover .ajax__tab_inner { 
     background:url(images/tab-hover-left.gif) no-repeat; 
     
} 

.Tab .ajax__tab_hover .ajax__tab_tab { 
     background:url(images/tab-hover.gif) repeat-x; 
} 

.Tab .ajax__tab_active .ajax__tab_outer { 
     background:url(images/tab-active-right.gif) no-repeat right; 
} 

.Tab .ajax__tab_active .ajax__tab_inner { 
     background:url(images/tab-active-left.gif) no-repeat; 
} 

.Tab .ajax__tab_active .ajax__tab_tab
{
    background: url(images/tab-active.gif) repeat-x;
    color: #0000CC;    
    font-weight: bold;font-family:Tahoma;
}
.Tab .ajax__tab_body 
{
	font-family:Tahoma;
	/*font-size:8pt;*/
/*
	border:0px solid #999999;
	border-top:0;
	padding:8px;
	background-color:#ffffff;	
	font-family:Tahoma;
}
*/
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:Tahoma;
    /*background:url(images/tab-line.png) repeat-x bottom;*/
    
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    color:#222222;
    padding-left:10px;
    margin-right:3px;    
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    color:#222222;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
    color:#222222;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab-active.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab-active.png) no-repeat right -40px;
    color:#000000;
    color:#222222;    
    border-color:#333;
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:Tahoma;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;    
    background:url(images/tab-line.png) repeat-x top;
}

 /** End Tab **/

body, div, p, h1, h2, h3, h4, ul, li, table 
{
	margin:0;
	padding:0;
	border:none;	
}

body, div, p, h1, h2, h3, h4, ul, li, table , label , td
{	
	font-family:Tahoma;
}
body
{
     font-family:Tahoma;
    font-size: small;
    /*background: url(images/gradient.png);
    background-repeat: repeat-x;
    background-attachment: fixed;*/
 
}
input.Button
{
    border-style: ridge;
    border-width: 1px;
}


input.Log
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(Images/btMiniInfor.gif)
}
option
{
 	color: black;
 
}
 
select 
{

	font-family: Tahoma;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 800px;
}

#master_headertop
{
	background: url(images/headertop_img.jpg) no-repeat left top;
}

#master_headerbottom
{
	background: url(images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 800px;
}

#master_menu
{
	float: left;
	width: 240px;
	padding-right: 10px;
}

.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	background: url(images/sidebar_header.png) no-repeat left top;
	color: #FFF;
	font-family:Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}

#master_sidebarSamples
{	
	padding-top: 72px;
	background: #FFF url(images/samples_bg.gif) no-repeat left top;
}

#master_sidebarWalkthroughs
{
	padding-top: 72px;
	background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
}

.sidebarcontent a
{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: #0F2543;
	color: #FFF;
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

#master_content
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	height: 19px;
	background: url(images/rightcoltop.gif) no-repeat right top;
}

#master_contentplaceholder
{
	padding: 30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

/* Content Page Layout */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Tahoma;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Tahoma;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Tahoma;
	font-size:1.1em;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family:Tahoma;
	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:Tahoma;
	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:Tahoma;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:Tahoma;
	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:Tahoma;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#073B62,endColorStr=#227595);    */
    
    color: #FFFFFF;
    font-family:Tahoma;    
    font-size: 13px;    
    margin-top: 0px;
    cursor: pointer;    
    line-height:20px;
}

#master_content .accordionHeader a
{
	color: blue;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordion1
{
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#073B62,endColorStr=#227595);*/
    
    padding-top:5px;
    padding-left:0px;        
}

.accordionHeaderSelected
{     
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#073B62,endColorStr=#227595);    */    
    color: #7acbf4;
    font-family:Tahoma;
    font-size: 13px;
    margin-top: 0px;
    cursor: pointer;
    line-height:20px;
    }

#master_content .accordionHeaderSelected a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#073B62,endColorStr=#227595);    */
    
    color: #FFFFFF;
    font-family:Tahoma;
    font-size: 13px;   
    margin-top: 0px;
    cursor: pointer;    
    line-height:20px;      
    
 }
 table.Gradient
{
    border-style: 0;
    border-width: 0px;
    padding: 0px;    
    margin: 0px;
    width: 100%;
    font-family:Tahoma;
        
        /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FFFFFF,endColorStr=#BBD7FF);*/
    }
.accordionContent td
{
	font-family:Tahoma;
     padding-left: 0px;
 }
.accordionContent a
{
	font-family:Tahoma;
	/*color: #ffffff;*/
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
        z-index:99999;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*Cascading DropDown*/

/*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;
}

#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-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/* PagingBulletedList */
.selectIndex {
    font-weight: bold;
    text-decoration:none;
}
.unselectIndex {
    font-weight:normal;
    text-decoration:underline;
}


/*Modal Popup*/
.modalBackground {
    width:100%;
	background-color:Gray;
	filter: alpha(opacity=50);
    opacity: 0.5;
}

.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:Tahoma;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:Tahoma;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Tahoma;
	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:Tahoma;
	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:Tahoma;
	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:Tahoma;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2
{
    color:Blue;
    background-color:Blue;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    width:100px;
    vertical-align:middle;
}

.BarIndicator_TextBox2_weak
{
	 background-color:red;
     color:Maroon;
}
.BarIndicator_TextBox2_average
{
	background-color:Blue;
     color:Maroon;
}
.BarIndicator_TextBox2_good
{
	background-color:Green;
     color:Maroon;
}
.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:Maroon;
     font-family:Tahoma;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Orange;
     font-family:Tahoma;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color:Yellow;
     font-family:Tahoma;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Tahoma;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color:Lime;
     font-family:Tahoma;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}



.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: lemonchiffon;
    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: lemonchiffon;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}
a.accordionLink
{
    color: #001111;
    font-family:Tahoma;
    font-size: 14px;
    text-decoration: none;
}
a
{
    color: #000066;
    font-family: Tahoma;
    font-size: small;
    text-decoration: underline;
} 
td
{
    font-family:Tahoma;
    font-size: small;
}
 
input.Save
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 23px;
    background-image: url(images/btSave01.gif);


}
input.Delete
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(images/application_form_delete.gif)
}
input.MiniDelete
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(images/btMiniDelete.gif)
}
input.BigDelete
{
    background-position: 4px 4px;
    width: 80px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 24px;
    BACKGROUND-IMAGE: url(images/btDelete.gif)
}
input.Next
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
   BACKGROUND-IMAGE: url(images/next.gif)
}
input.Prev
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;    
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;    
    BACKGROUND-IMAGE: url(images/previous.gif)
}

input.First
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(images/first.gif)
}

input.Last
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(images/last.gif)
}


input.List
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(images/application_view_detail.gif)
}
input.Search
{
    background-repeat: no-repeat;
    border-style: outset;
    border-width: 1px;
    background-image: url(images/btList.gif);
    margin-right: 8px;
    margin-left: 8px;
}

input.New
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    height: 20px;
    background-repeat: no-repeat;    
    cursor: hand;
    BACKGROUND-IMAGE: url('images/application_form_add.gif')
}
input.Print
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(images/btPrint.gif)
}
input.Close
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 21px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 21px;
    BACKGROUND-IMAGE: url(images/btClose.gif)
}

input.Select
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 21px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 21px;
    BACKGROUND-IMAGE: url(images/btSelect.gif)
}
input.Choose
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 21px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 21px;
    BACKGROUND-IMAGE: url(images/btChoose.gif)
}
input.ReSelect
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 21px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 21px;
    BACKGROUND-IMAGE: url(images/btRefresh.gif)
}
div.Title
{
    font-family:Tahoma;
    font-size: x-large;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;       
}

div.Body
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C5C5C5,endColorStr=#EEEEEE);   
    background: -moz-linear-gradient(top, #C5C5C5 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C5C5), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C5C5C5 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
    
    overflow: auto;
    height: expression(document.documentElement.clientHeight-45);
    width: expression(document.documentElement.clientWidth-20);
    scrollbar-face-color: #C5C5C5;
    scrollbar-arrow-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Tahoma;
    padding-left: 14px;
    padding-right: 5px;
    background-color:#c3c3c3;
    
}
 
div.PopupBody
{
    height:  expression(document.documentElement.clientHeight);
    width: expression(document.documentElement.clientWidth-10);
    overflow: auto;
     scrollbar-face-color: #C5C5C5;   
    scrollbar-arrow-color: #ffffff; 
    margin-left:12px;
    margin-right:11px;
    font-family:Tahoma;
    /*background-image:url('images/head_table.jpg');
    background-attachment:fixed;
    background-repeat:repeat-x;
    background-position:top;
    padding-top:33px;*/
    /*filter1: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#EEEEEE,endColorStr=#C5D0ED);*/
}

div.Toolbar
{
    background-color: #C3C3C3;
	border: 0px inset #000080;
    padding: 0px;
    padding-left:13px;
    padding-top:6px; 
    padding-bottom:8px;
    

    /*background-image: url(   'images/tool-bkgd.gif' );*/
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#073B62,endColorStr=#227595);*/
    background-image:url('Images/bg_bar.jpg');  
    background-repeat:no-repeat;
    background-attachment:fixed;    
    background-position:14px 30px;
    /*background-color:White;*/
    /*color: #222222; */
    /*width: 500px;  */ 
    /*width: 100%;*/
    height: 30px;
    /*text-align: left;*/
    /*vertical-align:middle;
    text-indent:0px;*/
    font-family:Tahoma;

} 



INPUT.Form
{
    border-right: darkgreen 1px solid;
    border-top: mediumseagreen 1px solid;
    padding-left: 1px;
    font-size: small;
    border-left: mediumseagreen 1px solid;
    border-bottom: darkgreen 1px solid;
    font-family: Tahoma;
    height: 16px;
    border-color: #336699 #003366 #003366 #336699;
    margin-top: 2px;
    margin-bottom: 2px;
}
TEXTAREA.Form
{
    border-right: darkgreen 1px solid;
    border-top: mediumseagreen 1px solid;
    padding-left: 2px;
    font-size: small;
    border-left: mediumseagreen 1px solid;
    border-bottom: darkgreen 1px solid;
    font-family:Tahoma;
    border-color: #336699 #003366 #003366 #336699;
}
 
/*** Table sort **/
      /* Sortable tables */
        table.sortable Thead
        {
            background-color: #eee;
            color: #666666;
            font-weight: bold;
            cursor: default;
        }
        TABLE.Sortable
        {
            font-size: small;
            background: #c0c0c0;
            font-family:Tahoma;
        }
        TABLE.Sortable THEAD TR
        {
            background: #c0c0c0;
        }
        TABLE.Sortable TFOOT TR
        {
            background: #c0c0c0;
        }
        TABLE.Sortable TBODY TR
        {
            background: #f0f0f0;
        }

 
/***** End table sort ********/
/** Start Fix head table***/
/*
div.Sortable {overflow:auto;}
*/
/* Keep the header cells positioned as we scroll */
/*
div.Sortable table th
{
    position: relative;
 
}
div.Sortable table th.Copy
{
    background-color: #CCFFCC;
} 
*/
/* For alignment of the scroll bar */
/*
div.Sortable table tbody 
{
    overflow-x:hidden;
} 
*/
 
 


input.GridControl
{
    margin: 0px 0px 0px 1px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #CACACA #a0a0a0 #a0a0a0 #CACACA;
    width: 34px;
    font-size: x-small;
    font-family: 'MS Sans Serif';
    background-color: #E6E6E6;
}
input.GridControlDot
{
    margin: 0px 0px 0px 1px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #CACACA #a0a0a0 #a0a0a0 #CACACA;
    width: 20px;
    font-size: x-small;
    font-family: 'MS Sans Serif';
    background-color: #E6E6E6;
}input.GridControlDel
{
    margin: 0px 0px 0px 1px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #CACACA #a0a0a0 #a0a0a0 #CACACA;
    width: 25px;
    font-size: x-small;
    font-family: 'MS Sans Serif';
    background-color: #E6E6E6;
    color:Red;
}

 
 
input.GridEdit
{
    background-image: url( '../../images/btMiniEdit.gif' );
}
 
     div.UpdateProgress
{
    padding: 5px;
    border-style: solid;
    border-width: 1px;
     background-color: #FFFF99;
    top: 10%;
    left: 50%;
    position: absolute;
}
      
      div.Pannel
{
    padding: 5px;
    border: 0px inset #C0C0C0;
    background-color: #FFFFFF;
}


 table.GridView
{
	border-style: solid;
	border-width: 1px;
	border-color:#BDBDBD;
	padding: 1px;
	background-color: #D3DAE2;
	width: 100%;
}
  
 table.GridView Tr.Header th, table.GridView Tr.Header td
{
    background-color: #F56624;
    border: 0px inset #3366CC;
    height: 20px;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#A6B7FF);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#073B62,endColorStr=#227595);*/
    color: #FFFFFF;
    text-align:center;
    
}
  
 table.GridView Tr.Header th.FixWidth
{
    background-color: white;
    color: #000000;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 3px;
}
 table.GridView Tr.Header th a
{
      color: #FFFFFF;
      font-family:Tahoma;
} 

table.GridView Tr.List 
 {
    background-color: #FFFFFF;
    /*color: #000000;*/
    font-family:Tahoma;

 }
table.GridView Tr.List1 
 {
    background-color: #EEEEFF;
    color: #000000;
    font-family:Tahoma;

 }
 
 
table.GridView td
{
    padding-right: 3px;
    padding-left: 3px;
	font-family:Tahoma;
}


  table.GridView Tr.Footer
{
    background-color: #F56624;
 }
  table.GridView Tr.Footer td
{
     border-style: none;
}

 
 table.GridView Tr.Header a
{
     color: #FFFFFF;
    text-decoration: none;
}
 table.GridView Tr.List td
{
    border-style: none;
    /*color: #000000;*/
    height: 25px;
}
 table.GridView tfoot td, table.GridView Tr.Footer td

{
/*   background-color: #EEEEFF; */
background-color:White; 
    height: 5px;
}

 table.GridView tr.Paging td
{
	background-color:White;	    
	text-align:center;
}



 table.MenuHead  

{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#6699cc,endColorStr=#336699);
    background: -moz-linear-gradient(top, #6699cc 0%, #336699 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699cc), color-stop(100%,#336699)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6699cc 0%,#336699 100%); /* Chrome10+,Safari5.1+ */

}
span.Title
{
    font-family:Tahoma;
    font-size:large;
    color: #222222;
    text-decoration: none;
    padding-left: 0px;
    font-weight: bold;
    vertical-align:middle;       
    /*background-image:url('images/sub_1_6.jpg');   */
    background-repeat:no-repeat;
    background-position:left;
    text-indent:0px;

}
div.MenuHead
{
    background-color: #336699;
    border-style: outset;
    border-width: 1px;
    width: 99%;
    height: 70px;
}
div.MenuHead2
{
    background-color: #D6E7FB;
    border-style: outset;
    border-width: 1px;
    width: 99%;
    height: 70px;
    color:White;
}


 td.Navigator
{
    width: 140px; 
    padding-right: 11px;
    padding-left: 5px;
    text-align:center;
}
 td.Toolbar
{
    width: 150px;
    font-family:Tahoma;
}
 td.Title
{
	font-family:Tahoma;
}
div.Content
{
    margin: 0px;
   

    width: expression(document.documentElement.clientWidth-37);
    border-style: outset;
    border-width: 0px;
    
    font-family:Tahoma;
}
div.PopupContent
{
    margin: 5px;
    width: expression(document.documentElement.clientWidth-38);
    border-style: outset;
    border-width: 0px;
    background-color: #FFFFFF;
    font-family:Tahoma;
}
fieldset
{
    padding: 2px;
    margin: 0px;
}
legend
{
    
}
fieldset.SubForm
{
     
 }
 font.Require 
 {
     color:Red;
 }
 div.ModalTitle
{
    padding: 0px 0px 0px 5px;
    margin: 0px;
    border: 0px solid #227595;
    background-color: #1C6A8B;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#F45627,endColorStr=#F2A019);
    background: -moz-linear-gradient(top, #F45627 0%, #F2A019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F45627), color-stop(100%,#F2A019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F45627 0%,#F2A019 100%); /* Chrome10+,Safari5.1+ */
    color: #FFFFFF;
    cursor: move;
    height: 25px;
    font-weight: bold;
    width: 99%;
   
} 
div.ModalForm
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C5C5C5,endColorStr=#EEEEEE);
    background: -moz-linear-gradient(top, #C5C5C5 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C5C5), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C5C5C5 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */

    padding: 0px 0px 10px 0px;
    margin: 0px;
    border-style: outset;
    border-width: 1px;
    background-color: #D5D5D5;
    z-index:100000;
   
    
}
div.ModalToolbar1
{
    background-color: #5F94C9;
    border: 1px solid #3366CC;
    padding: 0px;
    background-image: url(      'images/tool-bkgd.gif' );
    width: 100%;
    height: 17px;
    text-align: right;
} 
div.ModalToolbar
{
    text-align: right;
    padding: 0px 5px 0px 0px;
    margin: 0px;
    border: 0px solid #227595;
    /*background-image: url(       'images/tool-bkgd.gif' );
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#073B62,endColorStr=#227595);
	*/
    color: #FFFFFF;
    cursor: move;
    height: 20px;
    font-weight: bold;
    width: 100%;
} 
div.Form
{
     width: expression(document.documentElement.clientWidth-20);
   border-style: outset;
    border-width: 1px;
    background-color: #FFFFFF;
}
span.TextArea
{
    white-space: pre-wrap;
    width: 200px;
    height: 200px;
    color: Red;
    overflow: scroll;
}
input.SelectModule
{
    border-width: 1px;
    border-style: ridge;
    font-size: small;
    width: 150px;
}
.Value
{
    background-color: #FFFFCC;
}

table.UserStamp
{
    border: 1px solid #999999;
    background-color: #EAF4FF;
}
input.Label
{
    border: 1px solid #6699FF;
    background-color: #F7F7FB;
    color: #000000;
    cursor:default;
    height: 17px;
    margin-top: 2px;
    margin-bottom: 2px;

}
input.LabelTextBox
{
    border: 0px;
    height: 16px;
    margin-top: 2px;
    margin-bottom: 2px;

}

.treeview
{
 	color: White;
}
.treeview table tr td
{
	/*border-style: none none solid none;
	border-width: 1px;
	border-color: #417da1;
	text-align: left;*/
	line-height:14px;
}
 
 
 .treeview table tr
{
	/*border-width: 1px;*/
	 vertical-align:top;
 }

.linebreak
{	
	text-align:left;	
	/*height:1px;*/
	width:130px;
	/*color:#FFFFFF;*/
	color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
    border: none;
}
 
.rootTreeview
{
	 background-color:Red;
}

.selectProj
{
    background-position: right;
    cursor: hand;
    width: 150px;
    font-family: Tahoma;
    background-image: url(  '/SCS/Images/imgOption.gif' );
    background-repeat: no-repeat;
}



body.menu2
{
    /*height: 100%;*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C5C5C5,endColorStr=#EEEEEE);
    background: -moz-linear-gradient(top, #C5C5C5 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C5C5), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C5C5C5 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */

    margin-top: 0px;
    margin-left: 0px; /*    
	width: 100%;
	height: 100%; expression(document.documentElement.clientHeight-80);*/
    scrollbar-face-color: #C5C5C5;
    scrollbar-arrow-color: #ffffff;
    background-color: #E7E7E7;
    
}
input.selectProj
{
    border: 1px solid #0066CC;
    font-size: small;
    background-color: #EEEEEE;
}

.radioForModule
{
	width:auto;
}
 div.Dialog
{
	border-style: solid ridge ridge ridge;
	border-width: 1px;
	border-color: #C0C0C0 #F9F9F9 #F9F9F9 #F9F9F9;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C5C5C5,endColorStr=#EEEEEE);
	background: -moz-linear-gradient(top, #C5C5C5 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C5C5), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C5C5C5 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */

	padding:0px;
	position:absolute;			
}

div.BGDialog
{
	position:absolute;
	top:0px;
	left:0px;
	filter:alpha(opacity=10);
	background-color:#FFFFFF;
			
}
div.bgSearchControl
{
    /*padding: 0px 0px 10px 0px;
    margin: 0px; 
    border-style:none;   
    border-width: 0px;
    /*background-color: #B5F5FC;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EEEEEE,endColorStr=#A9E1FB);*/
    border-style: none;	
	border-color: #C0C0C0 #F9F9F9 #F9F9F9 #F9F9F9;
	/*background-color: red;*/
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C5C5C5,endColorStr=#EEEEEE);
	background: -moz-linear-gradient(top, #C5C5C5 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C5C5), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C5C5C5 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */

	padding:0px;
	position:absolute;	
}
TR.DeleteHighlight
{
	background-color:#FFDDDD;
			
}
div.BarHilight
{
    background-image: url(  'Images/bg_bar.jpg' );
    background-repeat: no-repeat;
    }
Select
{
 
    margin-top: 2px;
    margin-bottom: 2px;
    height: 19px;

}
Table.Approve
{
    background-color: #ECF3FB;
    width: 280px;
}
Table.Approve td
{
    height: 20px;
}
 Table.Form td
{
    height: 20px;
   
}
 Table.Form  
{
    /*background-color: #FFFFFF;*/
}
 img.ImgTest
{
    
    
    width:25px;
 }
 
 input.Log
{
    background-position: 0px 0px;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    width: 23px;
    cursor: hand;
    background-repeat: no-repeat;
    height: 20px;
    BACKGROUND-IMAGE: url(Images/btMiniInfor.gif)
}

div.ViewLog
{
	border-style: solid ridge ridge ridge;
	border-width: 1px;
	border-color: #C0C0C0 #F9F9F9 #F9F9F9 #F9F9F9;
	padding: 0px;
	position: absolute;
	background-color: #FFFFCC;
}
Input.Page
{
	border-width: 1px;
	border-style: inset;
	padding: -5px 0px 0px 0px;
	margin: -5px 0pxPage 0px 0px;
	background-color: #80BFFF;
	color: #FFFFFF;
	font-weight: 900;
	width: 28px;
	height: 23px;
	font-size: large;
	font-family: 'MS Serif';
}

/*สำหรับ GridView*/
div.Sortable {
    /* So the overflow scrolls */
    overflow:auto;
    
    /* Style */
    /*border: 1px solid black; */
}

div.Sortable table th {
    /* Keep the header cells positioned as we scroll */
    position:relative;
    
    /* Style */
    color: #F7F6F3;
    background-color: #F56624;
    font-weight: bold;   
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;

    padding-left:5px;            
}

div.Sortable table th a {
    /* Style */
    color: #F7F6F3;   
            
}            

div.Sortable table tbody {
    /* For alignment of the scroll bar */
    overflow-x:hidden;
}  

div.Sortable table tbody tr td {
    /* Style */
    color: #000000;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C5C5C5,endColorStr=#EEEEEE);*/
	background-color: #C5C5C5;
    border-bottom: solid 1px #CCCCCC;

    padding-left:3px;

}   
div.Sortable Tr.TrFooter td
{
	background-color: #F56624;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#92C7DD);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #92C7DD 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#92C7DD)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#92C7DD 100%); /* Chrome10+,Safari5.1+ */

    height: 5px;
}


/*สำหรับ repeater*/
div.SortableRepeater {
    /* So the overflow scrolls */
    overflow:auto;
    
    /* Style */
    /*border: 1px solid black; */
}

div.SortableRepeater table th {
    /* Keep the header cells positioned as we scroll */
    position:relative;
    
    /* Style */
    color: #F7F6F3;
    background-color: #F56624;
    font-weight: bold;   
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;

    padding-left:5px;            
}

div.SortableRepeater table th a {
    /* Style */
    color: #F7F6F3;   
            
}            

div.SortableRepeater table tbody {
    /* For alignment of the scroll bar */
    overflow-x:hidden;
}  

div.SortableRepeater table tbody tr td {
    /* Style */
    color: #000000;
	background-color: #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
    padding-left:3px;
}   
div.SortableRepeater Tr.TrFooter td
{
	background-color: #F56624;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#92C7DD);
        background: -moz-linear-gradient(top, #FFFFFF 0%, #92C7DD 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#92C7DD)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#92C7DD 100%); /* Chrome10+,Safari5.1+ */

    height: 5px;
}

div.NoBorder
{
    border-style: 0;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #FF66FF;
} 
td.ajax__validatorcallout_error_message_cell
{
   
    font-size: small;
}
td.ajax__validatorcallout_icon_cell img
{
    padding: 0px;
    margin: 0px;
    height: 18px;
    width: 15px;
}

frame#fixed
{   
    background: -moz-linear-gradient(top, #C5C5C5 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C5C5), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C5C5C5 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
}