
.logo { padding: 4px 4px 4px 4px}

#master_header {
	border: 0;
	padding: 0;
	background-color: #ffcc73;
}
#main_header {
    border: 0;
	background-color: #0b5aa7;
	padding: 2px;
	vertical-align: top;
}
#main_menu {
    border: 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #ffcc73;
	padding: 0;
	vertical-align: top;
}

div.page_title {
    padding: 1px 0px 1px 0px;
	background-color: white;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px dotted #cccccc;
	border-right: 0px;
	margin-top: 1px;
}

div.page_title #bread_crumbs {
    padding: 2px 0px 2px 12px;
	color: black;
    font-size: 12px;
}

div.page_title .submit_button {
    padding: 0px 6px 1px 6px;
}

#menu {
	margin-left: 4px;
	width: 100%;
}

#menu a.menu_header, #menu a:visited.menu_header {
	position: relative;
	text-decoration: ; 
	background-color: #ffcc73; 
	color: black;
	display: block;
	text-align: left;
	padding: 2px 8px 2px 8px;
	font-size: 13px;
    font-weight: normal;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 2px;
    border-top-right-radius: 12px;       
}

#menu a.menu_header:hover {
    background-color: #ffcc73;
}

#menu a .topleft, #menu a .topright, #menu a:hover .topleft , #menu a:hover .topright {
	border: 0px;
}

div.dropdown-container {
	background-color: #ffe090;
	border: 1px solid #cccccc;
	text-align: left;
	white-space: nowrap;
	padding: 2px;
	position: absolute;
	visibility: hidden;
	z-index: 2000;
}

div.dropdown-container a.dropitem {
	color: black;
	text-decoration: none;
	padding: 2px 12px 2px 12px;
	margin: 0px;
	border: 0px;
	display: block;
	position: relative;
	top: 0px;
}

div.dropdown-container a.dropitem:hover, .header_menu a:hover {
	background-color: #004f75;
	color: white;
}

.logged_in_as_info {
	float: left;
	color: white;
	padding: 3px 4px 0px 0px;
	text-align: left;
	min-width: 200px;
	width: auto;
	font-size: 10px;
}

.header_menu {
	padding-left: 0px;
	border-top: 0px;
}

#sessionClock {
	font-family:;
	margin-left: 0;
}

/* ************* END - MAIN TEMPLATE ************* */

/* ************* DATA FORM & BUTTONS ************* */

table.data_form {
	margin: 0px auto 10px auto;
}

table.data_form_content {
    padding: 0px;
	background: #CCCCCC;
}

table.data_form_content th {
    background-color: #E6E6E6;
    padding: 3px 4px 3px 4px;
    color: #000;
}

table.data_form_content td {
	background-color: #F0F0F0;
	padding: 3px 4px 3px 4px;
}

table.data_form_content th.header {
	background-color: #206080;
	padding: 2px 4px 2px 4px;
}

table.data_form  td.data_form_buttons {
	text-align: right;
	padding: 4px;
}

table.data_form .rounded {
	border: 1px solid black;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

.list_button {
    background: none repeat scroll 0 0 #206080;
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-size: 100%;
    line-height: 22px;
    margin: 0 2px;
    padding: 2px;
    text-decoration: none;
    cursor: pointer;
}

.submit_button,
.link_button,
span.page_title_back_link a,
div.action_links a{
    font-size: 100%;
    margin: 0px 2px 0px 2px;
	padding: 3px 6px 3px 6px;
	border: 1px solid black;
	background-color: #206080;
	background: #206080;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter:;
	top: 0px;
}

button[disabled],
button[disabled]:hover
{
	background-color: #8EB5C2;
}

.submit_button[disabled],
.submit_button[disabled=disabled],
.link_button[disabled=disabled],
.submit_button:disabled,
.link_button:disabled,
.submit_button[disabled]:hover,
.submit_button:disabled:hover,
.link_button:disabled:hover
{
	background-color: #8EB5C2;
}	

.link_button[disabled=disabled]:hover
{
	background-color: #8EB5C2;
}

.submit_button:hover, 
.link_button:hover, 
div.action_links a:hover, 
span.page_title_back_link a:hover
{
	font-size: 100%;
	margin: 0px 2px 0px 2px;
	border: 1px solid black;
	background-color: #004f75;
	background: #004f75;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter:;
}

table.data_form_content td span a:hover {
	color: white;
}

.link_button a  {
  padding: 0px;
  background: none;
  border: none;
  white-space:nowrap;
}

#resultsTable {
    margin-top: 24px;
}

/* **************** NAV-TABS ********************* */

.navList li {
    border-left: 0px;
}

.navList a {
    padding: 5px 12px 5px 10px;
    background: #206080;
    font-size: 12px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 10px;
}

.navList a:hover {
     color: #ffe090;
}

.NavTabSelected a , 
.NavTabSelected a :hover {
    background: #004f75;
    color: #ffcc73 ;
    padding-left: 16px;
    padding-right: 16px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

td.navHead {
    padding-top: 0px;
}
td.navHead table {
    width: 100%  !important;
}

/* **************** ERROR & INFO ***************** */

#infoMessage, .info {
	border: 1px solid #A0D9D9;
	background: #B4FFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 10px auto 10px auto;
	background: #D2E8F2;
}

#infoMessage td {
    padding: 6px;
    background: #D2E8F2;
}

.error, .error_box {
    color: #c00033;
	background: #ffe5e5;
	text-align: left;
	border: 1px solid #c00033;
	padding: 10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error  td {
    padding: 6px;
}

#error_pane {
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/**
input[type="text"] {
	border: 1px solid darkgrey;
}
**/

.hidden {
	display: none;
}

