/* mochacommunications 2008 - F Ferrari */
/* ------------------------------------ */
/* ------------------------------------ */

/* ---------- GENERAL ------- */

html, body
{
	padding: 0px;
	margin: 2px;
	background-image: url(/images/back1.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000000;
	background-attachment: scroll;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 10px; 
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	color: #CCCCCC;
	margin: 10px;	font-style:normal;
	font-weight:bold;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #CCCCCC;
	margin: 10px;	font-style:normal;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #CCCCCC;
	margin: 10px;	font-style:normal;
	font-weight: normal;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #CCCCCC;
	margin: 10px;	font-style:normal;
	font-weight: normal;
}

h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color: #CC9900;
	margin: 10px;	font-style: italic;
	font-weight: normal;
}

.table1 {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #000000;
}

.table2 {
	background-color: #000000;
}

/* ---------- NAV ------- */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
background: url(/images/layout/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font:normal 12px  Arial, Helvetica, sans-serif;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;
}

.chromestyle ul li a:hover{
background: url(/images/layout/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px  Arial, Helvetica, sans-serif;
color: #ffffff;
line-height:18px;
z-index:100;
background-color: #000000;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFF00;
}



/* ---------- LINKS ------- */

a:link { color: #CC9900; text-decoration:none; }
a:visited { color: #CC9900; text-decoration:none; }
a:hover { color: #CC9900; text-decoration:underline;}
a:active { color: #CC9900; text-decoration:underline;}
.orion:link { color: #990000; text-decoration:none; }
.orion:visited { color: #990000; text-decoration:none; }
.orion:hover { color: #990000; text-decoration:underline;}
.orion:active { color: #990000; text-decoration:underline;}
td#nav a:link {color: black; text-decoration:none;}
td#nav a:visited {color: black; text-decoration:none;}
td#nav a:hover {color: black; background-color: #FFFF00;}
td#nav a:active {color: black; background-color: #FFFF00;}

