/*
	Main.css
	TemplateName: ObjectWeb Services (Id 51)
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Reset CSS
------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
   border: 0 none;
   margin: 0;
   padding: 0;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   font-family: inherit;
   outline-color: -moz-use-text-color;
   outline-style: none;
   outline-width: 0;
   vertical-align: baseline;
}
table { border-collapse: collapse; border-spacing: 0;}
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit;}
/* ---------------------------------------------------------------------------------------------- */



/* Global Document Formatting
------------------------------------------------------------------------------------------------- */
html {
}

body {
   font: 0.8em/1.5 "arial", sans-serif;
}
/* ---------------------------------------------------------------------------------------------- */



/* Headings
------------------------------------------------------------------------------------------------ */
h1 {
   color: #000000;
   font-size: 180%;
   font-weight: bold;
}

h2 {
   color: #000000;
   font-size: 150%;
   font-weight: bold;
}

h3 {   
   color: #000000;
   font-size: 130%;
   font-weight: bold;
}

h4 {
   color: #000000;
   font-size: 110%;
   font-weight: bold;
}

h5 {
   color: #000000;
   font-size: 100%;
   font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */



/* Paragraph
------------------------------------------------------------------------------------------------ */
p {
	margin: 10px 0;
}
/* ---------------------------------------------------------------------------------------------- */



/* Links
------------------------------------------------------------------------------------------------- */
a {
   color: #15222B;
   text-decoration: underline;
}

a:hover {
   color: #000000;
   text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------------- */



/* List
------------------------------------------------------------------------------------------------ */
ol, ul {
	list-style-position: inside;
}
/* ---------------------------------------------------------------------------------------------- */



/* Table
------------------------------------------------------------------------------------------------ */
table {
	border: 2px solid #404040;
}

td {
	border: 1px solid #CCCCCC;
	padding: 4px;
	vertical-align: middle;
}
/* ---------------------------------------------------------------------------------------------- */



/* Fieldset
------------------------------------------------------------------------------------------------ */
fieldset {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

fieldset legend {
	padding: 0 4px;
}
/* ---------------------------------------------------------------------------------------------- */
