@charset "utf-8";
/* CSS Document */

	
div.seaEvents, div.seaVideos, div.seagallery {
    background-color: #F7F7F7;
    border-left: 1px solid #E2E2E2;
    border-top: 1px solid #CDDAE2;
    float: left;
    margin: 0 0 0 -10px;
    padding: 0 5px;
    width: 100%;
}

div.seaEvents h4 {
  background: url("../images/calendar.png") no-repeat scroll left center rgba(0, 0, 0, 0);
   text-indent: 40px;
}

 div.seaVideos h4
{
  background: url("../images/video.png") no-repeat scroll left top rgba(0, 0, 0, 0);
   text-indent: 30px;
   color:#2f93dd;
}

 div.seagallery h4
{
  background: url("../images/slideshow.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
   text-indent: 40px;
}
.event_line {
    background: url("../images/line.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 11px;
    width: 97%;
}
.event_box {
    border-bottom: 1px solid #E1E0DC;
    display: block;
    float: left;
    margin: 1px 5px 0 8px;
    padding: 6px 4px;
    width: 97%;
}
.side_box {
    display: block;
    height: 100%;
    margin-bottom: 1px;
    margin-left: 2px;
    width: 97%;
}
.side_event {
    margin: 2px 4px 2px 2px;
    padding-left: 4px;
    text-align: left;
    width: 97%;
}
.date_panel {
    border-right: 1px solid #E1E0DC;
    color: #7F8583;
    display: block;
    float: left;
    font-family: "Lucida Console",Monaco,monospace;
    font-size: 14px;
    font-weight: normal;
    margin: 4px 7px 5px 0;
    min-width: 40px;
    padding-left: 3px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.date_panel span {
    color: #D53636;
    display: block;
    font-family: "Georgia,Times New Roman,Times";
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
}
.cal_event {
    color: #565347;
    font-family: "leelawad",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    text-align: left;
    vertical-align: middle;
}
.cal_event a:link, .cal_event a:visited {
    color: #4883AB;
    text-decoration: none;
}
.cal_event a:hover {
    color: #389FFE;
    text-decoration: none;
}	

.main_event {
    color: #336699;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 3px;
    padding: 2px 15px 2px 2px;
    text-align: left;
}

.desc_event {
    color: #7E7C75;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 3px;
    padding: 2px 15px 2px 2px;
    text-align: left;
}

#side_event {
    margin: 2px 4px 2px 2px;
    padding-left: 4px;
    text-align: left;
    width: 98%;
}

