/*
	Firefly CSS Layout File
*/

/* ########################################### */
/*				Default Sheets     			   */
/* ########################################### */

body {
	background: #252525; 
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	background-color: inherit;
	color: #ec8b00;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

a:hover {
	background-color: inherit;
	color: #ec8b00;
	text-decoration: underline;
}

a.navi {
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

a.navi:hover {
	background-color: inherit;
	color: #ec8b00;
	text-decoration: underline;
}

a.right {
	background-color: inherit;
	color: #ec8b00;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.right:hover {
	background-color: inherit;
	color: #ec8b00;
	text-decoration: underline;
}

ul {
	list-style-type: square;	
}

.adminul {
	list-style-type: none; 
	padding: 0px;	
}

.adminul li {
	display: inline; 
	padding: 10px;	
}

.leftfloat {
	float: left;	
}

.rightfloat {
	float: right;	
}

/* ########################################### */
/*				Main Layout     			   */
/* ########################################### */

#main {
	background: url('../img/content_middle.png'); 
	width: 968px;
}

#navigation {
	background: url('../img/bg_navi.png'); 
	width: 956px; 
	height: 30px;	
}

#navigationitems {
	text-align: left; 
	padding: 6px 0px 0px 10px;	
}

#leftcolumn {
	float: left; 
	width: 756px; 
	margin: 0px 0px 0px 6px;	
}

#leftcontent {
	margin: 10px 20px 10px 10px; 
	text-align: justify;	
}

#rightcolumn {
	float: right; 
	width: 200px; 
	margin: 0px 6px 0px 0px;	
}

#rightcontent {
	margin: 10px; 
	text-align: left;	
}

#footer {
	width: 928px; 
	text-align: left; 
	color: #ffffff;	
}

div.contentheader {
	margin: 15px; 
	font-weight: bold;	
}

div.contentheaderop {
	margin: 15px 15px 15px 0px; 
	font-weight: bold;	
}

div.photo90x120 {
	background: url('../img/photoframe_90x120.jpg'); 
	width: 168px; 
	height: 200px; 
	text-align: center;	
}

div.photo120x90 {
	background: url('../img/photoframe_120x90.jpg'); 
	width: 168px; 
	height: 200px; 
	text-align: center;	
}

div.imprintleft {
	float: left; 
	margin-right: 40px;	
}

/* ########################################### */
/*				Image Sheets     			   */
/* ########################################### */

img.imageheader {
	border-top: 1px solid white; 
	border-bottom: 1px solid white;
}

img.main {
	border: 1px solid #000000; 
	margin: 0px 10px 0px 0px;	
}

img.mainop {
	border: 1px solid #000000; 
	margin: 0px 10px 0px 0px;
	width: 300px;
	height: 200px;	
}

img.mainright {
	border: 1px solid #000000; 
	margin: 0px 0px 0px 10px;
}	

img.left {
	margin-right: 10px;	
}	

img.leftop {
	margin-right: 10px;	
	width: 120px;
	height: 90px;
}	

img.leftdn {
	margin-right: 10px;	
	width: 48px;
	height: 48px;
}

img.bottom {
	margin-top: 20px;	
}

img.floatright {
	float: right;	
}

img.photo90x120 {
	margin: 20px 0px 0px 0px;	
	width: 90px;
	height: 120px;
}

img.photo120x90 {
	margin: 20px 0px 0px 0px;	
	width: 120px;
	height: 90px;
}

img.linkpointer {
	cursor: pointer;	
}

/* ########################################### */
/*				Text Sheets     			   */
/* ########################################### */

h2.header {
	margin-bottom: 25px;
}

h3.subheading {
	background: url('../img/bg_divider.png'); 
	color: #ffffff;
	padding-left: 5px;
}

h3.subheadingbig {
	background: url('../img/bg_divider.png'); 
	color: #ffffff;
	padding-left: 5px;
	margin-top: 30px;
}

h3.rightsubheading {
	border-bottom: 1px dotted black;
}

h3.rightsubheading2 {
	border-bottom: 1px dotted black; 
	margin-top: 25px;	
}

p.title {
	font-weight: bold;	
}

p.error {
	color: #FF0000;	
}

/* ########################################### */
/*				Input Sheets     			   */
/* ########################################### */

input[type=text], textarea, input[type=password], input[type=file] {
	font-size: 11px;
}

/* ########################################### */
/*				Table Sheets     			   */
/* ########################################### */

table.paging {
	width: 100%; 
	border-top: 1px dotted #000000; 
	border-bottom: 1px dotted #000000;
}

table.list {
	width: 100%; 
	margin: 10px 0px;	
}

td.icon {
	width: 20px;
}

td.center {
	text-align: center;
}

td.title {
	vertical-align: top;
	font-weight: bold;
}

td.error {
	vertical-align: top;
	color: #ff0000;
}

td.listhead {
	background: url('../img/calendar/heading2.png');
	color: #ffffff; 
	font-weight: bold;
}

td.listentry {
	background: #e6e6e6;
}