/* Type Selectors */
/* Do Not erase from this point below */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: blue;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: blue;
	border-bottom: thin solid #CCCCCC;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: black;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: black;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font-family: "Courier New", Courier, mono;
}

.dropDownMixer 
{
	font-family: Courier New;
}

/* End of Type Selectors; Begin of Class Selectors */
/* For Courier use 1em font-size, for Veranda use .9em font-size */
.baseTable {
	border-collapse: collapse;
}
.baseTable tr {
	margin: 0px 0px 0px 0px;
}
.baseTable th {
	border: 1px solid white;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
}
.baseTable td {
	border: 1px solid white;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
}
.lightlink {
	color: #FFFFCC;
	text-decoration:none;
	cursor: pointer;
}
.lightlink:hover {
	text-decoration: underline;
}
.jslink {
	color: #0000FF; 
	text-decoration: underline; 
	cursor: pointer;
}
.inactiveLink {color: #CCCCCC;}
.inactiveLink2 {color: #999999;}

.tableHead1 {
	background-color: #FF0000;
	color: #FFFF99;
	font-weight: bold;
}
.tableHead2 {
	background-color: #0000FF;
	color: #FFFF99;
	font-weight: bold;
}
.tableSubHead {
	/* Not really yellow anymore */
	background-color: #c1c1FF;
	color: #0000FF;
	font-weight: bold;
}
.tdlight {
	background-color: #FFFFDD;
}
.selectedGridRow {
	background-color: #FFCC00;
}
.selectedGridRowX {
	background-color: #c1c1FF;
}
.alert {
	color: #FF0000;
	font-weight: bold;
}
.format {	/* Commonly used to display the date mask mm/dd/yyyy */
	color: #FF0000;
	font-size: .7em;
}
.normal {	/* Used to cancel styles inside an element */
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.buttonImage {	/* Used commonly to display the question image for help; and aligns the image with the top of the text.
Do we need it if the default for vertical-align is baseline?  */
	vertical-align: text-top;	
}
.button {	/* Why isn't this defined on a Type selector for the <button> tag?  It is also used for the "Add" button images. */
	vertical-align: text-top;
}
.button2 {
	color: #FFFFFF;
	background-color: #5972A4;
	text-align: center;
	border: 1px outset #999999;
	cursor: pointer;   /* hand */
}
.button2:hover {
	color: #CC0000;
	background-color: #FFFF00;
	border: 1px outset #CC0000;
	cursor: pointer;   /* hand */
}
.button3 {
	color: #FFFFFF;
	background-color: #5972A4;
	text-align: center;
	border: 1px solid #FFFFFF;
	cursor: pointer;   /* hand */
	width: 100%;
	display: block;
	padding: 4px;
	text-decoration: none;
}
.button3:hover {
	color: #CC0000;
	background-color: #FFFF00;
	border: 1px solid #FFFFFF;
	cursor: pointer;   /* hand */
}
.TextButton {	/* Big Blue Text on a button on custom roster in cc */
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align:text-top;
}
.ToggleButton {
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 24px;
	vertical-align: middle;
}

.boxtext {	/* Um?  All it does is make the text bold */
	padding: 4px;
	font-weight: bold;
}
.login1 {
	font-size: .75em;
	color: #5972A4;
	text-align: right;
}
.login2 {
	font-size: 9pt;
	color: #5972A4;
	background-position: top;
}
.label {color: #0000FF;
	    font-size: 10pt;
 	    text-align: right;}
.label2 {color: #0000FF;		/* Change to LabelLeft? */
		text-align: left;}
.graylabel {color: #999999;
		/*font-weight: bold;*/
		text-align: right;}
.graylabel2 {color: #999999;
		/*font-weight: bold;*/
		text-align: left;}
.boldItalics {
		font-weight: bold; 
		font-style: italic;	
}

.data {
	font-family: "Courier New", Courier, mono;
	color: #FF0000;
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: normal;
}

.field3 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 18px;
}
.field6 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 36px;
}
.field12 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 72px;
}
.field20 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 120px;
}
.field30 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 180px;
}
.field40 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 240px;
}
.field50 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 300px;
}
.field60 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 360px;
}
.field80 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 480px;
}
.field100 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 600px;
}
.textAreaFieldHuge {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 629px;
	height: 490px;
}
.textAreaField {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 620px;
	height: 200px;
}
.textAreaFieldSmall {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 480px;
	height: 100px;
}
.textAreaFieldTiny {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	width: 360px;
	height: 50px;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}

.MA {
	color: #009933;
	font-weight: bold;
	text-align: center;
}

.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
.required {
	font-size: 8pt;
	color: #CC0000;
}
.requiredIf {
	font-size: 8pt;
	color: #0000FF;
}
/* Tab Styles */
.tabTable {
	margin: 5px 0px 0px 0px;
	border-collapse: collapse;
}
.selectedTab {
	padding: 2px 5px 2px 5px;
	background-color: #FFFFDD;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-width: 1px;
	border-style: solid;
}
.selectedTabLink {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.otherTab {
	padding: 2px 5px 2px 5px;
	background-color: #FFFFAA;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-width: 1px;
	border-style: solid;
}
.otherTabLink {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.otherTabLink:hover {
	color: #FF9900;
}
.fillerTab {
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.imgright {
	text-align: right;
	vertical-align: bottom;
}
.menubarLeft {
	color: #FFFFFF;
	background-color: #5972A4;
	font-size: .75em;
		background-image: url('/_img/menu_gradient.jpg');
	background-repeat: repeat-x;
	height: 29px;
}



.bodylayout {
	padding: 2px;
}
.footer1 
{
    height: 54px;
    background-color: #fff;
    border-top: 1px solid #5972A4;
	bottom: 0px;
	padding-right: 5px;
	padding-left: 10px;
	position: fixed;
    width: 100%;
	text-align: left;
	font-size: .75em;
	clear:both;
}
.floatleft {
	float:left;
	margin: 2px;
	width: 110px;
}
.whitebutton {

	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	cursor: pointer;   /* hand */
	width: 100%;
	display: block;
	padding: 4px;
	text-decoration: none;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #5972A4;
	font-variant: small-caps;
	text-align: center;
}
.headerSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #5972A4;
	font-variant: small-caps;
	text-align: center;
}
.fielddata {
	font-family: "Courier New", Courier, mono;
	font-size: .9em;
	color: #CC0000;
}
.fielddata:hover {
	color: #FF0000;
	background-color: #FFFFCC;
}
.fielddata2 {
	font-family: "Courier New", Courier, mono;
	font-size: .9em;
	color: #CC0000;
}
.style1 {
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;   /* hand */
	font-size: 10pt;
}
.style1:hover {
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;   /* hand */
	background-color: #FFFF00;
}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5972A4;
	text-align: center;
	display: block;
	padding: 2px;
	border: 1px ridge #999999;
}
.button1:hover {
	background-color: #FFFF00;
	color: #CC0000;
}


.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-color: #990000;
	font-weight: bold;
	vertical-align: bottom;
}

.fieldtagstatic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
}

.normalfld 
{
    background-color: #FFFFFF;
}
.focusfld 
{
    background-color: #FFFFCC;
}

.label_screen
{
	color:Maroon;
	font-weight:bold;
}

