﻿/* Global pseudo-class rules */
a:link 
{
	text-decoration: none;
	color: Blue;
}
a:visited 
{
	text-decoration: none;
	color: Blue;
}
a:hover 
{
	text-decoration: underline;
	color: #0099CC;
}
/* -------------------------- */


html
{
	font-family: Verdana, Arial;
	font-size: small;
}
body 
{
	margin: 0;
	padding: 0;
}
hr 
{
	color: #999999;
	height: 1px;
	width: 95%;
}
li 
{
	font-size: 0.8em;
}

div#content li	/* Keep List Items big where part of the page's content */
{
	font-size: 1em;
}

img 
{
	vertical-align:top;
	border-style: none;
}
.inlineimg 
{
	margin-right: 0.5em;
}




.grid
{
	border: solid 1px #336699;
	width: 100%;
}
.gridheader 
{
	background-color: #003366;
	font-size: 1em;
	font-weight: bold;
	color: White;
}
.griditem 
{
}
.gridaltitem 
{
	background-color: #eee;
}
.gridcells 
{
	font-size: 0.8em;
	padding: 0.5em;
	border: solid 1px #336699;
}



/* Text styles */
.boldline 
{
	font-weight: bold;
}
.highlight 
{
	color: Blue;
}
.redhighlight 
{
	color: Red;
}
.sectiontitle 
{
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #003366;
}
.sectioncontent 
{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
.smalltext 
{
	font-size: x-small;
	margin-top: 0.3em;
}
/* -------------------------- */


.contentrow 
{
	white-space:nowrap;
	clear:left;
}


/* Panel spacing & margins */
.contentpanel 
{
	padding: 0.5em;
	display: inline;
	float: left;
	white-space: normal;
}
.inlineblock 
{
	padding: 0.5em;
	display: inline;
}
.formouterpanel 
{
	background-color: #eeeeee;
	background-image: none;
	margin: 0px 6px 6px 6px;
	border: solid 1px #336699;
	font-size: 0.8em;
}
.forminnerpanel 
{
	margin: 10px;
}
.formtitle 
{
	background-color: #222;
	color: #eee;
	font-weight: bold;
	font-size: 14px;
	padding: 0.2em 0.5em 0.2em 0.5em;
}
.formtitletab
{
	background-color: #336699;
	color: #eee;
	font-weight: bold;
	font-size: 14px;
	padding: 0.2em 1em 0.2em 0.5em;
	margin: 6px 6px 0px 6px;
	white-space: nowrap;
}
.forminstructions 
{
	padding: 0.5em 1em 0.5em 1em;
	/*font-size: 1.2em;*/
}
.formlabel 
{
	padding-right: 0.8em;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.formerror
{
	font-weight: bold;
	color: Red;
}

.RequiredField
{
	color: Green;
	padding: 0px;
	margin: 0px;
	border:  0px ;
}


/* -------------------------- */



/* Menu bar styles */
.specialrow 
{
	background-image: url(fade_blue_green.jpg);
	background-repeat: repeat-y;
	background-color: #99CC00;
	color: #ffffff;
	clear: left;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 0.2em 1em 0.2em 0.5em;
}
.accentrow 
{
	background-color: #99CC00;
	background-image: none;
	vertical-align: baseline;
}
.accentrow a:link 
{
	color: #000000;
}
.accentrow a:visited 
{
	color: #000000;
}
.accentrow a:hover 
{
	color: #ffffff;
}

.accenttext 
{
	font-size: smaller;
	font-weight: bold;
	vertical-align: middle;
}
.altaccentrow 
{
	background-color: #AADFD7;
	font-weight:bold;
	color: #003366;
	height: 18px;
	white-space:nowrap;
}
.catalogmenu
{
	padding: 0px 0px 0px 0px;
	background-color: #003366;
	color: White;
}
.catalogmenu a:link 
{
	color: White;
}
.catalogmenu a:visited 
{
	color: White;
}
.catalogmenu a:hover 
{
	color: #ffff11;
}
/* -------------------------- */





/* Input control styles */
input[type="text"], input[type="password"]
{
    font-size: 8pt;
    margin: 2px;
    border: #3399FF 1px solid;
    padding-left: 0.3em;
    padding-bottom: 0.3em;
}
input[type="submit"]
{
    font-weight: bold;
    font-size: 1em;
    margin: 0em 0.2em 0em 0.2em;
    padding: 0.1em 0.4em 0.2em 0.4em;
    border: #3399FF 1px solid;
    background-color: #ffffff;
    color: #3399FF;
    text-align: center;
    cursor: hand;
}
/* -------------------------- */

.widgetpreview 
{
	background-color: White;
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: dotted thin red;
	vertical-align: top;
}


.finalcheckoutbutton
{
    font-weight: bold;
    font-size: 1em;
    margin: 0em 0.2em 0em 0.2em;
    padding: 0.1em 0.4em 0.2em 0.4em;
    border: #3399FF 1px solid;
    background-color: #ffffff;
    color: #3399FF;
    text-align: center;
    cursor: hand;
}