/*
 * Global.css
 *
 */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8b6730; /*brown*/
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8b6730; /*brown*/
}

.sidebarTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F8d18; /*greeen*/
}

.subtleSubtitle {
	font-size: 11px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.highlightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #63639C; /*purple*/
}
A.highlightText {color:#63639C; text-decoration: none; }
A.highlightText:visited {color:#63639C; text-decoration: none; }
A.highlightText:link	  {color:#63639C; text-decoration: none; }
A.highlightText:hover	  {color:#63639C; text-decoration: underline; }

.subhighlightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #63639C; /*purple*/
}
A.subhighlightText {color:#63639C; font-weight: bold; text-decoration: none; }
A.subhighlightText:visited {color:#63639C; font-weight: bold; text-decoration: none; }
A.subhighlightText:link	  {color:#63639C; font-weight: bold; text-decoration: none; }
A.subhighlightText:hover	  {color:#63639C; font-weight: bold; text-decoration: underline; }

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #060606;
}

.largerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #060606;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #060606;
}

.formText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #060606;
}

.formBoldText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.errorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AB0734;
}

.cellLight1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #060606;
	background-color: #F0F0F8; /*light purple*/
}

.cellLight2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #060606;
	background-color: #E9E9F2; /*light purple*/
}

.cellLight3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #060606;
	background-color: #F7F1E0; /*beige*/
}

.cellLight4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #060606;
	background-color: #EAF6E1; /*light green*/
}

.cellDark1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FDF6E4;
	background-color: #889E82;
}

.cellDark2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FDF6E4;
	background-color: #9FB092;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}



