﻿#header
{
    padding: 0;
    background: url('/Content/images/CascoBayChart.jpg') no-repeat left top ; 
    height: 360px;
    width: 1024px;
}

#logo {
	background: url('/Content/images/ceglogo.png') no-repeat center top;
	float: left; 
	margin-left: 20px;
	margin-top: 30px;
	height: 250px;
	width: 350px;
	vertical-align: bottom;
}

#logo h4 
{
    vertical-align: bottom;
}

#menu 
{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    height: 300px;
    width: 500px;
    background: url('/Content/Images/menubackground.png') no-repeat left top;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#menucontainer
{
    padding: 10px;
    height: 250px;
    width: 240px;
    text-decoration: none;
    text-align: left;
    clear:both;
    float: right;
}

#menucontainer ul li 
{
    
    text-decoration: none;
    font: bold 1.2em Arial ;
    list-style: none;
    width: 140px;
    font-size:2em;
    padding: 5px;
}

#menucontainer a 
{
    color: #ED6228;
    text-decoration:none;
    width: 140px;
    border-bottom: dotted 2px Gray;
}

#menucontainer a:link 
{
    
    width:140px;
}

#menucontainer a:visited
{
    
}

#menucontainer a:active 
{
    
}

#menucontainer a:hover 
{
    color:ThreeDShadow;
    width:140px;
    border-bottom: dotted 2px #ED6228;
}

#address 
{
    text-align:left;
    float:left;
    margin-left:20px;
    color: #991111;
    font-size: 1.3em;
    font-weight:bold;
    font-family:Tahoma;
    border-bottom: dotted silver 1px;
    width:984px;   
}

#date 
{
    font-size: 1.4em;
    font-weight: bold;
    float: left;
    margin-top: 100px;
    margin-left: 20px;
    text-align: left;
    
}

#main
{
    background: white;
    padding: 10px;
    text-align:left;
    min-height:300px;
}

#footer
{
    background: url('/Content/Images/footer.gif') no-repeat center top;
    height:300px;
    width:1024;
    
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

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;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.frontpage p 
{
    padding: 10px 20px 10px 120px;
    font-size: 2em;
    font-style: italic;
    font-family: Times New Roman, Times Roman;
}