﻿html 
{
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width:0px;
}

body 
{
    background-color:#FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin:0px;
	padding:0px;
	border:0px;
}

a:hover
{
    text-decoration:underline;
}

#wrapper
{
    width: 780px;
}

#header
{
  
}

#logo
{
    height: 110px;
    padding-bottom: 5px;
}

.mainmenu
{
   
}

.submenu
{
    
}

.secmenu
{
    position:relative;
    top:-2px;
}

#leftside
{
    float: left;
    width: 181px;
    background: url(Images/leftbackground.jpg) repeat-y;
}

#content
{
    float: left;
    width: 415px;

}

#contenthead
{
    background: url(Images/contenthead.jpg) no-repeat;
    width: 414px;
    height: 28px;
}

#contentheadtitle
{
    position: relative;
    top: 1px;
    left: 20px;
    font-size: 16pt;
    color: #3366CC;
}

#rightside
{
    float: left;
    width: 178px;
}

#footer
{
   background: url(Images/footerbar.jpg) repeat-x;
   height: 49px;
}

#footerdigitalbeckley
{
    float: left;
    height: 49px;
    width: 85px;
}

#contentcontrol
{
    padding-left: 5px;
    padding-right: 5px;
}
.formlabels
{
    float:left;
    display:block;
    width:145px;
    text-align:right;
}
.formitems
{
    margin: 0px 0px 3px 0px;
}
.directorylabels
{
    float:left;
    display:block;
    width:75px;
    text-align:right;
}
/*
Admin Section
*/
#adminwrapper
{
    width: auto;
    border: solid 3px Green;
}

#adminheader
{
    background-color:Blue;
    height: 85px;
}

#adminbar
{
    width: auto;
    height: 22px;
    background-color:Green;
}

#adminleft
{
    float: left;
    width: 200px;
    
}

#admincontent
{
    float: left;
    width: 600px;
    padding-left: 3px;
}

#adminfooter
{
    width: 100%;
    height: 22px;
    background-color:Blue;
}

#adminleftmenu
{
    padding-left: 15px;
    
}
.adminFormLabels
{
    display:block;
    float:left;
    width:150px;
    text-align:right;
}
.adminBoxes
{
    margin-bottom:3px;
}
.adminWizardFormLabels
{
    display:block;
    float:left;
    width:150px;
    text-align:right;
}
/*
login section
*/
.loginHeader
{
    background-color:Blue;
    height:50px;
    width:auto;
    color:White;
    font-family:Sans-Serif;
    font-size:200%;
}
    
.loginPos
{
    margin: 0px auto 0px auto;
}

.loginBody
{
    background-image:url(Images/digitalbeckleylogo.jpg);
    background-repeat:no-repeat;
    background-position: right bottom;
    min-height:500px;
}

.formspacer
{
    margin-bottom:3px;
}
.nDis
{
}
.newsdate
{FONT-WEIGHT: bold;}
.newsheadline
{ FONT-WEIGHT: bold;
    FONT-SIZE: 105%;
    FONT-STYLE: italic;}
.newslink
{
    display:block;
    margin: 5px;
    text-decoration:none;
    color: #000055;
    font-size:90%;
}
.newslink : hover
{
    text-decoration: underline;
}
.headerMenuLinks
{
    color: #9DE6D7;
    font-weight: bold;
    text-decoration: none;
    font-size: 85%;
}
.headerMenuLinks:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.headerMenuSpacer
 {
    margin: 0px 5px;
 }