﻿
/*
    brown #564646 -> 86,70,70
    lightbrown #E3D9CC
    darkbrown #333333
    green #4E9F00 -> 78,159,0
    gray #D9D9D9
*/
/*
    ----------------------------------------------------------------------------
    HTML Elements
    ----------------------------------------------------------------------------
*/
body
{
    font-family: 'Times New Roman' , trebuchet ms, georgia, Arial, Helvetica, sans-serif;
    background-image: url(images/Background.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    font-size: 11pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-attachment: fixed;
}
a:link
{
    font-family: century gothic, Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #4E9F00;
    text-decoration: none;
}
a:visited
{
    font-family: century gothic, Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #4E9F00;
    text-decoration: none;
}
a:hover
{
    font-family: century gothic, Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #4E9F00;
    text-decoration: underline;
}
a img, a:link img, a:visited img, a:hover img, a:active img { border:0 !important; }
h1, h2, h3, h4, h5
{
    color: #4E9F00;
}
table.videolistcontainer
{
    border-collapse: collapse;
    color: #333;
    width: 480px;
    font-family: 'Century Gothic';
}

table.videolistcontainer .wbutton
{
    text-align: center;
}

table.videolistcontainer tbody a
{
    color: #ddd;
}

table.videolistcontainer tr td
{
    padding: 4px;
    font-size: 13px;
}

table.videolistcontainer thead tr
{
    color: #4E9F00;
    font-weight: bold;
}

table.videolistcontainer tbody tr
{
    background-color: #fff;
}

table.videolistcontainer tbody tr.odd
{
    /*background-color: #e7e7e7;*/
}
td.title
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4E9F00;
}

/*
    ----------------------------------------------------------------------------
    Classes
    ----------------------------------------------------------------------------
*/
html > body .banner
{
    font-family: Bookman Old Style, Times New Roman, Arial, Helvetica, sans-serif;
    margin-left: -20px;
    padding: 5px 5px 5px 100px;
    color: #FFFFFF;
    font-size: x-large;
    background: rgb(78, 159, 0);
    background: rgba(78, 159, 0, 0.6);
    background-color: #4E9F00\9;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 5px 5px #000000;
    -moz-box-shadow: 5px 5px 5px #000000;
    -webkit-box-shadow: 5px 5px 5px #000000;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='#000000', Direction=135, Strength=5)";
}
.collapsiblePanelExtenderInit
{
    height: 0px;
    overflow: hidden;
}
.collapsiblePanelExtenderBody
{
    padding: 10px;
    margin: 10px 20px 10px 30px;
    background-color: #D9D9D9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.CoopMeet
{
    background-color: #00FF00;
}
.CoopNoMeet
{
    background-color: #FF0000;
}
.CoopMakeUp
{
    background-color: #FFFF00;
}
.CoopParty
{
    background-color: #0000FF;
}
.darkBackground
{
    background-color: #333333;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}
.darkText
{
    color: #4E9F00;
}
.headerGraphic
{
    border: 3px solid #FFFFFF;
    box-shadow: 5px 5px 5px #585757;
    -moz-box-shadow: 5px 5px 5px #585757;
    -webkit-box-shadow: 5px 5px 5px #585757;
    zoom: 1;  
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='#000000', Direction=135, Strength=5)";
}
html>body .homeLinkPanel
{
    padding: 10px;
    background-color: #564646;
    width: 125px;
    height: 75px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    
    box-shadow: 5px 5px 5px #000000;
    -moz-box-shadow: 5px 5px 5px #000000;
    -webkit-box-shadow: 5px 5px 5px #000000;
    zoom: 1;  
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='#000000', Direction=135, Strength=5)";

}
.homeLinkPanel .header
{
    color: #FFFFFF;
    font-family: Impact;
}
.homeLinkPanel a
{
    color: #E3D9CC;
}
.info
{
    padding: 10px;
    background-color: #D9D9D9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.lightBackground
{
    background-color: #E3D9CC;
}
.lightBorder
{
    border: 2px solid #4E9F00;
}
.lightText
{
    color: #E3D9CC;
}
.pageDivider
{
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}
html > body .tagLine
{
    font-family: Century Gothic, sans-serif;
    margin-left: -10px;
    padding: 5px 5px 5px 100px;
    color: #FFFFFF;
    font-size: x-large;
    background: rgb(78, 159, 0);
    background: rgba(78, 159, 0, 0.6);
    background-color: #4E9F00\9;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 5px 5px #000000;
    -moz-box-shadow: 5px 5px 5px #000000;
    -webkit-box-shadow: 5px 5px 5px #000000;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='#000000', Direction=135, Strength=5)";
    text-transform: uppercase;
}
.text
{
    line-height: 19px;
    font-size: 10.5pt;
    text-align: justify;
    text-justify: newspaper;
}
.requiredField
{
    font-weight: bold;
}
.titleHeader
{
    font-family: Century Gothic, Times New Roman, Arial, Helvetica, sans-serif;
    color: #4E9F00;
    font-size: large;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #564646;
}
.title1
{
    font-family: Century Gothic, Times New Roman, Arial, Helvetica, sans-serif;
    color: #4E9F00;
    font-size: large;
    text-transform: uppercase;
    font-weight: bold;
}
.title2
{
    font-family: Century Gothic, Times New Roman, Arial, Helvetica, sans-serif;
    color: #4E9F00;
    font-weight: bold;
    font-size: 10pt;
}

/*
    ----------------------------------------------------------------------------
    Main Navigation Framework
    ----------------------------------------------------------------------------
*/
#outerWrapper
{
    background: #FFFFFF;
    margin: 0px auto 0px auto;
    width: 840px; 
}
#outerWrapper #header
{
    background-color: #FFFFFF;
    height: 100px;
    position: relative;
}
#outerWrapper #header #logo
{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}
#outerWrapper #header #toolbar
{
    float: right;
    top: 10px;
    right: 10px;
    position: absolute;
}
#outerWrapper #header #menu
{
    float: right;
    bottom: 6px;
    right: 5px;
    position: absolute;
}
#outerWrapper #content
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#outerWrapper #footer
{
    font-family: Impact;
    padding: 30px 10px 10px 10px;
    height: 50px;
    clear: both;
    text-align: center;
    color: #564646;
}

/*
    ----------------------------------------------------------------------------
    Left Column Master Page
    ----------------------------------------------------------------------------
*/
#contentWrapperHeader
{
    height: 100%;
    padding-bottom: 20px;
}
#contentWrapperLeftColumn1
{
    float: left;
    width: 560px;
    padding-right: 10px;
}
#contentWrapperRightColumn1
{
    margin-left: 570px;
}
#contentWrapperClearFloat 
{
	clear: left;
	display: block;
}