/**
 * doctor.css
 *
 * Copyright (c) 2003-2007 Alfio Ferrara
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Style for Doctor Virtualis.
 *
 * $Id: doctor.css, v 0.2 2008/09/09 16:54:50 asmecher Exp $
 * ddcf99
 */

body {
	background-color: #ddcf99;
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 5%;
    padding-right: 5%;
	/*width: 100%;*/
}


div#body{

	margin-left: 10px;
}

a {
	text-decoration: none;
}

a:link {
	color: #660000;
}

a:active {
	color: #993338;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #EECCCC;
	background: #660000;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #DEB887;
	background: #320;
}

#container {
	background-color: #ddcf99;
	font-size: 1em;
	/*width:95%;*/
}

#header {
	background-color: #ddcf99;
	/*background:url(/public/fondodoctorvirtualis.jpg) repeat-x scroll 0 0; */
	background-repeat: no-repeat;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background:#DDCF99 url("http://islab.dico.unimi.it/ferrara/background-tr.png") no-repeat;
	background-position: center;
	color:  #fff;
	border-bottom: 5px solid #660000;
}

#footer {
	background-color: #ddcf99;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
    background-color: #fff9e5;
	border-bottom: 1px dotted #DEB887;
	margin-top: 15px;	
}




#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 1px dotted #DEB887;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #DEB887;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #DEB887;
	/*width:100%*/
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #DEB887;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #DEB887;
}

table.listing td.headseparator {
	border-top: 1px dotted #DEB887;
}

table.listing td.endseparator {
	border-top: 1px dotted #DEB887;
}

/*#galleyLocale {
	width: 200px;
}*/

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #DEB887;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #DEB887;
}

#rightSidebar {
	/*width:20%;*/
}

#breadcrumb {
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	padding-left: 10px;
	padding-right: 10px;
}

h3 {
	padding-left: 10px;
	padding-right: 10px;
}
