/* Default CSS Stylesheet for a new Web Application project */

BODY, TABLE
{
    /*BACKGROUND-COLOR: white;*/
    FONT-FAMILY: Verdana, Arial, Arial, Verdana, sans-serif;
    FONT-SIZE: small;    
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
INPUT, TEXTAREA	, SELECT
{
    FONT-FAMILY: Verdana, Arial, Arial, Verdana, sans-serif;
    FONT-SIZE: small; 
    FONT-WEIGHT: normal;
    color:	maroon;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	
}
SELECT
{
    FONT-FAMILY: Verdana, Arial, Arial, Verdana, sans-serif;
    FONT-SIZE: small; 
    FONT-WEIGHT: normal;
    color:	maroon;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: maroon;
}

A:link	{	
	text-decoration:	underline;
	color:	maroon;
	font-family: Verdana, Arial, Verdana, sans-serif; 
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	maroon;
	font-family: Verdana, Arial, Verdana, sans-serif; 
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	maroon;
	font-family: Verdana, Arial, Verdana, sans-serif; 
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	maroon;
	font-family: Verdana, Arial, Verdana, sans-serif; 
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.bg_home {  background-image: url(images/bg_cv_page.jpg); background-repeat: repeat-x}
.text {  font-family: Verdana, Arial, Verdana, sans-serif; font-size: 10px; color: #000000;}
.headings   
{
font-family: Verdana, Arial, sans-serif; 
font-weight: bold; 
color: maroon; 
text-decoration: none; 
text-align: center; 
vertical-align: middle
}

.red
{
color: maroon; 
}
.redBold
{
color: maroon; 
font-weight: bold; 
}

.lighteryellow
{
	background-color: #FEE9CD;
}

.lightyellow
{
	background-color: #FDD69F;
}
.lightergrey
{
	 background-color: #EEEEEE;
}
.lightgrey
{
	 background-color: #DDDDDD;
}
.white
{
		  background-color: #FFFFFF;
}
.masterTDleft
{
	width: 2%;
}

.masterTDcenter
{
	width:1024px;
}

.masterTDright
{
	width: 5%;
}

.buttons
{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: maroon;
}

.texttablecell
{
	border:none;
	text-align:right;
	font-weight:bold;
	color:black;
	
}
.texttablecellReceipt
{
	border:none;
	text-align:right;
	font-weight:normal;
	color:Black;
}
.texttablecellselected
{
	border:none;
	text-align:right;  
	background-color: #F5F5F5;
	font-weight:bold;
	color:black;		
}
.texttablecellselectedReceipt
{
	border:none;
	text-align:right;  
	background-color: #F5F5F5;
	font-weight:normal;
	color:black;		
}
.TotalLine
{
	border-bottom: solid 1px black;
	border-top: solid 1px black;		 
	background-color: #F5F5F5;	
}
.SelectedColumn
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: #F5F5F5;	
}
.SelectedTotalColumn
{
	border: solid 1px black;					 
	background-color: #F5F5F5;	
}
.TotalColumn
{
	border-left: solid 1px black;
	background-color: #FDFFCC;
	text-align: right;
}
.gvHeader
{
	text-align: center;			
	color: maroon; 
	font-weight: bold;			
	background-color: #DDDDDD;
	
}
/* Report data table header: light grey background, black text (match live – BMAReport, SCReport) */
.gvHeaderLight
{
	text-align: center;
	color: #000;
	font-weight: bold;
	background-color: #DDDDDD;
}

/* SonarQube: replacement for deprecated HTML attributes (Web:S1827) */
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.nowrap { white-space: nowrap; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.font-black { color: black; }
/* Table presentation: replace cellpadding/cellspacing */
.table-cellpad-2 { border-collapse: separate; border-spacing: 0; }
.table-cellpad-2 td,
.table-cellpad-2 th { padding: 2px; }
.table-cellspace-1 { border-collapse: separate; border-spacing: 1px; }
.table-cellspace-1 td,
.table-cellspace-1 th { padding: 2px; }

/* Report form (BMAReport, SCReport): white background; title/labels use maroon via .red; data area white */
.report-form .report-data-cell { background-color: #fff; }
/* Report subtitle (match live): black text; main "Stock Control" stays red from master */
.report-form thead th.report-subtitle { color: #000; }
/* Collapse empty thead row in GridView wrapper (SonarQube th placeholder) */
.report-grid-wrap thead tr { height: 0; padding: 0; margin: 0; border: none; line-height: 0; font-size: 0; overflow: hidden; }
.report-grid-wrap thead th { height: 0; padding: 0; margin: 0; border: none; line-height: 0; font-size: 0; overflow: hidden; }