﻿*, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer
{
	padding-bottom: 10px;
	font-size: 11px;
	color: #7F7F7F; /* Hard Coded No matter what color scheme */
	text-align: center;
}

.UpdatingMessage
{
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #ffffcc;
	font-weight: bold;
}

HR
{
	text-align: center;
	height: 1px;
	width: 100%;
	margin-bottom: 5px;
	clear: both;
	color: #7F7F7F;
	
	
}


ul
{
	list-style-type: square;
}

TH
{
	color: #054905;
}

A
{
	color: #054905; /*Green*/
	font-weight: bold;
	font-size:12px;
}
A:hover
{
	color: #CC3300; /*#c92c17; Red 
	background-color: #dcdcdc;*/
}


.tableBorderAndBackground
{
	background-color: #f9f9f9;
	border-right: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid;
}
.reportTableBackground
{
	background-color: #D4E5D7; /*Green-Gray background*/
}
.reportTable
{
	border: solid 1px #054905;
}

.reportTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}



.QuotaText
{
	font-size:7pt;
}

.divQuota
{
	padding: 5px 5px 5px 5px;
	margin: 7px 7px 7px 7px;
}

.divMessageBox
{
	border: 1px solid orange;
	padding: 5px 5px 5px 5px;
	margin: 7px 7px 7px 7px;
	width:200px;
}

.amazonHonorBox
{
	  padding-left:10px;
}

.smallTitle
{
padding-top: 10px;
	color:#999900;
	font-weight: bold;
	font-size: 15px;
	vertical-align:bottom;
}
.tableHeader
{
	
	background-color: #054905;
	font-weight: bold;
	color: white;
	font-size: 14px;
}

.tableHeaderSchemaMain
{
	background-color: #D4E5D7; /*Green-Gray background*/
	font-weight: bold;
	font-size: 13px;
	border-collapse: collapse;
	padding-left: 5px;
}
.tableFooterSchemaMain
{
	background-color: #D4E5D7; /*Green-Gray background*/
	font-weight: bold;
	font-size: 8px;
	border-collapse: collapse;
	color: #7F7F7F;
	padding-left: 5px;
}

.messageConfirmation
{
	font-weight: bold;
	text-align: center;
	color: green;
	
}


.buttonStyle, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align: middle;
}

.pageTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15pt;
	vertical-align: top;
	color: #666666;
	height: 30px;
	padding-top:15px;
}

.pageTitleSmall
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top;
	color: #666666;
	height: 30px;
}
.smallHeading
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	vertical-align: top;
	color: #666666;
	height: 20px;
}
.QuickLinksFlyoutPopup
{
	background-color: white;
	border: solid 1px silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	cursor: hand;
}
.QuickFlyoutHyperLinks
{
	border-bottom: 1px dotted;
	cursor: hand;
}
.QuickFlyoutHyperLinks:hover
{
	color: #CC3300; /*#c92c17; Red */
	background-color: #dcdcdc;
}

.XmlSchemaProfileDetail
{
	color: #054905; /*Green*/
	font-weight: bold;
	border-bottom: 1px dotted;
	font-size: 11px;
	cursor: hand;
}
.XmlSchemaProfileDetail:hover
{
	color: #CC3300; /*#c92c17; Red */
	background-color: #dcdcdc;
}

/* 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);
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupNewUser
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 395px;
}

.modalPopupEditUser
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 395px;
}

.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;
}
