﻿/* MAIN BODY TAGS */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 20px, 12px, 10px, 20px;
	font-size: 10px;
    /*width: 100%;*/
    height: 100%;
}

/* HEADER BAR STUFF */
#header_bar
{

}

#header_bar a
{
    text-decoration: none;
}

#header_bar a:hover
{
	text-decoration: none;
	color: #C0C0C0;
}

#header_nav_buttons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	float: left;
    
    width: 100%;
	background-color:#6690BF;
	height: auto;
	font-size: 1.5em;
	line-height: 30px;
    bottom: auto;
}

#header_nav_buttons ul
{
	list-style: none;
	margin: 0px;
}

#header_nav_buttons li
{
	display: inline-flex;
	padding-right: 13px;	
}

#header_nav_buttons a:hover
{
	text-decoration: none;
	color: #C0C0C0;
}

.header_nav_buttons_not_selected
{
    text-decoration: none;
	color: #FFFFFF;
}

.header_nav_buttons_selected
{
    text-decoration: none;
    font-weight: bold;
	color: #FFA500;
}

.header_session
{
    float:right;
    padding-right:40px;
    color: black;
}

.header_session a
{
	color: white;
}

#sub_header
{
    height: auto;
	width: 100%;
	background-color: #e5ecf4;
    float: left;
}

#sub_header_nobg
{
	width: 100%;
	height: auto;
	background-color: white;
}


#logo
{
    width:173px;
    padding: 10px;
}

#search_bar
{
    right:20px;
    margin: 10px;
    float: right;
}

#search_input
{
	width: 300px;
	float: left;
}

#search_go
{
	width: 100px;
	height: 22px;
}

#live_search_results
{
	background: #FFFFFF; 
	display: none; 
	overflow: auto; 
	width: 500px; 
	z-index: 99; 
	position: 
	absolute; 
	top: 75px;
}

/*page tabs*/
#page_tab
{
	width: 100%;
	background-color:#6690BF;

    padding-left: 0px;
	font-size: 0.6em;
}

#page_tab_buttons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
    float: left;
}

.page_tab_buttons ul
{
	list-style: none;
	margin: 0px;
    padding: 0px;
}

.page_tab_buttons li
{
	display: inline-flex;
    border: solid;
    border-width: 1px 1px 1px 1px;
    margin: 1px 1px 3px 1px;	
    padding: 3px;
}

.page_tab_buttons a
{
	padding: 0 8px;
    text-decoration: none;
	color: #6690BF;
}

.page_tab_buttons a:hover
{
	text-decoration: none;
	color: #C0C0C0;
}

.page_tab_buttons_selected {
    text-decoration: none;
    font-weight: bold;
	color: #6690BF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffa500;
	}
/*end of page tabs*/

/* BODY FRAMEWORK */
#main_wrapper
{
	float: left;
	width: 100%;
	height: 100%;	
}

#sidebar
{
	float: left;
	width: 10%;
	font-size: 1.3em;
	margin: 0px;
	background-color: #FFF;
	color: #72767a;
}

#maintent
{
	font-size: 1.4em;
	margin-left: 10%;
	margin-right: 10%;
	color: black;
	padding: 10px;
}

#right_sidebar
{
	float: right;
	width: 2%;
	font-size: 1.4em;
	margin: 0px;
	height: 100%;
	color: black;
	margin-top: 15px;
    background-color: #f0f0f0;
}

#center_content
{
	padding: 10px;
}

#sidebar ul
{
	margin: 0px;
	margin-top: 15px;
	padding-left: 15px;
    font-weight:100;
}

#sidebar li
{
	padding-bottom: 10px;
    color: #ffa500;
    list-style: disc;
    font-weight:100;
}

#sidebar .indented_li
{
    padding-left: 40px;
    list-style: none;
	padding-left: 15px;
    font-weight:100;
}

#sidebar a:link
{
   text-decoration: none;
   color: #72767a;
}

#sidebar a:visited
{
   text-decoration: none;
   color: #72767a;
}

#sidebar a:hover
{
   text-decoration: none;
   color: #000000;
}

#sidebar a:active
{
   text-decoration: none;
   color: #72767a;
}

#status_bar
{
	width: 100%;
	display: none;
	height: 25px;
}

#right_sidebar ul
{
	margin: 0px;
	list-style: none;
    font-weight:100;
}

