/*
===========================================================================================================
Title: Emove - Vertical_Menu-Fixed_Width layouts stylesheet
Date: 02-06-2006
Author: Alex Kwiatkowski
===========================================================================================================
===========================================================================================================
HTML layout tags
===========================================================================================================
*/
html, body {  margin: 0; height: 100%; color: #45494a; font-size: 12px; _overflow-y: scroll; }

a.EmoveLink { color: #369a02; }

span { margin: 0; padding: 0; }
p { line-height: 1.3em }

	
/*
===========================================================================================================
Page structure and layout
===========================================================================================================
*/
#content { position: relative; width: 100%; line-height: 1.0em; font-size: 1.0em; font-family: Arial, Helvetica, sans-serif; }
   
    .leftpane { position: absolute; left: 0; top: 0; width: 147px; margin: 0; padding: 0; z-index: 999; }
    
    .contentpane_wrapper {position: absolute; left: 0; top: 0; border-left: solid 147px #fff; padding: 0; }
    .contentpane { }


/*
===========================================================================================================
DotNetNuke Styling
===========================================================================================================
*/
.normal { line-height: 1.4em; font-size: 1.0em; font-family: Arial, Helvetica, sans-serif; }
.Head { line-height: 1.3em; }


/*
===========================================================================================================
Typography
===========================================================================================================
*/
/* Semantic headings */
h1, h2 {
	color: white;
	margin: 0;
	font-size: 1.45em;
	text-transform: lowercase;
	line-height: 1.0em;
}
h2 {
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: black;
}
h4 {
	color: black;
}

p { padding: 0 0 5px 0; margin: 0; }

		
/*
===========================================================================================================
Make div fill out its true height
===========================================================================================================
*/
.clear { clear:both; height:1px; overflow:hidden; }