body {
	color : #333333;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
}

a {
	color : #333333;
	text-decoration : underline;
}

a:hover {
	color : #660000;
}

th {
	background-color : #333333;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
}

td {
	font-size : 12px;
}

input {
	color : #000066;
	background : #FFFFEE;
	font-size : 10px;
}

input:focus {
	color : #000000;
	background : #FFFFFF;
}

select {
	color : #000066;
	background : #FFFFEE;
	font-size : 10px;
}

select:focus {
	color : #000000;
	background : #FFFFFF
}

textarea {
	color : #000066;
	background : #FFFFEE;
	font-size : 10px;
}

textarea:focus {
	color : #000000;
	background : #FFFFFF;
}

/*Navigation*/
.nav { height:50px; margin-bottom:10px; }
.nav ul { list-style:none; }
.nav li.navlink,
.nav li.navlink-ic,
.nav li.navlink-pc { background:url(../grphcs/navBG.jpg) 0 0 no-repeat; float:left; width:160px; padding:14px 0 16px; }
.nav li.navlink-ic { padding-left:15px; }
.nav li.navlink-pc { padding-left:6px; }
.nav li.navlink a,
.nav li.navlink-ic a,
.nav li.navlink-pc a { font-size:122%!important; color:#154d87!important; font-weight:bold!important; text-align:left; }

/*Product Add/Edit Form*/
.prodform {
	width : 75%;
	margin-left : auto; /*Causes table to center*/
	margin-right : auto; /*Causes table to center*/
	text-align : left; /*Causes text in table (except <th>) to left align instead of center*/
	background-color : #EEEEEE
}

.error {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	color : #990000;
}

crumb {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 9px;
	margin-left : 1em;
}

.address {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-size: 10px;
}

.address a {
	color : #333333;
	text-decoration : underline;
}

.address a:hover {
	color : #000066;
}

.navbar_public {
	color : #333333;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	background-position : center;
}

.navbar_public a {
	color : #333333;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	background-position : center;
}

.publicdiv {
	width : 50%;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color : #FFFFFF;
}

/*Admin section tables*/
.publictbl {
	/*width : 75%;*/
	margin-left : auto; /*Causes table to center*/
	margin-right : auto; /*Causes table to center*/
	text-align : left; /*Causes text in table (except <th>) to left align instead of center*/
	background-color : #EEEEEE;
}

.notestbl {
	/*width : 75%;*/
	margin-left : auto; /*Causes table to center*/
	margin-right : auto; /*Causes table to center*/
	text-align : left; /*Causes text in table (except <th>) to left align instead of center*/
	background-color : #FFFFFF;
	border : thin solid #CCCCCC;
}

.helpnote {
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color : #990000;
}


/*Admin section 1/2 width tables*/
.publictbl_half {
	/*width : 80%;*/
	margin-left : auto; /*Causes table to center*/
	margin-right : auto; /*Causes table to center*/
	text-align : left; /*Causes text in table (except <th>) to left align instead of center*/
	background-color : #EEEEEE;
}

/*Tabbed navigation */
#navsite h5 {
	display: none;
}  	

#navsite ul {
	padding: 3px 0; 
	margin-left: 0; 
	border-bottom: 1px solid #669; 
	font: bold 12px Verdana, sans-serif; 
}

#navsite ul li {
	list-style: none; 
	margin: 0; 
	display: inline; 
}

#navsite ul li a {
	padding: 3px 0.5em; 
	margin-left: 3px; 
	border: 1px solid #669; 
	border-bottom: none; 
	background: #ccf; 
	text-decoration: none; 
}

#navsite ul li a:link { 
	color: #339;
} 

#navsite ul li a:visited { 
	color: #666;
} 

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000; 
	background: #AAE; 
	border-color: #336; 
}

#navsite ul li a#current {
	background: white; 
	border-bottom: 1px solid white; 
}
/*End Tabbed Navigagtion*/

/*Copyright text in footer*/
.copyright {
	color : #CCCCCC;
	font-size : 9px;
	margin-left : 10px;
	margin-right : 10px;
	text-align : center;
}

.copyright a {
	color : #CCCCCC;
}

.copyright a:hover {
	color : #000066;
}

.copyright a:visited {
	color : #CCCCCC;
}

.updated {
	color : #3333CC;
	font-size : 10px;
	font-style : italic;
	margin-left : 10px;
	margin-right : 10px;
	text-align : center;
}

