﻿
body 
{
    background-color: #5174d0;
    
    font-family: Verdana;
	font-size: 12px;

	margin: 0px 0px 0px 0px;

}

.form
{
	
	
}

h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: cambria, georgia, times, 'times new roman', serif;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:1.2em;
	color:#0d324e;
}



.top
{
	padding-top: 10px;
	margin: 0px auto;
	width: 100%;
	background-image: url(images/Makeawill-Banner.jpg);
	background-repeat: no-repeat;
	height: 80px;
	background-color: white;
	text-align: right;
}

.top hr
{
	margin: 0px 0px 0px 0px;
}


.top a
{
	color: Blue;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}
	

.container
{
		background-color: #5174d0;
		margin: 0px auto;
		width: 100%;
		text-align: center;		
}

.innercontainer
{
	/*background-color: #eff2f9;*/
	background-color: white;
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 30px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.helpheader
{
	
	width: 800px;
	background-color: #FFFFCC; border-style: solid; border-width: thin;
	margin: 15px auto 15px;
	padding: 15px 15px 15px 15px;
	text-align: left;
}

.content, #content
{
	background-color: #f1f2f3; 
	border-style: solid; 
	border-width: thin; 
	width: 800px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	margin: 0px auto 15px;
}


.footer
{
		
	color: White;
	width: 1000px;
	margin: 30px auto;
		
}

/* butttons */

.save
{
	color: #FFFFCC;
	font-weight: bolder;
	background-color: #006400 ;
}

.cancel
{
	color: #FFFFCC;
	font-weight: bolder;
	background-color: #FF0000;
	height: 26px;
}

.buy
{
	
	font-weight: bolder;
	color: silver ;
		background-color: #000080 ;
	height: 260px;
	
}
/* Left navigation links - although with the right css this can sit below the nav bar */
.MenuContainer
{
background-image: url(../../UserAssets/Images/MenuBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
height: 40px;
}
.SideBarLeft
{
font-family: "arial";
font-size: 10px;
text-align: left;
width: 1000px;
padding-top: 1px;
margin: 0px auto;
vertical-align: middle;
	border-bottom-color: #506eb4;
	border-bottom-style: solid;
	border-bottom-width: 15px;
}
.SideBarLeft ul
 {
  margin-left: 0px;
  padding-left: 0px;
}
.SideBarLeft ul li 
{
  display: inline;
}
.SideBarLeft ul li a 
{

font-size: 12px;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
color: #474646;
padding-top: 12px;
border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 12px;
}
.SideBarLeft ul li a:hover 
{
border-top-color: #7a8bb7;
	border-top-style: solid;
	border-top-width: 5px;
   background-position:100% -42px;
background-color: #506eb4;
	color: #FFF;
padding-bottom: 25px;

}
.SideBarLeft ul .current a
 {
   background-position:100% -42px;
background-color: #506eb4;
	color: #FFF;
border-top-color: #7a8bb7;
	border-top-style: solid;
	border-top-width: 5px;
padding-bottom: 25px;
padding-top: 14px;
}
.RightContainer
{
	float: right;
	width: 250px;
	padding: 20px 20px 20px 20px;
}
.LeftContainer
{
	text-align: left;
float: left;
	width: 650px;
	padding: 20px 20px 20px 20px;
}
.MainDiv
{
	height: 600px;
	background-color: White;
}