/* Copyright (c) 2005 Simply Inspired Software, Inc.

------------------------------------------------------------------
/System		Little Dipper Application
/Program		Cascading Style Sheets
/File		main.css

/Author		Jim Schlight
/Site		Simply Inspired Software, Inc.
			161 4th Street
			Ashland, Oregon 97520
/Phone		541-488-2762
/Email		jim@inspiredware.com
/Web			www.inspiredware.com

/Revisions	January 3, 2005
----------------------------------------------------------------*/

/*<group=Element Styles>*/


p { 
	font-size: 10px;
	height: 100%;
	}

table  { padding: 0 }
td { font-size: 11px }

form {display:inline} 

input { font-size: 11px }

a  { color: #191970; font-size: 11px; text-decoration: none }
a:link { }
a:vlink { text-decoration: none }
a:hover { color: black }

h2 {
	font-size: 14px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
}
	
/*</group>*/

/*<group=Forms & Controls>*/

.webform  { 
	background-color: #e4e8d8; 
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	}

.webform_header {
	background-color: #8a9b53; 
	height: 22px;
	}

.webform_header td {
	font-weight: bold; 
	font-size: 12px;
	}

.webform_footer  { 
	background-color: #a8bc65;
	}

.webform_footer td { 
	vertical-align: bottom;
	}

.webform_label {
	font-weight: bold;
	color: #49511f;
	}

.button_text { 
	font-weight: normal; 
	font-size: 11px; 
	}

.control_textinput {
	font: 12px Courier;
	}

.control_inputlabel    { 
	font-weight: bold; 
	font-size: 10px;

	color: #3E3E3E;

	}

.form_input_button { 
	margin-top: 2px; 
	margin-bottom: 2px;
	}

/*</group>*/

/*<group=Web Store>*/

.widget_StatusLine a {
	color: #49511f;
	font-size: 13px;
	font-weight: bold;
}

.widget_StatusLine a:link {
	color: #49511f;
	font-size: 13px;
	font-weight: bold;
}

.widget_StatusLine a:vlink { text-decoration: none;
	color: #49511f;
	font-size: 13px;
	font-weight: bold;
}

.widget_StatusLine a:hover { color: #a8bb47;
	font-size: 13px;
	font-weight: bold;
}

.panel_Register {
	width: 65%;
}

.panel_Navigation {
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.Note {
	margin-top: 4px;
	margin-bottom: 16px;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.webform .Note {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	text-align: center;
}

.webform .ImportantNote {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #680000;
	font-weight: bold;
	text-align: center;
}
	
/*</group>*/


