

/***********************/    
/* Default CSS		   */
/***********************/  

hr { clear: both; }
pre, cite {
	clear: both;
	display: block;
	padding: 0 0 0 45px;
}
p { 
	margin: 5px 0; 
}
li { padding: 2px 0; }

blockquote {
	margin: 0 0 5px 15px;
	padding-left: 5px;
} 
font.username{
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
    font-size: 15px;
	text-decoration: none;
}

/** Form Elements **/
form {}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
}
textarea {
	width: 400px;
	padding: 2px;
	height: 100px;
	display: block;
}

/** Table Stuff **/
.tborder{}
.tcat{}
.thead{}
.tfoot{}

/** Message Boxes **/
div.messages{
	border: 1px solid #ddd;
	clear: both;
	-webkit-border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	border-radius: 0.333em;
	margin: 0 0 15px 0;
}

.messages .inner{ padding-left: 10px; }
.messages .icon{ width:48px; height:48px; }
.warning .icon{ background-image: url(info.png); }
.error 	 .icon{ background-image: url(fail.png); }
.status  .icon{ background-image: url(ok.png); }

/** Images **/
img{ border: 0px; }
img.right{ margin: 5px 0px 10px 10px; }
img.left{ margin: 5px 10px 10px 0px; }

/** Tabs **/
ul.tabs {
	text-align: left;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #000000;
	list-style-type: none;
	padding: 3px 0px 3px 10px;
	font-size: 11px;
}

ul.tabs li { display: inline; }
ul.tabs a:hover { background: #000000; color: #FFFFFF; }
ul.tabs li a { 
	padding: 3px 4px;
	margin-right: 2px;
	text-decoration: none;
	border-bottom: none;
	border: 1px solid #313131;
	background-color: #000000;
	color: #666;
}


/** BBCode Stuff **/
span.bbcode_acronym {} 
span.bbcode_acronym:hover {} 

table.bbcode_columns {} 
table.bbcode_columns td.bbcode_column {} 
table.bbcode_columns td.bbcode_firstcolumn {} 

div.bbcode_quote {} 
div.bbcode_quote_head {} 
div.bbcode_quote_head a:link {} 
div.bbcode_quote_head a:visited {} 
div.bbcode_quote_head a:hover {} 
div.bbcode_quote_head a:active {} 
div.bbcode_quote_body {} 

div.bbcode_code {} 
div.bbcode_code_head {} 
div.bbcode_code_body {}

/** Growl Notifications **/
div.Growler-notice {
	color: 					#000;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	border: 				1px solid #1e1e1e;
	z-index:                99999999;
	background-color: 		#000;
	color: 					#fff;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.Growler-notice div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
	padding: 				5px 10px;
	height:                 21px;
	color:                  #FFFFFF;
	background-color:       #0F0F0F;
}

div.Growler-notice div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				3px;
	color:                  #FF0000;
}
div.Growler-notice div.Growler-notice-body {
	border-top:             1px solid #0f0f0f;
	background-color:       #0f0f0f;
	padding:                10px;
	color:                  #FFFFFF;
}

/** Pagination **/
.pagination {}
.pagination a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.pagination a:hover, .pagination a:active {}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
}

.starbox {
    display: inline-block;
}


.debug { max-width:948px; overflow:auto; }
.clear 		 { clear: both; }
.float-left  { float: left; }
.float-right { float: right; }
img.float-left { margin:5px 10px 10px 0; }
img.float-right { margin:5px 0 10px 10px; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.hidden{ display: none; }
.padding{ padding: 5px; }