﻿
/* Ajax Modal Popup Styling */
.modalBackground
{
    background-color: #dddddd;
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity: 0.7;
    -moz-filter:alpha(opacity=70);
}
.modalDisplay
{
	border: solid 1px black; 
	background-color: #F2F2F2; 
	padding: 7px 7px 7px 7px;
}
.modalDisplay h2
{
	color: #26539A; 
	font-size: 18px; 
	font-weight: 500;
}

    
/* Ajax Auto Complete Styling */
.autocompleteList {
    background-color: White;
    list-style-type: none;
    font-size: 12px;
	border: solid 1px #000000;
    padding: 0px;
    text-align: left;
	margin-left: 0px;
	margin-top: 0px;
    }
.autocompleteListItem {
    font-size: 12px;
	padding: 4px;
	height: 15px;
    }
.autocompleteHighlight {
	color:#000000;
    background-color: #cbcbcb;
    font-size: 12px;
	height: 15px;
	padding: 4px;
    margin-left: 0px;
    }
    
    

.autocompleteListCustomer {
    width: 400px;
	}
.autocompleteListCustomerItem {
    width: 392px;
    }	

.autocompleteHighlightCustomer {
    width: 392px;
    }	
	
.autocompleteListCustomerName {
    float: left; 
    width: 300px;
    }
.autocompleteListCustomerRequest {
    float: left; 
    width: 80px; 
    text-align: right;
    margin-left: 0px;
	padding: 0px;
    }

.watermarked
{  
	color: Gray;
	font-style: italic;
}

/* XML Documentation Styling */
.xmlCodeMain
{
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	width: 90%;
}
.xmlCodeMain a
{
	color: #6666FF;
	text-decoration: none;
}
.xmlCodeMain a span
{
	display: none;
}
.xmlCodeMain a:hover span
{
	background: white;
	border: 1px solid #6666FF;
	color: #666666;
	display: block;
	font: 10px Verdana, sans-serif;
	left: 20%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 300px;
	z-index: 100;
}
.xmlHeader
{
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}
.level0
{
	color: #6666FF;
	font: bold 8pt;
	text-align: left;
	width: 300px;
}
.level0 a:hover span
{
	left: 100px;
}
.level1
{
	color: #6666FF;
	font: bold 8pt;
	padding-left: 20px;
	text-align: left;
	width: 300px;
}
.level1 a:hover span
{
	left: 100px;
}
.level2
{
	color: #6666FF;
	font: bold 8pt;
	padding-left: 40px;
	text-align: left;
	width: 300px;
}
.level2 a:hover span
{
	left: 120px;
}
.level3
{
	color: #6666FF;
	font: bold 8pt;
	padding-left: 60px;
	text-align: left;
	width: 300px;
}
.level3 a:hover span
{
	left: 140px;
}
.level4
{
	color: #6666FF;
	font: bold 8pt;
	padding-left: 80px;
	text-align: left;
	width: 300px;
}
.level4 a:hover span
{
	left: 160px;
}


/* Table Styling */
.TableA
{
	border-collapse: collapse;
	border-color: #004480;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto 0 auto;
	font-size: 13px;
	width: 90%;
}
.TableA td,.TableA th
{
	border: 1px solid #A9C2F1;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
.TableAFooter
{
}
.TableAHeader
{
	background-image: url(/images/mainContentTitle.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.TableAHeader a
{
	color: #FFFFFF;
	font-weight: bold;
}
.TableAHeader a:visited
{
	color: #FFFFFF;
	font-weight: bold;
}
.TableARow
{
	background-color: #ffffff;
}
.TableARowAlt
{
	background-color: #f2f2f2;
}
.RatingHiddenContent {
	text-align: right;
	width: 385px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: -350px; 
	margin-right: -25px;
	position: relative;
	display: none;
}

textarea {
    Margin: 0 auto 0 auto;
    }