﻿/*whitespace*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, img
{
    padding: 0px;
	margin: 0px;
}

/*armonization*/
html, body
{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0.8em 0 0.3em;
}
address, blockquote, dl, form, fieldset, ol, table, p, pre, ul
{
	margin-top: 0.3em;
	margin-bottom: 1.3em;
} 
ul,
ol
{
    padding-left: 1.2em;    
}
ul
{
	list-style-type: circle;
}
ol
{
    list-style-type: lower-roman;
}

/*elementi esclusi*/
.topcontainer,
.menuNavigazione,
.colonnaMenuInt,
.bottommenuserviziocontainer,
.footerTitoli
{
	display: none;
}


/*stile generale*/
*
{
	color: #000;
	background-color: #fff;
	position: static;
	float: none
}
body
{
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif
	margin: 0;
	width: auto;
}
a
{
	text-decoration: underline;
	font-style: italic;
	color: #999;
}
a:after { content:" (" attr(href) ")" }
.bricioleAbout,
.bricioleAcademics,
.bricioleAdmissions,
.bricioleLibrary,
.bricioleStudent
{
	padding: 1em 0;
	font-size: 1.1em;
	border-bottom: 2px solid #000;
}
.footerWrapper
{
	margin-top: 2em;
	font-size: 1.1em;
	border-top: 2px solid #000;
}
table
{
	width: 97%;
	margin: 1em auto;
	/*reset*/
	border-collapse: collapse;
	border-spacing: 0;
}
table caption
{
	display: none;
}
table th
{
	font-weight: bold;
	color: #fff;
	text-align: left;
}
table th,
table td
{
	padding: .3em;
}
table td
{
	border: 1px solid #666;
}

