﻿body
{
    font-family: Verdana, Arial, Sans-Serif, Verdana;
    font-size: 12px;
    font-size: .8em;
    /** background-color: #2C4C84; */
    background-color: #71B9D7;

    /**background-color: #CCC;**/
    margin: 0px;
    /**text-align: center;**/
    height: 100%;
}

a
{
    color:  #2C4C84;  
}

/**
input
{
  background-color: #FFFFFF;
  font-family:  Arial, Verdana, Sans-Serif;
  border: 1px solid gray;
}
**/

input {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
    color: black;
    text-decoration: none;
    /**text-transform: uppercase;**/
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    /**font-weight: bold;**/
}


textarea {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  position: relative;
  padding: 5px;
  color: black;
  text-decoration: none;
  /**text-transform: uppercase;**/
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /**font-weight: bold;**/
}

select {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /**font-weight: bold;**/
}


input[type=button], input[type=submit] {
    cursor: pointer;
    background-color: #6699FF;
    color: #FFFFFF;
    padding: 7px;
    border: 1px solid #6699FF;
}

input[type=submit]
{
    cursor: pointer;
    padding-right: 8px;
}

input[type=image]
{
    border-width: 0px;
}

input[type=radio]
{
    height: auto;
    border-width: 0px;
}

input[type=checkbox]
{
    height: auto;
    border-width: 0px;
}

input[type=file]
{
    border-width: 0px;
}


/**
select
{

}


textarea
{
  background-color: #FFFFFF;
  font-family:  Arial, Verdana, Sans-Serif;
  border: 1px solid gray;
}
**/

.topBar {
    height: 10px;
    width: 1050px;
    /* background-color: #1c1c33; */
    background-color: #FFFFFF;
    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: 750px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

#menuContainer {
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
}


.spacer
{
    height: 5px;   
}

/**
.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
{
  width: 1050px;
  text-align: center;  
  background: #2C4C84;
}

.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;
    padding: 5px;
    text-align: left;
    border-width: 1px;
    border-style: solid; 
    border-color: #6699FF;
}

.large
{
    font-size: 12pt;
    padding: 2px;
}

.inputLabel
{
    font-size: 12pt;
    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 { width: 20px; white-space: nowrap; font-weight: bold; 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-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;
}


.ui-menu-item {
  /* IE10 fix */
  list-style-image: url(data:0);
}


.customerHeader {
    text-align: center;
    background: #FFFFFF;
    padding: 5px;
    margin-bottom: 5px;   
}