﻿body
{
    background-color: #FF6600;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {color: #034af3; text-decoration: underline;}
a:visited {color: #505abc;}
a:hover {color: #1d60ff; text-decoration: none;}
a:active { color: #12eb87;}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {color: #000;}
h1, h2 {font-size: 2em; padding-bottom: 0; margin-bottom: 0; padding-top: -200px;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6 {font-size: 1em;}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#page {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

    #header {
        position: relative;
        margin-bottom: 0;
        color: #000;
        padding: 0;
    }

    #main {
        padding: 5px 30px 15px 30px;
        background-color: #FF6600;
        margin-bottom: 30px;
    
        /*CSS3 properties*/
        border-radius: 4px 0 4px 4px;
        -webkit-border-radius: 4px 0 4px 4px;
        -moz-border-radius: 4px 0 4px 4px;
    }

    #footer {
        color: #999;
        padding: 10px 0;
        text-align: center;
        line-height: normal;
        margin: 0;
        font-size: .9em;
    }

#map_canvas { height: 100% }
#map_canvas_position {height:75%; width:70%; float: left}
#positiondata {height:97%; width: 25%; float: left; margin-left:5px; margin-top:-22px}

/* Site Title 
----------------------------------------------------------*/
#header .site-title {
    float: left;
    font-weight: bold;
    padding: 0px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 22px;
    
    /*CSS3 properties*/
    text-shadow: 1px 1px 2px #111;
}

img.middle 
{
    vertical-align:middle;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    margin-top:20px;
    margin-bottom:-20px;
 }

label.middle 
{
    display: block; 
    font-size:18.0pt;
    color:navy;
    text-align:center;
    vertical-align:middle;
     margin: 5px;
 }

img.center { 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    margin-top:20px;
    margin-bottom:-20px;
 }
 label.center 
 {
    display: block; 
    font-size:18.0pt;
    color:navy;
    text-align:center;
 }

/* Login Display  
----------------------------------------------------------*/
#login {
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: #000;
}

    #login li {
        margin: 0;
        display: inline;
        list-style: none;
        padding-left: 5px;
    }
    
    #login a:link, #login a:visited {
        color: #000;
        text-decoration: underline;
    }

    #login a:hover
    {
        color: white;
        text-decoration: none;
    }

/* Tab Menu   
----------------------------------------------------------*/
ul#menu {
    clear: both;
    border-bottom: 1px #5c87b2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    top: -1px;
    left: 0px;
}

    ul#menu li {
        display: inline;
        list-style: none;

    }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            
            /*CSS3 properties*/
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

        ul#menu li a:hover {
            background-color: #fff;
            text-decoration: none;
        }

        ul#menu li a:active {
            background-color: #a6e2a6;
            text-decoration: none;
        }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }
        
