﻿    .container
    {
    margin: 0 auto;
	width:855px;
    }
    
    .menuBar
	{	
	border: solid 1px #E0E0E0;
    background-color: #F0F0F0;
    float:left;
    padding: 10px;
    margin-top:25px;
    width: 200px;
    font: 12px verdana;
    color: black;
	}
	.loginArea
	{
	float:right;
    padding: 10px;
    font: 12px verdana;
    color: black;
    border: solid 1px #E0E0E0;
	}
	
	.error
{
	height:300px;
     position:relative;
    left:50%;
    margin-left:-250px;
    
    margin-top:150px;
    height:150px;
    font-style:normal; 
    font-size:20px; 
    font-family: Verdana;  
    color:Red;  
    padding-left: 25px;
    padding-top: 75px;
    border: solid 1px gray;
    width: 500px;
    background-repeat:repeat-x;
    background-position:bottom;
    background-image: url(images/adminBack.jpg);
}
	
	.login
	{
	margin: auto;
	border: solid 1px #E0E0E0;
    background-color: #F0F0F0;
    padding: 10px;
    margin-top:25px;
    width: 300px;
    font: 12px verdana;
    color: black;

	}
	
	.darkTable
	{
	background-color:#E0E0E0;
	border-color:#E0E0E0;
	}
	
	.logo
	{
	margin-bottom:1px;
	float:left;
	}
	
	.menuList
	{
	 float: left;
	 list-style: none;
     margin: 0;
     padding: 5px;
     margin-bottom:10px;
	}
	
	.adminList
	{
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
	margin-top:25px;
	width: 600px;
	border: solid 1px #E0E0E0;
	background-color: #F0F0F0;
    float:right;
    font: 12px verdana;
    color: black;
	}
	.menuList li 
	{
    margin-top: 1.5em;
    }
    
    .header
    {
    float:left;
    font-family:Calibri;
    font-size:large;
    color: black;
    font-weight:bold;
    padding-bottom:10px;
    font-variant:small-caps;
    }
    
        .headerType
    {
    float:left;
    font-family:Calibri;
    font-size:large;
    color: black;
    font-weight:bold;
    font-variant:small-caps;
    }



    
    .GridViewList
	{
    float:left;
	}

    .divclear
    {
        clear:both;
    }

    .body
    {
background-repeat:repeat-x;
background-position:top;
background-image:url("images/adminBack.jpg");
    }
    
    /* ----- MENU -----------*/
    
.publicMenu
        {
        width: 920px;
    font-family:Calibri;
        background-image:url("images/menugrad.jpg");
        background-repeat:repeat-x;
         }    
    
.publicMenu ul li
        {
        display: inline;
        }

.publicMenu ul li a{
        float: left; text-decoration: none;
        color: #257FBB;
        padding: 10.5px 11px;
        background-image:url("images/menugrad.jpg");
        background-repeat:repeat-x; }

