
/* Default Font */
body
{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 14px;
	background:#9e7ea5;
}
p{color: #ffffff;}
li{color: #ffffff;}

/* Container Font */
.Head {
  	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
}
.SubHead {
  	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold; 
}

.Normal{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
} 
.NormalSmall{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
} 
.CommandButton{} /* the command links when we are logged in as administrators*/

/* FCK Editor options area, have to set these explicitly as the source has the style set with a white background */
#optionsarea .SubHead{
         color: #000000;
}
#optionsarea .Normal{
         color: #000000;
}
#optionsarea .Head{
         color: #000000;
}
/* End FCK specific area */

/* GENERIC */
H1  {  	font-size:  18px;
		font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
		color: #ffffff;
		font-weight: bold;
	}
H2  {  font-size:  18px;
		font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
		color: #ffffff;
		font-weight: bold;
		}
H3  {  font-size:  16px;
		font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
		color: #ffffff;
		font-weight: bold;
		 }
H4  {  font-size:  13px;
		font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
		color: #ffffff;
		font-weight: bold;
		 }
H5, DT  { font-size:  12px;  
			font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
			color: #ffffff;
			font-weight: bold;
		}
H6  {  
		font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, helvetica, sans-serif;
		color: #ffffff;
		font-size:  12px;
		font-weight: bold;
	}


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
	
}
.MenuImage
{
	background-position:center top;
	background-image: url(images/LavenderGate_Menu.jpg);
	background-repeat:no-repeat;
}
.ContentPaneImage
{
	background-position:center top;
	background-image: url(images/LavenderGate_ContentBackground.jpg);
	background-repeat:repeat-x;
}
.BottomImage
{
	background-position:center bottom;
	background-image: url(images/LavenderGate_Bottom.jpg);
	background-repeat:no-repeat;
}
.ControlPanel
{
background-color: #9f7fa6; 
}
/*Menu Bar*/
/*Submenu container*/
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 14px;
	background-color: Transparent;
	
    white-space: nowrap;  
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { 
	cursor: pointer; 
	cursor: hand;
	color:#FFFFFF;
	background-color: Transparent;
    /*white-space: nowrap;  */ 
    padding: 0px 12px 0px 5px;   
}

.main_dnnmenu_itemhover {  
	text-decoration: underline;
	
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #9f7fa6;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border:#ffffff 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;   
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.StandardButton {
   background: #aaaaaa none; 
   font-size: 12px;
   font-weight: normal;
}



a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	font-size: 12px;
	text-decoration: none;
	
}

a.LoginLink:hover {
	text-decoration: underline;
}

