#main
{
    position: relative;	
    margin-right: auto;
    margin-left: auto;
 	width: 700px;
 	background-color:#eeeeee;
}

#top
{

}
    #logo
    {
        background-image:url('/Media/Images/Logo.jpg');
        background-repeat:no-repeat;
        height:100px;
    }
    #status
    {
        background-color:#FDD99C;
        padding:3px 10px 3px 10px;  
        text-align:right;
    }
    #menu
    {
        padding:3px;
        background-color:#DD9A27;
    }
    #menu a
    {
        color:#ffffff;
    }

#content
{
 	padding:10px;
 	min-height:500px;
}

#footer
{
    background-color:#cccccc;
    padding:3px 10px 3px 10px;  
    text-align:center;
    font-size:10px;
}
#heading
{
    height:50px;
    overflow:auto;
    margin-bottom:10px;
    border-bottom:solid 1px #DD9A27;
    overflow:hidden;
}

#heading #icon
{
    height:50px;
    float:left;
    width:60px;
}

#heading #text
{
    height:30px;
    float:left;
    width:600px;
    font-size:16px;
    font-weight:bold;
    vertical-align:bottom;
}
#heading #subText
{
    height:20px;
    float:left;
    width:600px;
    vertical-align:bottom;
}.mainMenu
{
}

.StaticMenuStyle
{
}
.StaticMenuItemStyle
{
    width:120px;
    font-weight:bold;
}
.StaticHoverStyle
{
    background-color:#C47C00;
    width:120px;
}

.DynamicMenuStyle
{
    width:120px;
    background-color:#DD9A27;
}
.DynamicMenuItemStyle
{
    width:120px;
    background-color:#DD9A27;
    padding:5px;
}
.DynamicHoverStyle
{
    background-color:#C47C00;
    width:120px;
}body,td
{
    font-family:Arial, Verdana;
    font-size:11px;
}

h1
{
    font-size:16px;
    margin-bottom:3px;
}
h2
{
    font-size:13px;
}

a
{
    text-decoration:none;
	color:#D48B24;
}
a:hover
{
    text-decoration:underline;
}
a:visited
{
	color:#D48B24;
}

img
{
    border:none;
}
p
{
	padding:5px 5px 3px 3px;
	margin:5px 5px 3px 3px;
}
hr
{
	background-color:#DD9A27;
	color:#DD9A27;
	height:1px;
}
input.readonly
{
    border:0;
    border-style:none;
}textarea,input,select,option
{
    font-family:Arial,Verdana;
    font-size:11px;
}table
{
    border-collapse:collapse;
    border:none;
}
table.full
{
    width:100%;
}
tr.alt
{
    border:none;
    background-color:#dddddd;
}


th
{
    border:none;
    text-align:left;
    background-color:#DD9A27;
}
th, th a
{
    color:#ffffff;
}

td
{
    border:none;
}

td.right
{
    text-align:right;
}

td.center
{
    text-align:center;
}

td.icon
{
    width:20px;
    text-align:center;
}
td.icon img
{
    width:16px;
    height:16px;
}
td.icon a img:hover
{
    background-color:#D48B24;
}

td.schedule
{
    width:20px;
    padding:0;
    margin:0;
}
td.schedule input
{
    width:10px;
    border:solid 1px #cccccc;
    font-size:9px;
    text-align:center;
}
/*
#schedule .Monday
#schedule .Tuesday
#schedule .Wednesday
#schedule .Thursday
#schedule .Friday
*/
#schedule .Saturday
{
    background-color:#DCDEFF;
}
#schedule .Sunday
{
    color:Red;
    border-right:solid 1px #cccccc;
    background-color:#DCDEFF;
}
