/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: white;
	font-family: Arial, sans-serif, Verdana, Helvetic;
	font-size:13px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #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
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: 500;
	font-size: 1.58em;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	padding-top: 0px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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;
	 padding-right:0px;
	 padding-left:0px;
	 padding-bottom:0px;
	 margin:0px;
	 padding-top:0px;
	}	
		
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	{	
	text-decoration:	none;
	color:#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color: 	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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: 0px;
	margin-right: 0px;
	}

TABLE.TABLEMASTER
{
	width:750px;
	height:100%;
	
}

.TABLEMASTER_TOPBANNER
{
	 height:30px;
}

.TABLEMASTER_CENTER
{
   border-style:solid;
   border-color: #f5f5f5;
   border-width: medium;
   background-color:White;
}
.TABLEMASTER_FOOTER
{
	height:25px;
	background-color:#dcdcdc;
}

.MAIN_MENU_ONFOCUS
{
    BACKGROUND-COLOR:navy;
    font-weight:bold;
    cursor:hand;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	letter-spacing: normal;
	color:white;
	border-color:navy;
	border-style:solid;
	border-width:thin;
}
.MAIN_MENU_OFF_FOCUS
{
    BACKGROUND-COLOR:#4169e1;
    font-weight: normal;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	letter-spacing: normal;
	color:white;
    cursor:default;
    border-style: none;
}


.MAIN_MENU_FONT
{
	font-weight: normal;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	letter-spacing: normal;
	color: White;
	BACKGROUND-COLOR:#4169e1;
}

.MINI_TOP_NAV
{
	font-size:12px;
	color:black;
}

.MAIN_BACKGROUND
{
	background-image: url(Images/Background_Main.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

.ABOUT1_IMAGE
{
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(Images/Background_Med.jpg);
	background-repeat: no-repeat;
}

.SOLUTIONS_IMAGE
{
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(Images/BackgroundSolution.jpg);
	background-repeat: no-repeat;
	vertical-align:bottom;
	height:100%
}

.SIDE_MENU_BORDER
{
   border-style:solid;
   border-color: #f5f5f5;
   border-width:thin;
   border-left-style:none;
   border-bottom-style:none;
   border-bottom:0px;
   border-left:0px;
}

.SIDE_SUB_MENU_BORDER
{
   border-color:navy;
   border-width:thin;
   border-top:0px;
   border-bottom:0px;
   border-left-style:solid;
   border-right:0px;
}

.SIDE_SUB_MENU_BORDER_CRM
{
   border-color:red;
   border-width:thin;
   border-top:0px;
   border-bottom:0px;
   border-left-style:solid;
   border-right:0px;
}

.SIDE_SUB_MENU_TREE
{
	color:navy;
}
.SIDE_SUB_MENU_TREE_CRM
{
	color: Red;
}

.SIDE_MENU_BACK_COLOR
{
	 background-color:#f0f8ff;
}

.SIDE_MENU_BACK_COLOR_CRM
{
	 background-color:#ffe4e1;
}
.PRODUCT_TABLE_FONT
{
	font-family: Arial, sans-serif, Verdana, Helvetic;
	font-size:13px;
	
}
TD
{
	font-family: Arial, sans-serif, Verdana, Helvetic;
	font-size:13px;
}

.CURVE_BORDER
{
	width:100%;
	height:20px;
	padding:5px;
	padding-left:15px;
	font-weight:bold;
}

.PROD_DET_BORDER
{
	border-style:solid;
	border-width:thin;
	border-color:#f5f5f5;
}