* { margin: 0; padding: 0; }

/************************   Clearfix hack    ************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/************************   Clearfix hack    ************************/
a img
{
	border: 0;
}

html
{
	background-color: #e8e8e8;
}

body 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	background: url('../images/mac_back.gif') repeat;
	background-color: white;
}

div#nav_common { display: none; }

div#page_container 
{
	padding-left: 150px;
	background-color: white;
	background: url('../images/face_bw.gif') no-repeat fixed -80px 50%;
}

div#page
{
	width: 900px;
	min-height: 494px;
	margin: 2em auto;
	font-family: Courier New, Courier, monospace !important;
	font-size: 10pt;
}

div#page li
{
	margin-left: 2em;
}

div#page table
{
	width: 97%;
}

div#top
{
	width: 100%;
	height: 4em;
	text-align: center;
}

div#top object {
	height: 40px;
}

div#head 
{
	background-color: #e8e8e8;
	width: 100%;
	height: 15px;
	border-bottom: 1px dotted #666666;
	font-size: 10px;
	color: #666666;
	text-align:center;
}

div#right_split
{
	width: 200px;
	min-height: 500px;
	float:right;
}

div#right_full
{
	visibility: hidden;
}

div#left 
{
	width: 100%;
	margin-bottom: 1em;
	/*min-height: 100px*/;
}

div#content_split
{
	width: 695px;
	height: 450px;
	overflow: auto;
}

div#content_full
{
	width: 100%;
	height: 450px;
	overflow: auto;
}

div#bottom
{
	background-color: #e8e8e8;
	width: 100%;
	height: 15px;
	border-top: 1px dotted #666666;
	font-size: 10px;
	color: #666666;
	text-align:center;
}

/* JOOMLA SPECIFICS */
ul.menu 
{
	text-align: center;
}

ul.menu li 
{
	display: inline;
	margin: 0 2em;
}

ul.menu li a span
{
	/* hide the text */
	/*display:none;*/
}

ul.menu li img
{
	border: 0;
	vertical-align: middle;
}

.contentheading
{
	font-weight: bold;
	font-size: medium;
}

/* Blog styles */
.componentheading_blog
{
	font-weight: bold;
	font-size: large;
}

.contentheading_blog
{
	font-weight: bold;
	font-size: medium;
}

.createdate, .modifydate
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 12px;
	color: #999999;
	font-style: italic; 
	text-align: right; 
}