html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%; /* needed for container min-height */
	/*min-height: 100%;*/
	width: 100%;
	min-width: 1024px;
	width: expression( documentElement.clientWidth < 1024 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 1024 ? "1024" : "auto") : "1024") : "auto" );
	background-color: #143175;
}

html, body, input, select, form, fieldset, textarea, th, td, button {
	 font-size: 11px;
	 line-height: 1.3;
}

.clear {
	clear: both;
}

img {
	border: none;
}

select option {
	padding: 0 3px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.u {
	text-decoration: underline;
}

p {
	margin-top: 0;
}

a {
	color: #005D8C;
	text-decoration: underline;
}

.ui-widget-content div.ui-widget-content a {
	color: #005D8C;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

span.sub_head {
	font-size: 0.6em;
	font-weight: normal;
	text-transform: none;
}

h1, span.h1 {
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
}

h2, span.h2 {
	font-size: 1.8em;
    font-weight: bold;
}

h3, span.h3 {
	font-size: 1.4em;
    font-weight: bold;
}

h4, span.h4 {
	font-size: 1em;
    font-weight: bold;
}

h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 1em;
}

span.h1, span.h2, span.h3, span.h4, span.h5 {
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
	padding: 0;
}
table tr td {
}

table.form_table tr td {
	padding: 4px;
	padding-left: 0px;
}

table.form_table input[type=text] {
	width: 300px;
}
table.form_table td.label {
	padding-right: 2em;
}

table tr th.date_field, table tr td.date_field,
table tr th.delete_icon, table tr td.delete_icon,
table tr th.edit_icon, table tr td.edit_icon,
table tr th.other_icon, table tr td.other_icon
{
	text-align: center;
}

table tr th.datetime, table tr td.datetime {
	white-space: nowrap;
	text-align: center;
}



						
#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	/*background-color: #e5eef5;*/
	background-color: #fff;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#header_bar {
	width: 100%;
	height: 50px;
	background-color: #f26a0d;
	position: absolute;
	top: 0;
	left: 0;
}
	
#header a, #footer a {
	color: #fff;
}
#header {
	color: #fff;
	width: 100%;
	position: relative;
	height: 50px;
	background-color: #f26a0d;
	overflow: visible;
}
#header #logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 200px;
}
			
#header #header_nav {
	float: left;
	width: 100%;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
}

#header #header_nav a {
	margin-right: 20px;
	text-decoration: none;
}
			
#content {
	clear: both;
	padding: 20px;
	padding-bottom: 60px; /* 40px for footer */
	z-index: 1;
}
			
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #f26a0d;
	height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	
	z-index: 3;
	line-height: 40px;
	color: #fff;
}
			
#footer #copyright {
	float: left;
	width: 49%;
	padding-left: 1%;
	text-align: left;
}
#footer #footer_nav {
	float: right;
	width: 49%;
	padding-right: 1%;
	text-align: right;
}


a.icon_link span {
	display: block;
	float: left;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	text-decoration: underline;
}
a.icon_link span.add {
	background-image: url('../images/icons/add.png');
}
a.icon_link span.delete {
	background-image: url('../images/icons/delete.png');
}