/* Main body style and other misc types */
body
{
	background-color: #FFFFFF;
	scrollbar-face-color:#E9E9EE;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#CECFDC;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#625B8C;
	SCROLLBAR-TRACK-color:#CECFDC;
	SCROLLBAR-DARKSHADOW-color:#000000;
	LEFTMARGIN=15;
	TOPMARGIN=15;
}

body, table, tr, td, p, textarea, input, select
{
	font-family: Arial; 
	font-size: 12px;
	color:#000000;
}

/* left-pane navigation screens */
body.BGColorNAV{background-color: #FFFFFF} 

/* smaller font select list */
.SmallSelect
{
	font-size: 11px;
}


/* Special gray cell/row */
TD.GrayCell {background-color: #E9E9EE;}
TR.GrayCell {background-color: #E9E9EE;}

.Label {width:100px; font-weight:bold; text-align:right; white-space:normal}
.Element { text-align:left;}
/* White, bold, small text inside table cell */
td.whitefont {font-size:12px; font-weight:bold; color:#FFFFFF}

/* Vertical line separating any two columns in a table */
td.LeftBorder{border-left:1px solid #A09DB3;}
td.RightBorder{border-right:1px solid #A09DB3;}


/* Optional: "TEXT-DECORATION: none" will remove underlines from all hyperlinks */
a:link{color: #625B8C;}
a:visited{color: #625B8C;}
a:hover{color: #FF0000;}
a:active{color: #625B8C}

.SmallLink
{
	color: #625B8C;
	font-size: 10px;
}

/* Auto-width standard buttons (good for INTL translated text */
.button
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F7F7F9,endColorStr=#C7C8D6);
    font: bold 8pt Arial;
    color:#4F4A6E;
    border: 1px outset #B7B7BF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.button-over
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C7C8D6,endColorStr=#F7F7F9);
    font: bold 8pt Arial;
    color:#4F4A6E;
    border: 1px inset #5D5D61;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

a.button-link:link,a.button-link:visited,a.button-link:hover 
{
    font: bold 8pt Arial;
    color:#4F4A6E;
    text-decoration : none;
}


.button-dead
{
	background-color: #eeeeee;
    border: 1px outset #B7B7BF;
    font: bold 8pt Arial;
    color:gray;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: default;
}

.FilePaneSmallText
{
	font-size: 10px;
}

.aspImageButton   
{   
	cursor: pointer;   
}   


/* loading spinner box */
.Loading
{
	border: 1px solid #6D2282; 
	background-color: #ffffff;
}



/* Thin-style checkbox */
.thinbox{border:none;}
	
/* Header items */
H1,H2,H3,H4,H5,H6
{font-family: Arial}

TABLE#GrayFade
{
   background-repeat : repeat-x;
   background-color  : #DADBE5;
}

/* required star */
.required
{
    color:red;
}



/* display floating indicator for SysAdmins */
#SysAdminBox {
	width: 135px;
        height: 17px;
        position: absolute;
        top: 0px;
        right: 10px;
        background-color: #A09DB3;
        color: #ffffff;
        border: 2px solid #DBDCE5;
        z-index: 100;
}

#PricingLevel {
        position: absolute;
        top: 100px;
        right: 10px;
        z-index: 100;
}

/* Styles for UserControl Display Message */


.MessageAlert
{
	background-color:#E9E9EE;
	font-weight: bold;
}


.MessageNormal
{
	background-color:#E9E9EE;
	font-weight: bold;
	text-align: center;
}

.MessageWarning
{
	background-color:Yellow;
	font-weight: bold;
}

.MessageSuccess
{
	background-color:#E9E9EE;
	font-weight: bold;
}

/* Cart Styles */

