/***********************/    
/* Default CSS		   */
/***********************/  

*{
	outline: 0;
	resize: none;
}
img { border: 0; }
hr { clear: both; }
pre, cite {
	clear: both;
	display: block;
}
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;
    color: #000000;
}

/** Form Elements **/
form {}
label {
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
}
textarea {
	width: 400px;
	padding: 2px;
	display: block;
}

/** Table Stuff **/
.tborder{ }
.tcat{ }
.thead{ font-weight: bold; }
.tfoot{ }

/* Sortable tables */
table.sortable thead {
    font-weight: bold;
    cursor: hand; cursor: pointer;
}

/** Message Boxes **/
div.messages{
	border: 1px solid #ddd; clear: both; 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 {
    	white-space:normal;
    	word-wrap: break-word;
    	overflow:hidden;
    }

/** 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;
    	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:                5px 10px;
    	color:                  #FFFFFF;
    }

/** User Auto Complete **/
div#user_autocomplete {
  position:absolute;
  margin:0;
  padding:0;
  overflow: scroll;
  max-height:200px;
  overflow:auto;
}
    div#user_autocomplete ul {
      list-style-type:none;
      margin:0;
      padding:0;
    }
    div#user_autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
      cursor:pointer;
    }

/** Pagination **/
.pagination {}
    .pagination a {
    	padding: 2px 5px 2px 5px;
    	margin: 2px;
    	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;
    }


/** Reply Boxes ... sexy crap here jesus :P **/
#replybox{
    margin-top: 15px;
    padding: 0 10px;
    cursor: text;
}
    #replybox #submit{
        position: relative;
        top: 3px;
        left: 11px;
        float: right;
    }
    #replybox strong{
        margin: 10px 7px;
    }
    #replybox textarea{
        background: none;
        border: 0 none;
        outline: 0 none;
        height: 20px;
    }

.debug { 
    width: 100%; 
    overflow: auto; 
    margin: 0px 0px 10px 0px; 
    background: white; 
    color: black; 
    font-family: Verdana; 
    border: 1px solid #cccccc; 
    padding: 5px; 
    font-size: 10px; 
    line-height: 13px;
    display: block;
    max-width: 1000px;
}

#editor.fs{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	background-color: #191919;
}
#lightwindow{
    line-height:15px !important;
}
.starbox {
    display: inline-block;
}


/* Error Boxes */
.boxred{ border:solid 1px #FF0000 !important; background-color:#660000 !important; color: #FFFFFF !important;}
.boxgreen{ border:solid 1px #00CC00 !important; background-color: #009900 !important; color: #FFFFFF !important;}

/* Fix for chrome webkit autofilling form fields, and making them unreadable (yellow background and text) (iccle) */
input:-webkit-autofill {
    color: #2a2a2a !important;
}

.wrap{
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}

.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; }
.iblock{ display: inline-block; }
.padding{ padding: 5px; }
