/* MRMC Website - 2008.06.24  */
/* This css contains only the  core of the site layout */

/*The body color and style*/
body {
	font-family: "lucida grande", lucida, verdana, sans-serif;
	text-decoration: none;
	line-height: 1.5em;
}

/*Hyperlink colours and style*/
a, a:link, a:visited {
	color: #0c4182;
	text-decoration: none;
}

a:hover {
	color: #0c4182;
	text-decoration: underline;
}

/*Fixing the colors of the links if the Trac footer*/
#footer a:link {
	color: #000000;
	text-decoration: underline;
}

/*The TOC navigation bar*/
.wiki-toc.trac-nav h4 {
	margin: 0; 
	padding: 0; 
	color: #002680;
	font-weight: bold; 
}

/*Remove the toc navigator title, with the link to the plugin page*/
.trac-nav h2 {
	display: none;
}

/* The colors and layout for other cite elements */
#footer {
        color: #000000;
}

#content {
	border: medium solid rgb(0,0,0);
	width:  850px;
	margin: auto;
	padding: 15px;
	margin-top: 10px;
	border: 1px dashed #333;
	font-family: "lucida grande", lucida, verdana, sans-serif;
	text-align: left;
}

#content h1 {
	color: #ae0a00;
	font-size: 140%;
	font-weight: bold;
	font-family: Verdana;
}

#content h2 {
	color: #ae0a00;
	font-size: 120%;
	font-weight: bold;
	font-family: Verdana;
}

#content h3 {
	color: #ae0a00;
	font-size: 105%;
	font-weight: bold;
	font-family: Verdana;
}

/*The search edit box color and style*/
#proj-search {
	 border: 1px solid #781351;
}

/* The CSS templates for divs which contain Visitors and Downloads statistics */
div.vd_stat {
	text-align: right;
	/*color: blue;*/
	/*font-weight: bold;*/
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
}

div.vd_wrapper {
	width: 100%;
}

div.vd_left_column {
	width: auto;
	float:left;
	text-align: left;
	vertical-align:middle; 
}

div.vd_right_column {
	width: auto;
	float:right;
	text-align: right;
	vertical-align:middle; 
}

div.vd_hr {
	clear:both;
	display:block;
	visibility:hidden;
} 
