/*Prom image dimensions are 800x 220
.bot  bold links embedded in text underlined
.bot1 white link with orange hover not underlined used in the footer for the update link
.bot2 hidden link
COLORS
C35817 - Brown
ff9e0e - yellow
ffffff - white
FBB117 - orange
000000 - black
*/


body{
	text-align:center;
}


.bot{
text-decoration: underline;
font-weight: bold;
color: C35817;
font-size: 12px;
font-family: tahoma,arial,verdana;
}
.bot:hover{color: ff9e0e;}

.bot1{
text-decoration: none;
color: ffffff;
font-size: 14px;
font-family: tahoma,arial,verdana;
}
.bot1:hover{color: FBB117;}

.bot2{
text-decoration: none;
color: 000000;
font-size: 10px;
font-family: tahoma,arial,verdana;
}
.bot2:hover{color: 000000;}

TD{
font-size: 11px;
FONT-FAMILY: tahoma,arial,verdana;
color: 000000;
}

h1{
font-size: 16px;
FONT-FAMILY: tahoma,arial,verdana;
color: #c35817;
font-weight: bold;
text-decoration: underline;
}

h2{
font-size: 14px;
FONT-FAMILY: tahoma,arial,verdana;
color: #c35817;
font-weight: bold;
}

h3{
font-size: 30px;
FONT-FAMILY: tahoma,arial,verdana;
color: #ffffff;
font-weight: bold;
}

h4{
font-size: 22px;
FONT-FAMILY: tahoma,arial,verdana;
color: #ffffff;
font-weight: bold;
}


p{
font-size: 12px;
FONT-FAMILY: tahoma,arial,verdana;
color: c35817;
}

p.a{
font-size: 11px;
FONT-FAMILY: tahoma,arial,verdana;
color: #ffffff;
}

.borderit img{
border: 4px solid #ff9e0e;
}

.borderit:hover img{
border: 4px solid #C35817;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

ul.burgee{
list-style-image: url(http://casperboatclub.com/favicon.ico);
}







.textinput {
        FONT-FAMILY: tahoma,arial,verdana;
        font-size: 12px;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        FONT-FAMILY: tahoma,arial,verdana;
        font-size: 12px;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        FONT-FAMILY: tahoma,arial,verdana;
        font-size: 12px;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        FONT-FAMILY: tahoma,arial,verdana;
        font-size: 10px;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}

a {
        color: #FFFFFF;
        text-decoration: none;
}

a:hover {
        color: #C35817;
        text-decoration: none;
        background-color: #FFFFFF;
}

bblink a {
        color: #C35817;
        text-decoration: none;
}

bblink a:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #FBB117;
}

a:hover.nobg {
        text-decoration: none;
        background-color: #FFFFFF;
}


a:hover.yebg {
        text-decoration: none;
        background-color: #FFFF00;
}

.maintable {
        border: 1px solid #C35817;
        background-color: #FBB117;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #FBB117;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #C35817;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #C35817;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #c35817 ;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #FF9e0e;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #FFFFFF;
        border: 1px solid #C35817;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #FBB117;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.album_stat {
        font-size : 10px;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 9px;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 9px;
        padding: 1px;
        display : block;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 9px;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 12px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 10px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #FBB117 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #FBB117 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 9px;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        background : #c35817 ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #C35817 ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        FONT-FAMILY: tahoma,arial,verdana;
        font-size: 10px;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        FONT-FAMILY: tahoma,arial,verdana;
        font-size: 10px;
        border: 1px solid #C35817;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: none;
        background: #C35817;
}

.comment_date{
        color : #5F5F5F;
        font-size : 10px;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #c35817;
        margin: 2px;
}

.imageborder {
        border: 1px solid #ffffff;
        background-color: #c35817;
        margin-top: 30px;
        margin-bottom: 30px;
}

.thumbnails {
        background: #FF9EOE ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #000000;
        text-decoration: underline;
}

.statlink {
        color: #FFFFFF;
        text-decoration: none;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

.alblink a {
        text-decoration: underline;
        color: #FFFFFF;
}

.alblink a:hover {
        color: #ff9e0e;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #FFFFFF;
}

.catlink a:hover {
        color: #C35817;
        text-decoration: underline;
}

.topmenu {
        FONT-FAMILY: tahoma,arial,verdana;
        font-size: 10px;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        width:120px;
}

.topmenu a {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-left-width: 0px;
    background: #FBB117;
    background-image : url(images/button_bg.gif);
    background-position: middle;
    border-bottom-width: 0px;
    margin: 0px 0px 2px;
    color: #625b55;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FF9EOE;
    color: #000000
    }

.topmenu a:hover {
    color: #000000;
    text-decoration: none;
    background: #FFFF00;
    background-image : none;
}





.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #FBB117 ;
        font-size : 12px;
        color : #FFFFFF;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #C35817 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        color: #FBB117;
        font-weight: bold;
        cursor : hand;
}

.listbox_lang {
        color: #000000;
        background-color: #FF9EOE;
        border: 1px solid #FBB117;
        font-size: 80%;
        FONT-FAMILY: tahoma,arial,verdana;
        vertical-align : middle;
}

