/**
 * steel.css
 *
 * Copyright (c) 2003-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 * $Id$
 */

body {
	background-color: #ffffff;
	color: #111111;
}

a:link {
	color: #694cc9;
} 

a:active {
	color: #ffffff;
}


a:visited {
	color: #0606ff;
}

a:hover {
	color: #2d1746;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
}

input.defaultButton {
	background-color: #2d1746;
	color: #ffffff;
}

#header {
	background-color: #8080ff;

}

#headerTitle {
	color: #ffffff;
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial;
}

#footer {
	width: 100%;
	font-size: 0.8em;
	

}

#main {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffffff;
	width:67%;
}


#main h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #8080ff;
	color: #ffffff;
	font-size: 0.8em;
	


}

#main h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;

}

#navbar {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-bottom: 1px #9c9e9f solid;

}



#breadcrumb {
	
}


#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Arial;
}

#content h4 {
	font-family: Arial;
}

