/* Default CSS Stylesheet for a new Web Application project */

body { /* Default Font & margins for page */
	font-family: Arial, serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	}

p, tr, td { /* Default font for paragraphs rows and data */
    font-family: Arial, serif;
    font-size: 11px;
	color: #333333;
}

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: #9FE4DB;
	}
	
.small	{	
	font-size:	10px;
	}
		
.whiteText { /* White cart text in header */
	font-family: Arial, serif;
	font-size: 10px;
	color: #FFFFFF;	
}

.whiteText:link, .whiteText:visited, .whiteText:active {	/* Default text links */
	color: #FFFFFF;
	text-decoration: none;
	}	

.whiteText:hover	{	
	color: #FFFFFF;
	text-decoration:	underline;
	}

.redText {
    color: #990000;
    font-weight: bold;
}

.headerMenu:link, .headerMenu:visited, .headerMenu:active {  /* Main Horizontal menu bar in header */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 8px;
	padding-bottom: 4px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerMenu:hover {
	font-family: Arial, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 8px;
	padding-bottom: 4px;
	background-color: #9FE4DB;
	height: 30px;
	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: 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: 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;
}

.inputBox {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	height: 18px;
}

.inputBoxRequired {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CC0000;
	height: 18px;
}

.inputTextBox {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}

.inputTextBoxRequired {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CC0000;
}

.button { /* Form Buttons */
	font-family: 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: #9FE4DB;
	}	
		
h2	{	
    font-family: Arial, serif;
    font-size: 12px;
	color: #333333;
	}	
	