@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
	font-family: sans-serif;
	margin: 0px;
	height: 100%;
}

table {
	border-spacing: 0px;
	margin: 0px;
}

h1 {
	text-decoration: none;
	color: #21759B;
	outline: 0 none;
	font-weight: bold;
	vertical-align: middle;
}

h2 {
	text-decoration: none;
	color: #21759B;
	outline: 0 none;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-weight: bold;
}

h5 {
	line-height: 1.7em;
	text-decoration: none;
	color: #21759B;
	outline: 0 none;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}

p {
	padding-bottom: 8px;
}

a {
	color: #21759B;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #D54E21;
}

#page {
	height: 100%;
	width: 100%;
}

#main {
	padding: 0px;
	height: 100%;
	width: 100%;
}

#logo {
	background-image: url(/_resources/_images/logo_background.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

#date_time {
	border: none;
	padding: 20px 20px 0 0;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	font-family: sans-serif;
}

#main_nav_cell {
	background-image: url(../_images/menu-shadow.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #ECECEC;
}

#main_nav {
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
	width: 110px;
	border-style: solid;
	border-width: 0 1px 0 0;
	background-image: url(../_images/menu-shadow.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #ECECEC;
	border-color: #CCCCCC;
}

#main_nav a.main_nav_item {
  border-style: solid;
  border-width: 1px 0;
	font-weight: bold;
	line-height: 18px;
	padding: 5px;
	border-bottom-color: #DFDFDF;
  border-top-color: #F9F9F9;
	font-size: 13px;
	color: #21759B;
	text-decoration: none;
  position: relative;
	display: block;
}
a.main_nav_item_alert {
	border-style: solid;
	border-width: 1px 0;
	font-weight: bold;
	line-height: 18px;
	padding: 5px;
	border-bottom-color: #DFDFDF;
	border-top-color: #F9F9F9;
	font-size: 13px;
	color: #D54E21;
	text-decoration: none;
	position: relative;
	display: block;
}


#main_nav a.main_nav_item:hover, a.main_nav_item:active, a.main_nav_item:focus {
	color: #D54E21;
}


#main_nav li.main_nav_separator {
  background: none repeat scroll 0 0 #DFDFDF;
  border-color: #CFCFCF;
  border-style: solid;
  border-width: 1px 0;
  cursor: inherit;
  height: 3px;
  margin: 0;
  padding: 0;
}

#main_content_cell {
	height: 100%;
	width: 100%;
}

#main_content {
	height: 100%;
	vertical-align: top;
}

.content_box_half {
	background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
  border-color: #DFDFDF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  position: relative;
  border-style: solid;
  border-width: 1px;
	width: 50%;
	border-spacing: 10px;
	vertical-align: top;
}

.content_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
  border-color: #DFDFDF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  min-width: 255px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  padding: 0;
	
}

.content_header {
	color: #464646;
	border-bottom-color: #DFDFDF;
	box-shadow: 0 1px 0 #FFFFFF;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 7px 10px;
	border-bottom-width: 1px;
	border-style: solid;
	margin-top: 1px;
	border: 0 none;
}

.content_data {
	margin-top: 0;
	color: #333333;
  margin: 10px 0;
  position: relative;
  padding: 0 10px;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  outline: 0 none;
	font-family: sans-serif;
  font-size: 12px;
}

.content_data li {
	list-style-type: none;
	padding-bottom: 6px;
}

.content_data .publishdate {
	color: #999999;
}

#footer {
  font-size: 12px;
  bottom: 0;
  left: 0;
  padding: 10px 20px 10px 20px;
	height: 20px;
	vertical-align: bottom;
	color: #777777;
}

#footer_border {
	height: 1px;
	color: #DFDFDF;
	background-color: #DFDFDF;
	border: 0;
}
 
#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

.login {
	background-color: #FBFBFB;
  margin: 7em auto;
  width: 320px;
}

