﻿/* start - SPLASH AJAX LOADING*/
.AjaxLoadingContainer {background:#b3c526; color:#fff; margin:0 15px; border:#666666;}
.AjaxLoadingRTop, .AjaxLoadingRBottom{
display:block;
background:#fff;
}
.AjaxLoadingRTop *, .AjaxLoadingRBottom *{
display: block;
height: 1px;
overflow: hidden;
background:#ccc;

}
.AjaxLoadingR1{margin: 0 5px}
.AjaxLoadingR2{margin: 0 3px}
.AjaxLoadingR3{margin: 0 2px}
.AjaxLoadingR4{
margin: 0 1px;
height: 2px

}

#AjaxLoading
{
width: 200px;
max-height: 340px;
}
/* start - SPLASH AJAX LOADING*/


.shadetabs{
padding: 7px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a
{
    text-decoration: none;
    padding: 6px;
    margin-right: 3px;
    border-top: 2px solid #bcbcbc;
    border-left: 2px solid #bcbcbc;
    border-right: 2px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    color: #ffffff;
    background: #cdcdcd;
    /*background-image: url( 'template/lwd-blue.png' );*/
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #ffffff;
border-bottom-color: white;
background-image:url('images/mid_bg_light.gif');
color:#336699;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.contentstyle
{  
    width: 98%; 
    margin-bottom: 1em;
    padding: 12px;
    border-right: #bcbcbc 2px none;
    border-top:  #bcbcbc 1px solid;
    border-left: #bcbcbc 2px none;
    border-bottom: #bcbcbc 2px none;
}

.contentstyle2
{
    width: 98%;
    margin-bottom: 1em;
    padding: 2px;
    border-right: #D7EBFF 1px solid;
    border-top: #D7EBFF 1px solid;
    border-left: #D7EBFF 1px solid;
    border-bottom: #D7EBFF 1px solid;
}

.contentstyle3
{
    /*height:1px;*/
    width: 98%;
    margin:0px;   
    padding: 2px;
    border-right: #FFFFFF 1px solid;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}



/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 3px!important;	
	background-color : white;
	color : black;
	border : #bcbcbc;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height : 150px;
    text-align : left; 
    width:150px; 
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 2px; 	
    list-style-type:disc;	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : White;
	color : black;
	padding : 2px;
    font-size:smaller;	
    cursor:pointer; 
    list-style-type:disc;
    
}
