/* Default CSS Stylesheet for a new Web Application project */

.divMain
{
	display: table; 
	/*width: 960px; */
	width: 100%;	
	height: auto;
	background: #FFFFFF;
	text-align:left;
	
}

BODY
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	/* background-color: #ff9900; */
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000; /*#003366;*/
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffFF;
	font-weight: bolder;
	background-color: #ff6600;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffFF;
	font-weight: bolder;
	background-color: #ff6600;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFffff;
	font-weight: bolder;
	background-color: red;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffFF;
	font-weight: bolder;
	background-color: #ff6600;
}
	
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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
/* sub menu style for financial */
.subMenu
	{
		BORDER-RIGHT: solid 5px black  ;
		BORDER-TOP: solid 5px black  ;
		BORDER-LEFT:  solid 5px black  ;
		 border-bottom: solid 5px black  ;
	}

.mymenu th, .mymenu td {
   border: solid 2px #99ff99;
   background-color:#ff6600;
   padding: 2px;
   font-size: 12px;
}
	
.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.CartListHead
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	border-left: dimgray 1px solid;
	color: black;
	line-height: 20pt;
	border-bottom: dimgray;
	font-family: Verdana, Arial;
	background-color: #ffcc66;
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #ffcc66;
    line-height: 10pt
}

.tableData
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    width:40%;
}

.description
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 16px;
    width:60%;

}
.innerLink
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: white 1px solid;
    font-family: Verdana, Arial;
    font-weight:bold;
	color: #9d0000;
    font-size: 14px;
    padding-left: 0px
}

.InputForm
{
    background-color: #ffffff;
    font-family: Verdana, Arial;
    font-weight:bold;
	color: black;
    font-size: 11px;
    padding-left: 5px
}
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}
.PageTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px    
}

.myTable th, .myTable td {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.content
{
    padding-left: 5px  ;
        font-weight: bold;
font-size: 14px
}

.dgEdit
{
 background-color:Silver;
}
