/* Main body style and other misc types */
@media screen {
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;
}

.hover_zoom 
{
    width: 150px;
    height: 150px;
}

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 {white-space: nowrap; font-weight:bold; text-align:right;}
.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 !important; }
a:visited{color: #625B8C !important; }
a:hover{color: #FF0000 !important; }
a:active{color: #625B8C !important; }

.SmallLink
{
	color: #625B8C;
	font-size: 10px;
}

.Spinner
{
	position:absolute;
	left:50%;
	top:0px;
    /*width: 100%;
    text-align: center;*/
}


/* Auto-width standard buttons (good for INTL translated text */
.button
{
	position:relative;
	background: #cccccc;
    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;
    white-space:nowrap;
}

.button-over
{
	position:relative;
	background: #eeeeee;
    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;
    white-space:nowrap;
}

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 - CA */
.Loading
{
	border: 1px solid #6D2282; 
	background-color: #ffffff;
}

.DescriptionText
{
    font-size: xx-small;
}

/* 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;
}

table.GrayFade
{
    background-color: #DADBE5;
    background-image: url(../images/GrayFade.png); 
    background-repeat: repeat-x;
    background-position: top; 
    border: 1px solid #CDCEDC;
}

table.GrayFade tr td
{
    border: 1px solid #CDCEDC;
}

table.FileList, table.FileList tr td
{
    border: 0;
}

/* required star */
.required
{
    color:red;
}


/* display floating indicator for SysAdmins */
#SysAdminBox {
        position: absolute;
        top: 0px;
        left: 50%;
        background-color: #A09DB3;
        color: #ffffff;
       /* border: 2px solid #DBDCE5;*/
        z-index: 100;
        text-align: center;
        width: 300px;
        margin-left: -150px;
}

#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 */

/* added for profile and reports user control */

	.tabdiv {
        position: relative;	 
        padding: 5;
        margin: 5;
 	}
	
    #header ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
        
	#header li {
		float: left;
		top: 2;
		z-index: 10;

		margin: 0;
    }
   
    .selected a {
		position: relative;
		top:1;
		z-index:9;
		background: white;
		font-weight: bold;
		border: 1px solid black;
		border-bottom-color:white;
		text-decoration: none;
        display: block;
		padding: 0.24em 1em;
		width: 8em;
		text-align: center;
		
	}
	
	.unselected a {
		position: relative;
		top:1;
		z-index:9;
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		width: 8em;
		text-align: center;
		border: 1px solid gray;
    }
	
	#header a:hover {
		background: #ddf;
	}
	


	#content {
	    position: relative;
	    z-index: 1;
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
		width: 95%;
		
	}
	
	h3 {
		margin: 0;
		padding: 0 0 1em 0;
	}
	
	.noprint
	{
		display:none;
	}

}
@media print {
	.noprint
	{
		display:none;
}

.TreeInline
{
	float:left !important; 
	white-space:nowrap !important;
}	
