﻿a
{
    text-decoration: none;
    color: #e54716;
}

img
{
	border: none;
	/*behavior: url(images/iepngfix.htc);*/
	
}
a:hover
{
    text-decoration: underline;
}
#leftMenu
{
    background: url(/images/left_menu_bg.jpg) repeat-y;
    width: 266px;
    float: left;
}
#leftMenuFooter
{
    background: url(/images/left_menu_footer.jpg) no-repeat bottom;
    width: 266px;
    height: 12px;
}
.leftMenuContent
{
    padding: 0px 7px 0px 7px;
}
.leftMenuButton
{
    background: url(/images/button_bg.jpg) repeat-x;
    width: 125px;
    float: left;
    height: 28px;
    text-align: center;
}
.leftMenuButton a
{
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.contentSpacer
{
    background-color: #fff;
    padding-top: 4px;
}
.leftMenuHeader
{
    height: 31px;
    background-color: #365e6e;
    width: 252px;
    margin: auto;
    color: #fff;
    font-size: 14px;
}

#contentMain
{
    background: url(/images/content_bg.jpg) repeat-y;
    width: 646px;
    float: left;
}
#contentHeader
{
    background: url(/images/content_header.jpg) no-repeat;
    width: 646px;
    height: 60px;
    color: #fff;
    font-size: 20px;
}
#contentFooter
{
    background: url(/images/content_footer.jpg) no-repeat bottom;
    width: 646px;
    height: 11px;
}
#adminContentMain
{
    background: url(/images/admin_content_bg.jpg) repeat-y;
    width: 900px;
    float: left;
}
#adminContentHeader
{
    background: url(/images/admin_content_header.jpg) no-repeat;
    width: 900px;
    height: 60px;
    color: #fff;
    font-size: 20px;
}
#adminContentFooter
{
    background: url(/images/admin_content_footer.jpg) no-repeat bottom;
    width: 900px;
    height: 11px;
    float: left;
}

.mainContent
{
    padding: 0px 7px 0px 7px;
}
.mainContentHeader
{
    height: 44px;
    background-color: #365e6e;
    font-size: 20px;
    color: #fff;
}









body
{
    padding: 0;
    background: #c9ccd0;
    font-family: "Trebuchet MS" , Arial, Tahoma, Verdana;
    font-size: 14px;
    color: #333333;
}

h1
{
    margin: 0px;
    margin-top: 4px;
    padding: 0px;
    font-size: 20px;
    text-decoration: none;
    background: url(/images/button_bg.jpg) repeat-x;
    color: #fff;
    padding-left: 8px;
    height: 40px;
}
.listingHeader
{
    font-size: 16px;
    margin-left: 10px;
}

#dash_quicklinks
{
    font-size: 11px;
}

#dash_quicklinks ul
{
    list-style-type: none;
    margin: 0;
}

#dash_quicklinks ul li
{
    background-image: url(/images/thunderbird.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 22px;
}


.button
{
    background:url(/images/btnBlank.gif) no-repeat;
    width:99px;
    height:20px;
    text-align:center;
    display:block;
    color:#fff;
    font-weight:bold;
    
}
.required
{
    font-weight:bold;
    color:Red;
    margin-left:4px;
    margin-right:4px;
}
