/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	/*background-color: #fcfcf0;-->
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	*/
    
}
H1
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
	color: white;
}

.messagetext1
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: #999999;
	font-style: italic;

}
.homepagetext
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 14pt;
	color: white;
}

.homepagelink
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 14pt;
	color: green;
}

.homepagelink:link
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 14pt;
	color: green;
}

.homepagelink:visited
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 14pt;
	color: green;
}

.homepagelink:hover
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 14pt;
	color: blue;
}

.homepagelink:active
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 14pt;
	color: green;
}

.linkpagelinks:link
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: lime;
}

.linkpagelinks:visited
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: lime;
}
.linkpagelinks:hover
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: orange;
}

.linkpagelinks:active
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: lime;
}

.bluelinks:link
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: lightblue;
}

.bluelinks:visited
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: lightblue;
}
.bluelinks:hover
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: orange;
}

.bluelinks:active
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: lightblue;
}

.TopOfPageLink:link
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: #AA6600;
	text-decoration: none;
}

.TopOfPageLink:visited
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: #AA6600;
	text-decoration: none;
}

.TopOfPageLink:hover
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: Lime;
	text-decoration: underline;
}



.TopOfPageText
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: #AA6600;
	text-decoration: none;
}

.productpageheader1
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 16px;
	font-weight: bold;
	color: white;
}

.productpageheader2
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 14px;
	font-weight: bold;
	color: white;
}

.productpagetext
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	color: white;
}

.storepageproductheader
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 13px;
	font-weight: bold;
	color: white;
}


.footerlinks:link
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 11px;
	color: lightblue;
}

.footerlinks:visited
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 11px;
	color: lightblue;
}
.footerlinks:hover
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 11px;
	color: lime;
}

.footerlinks:active
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 11px;
	color: lightblue;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 60px;
left: 60px; /*position where enlarged image should offset horizontally */

}


.stndTableSmall
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 8px;
}


.stndTableHeader
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 8pt;
	font-weight:bold;
}

.8ptTableText
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 8pt;
	
}

.8ptTableTextBold
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 8pt;
	font-weight:bold;
}
.11pxTableText
{
	FONT-FAMILY: Verdana;
	Font-Size: 11px;
	text-align: left;
}

.12ptTableText
{
	FONT-FAMILY: Verdana;
	Font-Size: 10pt;
	
}

.12ptTableTextBold
{
	FONT-FAMILY: Verdana;
	Font-Size: 12pt;
	font-weight: bold;
	
}

th { /* table header */
	background-color: #b1d391;
	height: 25px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffcc;
	text-decoration: none;
	padding-left: 5px;
	text-align: left;

}

.tblmain { /* Style used for display (showing stats & info) and form (containing text fields, etc.) tables */

	background-color: #0071BD;
	width: 600px;
	border: 1px solid #0071BD;
}

th { /* table header */
	background-color: #b1d391;
	height: 25px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	text-align: left;
}





.10ptText
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 10pt;
}

.10ptHeader
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-Size: 10pt;
	font-weight:bold;
}


.PageHeader
{
	
	color:#0061A5;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 20px;
	font-weight:bolder;
	
}

.SectionHeader
{	
	color:#000000;
	background-color:#e5f0db;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	font-weight:bolder;
	
}






.whiteText
	{ 
	color: white;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
	}


/*
A:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #0050A3;
	font-family: Verdana;
	text-decoration: underline;
}

A:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #0050A3;
	font-family: Verdana;
	
}
*/




.linkMain
{
	font-weight: bold;
	font-size: 11px;
	color: #0050A3;
	font-family: Verdana;
	text-decoration: none;
}

.linkMain:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #0050A3;
	font-family: Verdana;
	text-decoration: none;
}

.linkMain:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #0050A3;
	font-family: Verdana;	
}
IMG 
	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
