html, body	{
	font-family: Trebuchet MS, Verdana,  Arial, Helvetica, Geneva,sans-serif;
	height: 100%;
	margin: 0px;
}

#header {
	border-bottom: 1px #708090 solid;
	position: relative;
	height: 23px;
	min-width: 600px;
}


#container {
	position: relative;
	min-height: 92%;
	width: 100%;
}	


#content {
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
	width: 800px;
}

#footer {
	position: relative;
	padding-top: 0px;
	min-height: 20px; /* was 100px */
	width: 100%;
	bottom: 0px;
}

h2	{
	font-family: Georgia;
	font-size: 20pt;
	font-weight: normal;
}

p	{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

/* colors */
.co_dkgray	{
	color: #666666;
}


/* header */
.h_admincode	{
	float: right;
}

.h_no_js	{
	font-size: 8pt;
	color: red;
	margin-right: 10px;
}


/* subscriber */
.s_logoblock	{
	margin: 10px 0px 10px 0px;
}


/* questions */
.q_block_tb	{
	/* both top and bottom for first rows */
	border-top: 1px #708090 dotted;
	border-bottom: 1px #708090 dotted;
	padding-top: 1px;
}


.q_block	{
	padding-top: 1px;
	border-bottom: 1px #708090 dotted;
}


.q_question	{
	margin-top: 10px;
}

.q_question_text	{
	font-weight: bold;
	float: left;
}

.q_question_delete	{
	float: right;
	font-size: 8pt;
	color: red;
	background-color: #F7D5D5;
	border: 1px red solid;
	padding: 2px;
	margin-right: 10px;
}

.q_question_delete:hover	{
	background-color: red;
	color: yellow;
}

.q_answers	{
	font-size: 10pt;;
	padding: 0px 10px 10px 10px;
}

.q_editmode_highlighter:hover	{
	background-color: #FFFF99;
	cursor: pointer;
}


/* forms*/
.f_labels	{
	font-size: 16pt;
	font-family: Georgia;
}

.f_containers	{
	margin: 20px;
}

.f_inputs	{
	border: 1px #666666 solid;
	font-size: 15pt;
	font-family: Trebuchet MS, Verdana,  Arial, Helvetica, Geneva,sans-serif;
}

.f_login	{
	border: 1px #708090 solid;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

.f_input_button	{
	font-family: Georgia;
}

.f_input_button:hover	{
	background-color: #E4F9F1;
	border: 1px green solid;
	color: green;
	cursor: pointer;
}


/* Texts*/
.sm_label	{
	font-size: 10pt;
	color: #708090;
}

.error_label	{
	font-size: 10pt;
	color: red;
}

.ok_label	{
	font-size: 10pt;
	color: green;
}

.site_name_text	{
	font-size: 20pt;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

.intro	{
	font-size: 10pt;
	margin-bottom: 40px;
}


/* anchors */
.clickable_button	{
	font-size: 10pt;
	text-decoration: none;
	color: #708090;
}

.cancel	{
	font-size: 10pt;
}


.clickable_button:hover	{
	background-color: #E4F9F1;
	cursor: pointer;
	color: green;
}

/* Buttons */
.admin_button	{
	border: 1px #708090 solid;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

.admin_button:hover	{
	background-color: #708090;
	color: #fff;
	cursor: pointer;
}

.admin_button2	{
	border: 1px green solid;
	background-color: #DDFFDD;
	color: green;
	font-size: 8pt;
	padding: 2px;
	margin: 5px;
}

.admin_button2:hover	{
	background-color: green;
	color: #ffffff;
	cursor: pointer;
}

.tohome	{
	font-size: 10pt;
	padding: 2px;
	margin: 5px;
}


/* Helpers */
.helper	{
	margin-left: 10px;
	padding: 3px;
	font-size: 8pt;
}

.h_alert	{
	font-weight: bold;
	background-color: yellow;
	color: red;
}

.h_ok	{
	font-weight: bold;
	background-color: #E4F9F1;
	color: green;
}

.h_note	{
	margin-left: 10px;
	padding: 3px;
}

.h_pref_complete {
	position: relative; 
	float: right; 
	color: green; 
	font-weight: bold; 
	font-size: 15pt;
}
/* Splash and start*/
.ss_button	{
	font-family: Georgia;
	text-decoration: none;
	font-size: 16pt;
	border: 1px #666666 solid;
	background-color: #eeeeee;
	padding: 3px;
	color: #333333;
}

.ss_button:hover	{
	background-color: #E4F9F1;
	border: 1px green solid;
	cursor: pointer;
	color: green;
}