/* Default CSS Stylesheet for a new Web Application project */

body, html { /* Default Font & margins for page */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
	border:none;
	background-color: #000000;
	}

p, tr, td { /* Default font for paragraphs rows and data */
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
	color: #333333;
}

table.bounding {
	height: 100%;
	width: 100%;
}

table.boundingFooter {
	height: 100%;
	width: 100%;
}

a:link, a:visited, a:active {	/* Default text links */
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}	

a:hover	{
	text-decoration: none;
	color:	#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	}
	
a.cleanLink:link, a.cleanLink:visited, a.cleanLink:active, a.cleanLink:hover {	/* Default text links */
	text-decoration: none;
	color: #333333;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}	

.small	{	
	font-size:	10px;
	}
		
.whiteText { /* White cart text in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #FFFFFF;	
}

.whiteText:link, .whiteText:visited, .whiteText:active {	/* Default text links */
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	

.whiteText:hover	{	
	color: #FFFFFF;
	text-decoration:	underline;
	}
	
.headerMenu:link, .headerMenu:visited, .headerMenu:active {  /* Main Horizontal menu bar in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 4px;
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerMenu:hover {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 4px;
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerTopMenu:link, .headerTopMenu:visited, .headerTopMenu:active {  /* Top Horizontal menu bar in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerTopMenu:hover {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FE4DB;
}

.feature_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}

.feature_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3385D6;
}

.feature_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B8B833;
}

.inputBox {  /* Form fields */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCC00;
	height: 18px;
	background-color: #FFFFFF;
}

.inputBoxRequired {  /* Form fields */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CC0000;
	height: 18px;
	background-color: #FFFFFF;
}

.inputTextBox {  /* Form fields */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCC00;
	background-color: #FFFFFF;
}

.inputTextBoxRequired {  /* Form fields */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
}

.button { /* Form Buttons */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
	background-color: #9FE4DB;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

h1	{	
    font-family: Arial, serif;
    font-size: 16px;
	color: #3385D6;
	}	
		
h2	{	
    font-family: Arial, serif;
    font-size: 14px;
	color: #B8B833;
	}	
	
/* Not currently used 

ul li	{	
	list-style-image: url(img/bullet_small.gif);
	padding-left: 0;
	margin-left: 0;
	}	

ul li li	{	
	list-style-image: url(img/bullet_small.gif);
	padding-left: 0;
	margin-left: 0;
	}	

ul li li li	{	
	list-style-image: url(img/bullet_small.gif);
	}	
	
ol li	{	
	list-style-image: url(img/bullet.gif);
	}	

ol ol li	{	
	list-style-image: url(img/bullet_small.gif);
	}	

ol ol ol li	{
	list-style-image: url(img/bullet_small.gif);
	}	

hr {
	border: none;
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}

h1, h2, h3, h4, h5, th, thead, tfoot { 
    color: #003366;
}

h3	{	
	font-family: Tahoma, Arial, 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: Tahoma, Arial, serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-family: Tahoma, Arial, 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: Tahoma, Arial, 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: Tahoma, Arial, serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}	


big	{	
	font-size:	14px;
	}	

blockquote, pre	{	
	font-family:	Courier New, monospace;
	}	
	
*/