#login h1 {
	color: #21759B;
	text-align: center;
	padding-bottom: 16px;
}

#login .button_primary {
	border: 1px solid;
	border-radius: 11px 11px 11px 11px;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 13px;
	padding: 3px 10px;
	text-decoration: none;
	background-color: #FFFFFF;
}

#login input.button_primary, button.button_primary, a.button_primary {
  background: url("/_resources/_images/button-grad.png") repeat-x scroll left top #21759B;
  border-color: #298CBA;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#login textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select {
  background-color: #FFFFFF;
}

#login_form {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
  font-weight: normal;
  margin-left: 8px;
  padding: 26px;
}

#login_form .input {
  background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: medium none;
	padding: 3px;
	width: 97%;
}

label {
	color: #777777;
	font-size: 14px;
}

.error_message {
	color: #F00;
	font-size: 14px;
	text-align: center;
}

#top_nav {
	color: #464646;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 5px;
	border-style: solid;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
	border-color: #DFDFDF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 #FFFFFF inset;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-spacing: 10px;
	width: 100%;
	border-spacing: 0px;
	line-height: 30px;
	text-align: center;
}

#top_nav .top_nav_content {
	margin-left: auto;
	margin-right: auto;
}

.main_layout {
	border-spacing:10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.button {
	border: 1px solid;
	border-radius: 11px 11px 11px 11px;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	padding: 3px 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	background: url("/_resources/_images/button-grad.png") repeat-x scroll left top #21759B;
	border-color: #298CBA;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}


.button:hover {
	/*border-color: #13455B;*/
	color: #E98B6B;
}

.content_table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
  border-color: #DFDFDF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  min-width: 255px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  padding: 0;
}

.content_title {
	color: #464646;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 15px;
	font-weight: normal;
	border-style: solid;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
	border-color: #DFDFDF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 #FFFFFF inset;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-spacing: 10px;
	width: 100%;
	border-spacing: 0px;
	line-height: 30px;
}

.content_title td {
	padding: 0px 8px;
}

.content_table_header {
	height: 30px;
	padding: 4px 8px;
	color: #464646;
	border-bottom-color: #DFDFDF;
	box-shadow: 0 1px 0 #FFFFFF;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 15px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-style: solid;
	margin-top: 1px;
	border: 0 none;
}

.content_table td {
  padding: 2px 8px;
}

.content_table_footer {
	height: 22px;
	padding: 4px 8px;
	color: #464646;
	border-bottom-color: #DFDFDF;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 15px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-style: solid;
	margin-top: 1px;
	border: 0 none;
	border-radius: 3px 3px 3px 3px;
}

.content_table_data {
	height: 20px;
	margin-top: 0;
	color: #333333;
  margin: 10px 0;
  position: relative;
  padding: 0 10px;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  outline: 0 none;
	font-family: sans-serif;
  font-size: 12px;
}

.even_row {
	background-color: #FDFDFD;
}

.odd_row {
	background-color: #FBFBFB;
}

.detail_table {
	background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
  border-color: #DFDFDF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  position: relative;
  border-style: solid;
  border-width: 1px;
	width: 100%;
	font-size: 12px;
	padding: 10px;
}

.detail_table_label {
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: #21759B;
	outline: 0 none;
	font-size: 12px;
	font-weight: normal;
	vertical-align: text-top;
	width: 150px;
	padding: 2px 8px 2px 0px;
}

.detail_table_data {
	color: #333333;
  position: relative;
  outline: 0 none;
	font-family: sans-serif;
  font-size: 12px;
	padding: 2px 0px 2px 8px;
}

.input_textbox, .input_select {
  background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 200;
	outline: medium none;
	padding: 2px;
	color: #333333;
	background-color: #FFFFFF;
}

.input_checkbox {
	margin: 6px 6px;
}

.option {
	padding-right: 10px;
}

.note {
	color: #D54E21
}

select, select * {
	padding: 0px 5px;
}
