/* CSS Document */

@import url(/css/fieldset.css);
@import url(/css/status_box.css);

hr {
	border: none;
	border-top: 1px #CCCCCC solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana;
	color: #003492;
	font-weight: bold;
	font-style:normal;
}

h1 {
	font-size: 15px;
	margin-bottom: 20px;
	
}


div#right_column_inset p {
	clear:both;
}


table td {
	font-size: 10px;
	padding: 5px;
}
.title {
	background-color: #003492;
	background-image: url(/elements/shady_blue_background.jpg);
}

select {
	width: 150px;
}

div.inside_div p {
	text-align:right;
	margin-bottom: 0;
}
td#layout_right h1 {
	color: #000000;
	font-size: 13px;	
	margin-bottom: 0;
}

div#status_box div#status_box_dynamic_text {
	position:absolute;
	right: 10px;
	top: 10px;
}
div#status_action_buttons {
	border: 1px #CCCCCC solid;
	padding: 2px;
}
div#status_action_buttons div.inset {
	position: relative;
	padding: 5px;
	background-color:#E1E6EC;
}
div#status_action_buttons a {
	position: relative;
	display: inline;
}
div#status_action_buttons {
	float: right;
	margin-bottom: 20px;
}
div#status_action_buttons div {
	float: left;
}
div#status_action_buttons a.blue_button {
	float: left;
}
div#status_action_buttons a.blue_button div,
div#status_action_buttons a.blue_button {
	width: 140px;
}
div#main td#layout_right p {
	clear: both;
	margin: 0;
}

th {text-align:left;}

div#main a.small_blue_button {margin-left:7px;}