/****** BEGIN CSS RESET FOR CROSS-BROWSER COMPATIBILITY ******/
* { margin: 0; padding: 0; }
z
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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #fff;
	margin-top: 0px;	
	background: #111 url(../img/background.gif) fixed center top no-repeat;
}

#innerbackcell {
  background: url('../img/bodybackground.jpg') no-repeat;
  width: 840px; 
  vertical-align: top;
}

#innerbacktable {
  background: #BC8D49;
  height: 450px;
  margin: 15px 5px 0 5px;
  width: 820px;
  border: 2px inset #000;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******* END RESET STYLES *******/

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #33466d;
	margin: 15px 0 0 0;
}

h2 {
	font-size: 1.1em;
	font-weight: 100;
	color: #44567d;
	margin: 5px 10px 0 10px;
	display: block;
	clear: both;
}

.style1 {
	font-size: 10px;
	color: #FFFFFF;
}

a:visited,a:active,a:link,a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
  color: #6699CC;
  text-decoration: underline;
}

.message {
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #c9b484;
    border-top: 0px;
    padding: 12px 0 12px 0;
    color: #000;
    background-color: #fff9d9;
    text-align: center;
}

.highlight {
	color: #f27049;
}

#flashMsg {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
	width: 100%;
}


.domini_header {
	margin: 15px 15px 0 15px;
}

.domini_header p {
	font-size: 0.7em;
}

.domini_calendar {
	margin: 0px 10px 10px 10px;
	padding: 10px;
	float: left;
}

.domini_calendar table {
	width: 700px;
	border-top: 1px solid #1B4478;
	border-left: 1px solid #1B4478;
}

.domini_calendar table th {
	border: 1px solid #1B4478;
	border-width: 0 1px 1px 0;
	text-align: center;
	font-weight: bold;
	background-color: #091731;
	color: #fff;
	font-size: 0.7em;
	padding: 5px;
}

.domini_calendar table td {
	width: 14%;
	font-size: 0.8em;
	border-bottom: 1px solid #1B4478;
	border-right: 1px solid #1B4478;
	height: 40px;
	padding: 5px;
	vertical-align: top;
}

.domini_calendar table td b {
	color: #333;
	font-size: 11px;
}

.domini_calendar ul {
	border-top: 1px dotted #ccc;
	margin-top: 2px;
}

.domini_calendar ul.second_ul {
	border: none;
	margin-top: 2px;
}

.domini_calendar ul li {
	font-size: 0.8em;
	border: 1px dotted #ccc;
	border-width: 0px 0 1px 0;
	padding: 5px 2px 5px 2px;
}

.domini_calendar ul li:hover {
	background-color: #fff9d9;
	color: #897444;
}

.domini_calendar ul li:hover a {
  color: #897444;
}

.domini_calendar ul li.toggle {
	text-align: right;
}

.domini_details {
	position: absolute;
	top: 10%;
	left: 75%;
	width: 200px;
	z-index: 800;
}

.domini_details a {
  color: red;
}

.domini_details div {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.domini_details div h3 {
	font-family: "Arial",Arial,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.domini_details div h4 {
	font-size: 0.8em;
	line-height: 1.2em;
}

.domini_details div p {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 1.0em;
}

.domini_details p small {
	font-size: 0.7em;
	text-align: right;
}

.domini_details p img {
	width: 160px;
	margin-left: -15px;
}




/*** MENU CSS ***/
.domini_menu {
	width:100%;
	height:auto;
	font-size:0.85em;
	position:relative;
	z-index:100;
	/*border-right: 1px solid #ccc;*/
	font-weight: bold;
}
/* remove all the bullets, borders and padding from the default list styling */
.domini_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.domini_menu li {
	float:left;
	position:relative;
	margin-right: 2px;
}
/* style the links for the top level */
.domini_menu a, .domini_menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#33466d;
	height:auto;
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 0px;
	background:#eee;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.domini_menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	border-top:1px solid #ccc;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.domini_menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.domini_menu ul ul a, .domini_menu ul ul a:visited {
	background:#eee;
	color:#33466d;
	height:auto;
	line-height:1em;
	padding:5px 5px;
	width:128px;
	border-width:0 1px 1px 1px;
}

/* style the top level hover */
.domini_menu a:hover, .domini_menu ul ul a:hover{
	color:#919eac;
}

.domini_menu :hover > a, .domini_menu ul ul :hover > a {
	color:#919eac;
}

/* make the second level visible when hover on first level list OR link */
.domini_menu ul li:hover ul,.domini_menu ul a:hover ul{
	visibility:visible;
}