/* forms   
----------------------------------------------------------*/
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset legend {
        font-size: 1.1em;
        font-weight: bold;
        padding: 2px 4px 8px 4px;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }
    
        fieldset ol li {
            padding-bottom: 5px;
        }
    
    fieldset label {
        display: block;
    }
    
    fieldset label.checkbox {
        display: inline;
    }
    
    fieldset input[type="text"], input[type="password"] {
        border: 1px solid #ccc;
        padding: 2px;
        font-size: 1.2em;
        color: #444;
        width: 150px;
    }

    fieldset input[type="submit"] {
        font-size: 1.2em;
        padding: 5px;
    }
    
 /* Information and errors  
----------------------------------------------------------*/  
.message {
    clear: both;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 15px;
    
    /*CSS3 properties*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
}

.info {
    background: #bde5f8;
    color: #00529b;
}

.error {
    background: #ffccba;
    color: #d63301;
}

.success {
    background: #dff2bf;
    color: #4f8a10;
}

input[type="text"].error-field, input[type="password"].error-field { 
    border: solid 1px #d63301; 
    background-color: #ffccba;
}

.validation-error {
    display: inline;
    color: #d63301;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-error:before {
    content: "»";
}

/* Custom additions NJM */
.txt
{
    color: Black;
}

.txtWhite
{
    color: white;
}

.txtLogin
{
    color: Black;
}

.loginbackground
{
    color: #FF6600;
}

.pghdr
{
    font-size: 12pt;
    color: #fff;
    font-weight: bold;
}

/* input selections for dates */
.date_sel
{
    top:10px;
    left:250px;
    width:75px;
    font-size:12px;
    text-align:center;
}

/* input selections for dates */
.dateTime_sel
{
    top:10px;
    left:250px;
    width:100px;
    font-size:12px;
    text-align:center;
}

.toolbarAlerts
{
height: 25px; width: 1059px;
}

#routesContainer, #areasContainer
{
    position: relative; 
    width:100%; 
    height:100%;
}

.toolbarRoute, .toolbarRoutes, .toolbarArea, .toolbarAreas, .toolbarPOI
{
    height: 25px; width: 722px;
}

#mapv
{
    width:60%; height:100%; background-color: #fff; margin-top:0px; float:left;
}

#positiondata
{
    width:722px; 
    height:100%; 
    background-color: #fff; 
    margin-top:0px;
    float:right;
}


/* Ship picture */
img.vessel { 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
    width:200px;
    height:150px;
 }

/* Dasboard popup info window */
#dashboard_positiondata
{
    width:350px; 
    height:100%; 
    background-color: #fff; 
    margin-top:0px;
    float:right;
}
#dashboard_fullpositiondata
{
    width:500px; 
    height:100%; 
    background-color: #fff; 
    margin-left: auto; 
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
    float:right;
}
/* Ship picture */
img.dashboard_vessel { 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
    width:200px;
    height:150px;
 }
 
#dashboard_info, #dashboard_heading
{
    margin-left: 20px; 
}

#routesgridbox, #areasGridBox, #atAreasGridBox
{
    width:730px;height:300px;overflow:hidden;
}

#currentroute, #currentArea
{
    height: 52px; width: 730px;
}

#selectedRouteName, #selectedRouteDescription, #selectedAreaName, #selectedAreaDescription
{
    width:500px;
    height:18px;
    overflow:auto;
    border:1px solid gray;
    color:black;
}

#routegridbox, #areaGridBox, #atAreaGridBox
{
    width:730px;height:250px;overflow:hidden;margin-left: 0px;
}

#poiGridbox, #circleGridBox
{
    width:730px;height:680px;overflow:hidden;margin-left: 0px;
}

#mapRefresh
{
    width:730px;height:50px;overflow:hidden;margin-left: 20px;
}

#info h4
{
    float:left;
}

/* Labels on multiple vessels */
.vesselLabels
{
    color: black;
    background-color: #00FF00;
    font-family: "Lucida Grande" , "Arial" , sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 120px;
    border: 2px solid black;
    white-space: nowrap;
}


/* Labels on alerts */
.alertLabels
{
    color: black;
    background-color: #FFFF00;
    font-family: "Lucida Grande" , "Arial" , sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    border: 2px solid black;
    white-space: nowrap;
}

.no-ui-title .ui-dialog-titlebar {
   display: none; 
   border: 0px !important;
   background: #000000 !important;
}

.vt-ui-widget-content-titlebar {
    border: 1px solid #666666 !important;
    background: #000000 !important;
    color: #000000 !important;
}

.vt-ui-widget-content {
	border: 0px !important;
	background: transparent !important;
}

.vt-ui-widget-content .ui-dialog-titlebar {
   display: none; 
   border: 0px !important;
}


.vt-ui-panels-content
{
    border: 0px !important;
    background: #000000 !important;
}

.no-close .ui-dialog-titlebar-close {
    border: 0px !important;
    background: #000000 !important;
    display: none;
}

.vt-ui-panels-content-noclose
{
    border: 0px !important;
    background: #000000 !important;
}

.vt-cp-date
{
    width:55px;
    font-size:12px;
    text-align:center;
}

/* for dashboard chart */
#resizer {
    border: 1px solid silver;   
}
#inner-resizer { /* make room for the resize handle */
    padding: 10px;
}

/* Asset tracking styles */
/* Labels on asset point of interest */
.poiLabels
{
    color: black;
    background-color: #f3ce3f;
    font-family: "Lucida Grande" , "Arial" , sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 100px;
    border: 1px solid black;
    white-space: nowrap;
}

.at-ui-widget-content {
	border: 0px !important;
	background: #000 !important;
    margin:auto;
}

.at-ui-widget-content .ui-dialog-titlebar {
   display: none; 
   border: 0px !important;
   margin:auto;
}