.publicMenu ul li a:visited{
        color: #257FBB;}

.publicMenu ul li a:hover, .publicMenu ul li .current{
        color: #257FBB;
        background-image:url("images/menugrad2.jpg");
        background-repeat:repeat-x;}
    
    
    /*----------Front Page-------*/
    
    
    .homeImage
    {
    float:left;
    z-index:auto;
    background-image:url("images/homeImage.jpg");
    width:920px;
    height:567px;
    }
    
    .typeImage
    {
    float:left;
    z-index:auto;
    background-image:url("images/typeImage.jpg");
    width:920px;
    height:567px;
    }
    
        .operatorImage
    {
    float:left;
    z-index:auto;
    background-image:url("images/operatorImage.jpg");
    width:920px;
    height:567px;
    }

    .destinationImage
    {
    float:left;
    z-index:auto;
    background-image:url("images/destinationImage2.jpg");
    width:920px;
    height:567px;
    }

    .portImage
    {
    float:left;
    z-index:auto;
    background-image:url("images/portImage.jpg");
    width:920px;
    height:567px;
    }

    
    .shipImage
    {
    float:left;
    z-index:auto;
    background-image:url("images/shipsImage.jpg");
    width:920px;
    height:567px;
    }


    
    .homeContainer
    {
    margin: 0 auto;
	width:920px;
	background-color:White;
	background-image:url("images/gradient.png");
	background-repeat:repeat-x;
	

    }
    
    .innerBox
    {
    position:absolute;
    margin-top:90px;
    margin-left:10px;
    }
    
    .box
    {
    position:absolute;
    background-repeat:repeat-x;
    background-position:bottom;
    background-image:url("images/adminBack.jpg");
    padding:10px;
    width:840px;
    margin-left:30px;
    height:220px;
    margin-top:297px;
    }

    
    .frontImages
    {
        background-image:url("images/front1.jpg");
        background-repeat:no-repeat;
        width:200px;
        height:120px;
    }
        .frontImages2
    {
        background-image:url("images/front2.jpg");
        background-repeat:no-repeat;
        width:200px;
        height:120px;
        margin-left:220px;
        margin-top:-120px;
    }
        .frontImages3
    {
        background-image:url("images/front3.jpg");
        background-repeat:no-repeat;
        width:200px;
        height:120px;
        margin-left:440px;
        margin-top:-120px;

    }
        .frontImages4
    {
        width:200px;
        height:120px;
        margin-left:660px;
        margin-top:-120px;

    }



    
    .middle
    {
    
    float:left;
    z-index:auto;
    background-image:url("images/adminBack.jpg");
    width:920px;
    background-repeat:repeat-x;
    background-color:White;

    }
    
    .bodyHome
    {
    height:100%;
	margin:0 auto;
	padding:0;

    background-color:#E0E0E0;
    background: url("images/background.jpg") repeat-y center top;
    }
    
   
    .frontListHeader
    {
        font-family: Arial;
        color:#257FBB;
        font-size:8pt;
        text-align:justify;    
    }
        
        
.frontList a:link {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:8pt;}
.frontList a:visited {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:8pt;}
.frontList a:active {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:8pt;}
.frontList a:hover {font-family: Arial;
            color:#8FBADA;
            text-decoration:underline;
            font-size:8pt;}         

.frontList2 a:link {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:9pt;}
.frontList2 a:visited {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:9pt;}
.frontList2 a:active {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:9pt;}
.frontList2 a:hover {font-family: Arial;
            color:#8FBADA;
            text-decoration:underline;
            font-size:9pt;}         


    
a:link     {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:9pt}

a:visited  {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:9pt}

a:active   {font-family: Arial;
            color:#257FBB;
            text-decoration:none;
            font-size:9pt}

a:hover    {font-family: Arial;
            color:#257FBB;
            text-decoration:underline;
            font-size:9pt}

.welcome
{
    font-family: Arial;
    font-weight:bold;
    color:#257FBB;
font-size:12pt;
}

.introText
{
    float:right;
    font-family: Arial;
    color:#257FBB;
    width:368px;
    margin-top:30px;
    margin-right:30px;
    font-size:10pt;
    padding:20px;
    background-image:url("images/introTxtImage.png");
    background-repeat:no-repeat;

}

.introAdvert
{
    float:right;
    font-family: Arial;
    color:red;
    width:368px;
    margin-top:30px;
    margin-right:30px;
    font-size:10pt;
    padding:20px;

}

    
    .test
    {
    padding:35px;
    float:left;
    }
    
        .test2
    {
    float:left;
    }

    
    .footerList
        {
        font-size:8pt;
        float:left;
        text-align:left;
        width: 880px;
        font-family:Arial;
        color:#257FBB;
        font-weight:bold;
         }    
    
.footerList ul li
        {
        display: inline;
        }

.footerList ul li a{
        float: left; text-decoration: none;
        color: #257FBB;
        padding: 10.5px 11px;
         }

.footerList a:link {font-family: Arial;
            color:#8FBADA;
            text-decoration:none;
            font-size:8pt;}
.footerList a:visited {font-family: Arial;
            color:#8FBADA;
            text-decoration:none;
            font-size:8pt;}
.footerList a:active {font-family: Arial;
            color:#8FBADA;
            text-decoration:none;
            font-size:8pt;}
.footerList a:hover {font-family: Arial;
            color:#257FBB;
            text-decoration:underline;
            font-size:8pt;}         

.subscription{
            margin-right:20px;
            margin-top:20px;
            float:right;
            padding-top:5px;
            padding:10px;
            padding:10px;
            padding:10px;
            font-family: arial;
            color:#2D85BA;
            text-decoration:none;
            font-size:8pt;
            width:200px;
            background-image:url("images/subgrad.jpg");
            background-repeat:repeat-x;
            background-color:White;
            }
            
            .hr
            {
            height:1px;
            border:0;
            color: #8FBADA;
            background-color: #8FBADA;
            width:880px;
            margin-left:20px;
            }
            
            .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	.footer
	{
    font-family: Arial;
    text-align:right;
    font-size:8pt;
}

.typeDetails
{
    float:left;
    font-family: Arial;
    color:#257FBB;
    width:65%;
    text-align:left;
    font-size:9pt;
    background-color:White;
    background-image:url("images/adminBack.jpg");
    background-repeat:repeat-x;
    padding:10px;
    margin:20px;
    /* for IE */
      filter:alpha(opacity=90);
      /* CSS3 standard */
      opacity:0.90;    
}

.typeDetails p{   font-family: Arial;
    color:#257FBB; 
}

.typeDetails2
{
    font-family: Arial;
    color:#257FBB;
    float:right;
    width:21%;
    text-align:left;
    font-size:9pt;
    background-color:White;
    background-image:url("images/adminBack.jpg");
    background-repeat:repeat-x;
    padding:10px;
    margin:20px;
    /* for IE */
      filter:alpha(opacity=90);
      /* CSS3 standard */
      opacity:0.90;    
}

.othertypeDetails
{
float:right;
    font-family: Arial;
    color:#257FBB;
    width:15%;
    text-align:left;
    font-size:9pt;
    background-color:White;
    background-image:url("images/adminBack.jpg");
    background-repeat:repeat-x;
    padding:10px;
    margin:20px;
    /* for IE */
      filter:alpha(opacity=90);
      /* CSS3 standard */
      opacity:0.90;    
}

.typeDetails3
{
    float:left;
    font-family: Arial;
    color:#257FBB;
    width:65%;
    text-align:left;
    font-size:9pt;
    background-color:White;
    background-image:url("images/adminBack.jpg");
    background-repeat:repeat-x;
    padding-left:10px;
    padding-top:10px;
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:0px;
    /* for IE */
      filter:alpha(opacity=90);
      /* CSS3 standard */
      opacity:0.90;    
}

.typeDetails4 p{   font-family: Arial;
    color:#257FBB; 
}

.typeDetails4
{
    float:left;
    font-family: Arial;
    color:#257FBB;
    width:65%;
    text-align:left;
    font-size:9pt;
    background-color:White;
    background-image:url("images/adminBack.jpg");
    background-repeat:repeat-x;
    padding-left:10px;
    
    margin-top:0px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:0px;
    /* for IE */
      filter:alpha(opacity=90);
      /* CSS3 standard */
      opacity:0.90;    
}

.typeDetails4 p{   font-family: Arial;
    color:#257FBB; 
}

.shipFeatures
{
    background-color:#8FBADA;
    color:white;
    border:0;
}

.typeDetails5
{
    float:left;
    font-family: Arial;
    color:#257FBB;
    width:65%;
    text-align:left;
    font-size:9pt;
    background-color:White;
    background-image:url("images/adminBack.jpg");
    background-repeat:repeat-x;
    padding:10px;
    margin-left:20px;
    margin-bottom:20px;
    margin-right:20px;
    margin-top:0px;
}

.typeDetails5 p{   font-family: Arial;
    color:#257FBB; 
}

.frontImagesText
{
    float:left;
    font-family: Arial;
    color:white;
    font-weight:bold;
    text-align:left;
    font-size:8pt;
    padding:10px;
}

.frontImagesText2
{
    float:left;
    font-family: helvetica;
    color:#257FBB;
    font-weight:bold;
    text-align:left;
    font-size:16pt;
    padding:0px;
    margin-left:-5px;
    margin-top:10px;
}


.headerHolder
{
padding:2px;
background-color:White;
}
    .headerType2
    {
    float:left;
    font-family:Calibri;
    font-size:large;
    color: black;
    font-weight:bolder;
    font-variant:small-caps;
    background-color:white;
    padding:2px 4px 2px 4px;
    }

.frontImagesText a:link {font-family: Arial;
            color:#efefef;
            text-decoration:underline;
            font-size:8pt;}
.frontImagesText a:visited {font-family: Arial;
            color:#e0e0e0;
            text-decoration:underline;
            font-size:8pt;}
.frontImagesText a:active {font-family: Arial;
            color:#efefef;
            text-decoration:underline;
            font-size:8pt;}
.frontImagesText a:hover {font-family: Arial;
            color:#e0e0e0;
            text-decoration:underline;
            font-size:8pt;}
