﻿body
{
    font-family: Arial, Sans-Serif, Verdana;
    font-size: 12px;
    font-size: .8em;
    background-color: #2C4C84;
    margin: 0px;
    /**text-align: center;**/
    height: 100%;
}

a
{
    color:  #2C4C84;  
}

a:hover {
    color: #53565A;
}

input
{
  background-color: #FFFFFF;
  font-family:  Arial, Verdana, Sans-Serif;
  border: 1px solid gray;
}

input[type="text"], input[type="password"] {
    height: 14px;
    padding: 5px;
}

    input[type=button], input[type=submit] {
        cursor: pointer;
        background-color: #5d5ba8;
        cursor: pointer;
        color: #FFFFFF;
        height: 25px;
    }


input[type=checkbox]
{
  border-width: 0px;
  border-style: none;
  height: 16px;
  width: 16px;
}

select
{
  background-color: #FFFFFF;
  font-family:  Arial, Verdana, Sans-Serif;
  border: 1px solid gray;
  height: 26px;
}


textarea
{
  background-color: #FFFFFF;
  font-family:  Arial, Verdana, Sans-Serif;
  border: 1px solid gray;
}

.topBar {
    height: 10px;
    width: 1050px;
    background-color: #1c1c33;
    margin-left: auto;
    margin-right: auto;
}


.headContainer
{
    margin-left: auto;
    margin-right: auto;
    height: 86px;
    background-color: #FFFFFF;
    width: 1050px;
    /**border: solid 1px #B6B6BE;*/
}

.headImage
{
  margin-left: auto;
  margin-right: auto;  
  height: 100px;
  width: 292px;
  /**background-image: url('/images/100pix.jpg');**/
  background-repeat: no-repeat;
  float: left;
}

.headTitle
{ 
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 76px;
    width: 500px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

.spacer
{
    height: 5px;   
}

#menuContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
}



/**
.headImage
{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 200px;   
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF; 
  background-image: url('../images/boat1.png');
}
**/

/**
.headTitle
{
  margin-left: auto;
  margin-right: auto;
  width: 519px;
  height: 100px;   
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF; 
  background-image: url('../images/service1marine.jpg');
}
**/

.tabsContainer
{
    margin-left: auto;
    margin-right:auto;
    width: 1050px;
    text-align: center;  
    /**background-color: transparent;*/
    background-color: #53565A;

}

.content
{
  margin-left: auto;
  margin-right: auto;
  width:1040px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
  background-color: #FFFFFF;
  padding: 5px;
  color: #000000;
  /**border: solid 2px #B6B6BE; **/
}

.content td
{
  padding: 2px;
  /**border: solid 2px #B6B6BE; **/
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #585858;
	-webkit-box-shadow: 3px 3px 4px #585858;
	box-shadow: 3px 3px 4px #585858;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#585858')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#585858');
}

.center {
    margin-left: auto; 
    margin-right: auto;   
}


.borderTest
{
    border-width: 1px;
    border-style: solid;
    border-color: Black;  
}

.sectionHeader
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
    color: #FFFFFF;
    /** background-color: #6699FF;*/
    background-color: #5d5ba8;
    padding-left: 2px;
    padding-top: 2px;
    text-align: left;
}

.large
{
    font-size: 14px;
    padding: 5px;
}

.inputLabel
{
    font-size: 14px;
    font-weight: bold;
    color: #2C4C84;
    width: 20px;
    white-space: nowrap;
    padding-left: 5px; 
    text-align: right;
}

#contentContainer
{
    text-align: center;   
}
  
.updateDiv
{
    /**font-size: 10pt;**/
}

#grayOut
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #000000;
    opacity: .40;
    filter: alpha(opacity=40);
    z-index: 1;
    display: none;
}

#userInformation
{
    margin-top: 60px;
    color: #2C4C84;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
}

#userInformation a
{
    color: #2C4C84;
}

.itemList
{
    list-style: none;
    list-style-type: none;
    margin:0;
    padding:0;
    border: solid 1 #000000;   
}

/**
.itemList li
{
    list-style-type: none;
    list-style: none;
    border: solid 1px #000000;
    margin: 1px;
    text-align:left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}
**/
    
.label { white-space:nowrap; text-align: right; }
    
/**
.checkList
{
    list-style: none;
    list-style-type: none;
    margin:0;
    padding:0;
}
    
.checkList li
{
    list-style-type: none;
    list-style: none;
    margin: 1px;
    text-align:left;
    padding-top: 2px;
    padding-left: 2px;    
}
**/

.popUpDiv
{
    /**
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    **/
    color: Black; 
}

.blueBorder
{
    border-width: 1px; 
    /**border-color: #6699FF; */
    border-color: #5d5ba8;
    border-style: solid;
}

.noBorder
{
    border-width: 0px;
}

/**
#editDiv
{
  position: absolute;
  top: 500px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;   
  width:400px;
  height:250px;
  border: solid 1px #00000;
  background-color: #FFFFFF;
  display: none;
}
**/


.validationSummary
{
    background-color: #fa8072;
    padding: 5px;
    color: Black;
    text-align: left;
}

.closeImage
{
    width: 16px;
    height: 16px;
    margin: 0;
    background-image: url('../images/close.jpg');  
}

.white
{
    background-color: #FFFFFF;
}

.attributeNumber
{
    padding-left: 2px;  
}

.loading
{
  z-index: 999;
  width: 200px;
  height: 100px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: black;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  background-color: #FFFFFF;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -50px;
  display: none;
}

.loading
{
    font-weight: bold;
    font-size: 12px;
}

/** jquery ui overrides */

.ui-menu-item {
  /* IE10 fix */
  list-style-image: url(data:0);
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Sans-Serif, Verdana /*{ffDefault}*/;
    font-size: 12px;
}

.ui-widget-overlay {
    opacity: .5;
}

.ui-menu {
    border-radius: 0 !important;
}

.ui-menu-item .ui-state-focus {
    border-radius: 0 !important;
}

.ui-sortable li {
    cursor: move;
}

.ui-spinner-input {
    height: 15px !important;
}


/** calender overrides */
.fc-event-inner {
    padding: 2px;
    width: auto !important;
}

.fc-button-agendaWeek, .fc-button-agendaDay {
    display: none !important;
}


.cancel {
    background-color: #fff !important;
    color: #5d5ba8 !important;
    border: 0;
}



