﻿/* General overrides */
fieldset{
	background: none;
}

/* jQuery widget overrides */
.ui-datepicker {
	width: 15em;
}

.ui-widget-content a {
	color: #222222;
	text-decoration: underline;
}

.ui-widget-content a:hover {
	font-weight: bold;
}

#ajax-content-container {
	position: relative;
}

#messages, #dlg-messages {
	clear: both;
	float: none;
}

.float-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* TripWatch filter panel */
#filters {
	padding-right: 10px;
	position: relative;
	width: 250px;
}

#filters a{
	text-decoration: underline;
}

#filters, #map {
	float: left;
}

#filters #save 
{
	text-align: right;
}

#filters .datepicker {
	margin-right: .5em;
	width: 125px;
}

#filters label {
	line-height: 2em;
}

/* Watermarks */
.wmactive {
	color: #d3d3d3;
}

/* Forms */
fieldset {
	border: 1px solid #abd0e0;
}

fieldset > *:first-child {
	margin-top: 15px;
}

.tripwatch fieldset > *:first-child {
	margin: 0px;
}

.tripwatch fieldset {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.decimal, .integer, .money {
	text-align: right;
}

.data-table {
	border-collapse: collapse;
}

.data-table th.center, .data-table td.center {
	text-align: center;
}

#public-login th, #public-register th {
	border: none;
	width: 160px;
}

/* Resource labels */
.resource-label {
	height: 60px;
}

.resource-aircraft-label {
	background: url('../images/aircraft_48.jpg') no-repeat 50% bottom;
}

.resource-car-label {
	background: url('../images/car_48.jpg') no-repeat 50% bottom;
}

.resource-room-label {
	background: url('../images/room_48.jpg') no-repeat 50% bottom;
}

/* Permissions popup */
#permissions tbody th, #shares tbody th {
	border: none;
	vertical-align: middle;
}

#permissions tbody tr.odd td {
	border-bottom: 2px solid #abd0e0;
}

.input-form div {
 height: 380px;
 overflow: hidden;
}
 
.input-form label {
	float: left;
	width: 25%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
}

/* Mail list */
.mail table {
	margin-top: 2em;
}

.mail td {
	width: 15%;
}
.mail th.message {
	width: 45%;
}



/* Match list */
#Matches td{
	width: 25%;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.floatcontainer
{
	overflow: hidden;
}

.float
{
	float: left;
	margin: 0 10px;
}

ul.validation-summary-errors li
{
    color: Red;
}

.actions
{
    text-align: right;    
	font-size: 12px;  
}


.actions a
{
	text-decoration: underline;
    color: #000000;
	font-weight: normal;   
}

.actions a:hover
{
    text-decoration: underline;
    color: #990000;
    font-weight: normal;
}

.wideEditTextBox
{
    width: 300px;
}
/* Advertising administration */

.advertiser
{
    vertical-align:text-top;
    width:auto;
    
}
.adtitle
{
    text-align:right;
    vertical-align:top;
}
/* Navitopia Styles */
th.tableHeader
{
    background-color: rgb(164,225,250);
    padding-top: 3px ! important;
    cursor: hand;
}

.navLegend
{
    padding: 5px;
}

.DoNotDisplay
{
    visibility: hidden;
    display: none;
    color: white;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.ErrorPage
{
    background-color: #ffeeee;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    padding: 8px 8px 8px 8px;
}

.ErrorPage a
{
	text-decoration: underline;
    font-size: 10pt;
    color: #000000;
}

.ErrorPage a:hover
{
    color: #33CCFF;
}

hr.MarkerPopup, p.MarkerPopup
{
    width: 275px;
}