﻿/*Milwaukee Country Club CSS Style Sheet
  Originally written for the 2008 USGA Open
  and modified for the 2009 online signup forms */

/*DIV FORMATTING*/

.PageContainer 
{
    /*background-color:#DED3C6;*/
    background-color:#B1D864;
}
.RoundedBoxHolder
{
    width:800px;
    position:absolute;
    left:50%; 
    margin-left:-400px;
}

.LegalText
{
    font-size:10pt;
}

/*END DIV FORMATTING*/

/*ROUNDED CORNERS FOR DIV*/
.bl {background: url(/Images/Rounded/bl.gif) 0 100% no-repeat #e68200; width: 800px;}
/*.bl {background: url(/OnlineRegistration/Images/Rounded/bl.gif) 0 100% no-repeat #007F0E; width: 800px;}*/
.br {background: url(/Images/Rounded/br.gif) 100% 100% no-repeat}
.tl {background: url(/Images/Rounded/tl.gif) 0 0 no-repeat}
.tr {background: url(/Images/Rounded/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px;} 
/*END ROUNDED CORNERS FOR DIV*/


/*IMAGE FORMATTING*/
img.transparent
{
    opacity:0.8;
    filter:alpha(opacity=100,FinishOpacity=0, style=2);
    -moz-opacity:0.8;
}

img.MainHeader
{
    opacity:0.8;
    filter:alpha(opacity=100,FinishOpacity=0, style=2);
    -moz-opacity:0.8;
    width: 26px;
}
/*END IMAGE FORMATTING*/

/*TEXT FORMATTING*/
H1
{
    font-family: Old English Text MT;
    font-size:48px;
    color:BLACK;
}

p
{
    text-indent:20px;
}

/*END TEXT FORMATTING*/

/*Link Formatting*/
    a:hover
    {
        color:Silver;
    }
    a:default
    {
        color: White;
    }
    a:visited
    {
        color:Black;
    }

/*End Link Formatting*/

body 
{
    background-color:#B1D864;
    font-family:Times New Roman;
}

table.main
{
    margin:0px;
    padding:0px;
    width:900px;
    background-color:White;
}

td.header
{
    margin:0px;
    padding:0px;
}
    
td.mainbody
{
    vertical-align:top;
    height:400px;
    text-align:left;
}


