/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

h1, h2, h3 {
	color:#0073b1;
}

h1 {
	font-size:22px;
}

h3 {
	font-size:13px;
}

.utilities {
	padding:7px;
}

/* for popup editor windows to avoid the normal body styles */
.popup {
	background-color: white;
	margin: 10px;
	font-size: 100%;
}

/* form stuff */
.form_label, legend {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

.form_instructions {
	white-space: nowrap;
	font-size: 10px;
}

.green_submit {
	color: white;
	background-color: #009900;
	font-weight: bold;
	border-color: silver;
}

.red_submit {
	color: white;
	background-color: #FF0000;
	font-weight: bold;
	border-color: silver;
}

.button {
	color: black;
	background-color:  #D0D1B1;
	font-weight: bold;
	border-color: silver;
}

/* message stack styles */
.message_stack_error {
	background: red;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}

.message_stack_warning {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}

.message_stack_success {
	background-color: #FFFF99;
	font-weight: bold;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}

/* in headline list for unpublished articles */
.grey_link  {
	color: silver;
	text-decoration: none;
}
