/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

.main_dnnmenu_container {
	background-color: transparent; 

	
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	
	
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	text-decoration: none;
	color: #505050;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
    background: #f4f4f4;	
    font-size: 1.0em;
    }

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 5px 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;	
	font-size: 1.1em;
	border-bottom: 4px solid #ffffff;

}

.main_dnnmenu_itemhover {  
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

.main_dnnmenu_itemhover td {  
	background: #eaeaea;
	color: #286ea0;
	}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 10px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
	background: #eaeaea;
}

a img {
	border: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4 url(bg.gif) top center repeat-y;
}

.bgimage {
	background-image:url(front.jpg);
	height: 175px;
}

.header
{
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 45px;
	vertical-align: middle;
}

.headerright
{
	text-align: right;
	color: #a0a0a0;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
	vertical-align: middle;
	height: 45px;
}

.main
{
	border-left: #f0f0f0 1px solid;
	border-right: #f0f0f0 1px solid;
	padding: 5px 10px 10px 10px;
	line-height: 1.3em;
}

.contentleft
{
	padding: 10px 10px 10px 0;
}

.contentright
{
	padding: 10px 0 10px 10px;
	line-height: 1.1em;
}

.normal
{
	font-size:10pt;
}

td
{
	font-size:10pt;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}

.head
{
    	font-size:13pt;
    	font-weight:bold;
}
.aboveFooter
{
	height:1px;
}	

.contentfoot {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	color: #808080;
	font-size: 0.9em;
}

.contentfoot a {
	color: #808080;
	text-decoration: none;
}

.contentfoot a:hover {
	text-decoration: underline;
}


