/* --------------------------------------------- */
/*  M LAUX	 */
/* --------------------------------------------- */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 
	margin: 0; 
	padding:0; 
	border: 0; 
}

body
{
	margin: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #FFFFFF;
}

p { margin: 1em 0 1em 0; }

ul, ol { margin: 0 0 0 0; }


/* --- TEXT ------------------------------------ */

p, h1, h2, ul, ol, .copy, .titleFont
{
	font-size: 100%;
	font-family: sans-serif;
	line-height: 120%;
	margin-right: 5%;
	max-width: 50em;
	font-weight: normal;
	padding:0;
}

h1, h2 { color: #1C7AD5; } 

h1, .titleFont {
	font-size: 1.8em;
	font-family: Georgia, Times, Times New Roman;
		margin: 8px 0 4px 2px;
	line-height: 1em;
	max-width: 45em;
	}
	



h1 { margin: 0.5em 0 1em 0; }

h2 { margin: 2em 0 1em 0; text-transform: uppercase; }

h2 { //font-weight: bold; }

em, strong, i { font-style: normal; }

strong { font-weight: bold; }

em { background-color: #F7FFB9; }

.small { font-size: 10px; color: #999999; }

ul, ol { padding-left: 20px; }

.content { line-height: 15px; }

.huge { font-size: 1.1em;  font-weight: bold; padding-top: 19px; padding-bottom: 20px; }

.scroll{ color: #333333; font-weight: bold; padding-top: 10px;}

.contact {
	font-size: 1.8em;
	font-family: Georgia, Times, Times New Roman;
	margin: 8px 0px 5px 0px;
    line-height: .5em;
	max-width: 55em;
	}
	
.hugeContact { font-size: 1.0em;  font-weight: normal; padding-top: 19px; padding-bottom: 20px; }
	


/* --- LINKS ------------------------------------ */


A, A:link, A:visited {
	color: #333333;
	text-decoration: none;
}

A:hover { color: #666666; text-decoration: underline; }

h1 A, h1 A:link, h1 A:visited {
	color: #666666;
	font-style: italic;
	text-decoration: none;
}

h1 A, h1 A:hover {
	color: #ffcc99;
		font-style: italic;
	text-decoration: underline;
}

#return a, #return a:active, #return a:visited {
font-weight: bold;
color: #666666;
text-decoration: underline;

}

#return a:hover
{ font-weight: bold;
color: #333333; 
text-decoration: none;

}

.projectname a, .projectname a:active, .projectname a:visited {
font-weight: bold;
color: #666666;
text-decoration: underline;

}

.projectname a:hover
{ font-weight: bold;
color: #333333; 
text-decoration: none;

}


a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}



/* --- LINES ------------------------------------ */

.line
{
	clear: both;
	height: 1px;
	background: url(../images/line.gif);
	margin: 0px 0px 0px 0px;

}


/* --- FLOAT AND CLEAR MISC ------------------------------------ */


.floater { float: left; }

.clear { clear: both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* --- MODULES ------------------------------------ */


.top_description { padding: 2px 0 3px 0; }



.list, .unspaced_list { clear: both; }

.list
{
	background-color: #FFFFFF;
	border-bottom: #FFFFFF;
	border-top: #FFFFFF;
	border-width: 2px 0 2px 0;
	border-style: solid none solid none;
}

.project_edit, .projectname,  .projectkind,  .description_txt { float: left }

.description_txt { vertical-align: text-top; }


.projectname { width: 18em; font-size: 1.0em; font-weight: bold; padding-left: 4px;}
.projectkind { width: 32em; font-size: 1.0em; }


.spacing { margin: 0px 1px 1px 0px; }




/* --- SPC------------------------------------ */


#header  { margin-bottom: 1px; }

#header { padding: 2px 0 5px 0; }





















