/*
File Name		styles.css
Website			FPAGoldCoast.org
Purpose			master styles sheet for all pages
				See Knowlegebase file "Common Form Styles.txt" for extended comments 
*/

/* Elements in alphabetical order */


body
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Garamond, Helvetica;
	background-color: #FAE58E;
}
button
{
	font-size: 8pt;
	font-style: normal;
	font-family: Garamond, Arial, Helvetica;
	border-style: solid;
	border-width: 1pt;
}
caption
{
	font-size: 14pt;
	font-family: Garamond, 'Times New Roman' , Times;
	font-style: normal;
}
fieldset
{
	font-family: Arial, Garamond, Helvetica;
	font-size: 8pt;
	font-style: normal;
	border-style: solid;
	border-width: 1pt;
}
h1
{
	color: #996666;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	font-family: Garamond, 'Times New Roman' , Times;
}
h2
{
	font-weight: bold;
	font-size: 18pt;
	color: #996666;
	font-style: normal;
	font-family: Garamond, 'Times New Roman' , Times;
}
h3
{
	font-weight: bold;
	font-size: 14pt;
	color: #996666;
	font-style: normal;
	font-family: Garamond, 'Times New Roman' , Times;
}
h4
{
	color: #996666;
	font-family: Garamond, 'Times New Roman' , Times;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}
h5
{
	color: #996666;
	font-family: Garamond, 'Times New Roman' , Times;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
h6
{
	color: #996666;
	font-family: Garamond, 'Times New Roman' , Times;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
label
{
	font-family: Arial, Garamond, Helvetica;
	font-size: 8pt;
	font-style: normal;
}
label, .mstheme-label
{
	font-family: Arial, Garamond, Helvetica;
	font-size: 8pt;
	font-style: normal;
}
legend
{
	font-family: Garamond, 'Times New Roman' , Times;
	font-size: 8pt;
	font-style: normal;
}
marquee
{
	font-family: Garamond, Arial, Helvetica;
	font-size: 14pt;
}
select
{
	border-right: 1pt solid;
	border-top: 1pt solid;
	font-size: 8pt;
	border-left: 1pt solid;
	border-bottom: 1pt solid;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
}
table
{
	font-family: Arial, Garamond, Helvetica;
	font-style: normal;
	font-size: 10pt;
}
textarea
{
	font-style: normal;
	font-size: 8pt;
	font-family: Arial, Garamond, Helvetica;
	border-style: solid;
	border-width: 1pt;
}
th
{
	font-family: Arial, Garamond, Helvetica;
	font-style: normal;
	font-size: 8pt;
}
ul
{
	text-align: Left;
	margin-left: 15;
}

/* Classes in alphabetical order */

.iiButtonOut
{
	background-color: 'Gainsboro';
	behavior: url(styles_button.htc);
	border-bottom: black 1px solid;
	border-left: lightgrey 1px solid;
	border-right: black 1px solid;
	border-top: lightgrey 1px solid;
	color: 'black';
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	height: 18px;
	width: 100px;
}

.iiButtonOver
{
	background-color: 'LightBlue';
	behavior: url(styles_button.htc);
	border-bottom: lightgrey 1px solid;
	border-left: white 1px solid;
	border-right: black 1px solid;
	border-top: white 1px solid;
	color: 'DodgerBlue';
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	height: 18px;
	text-align: center;
	width: 100px;
}

.iiDarkBackgroundColor
{
	color: #ffffff;
	background-color: #996666;
}

.iiDarkColor
{
	color: #996666;
}

.iiDarkestColor
{
	color: #000000;
}

.iiDimColor
{
	color: #cccccc;
}

.iiGrid
{
	background-color: white;
}

.iiGridEditItem
{
	background-color: lime;
	color: Black;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
}

.iiGridItem
{
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
}

.iiGridAlternatingItem
{
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
}

.iiGridHeader
{
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: xx-small;
}

.iiGridPager
{
	background-color: #996666;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: x-small;
	
}

.iiIndexCard
{
	border-right: #996666 1px solid;
	padding-right: 2px;
	border-top: #996666 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #996666 1px solid;
	color: #996666;
	padding-top: 2px;
	border-bottom: #996666 1px solid;
	background-color: transparent;
}

.iiLabelInverse
{
	background-color: black;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: xx-small;
	height: 18px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 100%;
}

.iiLightBackgroundColor
{
	background-color: #99ccff;
}

.iiLightColor
{
	color: #CCFF99;
}

.iiLightHighlightBackgroundColor
{
	background-color: #ccffcc;
}

.iiMenuOut
{
	border-right: black 1px outset;
	padding-right: 1px;
	border-top: black 1px outset;
	padding-left: 1px;
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 1px;
	behavior: url(styles_menu.htc);
	border-left: black 1px outset;
	width: 100%;
	color: black;
	padding-top: 1px;
	border-bottom: black 1px outset;
	font-family: Verdana, Arial, Helvetica;
	background-color: ivory;
	text-align: center;
}

.iiMenuOver
{
	border-right: blue 1px outset;
	padding-right: 1px;
	border-top: blue 1px outset;
	padding-left: 1px;
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 1px;
	behavior: url(styles_menu.htc);
	border-left: blue 1px outset;
	width: 100%;
	cursor: hand;
	color: blue;
	padding-top: 1px;
	border-bottom: blue 1px outset;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
	text-align: center;
}

.iiPanelButtonIn
{
	background-color: paleturquoise;
	behavior: url(styles_panelbuttonin.htc);
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	height: 18px;
	text-align: center;
	width: 100px;
}

.iiPanelButtonOut
{
	background-color: aliceblue;
	border-bottom: black 1px solid;
	border-left: lightgrey 1px solid;
	border-right: black 1px solid;
	border-top: lightgrey 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	height: 18px;
	text-align: center;
	width: 100px;
	cursor: hand;
	behavior: url(styles_panelbutton.htc);
}

.iiPanelButtonOver
{
	background-color: yellow;
	behavior: url(styles_panelbutton.htc);
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	height: 18px;
	text-align: center;
	width: 100px;
}

.iiCalendarButtonOut
{
	background-color: 'Gainsboro';
	behavior: url(styles_calendarbutton.htc);
	border-bottom: black 1px solid;
	border-left: lightgrey 1px solid;
	border-right: black 1px solid;
	border-top: lightgrey 1px solid;
	color: 'black';
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.iiCalendarButtonOver
{
	background-color: 'LightBlue';
	behavior: url(styles_calendarbutton.htc);
	border-bottom: lightgrey 1px solid;
	border-left: white 1px solid;
	border-right: black 1px solid;
	border-top: white 1px solid;
	color: 'DodgerBlue';
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.iiValidationSummary
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: red 1px solid;
	color: red;
	padding-top: 2px;
	border-bottom: red 1px solid;
	background-color: yellow;
}

.iiSuccessSummary
{
	border-right: green 1px solid;
	padding-right: 2px;
	border-top: green 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: green 1px solid;
	color: green;
	padding-top: 2px;
	border-bottom: green 1px solid;
	background-color: #ccffcc;
}

.iiFixedFont
{
	font-family:  Courier New, Times New Roman
}
