﻿body 
{
    background-color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin:0px;
	padding:0px;
	border:0px;
}

a:hover
{
    text-decoration:underline;
}
.searchButton
{
    position:relative;
    top:2px;
}
.panelStyle
{
    float:right; 
    position:relative; 
    left:-5px;
}
#wrapper
{
    width: 780px;
}

#header
{
  
}

#logo
{
    height: 110px;
    padding-bottom: 5px;
}

.mainmenu
{
   text-align: center;
   width:145px;
   font-family:Arial Sans-Serif;
   color:White;
   position:relative;
   top:-1px;
   font-size:105%;
}

.submenu
{
    text-align:center;
}

#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;
}
.submenuStyle
{
    color:  #103d5e;
    text-decoration:none;
    font-size:105%;
}

/*
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: auto;
    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;
}
/*
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;
}