/* CONTENT TAGS */
.form_item
{
	display: block; 
	line-height: 50px;
}

.form_item span
{
	display: inline-block;
	width: 200px;
}

.form_nav_button
{
	background: #BF9566;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
    margin-left: 0px;
    margin-right: 15px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    width: auto;
    opacity: 1;
}

.form_nav_button:hover
{
    opacity: 0.75;
}

.form_save_button
{
	background: #6690BF;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
    margin-left: 0px;
    margin-right: 15px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    width: auto;
    opacity: 1;
}

.form_save_button_marginless
{
	background: #6690BF;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
    margin: 0px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    width: auto;
    opacity: 1;
}

.form_save_button:hover
{
    /*opacity: 0.75; Removed, causes resizing issue */
    background: #8CACCF;
}

.form_save_button_pendingchanges
{
	background: #BF6690;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
    margin-left: 0px;
    margin-right: 15px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    width: auto;
    opacity: 1;
}

.form_save_button_pendingchanges:hover
{
    /*opacity: 0.75; Removed, causes resizing issue */
    background: #CF8CAC
}

.form_save_button_alt
{
	background: #90bf66;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
    margin-left: 0px;
    margin-right: 15px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    width: auto;
    opacity: 1;
}

.form_save_button_alt:hover
{
    /*opacity: 0.75; Removed, causes resizing issue */
    background: #ACCF8C;
}

