/*
 * $Id: common.css,v 1.8 2003/04/18 15:57:40 ksmith Exp $
 * PINT base style sheet definition
 */
 
/* STANDARD */
body			{ background-color: #ffffff; margin-top: 0px; margin-left: 0px; margin-right: 0px;  font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; line-height: 1.4; color: #000000; }

font			{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #000000; }

.legal			{ font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: #333333; }

ul			{ margin-top: 5px; margin-left: 20px; padding-left: 0px; line-height: 1.2; }
ol			{ margin-top: 5px; margin-left: 30px; padding-left: 0px; line-height: 1.2; }
li			{padding-top: 5px;}
sub			{ font-size: 90%; line-height: .75; }
sup			{ font-size: 90%; line-height: 1.25; }

/*table			{ margin-left: auto; margin-right: auto; } If they decide to go with a centered design */

/* CONTENT */
h1 			{ font-size: 15px; color: #000000; margin-top: -5px; margin-bottom: 10px; } /* tertiary heading*/
h2			{ font-size: 12px; color: #000000; margin-bottom: -15px; } /* not assigned yet*/
h3   			{ font-size: 18px; color: #000000; margin-bottom: -15px; } /* not assigned yet */
h4   			{ font-size: 11px; color: #000000; margin-bottom: -15px; } /* not assigned yet */
h5   			{ font-size: 11px; color: #000000; margin-bottom: -15px; } /* not assigned yet */

.body2			{ font-size: 10px; color: #666666; margin-bottom: -5px; } /* text navigation */
.tabhead		{ font-size: 12px; color: #FCEA50; }


span.error		{ color: #990000; }
font.error		{ font-family: Trebuchet MS, arial, helvetica, sans-serif; font-size: 9px; color: #990000; }


/* NAVIGATION */
a:active		{ color: #993300; }
a:link			{ color: #335c85; }
a:visited		{ color: #003366; }
a:hover			{ color: #993300; }

.tertnav		{ font-size: 11px; font-family: Trebuchet MS, arial, helvetica, sans-serif; color: #7f99b2; text-decoration: none; font-weight: bold; line-height: 1.0; text-align: right; }
a.tertnav		{ color: #335c85; }
a.tertnav:active	{ color: #993300; }
a.tertnav:visited	{ color: #335c85; }
a.tertnav:hover		{ color: #993300; }

.tertnav2		{ font-size: 10px; font-family: Trebuchet MS, arial, helvetica, sans-serif; color: #7f99b2; text-decoration: none; font-weight: normal; line-height: 1.0; text-align: center; }
a.tertnav2		{ color: #335c85; }
a.tertnav2:active	{ color: #993300; }
a.tertnav2:visited	{ color: #335c85; }
a.tertnav2:hover	{ color: #993300; }

.textnav		{ font-size: 10px; font-family: Trebuchet MS, arial, helvetica, sans-serif; color: #7f99b2; text-decoration: none; font-weight: normal; line-height: 1.2; }
a.textnav		{ color: #335c85; }
a.textnav:active	{ color: #993300; }
a.textnav:visited	{ color: #335c85; }
a.textnav:hover		{ color: #993300; }


					
/* FORMS */
form			{ display:inline;margin-top: 5px; }
input			{ width:175px;padding-left:2px; font-size: 11px; background-color: #ffffff; border: 1px solid #000; height: 15px; color: #036; margin: 0px; }
select			{ width:175px;font-size: 11px; background-color: #ffffff; border: 1px solid #000; color: #036;}
input.radio		{ border: 0px; background-color: transparent; }
input.checkbox 		{ border: 0px; background-color: transparent; }
label			{ font-family: arial, verdana, helvetica, sans-serif; font-size: 11px; color: #000000; }
textarea		{ font-family: arial, verdana, helvetica, sans-serif;padding-left:2px;font-size: 11px;color: #036; width:175px;background-color: #ffffff; border: 1px solid #003366; margin: 0px; }


/* MISC ELEMENTS */
.borderbott		{ border-bottom: 1px solid #a2c0dc; }
.border			{ border: 1px solid #a2c0dc; }
.pdf			{ font-size: 11px; list-style-image: url('../images/ICN_pdf_sm.gif'); margin-left: 25px; line-height: 200%; }
#tag			{ text-align: right; }
.button {
	font-family: arial, verdana, times;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	background-color: #dddddd;
	width: 75px;
	height:20px;
	text-transform: uppercase;
	text-decoration: none;
}

.buttonOn {
	font-family: arial, verdana, times;
	font-size: 11px;
	color: #fff;
	border: 1px solid #000;
	background-color: #369;
	width: 75px;
	height:20px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.error {
	color: #c00;
	font-weight:600;
}

.note {
	color: #666;
	font-size: 10px;
	font-weight:100;
}