.class_edit_button
{
	background: #004695;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.class_delete_button
{
	background: #004695;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.open_content_header
{
	 color : #656565;
     font-size: .90em;	
     border-color: #656565;
     border-style: solid;
     border-width: 1px;
}

.open_content_subheader
{
	background-color: #004695;
	margin-left: 10px;
	display: none;
	color: #C0C0C0;
	height: 25px;
}

.open_content_header h3:hover
{
	cursor: pointer;	
}

.open_content_section
{
	color: #656565;
    background-color: #FFFFFF;
	margin-top: 10px; 
	margin-left: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;  
}

.open_content_section_height_tall
{
    height: 100%; /*formerly 700px*/
    width: 100%;
}

.open_content_section ol
{
	margin-left: 0px; 
	padding: 0px; 
	list-style-type: none; 
	line-height: 200%;
	float: left;
}

.open_content_section ul
{
	list-style-type: none;
	margin-left: 0px;
}

#attention_required_items li
{
	margin-bottom: 10px;
}

.reservation_cancel_button
{
	background: #004695;
	border: none;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tooltip_image
{
    padding-left: 3px;
}

.checkbox_standard input[type="checkbox"]
{
    display: inline;
    float: right;
    margin-right: 5px;
}

.textbox_standard_small_float_right
{
    display: inline;
    float: right;
    margin-right: 5px;
    width: 35px;
}

.textbox_standard_small
{
	width: 35px;
}

.textbox_standard_medium
{
	width: 125px;
}

.textbox_standard_large
{
	width: 200px;
}

.textbox_standard_xlarge
{
	width: 325px;
}

.textbox_notes_medium
{
	width: 500px;
	height: 150px;
    font-family: "Verdana";
    font-size: .90em;	 
    resize: none;
}

.text_footer_medium
{
    max-width: 500px;
	width: 500px;
    font-family: "Verdana";
    font-size: .90em;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.dropdownlist_autowidth
{
    width: auto;
}

.dropdownlist_standard_large
{
    border: 1px solid grey;
	width: 200px;
    font-family: "Verdana";
    font-size: 1.2em;
}

.dropdownlist_standard_large_disabled
{
    border: 1px solid grey;
	width: 200px;
    background-color: #e5ecf4;
    font-family: "Verdana";
    font-size: 1.2em;
}

.dropdownlist_standard_small
{
    border: 1px solid grey;
	width: 35px;
    font-family: "Verdana";
    font-size: 1.2em;
}

.dropdownlist_standard_small_disabled
{
    border: 1px solid grey;
	width: 35px;
    background-color: #e5ecf4;
    font-family: "Verdana";
    font-size: 1.2em;
}

.dropdownlist_standard_small_slightly_larger
{
    border: 1px solid grey;
	width: 57px;
    font-family: "Verdana";
    font-size: 1.2em;
}

.dropdownlist_standard_medium
{
    border: 1px solid grey;
	width: 125px;
    font-family: "Verdana";
    font-size: 1.2em;
}

.dropdownlist_standard_medium_disabled
{
    border: 1px solid grey;
	width: 125px;
    background-color: #e5ecf4;
    font-family: "Verdana";
    font-size: 1.2em;
}

#vehicle_options
{
	display: block; 
	padding-bottom: 10px;
}

.asset_row
{
	height: 50px;
	color: black;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #F0ECF0;
	width: 100%;
}

.asset_row:hover
{
	background-color: #F0ECF0;
	cursor: pointer;
}

.asset_data
{
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}

.asset_image
{
	float: right;
	margin-right: 5px;
}

.floating_data_box
{
	float: left; 
	width: 300px; 
	height: 300px; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000; 
	margin-left: 35px; 
	margin-top: 15px;
	color: #000000;
}

.floating_data_box_header
{
	float:left; 
	background-color: #004695; 
	width: 100%; 
	height: 25px; 
	color: #FFFFFF;
}

.float_data_box_title_row
{
	float: left; 
	width: 100%; 
	height: 25px; 
	color: #000000; 
	font-weight: bold; 
}

#live_search_results a
{
	text-decoration: none;
	font-size: 1.2em;
	color: black;
}

/*#live_search_results
{
	 background-color: #FFFFFF; 
	 display: none; 
	 color: #000000; 
	 overflow: auto; 
	 width: 500px; 
	 z-index: 99; 
	 position: absolute; 
	 top: 80px;">
}*/

/* CUSTOM DIALOG BOX */
#dialog_overlay
{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	width: 100%;
	z-index: 10;
}

#dialog_box
{
	display: none;
	position: fixed;
	background: #000000;
	border-radius: 7px;
	width: 350px;
	z-index: 10;
}

#dialog_box > div
{
	background: #FFFFFF;
	margin: 4px;
}

#dialog_box > div > #dialogboxhead
{
	background: #004695;
	font-size: 1.4em;
	padding: 10px;
	color: #CCCCCC;
}

#dialog_box > div > #dialogboxbody
{
	background: #F0ECF0;
	padding: 10px;
	font-size: 1.4em;
	color: #000000;
}

#dialog_box > div > #dialogboxfoot
{
	background: #004695;
	padding: 10px;
	text-align: right;
}

.button_container {
    width: 280px;
    height: 22px;
    margin-left: 23%; /* formerly margin-left: 260px;*/
    margin-top: 20px;
}

.button_container_notes {
    width: 280px;
    height: auto;
    margin-left: 23%; /* formerly margin-left: 260px;*/
    margin-top: 20px;
    align-content: center;
    align-items: center;
    align-self: center;
}

.button_container_two_column {
    width: 320px;
    height: 22px;
    margin-left: 260px;
    margin-top: 20px;
}

.button_left {
    float: left;
    width: 115px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    color: #72767a;
    white-space: nowrap;
}

.button_left_two_column {
    float: left;
    width: 150px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    color: #72767a;
    white-space: nowrap;
}

.button_left_error {
    float: left;
    width: 110px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    color: red;
    white-space: nowrap;
}

.button_right_notes {
    float: right;
    width: 85px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    font-size: .80em;
    color: gray;
    white-space: nowrap;
}

.button_right {
    float: right;
    width: 70px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    font-size: .80em;
    color: gray;
    white-space: nowrap;
}

.button_right_no_resize_text {
    float: right;
    width: 70px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    color: gray;
    white-space: nowrap;
}

.button_right_text {
    float: right;
    display: inline;
    width: 150px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    color: gray;
    white-space: nowrap;
}

.button_right_text_error {
    float: right;
    display: inline;
    width: 150px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    color: red;
    white-space: nowrap;
}

.button_right_error {
    float: right;
    width: 70px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    font-size: .80em;
    border-color: red;
    white-space: nowrap;
}

.button_right_error input
{
    background-color: #FBE3E4;
    border: solid 1px red;
}

.button_right_error select
{
    background-color: #FBE3E4;
    border: solid 1px red;
}

.button_right_error input:focus
{
    background-color: #FBE3E4;
    border: solid 1px red;
}

.error_text {
    border-color: red;
    color: red;
}

.success_text {
    border: dashed 1px black;
    border-spacing: 10px;
    background-color: lightgreen;
    width: 300px;
}

.warning_text {
    border: dashed 1px black;
    border-spacing: 10px;
    border-color: red;
    color: red;
}

.grid 
{
    font-family: "Verdana";
    display: inline-block;
    border: 1px solid #d3dfec;
}

.grid_boarder 
{
    font-family: "Verdana";
    display: inline-block;
}

.grid td
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    height:20px;
    border: hidden;
}

.grid_boarder td
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    height:20px;
    border: 1px solid white;
}

.grid_boarder_color
{
    border: 1px solid black !important;
}

.grid th
{
    font-family: "Verdana";
    font-weight:200;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #656565;
    color: white;
    height:20px;
    border: 1px solid #656565;
}

.grid_boarder th
{
    font-family: "Verdana";
    font-weight:200;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #656565;
    color: white;
    height:20px;
    border: 1px solid #656565;
}

.grid th a
{
    font-family: "Verdana";
    font-weight:200;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #656565;
    color: white;
    height:20px;
    border: 1px solid #656565;
}

.grid_boarder th a
{
    font-family: "Verdana";
    font-weight:200;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #656565;
    color: white;
    height:20px;
    border: 1px solid #656565;
}

.grid .alt
{
    background-color: #d3dfec;
    height:20px;
}

.grid_boarder .alt_boarder
{
    background-color: #d3dfec;
    height:20px;
    border: 1px solid white;
}

h2
{
    font-weight: bold;
    font-style: normal;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 14px;
    padding-bottom: 3px;
}

.hyp_link
{
    color: #6690BF;
    text-decoration: underline;
}

.tables
{
    white-space: nowrap;
    border-spacing: 5px;    
}

.tables th
{
    text-align: left;
}

.tables td
{
    align-content: center;
}

.tables_subtext {
    float: left;
    width: 70px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    font-size: .80em;
    color: gray;
    white-space: nowrap;
}

.tables_button_left {
    float: left;
    width: auto;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    color: #72767a;
    white-space: nowrap;
}

.first {
    float: left;
    width: 45%;
    height: auto;
    /*background-color: #656565;*/
    background-color: #b2b2b2;
    border:groove;
    border-color:black;
    border-width:1px;
    margin:10px;
    position:relative;
}

.second{
    float: right;
    width: 45%;
    height: auto;
    /*background-color: #FFA500;*/
    background-color: #6690BF;
    border:solid;
    border-color:black;
    border-width:1px;
    margin:10px;
    position:relative;
}


.third{
    float: left;
    width: 45%;
    height: auto;
    background-color: #6690BF;
    border:solid;
    border-color:black;
    border-width:1px;
    margin:10px;
    position:relative;
}

.fourth {
    float: right;
    width: 45%;
    height: auto;
    /*background-color: #6690BF;*/
    /*background-color: #7facff;*/
    background-color: #b2b2b2;
    border:solid;
    border-color:black;
    border-width:1px;
    margin:10px;
    position:relative;
}

.tiletitle {
    color: white;
    font-family: Verdana;
    font-size: 40px;
    position:absolute;
    bottom: 0;
    right: 10px;
}

.tiletext {
    color: black;
    font-family: Verdana;
    font-size: 26px;
    font-weight: 100;
    /*position:absolute;*/
    top: 10px;
    left: 10px;
}

.statustitle{
    color: black;
    font-family: Verdana;
    font-size: 26px;
    top: 120px;
    left: 15px;
}

fieldset label {
    background-color: #ffffff;
}

.grid2 
{
    font-family: "Verdana";
    font-size: 12px;
    display: inline-block;
    width: auto;
}

.grid2 th
{
    font-family: "Verdana";
    font-weight:200;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    height:20px;   
    border:hidden; 
    font-size: 12px;
}

.grid2 td
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    height:20px;
    border: hidden;
    font-size: 12px;
}

.grid_error {
    font-family: "Verdana";
    display: inline-block;
    border: 1px solid red;
}

.gridview_item_error {
    border-color: red;
}

.hidden {
    display: none;
}

.grid_alert_row {
    background-color: red;
    color: white;
}

.subtext {
    width: 70px;
    height: 22px;
    margin-top:3px;
    margin-bottom:3px;
    font-size: .80em;
    color: gray;
    white-space: nowrap;
}

.radioButtonList label {      
   background-color: white;
}
.checkbox label {      
   background-color: white;
}

/* has to go after .grid th a*/
.fixSortableTbHeader th a
{
    padding:0px;
    margin:0px;
    border-width:0px;
}
