


/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2008 Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.19
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $
  $Revision: 4392 $
  $Author: gaugau $
  $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 Apr 2008) $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/

body {
        font-family : arial, verdana, tahoma, sans-serif;
        font-size: 12px;
        background: #090a0b;
        color: #838383;
        margin: 0px;
}

.primary_nav {
	background:  url(http://www.fringefx.net/forums/public/style_images/FFX/portal/vertical_slice.png) repeat-x;margin-top:-1px;
	font-size: 1.05em;
	padding:5px 10px ;
    width:97%;
	margin-left:8px;
	height: 75px;	
	font-weight: bold;
	font-family: verdana, arial;
}
.primary_nav a{
	font-size: 1.05em;
    margin-top: 8px;
	color: #c6c6c6;
	display: inline-block;
}
	
	#primary_nav ul li, #primary_nav ul li a {
		color: #c6c6c6;
		text-decoration: none;
		display: inline-block;
	}
	
	#primary_nav ul li {
		font-size: 0.9em;
		padding: 8px 6px;
		margin-left: 6px;
	}
	
		#primary_nav ul li.active {
			background: transparent url(http://www.fringefx.net/forums/public/style_images/FFX/tab_left.png) no-repeat top left;
			font-size: 0.95em;
			font-weight: bold;
			padding: 0;			
			margin: 0px 0px auto 5px;
			position: relative;
	
		}
		
		#primary_nav ul li.active a {
			background: transparent url(http://www.fringefx.net/forums/public/style_images/FFX/tab_right.png) no-repeat top right;
			padding: 8px 15px 10px 10px;
			margin-left: 6px;
			display: block;	
			color: #do5473;		
		}
		
	#primary_nav ul li a {
		color: #c6c6c6;
		text-decoration: none;
	}
	
.bleft {
        background: url(http://www.stockgarage.net/themes/classic/images/left.png) no-repeat top left;
}

.bright{
        background: url(http://www.stockgarage.net/themes/classic/images/right.png) no-repeat top right;
}

.logo {
        background: url(http://www.fringefx.net/forums/public/style_images/FFX/logo.png) no-repeat center center;
		height: 256px;
}

.ipbwrapper{
margin: 0 auto;
width: 986px;
background: #0c0e10;
}

.user_table {
    position: relative;
	margin-left: 27px;
	width: 930px;
}

.bar_left {
  background: url(http://www.fringefx.net/forums/public/style_images/FFX/user_left.png) no-repeat left top;
  padding: 0px;
  height: 35px;
  width: 23px;
  margin: 0px;
}

.bar_right {
  background: url(http://www.fringefx.net/forums/public/style_images/FFX/user_right.png) no-repeat right top;
  padding: 0px;
  height: 35px;
  width: 23px;
  margin: 0px;
}

.bar_tile {
  background: url(http://www.fringefx.net/forums/public/style_images/FFX/user_tile.png) repeat-x;
}

.bar_tile span a {
  color: #bec8be;
  text-decoration: none;
  font-size: 12px;
  padding: 0 5px;
}

.bar_tile span a:hover {
  color: #d0dad0;
}

table {
        font-size: 12px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #090909;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #090909;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #090909;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #090909;
        /*background-image : url(images/button_bg.gif);*/
		background-color: #323232;
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #0033CC;
        text-decoration: none;
}

a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.bblink a {
        color: #0033CC;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #000;
/*        background-color: #0c0e10;*/
        background-color: #090909;
        margin-top: 1px;
        margin-bottom: 1px;
		width: 946px;
}

.tableh1 {
        background : #323232 url(images/tile_cat.gif) repeat-x ;
        color : #fff;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #040404 ;
        color : #b1b432;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
		border-top: 1px solid #d05473;
}

.tableh2 {
        background: #0d0e0f ;
        color : #b1b432;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #0d0e0f ;
        color : #e0e0e0;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #1b1d1e;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.tableb_compact {
        background: #1b1d1e ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #212425;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #060606 url(images/tile_sub2.gif) repeat-x ;
        color : #b1b432;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #060606 url(images/tile_sub2.gif) repeat-x ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
		border-bottom: 1px solid #d05473;
		color: #b1b432;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #e0e0e0;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #17191a ;
        color : #e0e0e0;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #17191a ;
        color : #e0e0e0;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #b1b432;
        font-size: 100%;
        font-weight: bold;
        background: #060606 url(images/tile_sub2.gif) repeat-x ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #d05473;
}

.navmenu a:hover {
        background : #1b1d1e ;
        text-decoration: none;
        color:         #d05473;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #090909;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #d05473;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #090909;
        background-color:#EFEFEF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #d05473;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #090909;
        background-color: #1b1d1e;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #0d0e0f ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #232627 ;
        padding: 5px;
}

.footer {
        font-size : 9px;
		border: 0px;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #d05473;
        text-decoration: underline;
}

.statlink {
        color: #b1b432;
}

.statlink a {
        text-decoration: none;
        color: #0c0e10;
}

.statlink a:hover {
        color: #d05473;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #000000;
}

.alblink a:hover {
        color: #d05473;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #d05473;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #0c0e10;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #212425 ;
        font-size: 100%;
        color : #777;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #0c0e10;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #0c0e10;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #777;
        background-color: #212425;
        border: 1px solid #212425;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}







html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #090a0b /*url(http://www.fringefx.net/forums/style_images/fringefx.n/bg.png)*/;
	color: #777;
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
}

#container{
        width: 970px;
        margin: 0 auto 0 auto;
        /*padding: 0;*/
padding-left: 10px;
padding-right: 10px;
}


/* 
 * ========================================
 * global hyperlink styles 
 * ========================================
 */

a:link,
a:visited,
a:active{
	background: transparent;
	color: #319edd;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #d05473;
	text-decoration: underline;
}
/* 
 * ========================================
 * styles for pagination links 
 * ========================================
 */
 

.pagelink,
.pagelinklast,
.pagecurrent,
.minipagelink,
.minipagelinklast{
	background: #1b1d1e;
	border: 1px solid #030303;
	padding: 1px 3px 1px 3px;
}

.pagelinklast,
.minipagelinklast{
	background: #0a0d10;
}


.pagecurrent{
	background: #272a2c;
}

.minipagelink,
.minipagelinklast{
	border: 1px solid #101010;
	font-size: 10px;
	margin: 0 1px 0 0;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link,
.minipagelink a:active,
.minipagelink a:visited,
.minipagelink a:link,
.minipagelinklast a:active,
.minipagelinklast a:visited,
.minipagelinklast a:link{
	text-decoration: none;
}

/* fake button effect for some links */
.fauxbutton{
	background: #171819;
	border: 1px solid #090909;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}

.fauxbutton a:link,
.fauxbutton a:visited,
.fauxbutton a:active{
	color: #b1b432 !important;
	text-decoration: none;
}

.forumdesc,
.forumdesc a:link,
.forumdesc a:visited,
.forumdesc a:active{ 
	background: transparent;
	font-size: 10px; 
	color: #777;
	line-height: 135%;
	margin: 2px 0 0 0;

	padding: 0;
}h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	border: 1px solid #000;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
}
#header {
	width: 700px;
}
#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: #FFF; }
#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #DCDCDC;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }





































.searchlite {
	background-color:yellow;
	font-weight:bold;
	color: red;
}

.activeusers{
	/*background: #FFF;*/
	border: 1px solid #000;
	color: #000;
	margin: 0px;
	padding: 1px;
}

.activeuserposting a:link,
.activeuserposting a:visited,
.activeuserposting a:active,
.activeuserposting
{
	font-style:italic;
	text-decoration: none;
	border-bottom:1px dotted black;
}

fieldset.search{ 
	line-height: 150%;
	padding: 6px; 
}

label{ 
	cursor: pointer; 
}

img.attach{ 
	background: #808080 url(fringefx.n/click2enlarge.gif) no-repeat top right;
	border: 1px solid #808080;
	margin: 0 2px 0 0;
	padding: 11px 2px 2px 2px;
}

.thumbwrap,
.thumbwrapp,
.fullimagewrap
{
	border: 1px solid #040404;
	margin: 2px;
}

.thumbwrapp{
	border: 2px solid #101010;
}

.fullimagewrap{
	background: #17191a;
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px;
}

.thumbwrap h4,
.thumbwrapp h4{	
	background: #272a2c;
	border: 0 !important;
	border-bottom: 1px solid #101010 !important;
	color: #b1b432; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.thumbwrap p,
.thumbwrapp p{
	background: #17191a !important;
	border: 0 !important;
	border-top: 1px solid #101010 !important;
	margin: 0 !important;
	padding: 5px !important;
	text-align: left;
}

.thumbwrap p.alt,
.thumbwrapp p.alt{
	background: #1b1d1e !important;
	margin: 0 !important;
	padding: 5px !important;
	text-align: left;
}

.thumbwrapp p.pin{
	background: #17191a !important;
	text-align: center !important;
}
	
.thumbwrap img.galattach,
.thumbwrapp img.galattach{
	background: #FFF url(fringefx.n/img_larger.gif) no-repeat bottom right;
	border: 1px solid #072A66;
	margin: 5px;
	padding: 2px 2px 10px 2px;
}

li.helprow{ 
	margin: 0 0 10px 0;
	padding: 0; 
}

ul#help{ 
	padding: 0 0 0 15px; 
}

.warngood,
.warnbad{ 
	color: #0B9500;
	font-weight: bold;
}

.warnbad{ 
	color: #DD0000;
}

#padandcenter{ 
	margin: 0 auto 0 auto;
	padding: 14px 0 14px 0;
	text-align: center;
}

#profilename{ 
	font-size: 28px; 
	font-weight: bold; 
}

#photowrap{ 
	padding: 6px; 
}

#phototitle{ 
	border-bottom: 1px solid #000; 
	font-size: 24px; 
}

#photoimg{ 
	margin: 15px 0 0 0;
	text-align: center; 
} 

#ucpmenu,
#ucpcontent{ 
	background: #1b1d1e;
	border: 1px solid #000;
	line-height: 150%;
}

#ucpmenu p{ 
	margin: 0; 
	padding: 2px 5px 6px 9px;
}

#ucpmenu a:link, 
#ucpmenu a:active, 
#ucpmenu a:visited{ 
	text-decoration: none; 
}

#ucpcontent{ 
	width: auto;
}

#ucpcontent p{ 
	margin: 0;
	padding: 10px;
}

.activeuserstrip{ 
	background: #BCD0ED;
	padding: 6px;
}

/* Topic View elements */
.signature{  
	background: transparent;
	color: #f3f479; 
	font-size: 10px;
	line-height: 150%;
}

.postdetails{ 
	font-size: 10px;
	line-height:140%;
}

.postcolor{ 
	font-size: 12px; 
	line-height: 160%;
}

.normalname{ 
	color: #003;
	font-size: 12px; 
	font-weight: bold; 
}

.normalname a:link, 
.normalname a:visited, 
.normalname a:active{ 
	font-size: 12px;
}

.post1,
.bg1{ 
	background: #17191a;
}

.post2,
.bg3{ 
	background: #17191a;
}

.row2shaded,
.post1shaded { background-color: #DEDBE4 }
.row4shaded,
.post2shaded { background-color: #E3DFE7 }

.row1{ 
	background: #17191a; 
border-left: 1px solid #292c2d;
border-top: 1px solid #292c2d;
}

.row2{ 
	background: #1b1d1e; 
border-left: 1px solid #292c2d;
border-top: 1px solid #292c2d;
}

.row3{
    background: #1b1d1e;
border-left: 1px solid #292c2d;
border-top: 1px solid #292c2d;
}
.row3:hover{
    background: #17191a;
    color: #5eb8de;
border-left: 1px solid #292c2d;
border-top: 1px solid #292c2d;
}

.rowhighlight{
	background-color: #FFF9BA;
}

.darkrow1{ 
	background: #272a2c;
	color: #b1b432; 
}

.darkrow3{ 
	background: #212425; 
	color: #777; 
}

/* tableborders gives the white column / row lines effect */
.plainborder,
.tablefill,
.tablepad{ 
	background: #1b1d1e;
	border: 1px solid #101010;
}





.tablefill,
.tablepad{ 
	padding: 6px;  
}

.tablepad{ 
	border: 0 !important;

}



.wrapmini{ 

	float: left;

	line-height: 1.5em;
	width: 25%;
}

.pagelinks{
	float: left;
	line-height: 1.2em;
	width: 35%;
}

.desc{ 
	font-size: 11px; 
	color: #777;
}



.lastaction

{
	font-size: 10px; 
	color: #777;
}

.edit{ 
	font-size: 9px;
}

.thin{ 
	border: 1px dashed #101010;
	border-left: 0;
	border-right: 0;
	line-height: 150%;
	margin: 2px 0 2px 0;
	padding: 6px 0 6px 0;
}

/* =================================================================================== */
/* =================================================================================== */
/* =================================================================================== */

/* 
 * ========================================
 * calendar styles 
 * ========================================
 */
	
.calmonths{ 
	background: #1b1d1e;
	border: 1px solid #090909;
	font-size: 18px; 
	font-weight: bold; 
	margin: 5px 0 5px 0;
	padding: 8px;
	text-align: center;
}

.weekday{
	font-size: 14px;
	font-weight: bold;
}

.calmonths a{
	text-decoration: none;
}

.calday,
.calweekday{ 
	background: #171819;
	color: #777;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: right;
}

.calweekday{
	border-right: 1px solid #101010;
	color: #777;
	font-size: 14px;
	padding: 6px;
	text-align: center;
}

.celltodayshaded,
.celldateshaded,
.cellblank,
.celldate,
.celltoday,
.mcellblank,
.mcelldate,
.mcelltoday{
	background: #1b1d1e; 
	height: 100px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.celltodayshaded,
.celldateshaded
{
	background: #191219;
}

.mcellblank,
.mcelldate,
.mcelltoday{
	height: auto;
}

.cellblank,
.mcellblank{
	background: #171819;
}

.celltoday,
.celltodayshaded,
.mcelltoday{
	border: 2px solid #d05473;
}

.calranged
{
	border: 2px outset #090909;
	background: #161c21;
	padding:4px;
}

.calitem
{
	border-bottom: 1px dotted #090909;
	padding:4px;
}

/* 
 * ========================================
 * form styles 
 * ========================================
 */

.input-warn,
.input-green,
.input-checkbox,
input,
textarea,
select{
	background: #0f0f0f;
	border: 1px solid #050505;
	color: #d05473;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}

select
{
	margin: 0px;
}

.input-checkbox
{
	border: none;
}

.input-warn,
.input-warn-content
{
	border: 1px solid #C00;
}

.input-ok,
.input-ok-content
{
	border: 1px solid #0C0;
}

.input-warn-content
{
	padding: 4px;
	margin: 4px;
	background-color: #FCC;
}

.input-ok-content
{
	padding: 4px;
	margin: 4px;
	background-color: #CFC;
}


.input-text
{
	color: #900;
}

input.button{
	margin: 0;
	width: auto;
	cursor: pointer;
}

optgroup option{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

.codebuttons{ 
	font-family: Verdana, Helvetica, Sans-Serif; 
	font-size: 10px; 
	vertical-align: middle;
	margin:2px;
}

.textarea,
.searchinput,
.button,
.gobutton{
	background: #0f0f0f;
	border: 1px solid #050505;
	color: #d05473;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
}
	
.button{
	background: #0b0c0d url(fringefx.n/button1.gif) repeat-x;
}

.gobutton{
	background: transparent;
	border: 0;
	color: #072A66;
	margin: 0;
	vertical-align: middle;
}

.radiobutton,
.checkbox,
.helpbox { 
	border: 0;
	vertical-align: middle;
	background: transparent;
}

/* 
 * class.formtable 
 *
 * used for tabled forms 
 * technically tables should not be used for form display 
 * but, in the case of IPB a table is easier to work with
 * for the average webmaster, who has little to no CSS knowledge.
 *
 */

.formtable{
	background: transparent;
}

.formtable td,
.pformleft,
.pformleftw,
.pformright{
	background:#1b1d1e;
	border: 1px solid #090909;
	border-bottom: 0;
	border-left: 0;
	font-weight: bold;
	margin: 1px 0 0 0;
	padding: 6px;
	width: 25%;
} 

.formtable td.wider,
.pformleftw,
.pformright{
	width: 40%;




















}

.formtable td.formright,
.pformright{


	border-right: 0px;
	font-weight: normal;
	width: auto;
} 

.formtable td.formtitle,

.formsubtitle{
	background: #272a2c;
	border: 1px solid #040404; 

	border-bottom: 0;
	border-left: 0;

	border-right: 0;
	font-weight: normal;
}

.formsubtitle{ 
	border: 0;
	color: #b1b432;
	font-weight: bold;
	padding: 5px;
}


.formtable td.formstrip{

	background: #DDE8F2;

	border: 1px solid #9FB9D4;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}

/* 
 * ========================================
 * new style quote and code wrappers MATT's DESIGN 
 * ========================================
 */

.quotetop{
	background: #161d21 url(fringefx.n/css_img_quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #0f1316;
	color: #40a0da;
	font-weight: bold;
	font-size: 10px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #1b2124;
	border: 1px dotted #000;
	border-left: 4px solid #0f1316;
	border-top: 0;
	color: #888;
	padding: 4px;
	margin: 0 auto 0 auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #161417 url(fringefx.n/css_img_code.gif) no-repeat right;
	color: #d05473;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
border-top: 1px dotted #000;
border-left: 1px dotted #000;
border-right: 1px dotted #000;
}

.codemain,
.sqlmain,
.htmlmain{
	background: #242125;
border-top: 0;
	border: 1px dotted #000;
	color: #888;
	font-family: Courier, "Courier New", Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
}

/* 
 * ========================================
 * old school quote and code styles - backwards compatibility 
 * ========================================
 */

#QUOTE,
#CODE{  
	background: #FAFCFE; 
	border: 1px solid #000; 
	color: #465584; 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	padding: 2px; 
	white-space: normal;
}

#CODE{ 
	font-family: Courier, "Courier New", Verdana, Arial;
}

/* 
 * ========================================
 * All New Styles 
 * ========================================
 */
.cleared{
	clear: both;
}

.borderwrap,
.borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #0c0e10;
	border: 1px solid #000;
	padding: 0px; 
	margin: 0px; 
}

.borderwrapm{
	margin: 5px;
}

.borderwrap h3,
.maintitle,
.maintitlecollapse{
	background: #141b1c url(http://www.fringefx.net/forums/style_images/fringefx.n/tile_cat.gif) repeat-x;
	/*border-bottom: 1px solid #000;*/
	color: #FFF; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 5px;
}

.maintitle td {
	color: #FFF; 
	font-size: 12px;
	font-weight: bold;
}


.maintitlecollapse{
	/*border: 1px solid #FFF;*/
}

.maintitle p,
.maintitlecollapse p,
.formsubtitle p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited{ 
	background: transparent;
	color: #cacaca;
	text-decoration: none; 
}

.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active{ 
	background: transparent;
	color: #FFF;
}

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{ 
	background: transparent url(http://www.fringefx.net/forums/style_images/fringefx.n/tile_sub2.gif);
	border-bottom: 1px solid #d05473;
	border-top: 1px solid #040404;
	color: #b1b432; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 3px; 
}

.subtitlediv{
	border-bottom: 1px solid #d05473;
	border-top: 1px solid #040404;
	text-align: right;
}

.borderwrap table th a:link,
.subtitle a:link,
.subtitlediv a:link,
.borderwrap table th a:visited,
.subtitle a:visited, 
.subtitlediv a:visited, 
.borderwrap table th a:active,
.subtitle a:active,
.subtitlediv a:active,
.borderwrap table th a:hover,
.subtitle a:hover,
.subtitlediv a:hover{ 

	background: transparent;
	color: #b1b432;
	text-decoration: none; 

}


.borderwrap h4{
	background: #141b23;
	/*border: 1px solid #FFF;*/
	border-bottom: 1px solid #090909;
	border-top: 1px solid #090909;
	color: #eaeaea; 
	font-size: 12px;
	font-weight: bold; 



	margin: 0;
	padding: 5px;
}

.borderwrap p{
	background: #121519;

	border: 1px solid #090909;
	margin: 5px;

	padding: 10px;
	text-align: left;
}


td.formbuttonrow,
.pformstrip,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
	background: #0c0d0d url(http://www.fringefx.net/forums/style_images/fringefx.n/post_bottom.gif) repeat-x !important; 
	/*border: 1px solid #FFF;*/
	border-top: 1px solid #f3f479;
	margin: 0px !important;
	padding: 5px !important;
	text-align: center;
}

td.formbuttonrow{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.borderwrap p.formbuttonrow1{
	background: #F9F9F9 !important;
	border: 0;
	border-top: 1px solid #CCC;
}

.bar,
.barb,
.barc{
	background: #161417;
	/*border: 1px solid #FFF;*/
}

.barc{

	border-bottom: 0;
}

.bar p,
.barb p,
.barc p{
	background: transparent;
	border: 0;
	color: #777;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	text-align: left;
}

.barb p{
	text-align: right;
}

.bar p.over,
.bar p.overs,
.barc p.over,
.barc p.overs{
	float: right;
}

.barb p.over,
.barb p.overs{
	float: left;
}

.bar p.overs,
.barb p.overs,
.barc p.overs{
	position: relative;
	top: 5px;
}

.catend{
	background: #040404;
	color: #000;
	font-size: 1px;
	height: 5px;
border-top: 1px solid #d05473;
}

.newslink{
	background: #1b1d1e;
	border: 1px solid #090909;
/*border-top: 1px solid #f3f479;
border-bottom: 1px solid #f3f479;*/
	margin: 0;
	width: 100%;
}

.newslink td{
	color: #777;
	font-size: 10px;
	padding: 5px 5px 5px 10px;
}

.newslink span{
	background: transparent;
	color: #b1b432;
	font-style: italic;
	font-weight: normal;
}

.newslink input{
	background: #0f0f0f;
	border: 1px solid #050505;
	color: #d05473;
	font-size: 10px;
	padding: 3px;
	vertical-align: middle;
	width: auto;
}

.newslink input.button{
	background: transparent;
	border: 0;
	color: #999;
	vertical-align: middle;
}

.fieldwrap{
	background: #1b1d1e;
	border: 1px solid #101010;
	border-top: 0;
	margin: 5px;
	padding: 0;
	text-align: left;
}

.fieldwrap h4{
	background: #272a2c;
	border: 1px solid #101010;
	border-left: 0;
	border-right: 0;
	color: #b1b432; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.errorwrap {
	background: #120c0f;
	border: 1px solid #090909;
	border-top: 0;
	margin: 5px;
	padding: 0;
}


.errorwrap h4 {
	background: #0c0b0b;
	border: 1px solid #090909;
	border-left: 0;
	border-right: 0;
	color: #d05473; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.errorwrap p {
	background: transparent;
	border: 0;
	color: #777;
	margin: 0;
	padding: 8px;
}


.ruleswrap{
	background: #F2DDDD;
	border: 1px solid #992A2A;
	color: #992A2A; 
	margin: 5px 0 5px 0;
	padding: 5px;
}

#redirectwrap{
	background: #1b1d1e;
	border: 1px solid #000;
	margin: 200px auto 0 auto;
	text-align: left;
	width: 500px;
}

#redirectwrap h4{
	background: #0a0a0a;
	border-bottom: 1px solid #000;
	color: #d05473;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

#redirectwrap p{
	margin: 0;
	padding: 5px;
}

#redirectwrap p.redirectfoot{
	background: #0a0a0a;
	border-top: 1px solid #000;
	text-align: center;
}


#gfooter{
	background: #1b1d1e url(http://www.fringefx.net/forums/style_images/fringefx.n/gfooter.gif) repeat-x;
	margin: 5px 0 5px 0;
	padding: 0;
	width: 100%;
}

#gfooter td{
	color: #d05473;
	font-size: 10px;
	padding: 4px;
}

#gfooter a:link,
#gfooter a:visited{
	color: #FFF;
}

#submenu{ 
	background: #1b1d1e url(http://www.fringefx.net/forums/style_images/fringefx.n/tile_sub.gif) repeat-x;
	/*border: 1px solid #FFF;*/
	border-top: 0;
	color: #777; 
	margin: 0;
	height: 22px;
	text-align: right;
}

.ipb-top-left-link,
.ipb-top-right-link

{

	background: transparent url(http://www.fringefx.net/forums/style_images/fringefx.n/tile_sub-lite.gif);
	float: right;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 3px 0 3px 0;
	width: auto;
	border-left:  1px solid #090909;
}

.ipb-top-left-link
{
	float: left;

	border-left: 0px;
	border-right: 1px solid #090909;
}

.ipb-top-left-link a:link, 
.ipb-top-left-link a:visited,
.ipb-top-right-link a:link, 
.ipb-top-right-link a:visited
{ 
	background: transparent; 
	color: #b1b432;
	padding: 0 6px 0 6px;

	text-decoration: none;
}

.ipb-top-left-link a:hover,
.ipb-top-left-link a:active,
.ipb-top-right-link a:hover,
.ipb-top-right-link a:active
{
background: transparent url(http://www.fringefx.net/forums/style_images/fringefx.n/tile_sub-highlight.gif);
color: #b1b432; >> Link colour when your mouse is hovering over them.
height: 22px;
width: auto;
padding-top: 4px;
padding-bottom: 6px;
}

#userlinks,
#userlinksguest{ 
	/*background: #F0F5FA;
	border: 1px solid #C2CFDF;*/
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
}

#userlinksguest{ 
	/*background: #F4E7EA;
	border: 1px solid #986265;*/
}

#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right;
}

#userlinks p,
#userlinksguest p{
	font-weight: normal;
	letter-spacing: 0;
}

#userlinksguest p.pcen{
	text-align: center;
}

#userlinks p.home,
#userlinksguest p.home{
	float: left;
}

#navstrip{ 
	background: transparent;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 14px 0px 8px 0px; 
}

#navstrip a:link, 
#navstrip  a:visited{ 
	background: transparent; 
	color: #d05473; 
	text-decoration: none;
}

#navstrip a:hover, 
#navstrip a:active{
	background: transparent; 
	color: #fad3df; 
}

.toplinks{
	background: transparent;
	color: #777;
	margin: 0;
	padding: 0 0 4px 0;
	text-align: right;
}

.toplinks span{
	background: #1b1d1e;
	border: 1px solid #090909;
	border-bottom: 0;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 5px;
}

.copyright{ 
	background: transparent;
	font-size: 11px; 
	margin: 0 0 0px 0;
	padding: 8px;
}

/* 
 * ========================================
 * print page styles 
 * ========================================
 */

#print{
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
	width: 85%;
}

#print h1,
#print h2,
#print h3,
#print h4,
#print p{
	color: #036;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px;
}

#print h2,
#print h3,
#print p{
	border-bottom: 1px solid #999;
	font-size: 11px;
	font-weight: normal;
}

#print h3{
	background: #F5F5F5;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#print h4{
	background: #F9F9F9;
	font-size: 11px;
}

#print p{
	margin: 0 0 5px 0;
	padding: 10px;
}

#print p.printcopy{
	border: 0;
	color: #000;
	text-align: center;
}

.dny-edit-title
{
	border:0px;
	padding:3px;
	margin:0px;
	background: #17191a; 
	color: #999; 
}


/* ======================================== */
/* TABS
/* ======================================== */

.tabon
{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color:#FFF;
	padding:8px;
	padding-bottom:9px;
	font-size:10px;
	float:left;
	width:auto;
	margin-top:3px;
}

.taboff
{
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background-color: #B5C3D9;
	color: #333;
	padding: 8px;
	font-size:10px;
	float: left;
	width: auto;
	margin-top:3px;
}

.tabon a:link, 
.tabon a:visited, 
.tabon a:active
{
	text-decoration:none;
	color: #000;
}

.taboff a:link, 
.taboff a:visited, 
.taboff a:active
{
	text-decoration:none;
	color: #333;
}

.mya-back
{
	background: #16181b;
	margin:1px;
	padding: 1px;
}


.mya-content
{
	background: #FFF;
	padding:8px;
	margin: 1px;
	border: 1px solid #777;
}

.mya-content-tbl
{
   background: #F0F5FA;
   border: 1px solid #777;
   text-align:left;
   font-size:10px;
   white-space:nowrap;
   margin:1px;
}

.mya-fieldwrap
{
	background: transparent;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px;
	border: 1px solid #090909;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
}


/* -------------------------------- */
/* Create PM box defaults           */
/* -------------------------------- */

.iframeshim
{
	position:absolute;
	display:none;
	background: #FFF;
	border:0px;
	width:auto;
	height:auto;
}





/* -------------------------------- */
/* Experimental                     */
/* -------------------------------- */

.popupmenu,
.popupmenu-new
{
   background: #0b0c0e;
   border: 1px solid #030303;
   text-align:left;
   font-size:10px;
   white-space:nowrap;
   /*padding:3px 5px 3px 3px;*/
   /*width:300px;*/
}

.popupmenu-item
{
	padding: 5px;
	/*margin-top:4px;*/

	white-space: nowrap;
	border-bottom: 1px solid #1a1e22;
	color:  #777;
	font-weight: normal;
}

.popupmenu-item-last
{
	padding: 5px;

	/*margin-top:4px;*/
	white-space: nowrap;
	color:  #777;


	font-weight: normal;

}

.popmenubutton-new,
.popmenubutton
{
	width:120px;
	white-space:nowrap;
	background-color: #111213;
	border:1px solid #090909;
	color: #777;
	font-weight:bold;
	float:right;
	height:14px;
	text-align:center;
	margin:0px;
	font-size:11px;
	padding:3px;
}

.popmenubutton-new
{
	float:none;
	width:auto;
	text-align:left;
	height:auto;
	padding:3px;
	font-weight:normal;
	background-color:#17191a;
	background-image: url(http://www.fringefx.net/forums/style_images/fringefx.n/menu_action_down-padded.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.popmenubutton-new-out
{
	padding:4px;
}


.popupmenu-new
{
	background-color: #17191a;
}


.popmenubutton a:link, 
.popmenubutton a:visited,
.popmenubutton-new a:link, 
.popmenubutton-new a:visited,
.popupmenu-item a:link, 
.popupmenu-item a:visited,
.popupmenu-item-last a:link, 
.popupmenu-item-last a:visited
{ 
	color: #d05473; 
	text-decoration: none;
}

.popmenubutton a:hover,
.popmenubutton-new a:hover,
.popupmenu-item a:hover, 
.popupmenu-item-last a:hover
{ 
	color: #eaeaea; 
	text-decoration: none;
}

.popupmenu-category
{ 
	background: #1b1d1e url(http://www.fringefx.net/forums/style_images/fringefx.n/tile_sub.gif) repeat-x;
	border-top: 1px solid #030303;
	border-bottom: 1px solid #030303;
	color: #b1b432; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 3px; 
}

/* -------------------------------- */
/* Loading box
/* -------------------------------- */

#loading-layer-inner
{
	width:220px;
	height:28px;
	padding:18px 10px 10px 10px;
	text-align:center;
	color: #000;
	border: 1px solid;
	border-color:#CCC #666 #666 #CCC;
	background-color: #FCF8C7;
}

/* -------------------------------- */
/* Message in a bo(x|ttle)
/* -------------------------------- */

#ipd-msg-wrapper
{
	display: none;
	width: 220px;
}

#ipd-msg-inner
{
	width:100%;
	height:45px;
	padding: 6px 4px 4px 4px;
	margin: 0px;
	text-align:center;
	color: #000;
	border: 1px solid;
	border-color:#ccc #666 #666 #ccc;
	background-color: #FCF8C7;
	filter:alpha(opacity=75);
	opacity:.75
}

#ipd-msg-title
{
	width: 100%;
	height:20px;
	margin: 0px;
	padding: 6px 4px 4px 4px;
	background: #141b1c url(http://www.fringefx.net/forums/style_images/fringefx.n/css_pp_header.gif) repeat-x;
	/*border: 1px solid #3A4F6C;*/
	border-bottom: 0px;
	color: #FFF;
}

.linked-image
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.resized-linked-image
{
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-color: #000;
	border: 0px;
	color: #FFF;
	font-size: 10px;
	width: auto;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.resized-linked-image-zoom
{
	width: 200px;
	height: 30px;
	filter:alpha(opacity=85);
	opacity:.85;
	background-color: #FFF;
	padding-top: 6px;
	padding-left: 5px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
}

/* -------------------------------- */
/* Edit post reason
/* -------------------------------- */

.post-edit-reason
{
	background: #121314;
	margin-top: 9px;
	margin-bottom: 0px;
	padding: 4px;
	color: #f3f479;
	font-size: 10px;
	border: 1px solid #0c0d0e;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
}

/* -------------------------------- */
/* Personal Profile
/* -------------------------------- */

.pp-name
{ 
	background: #232628;
	border: 1px solid #000;
	margin: 0px;

	padding: 10px;
}

.pp-name h3
{
	margin:0px;
	padding:0px 0px 5px 0px;
	font-size:24px;
}

.pp-header
{ 
	background: #1b1d1e url(http://www.fringefx.net/forums/style_images/fringefx.n/tile_sub.gif) repeat-x;
	color: #b1b432; 
	font-size: 10px;
	font-weight: bold; 
	margin: 0px 0px 1px 0px; 

	padding: 5px; 
}

.pp-title
{
	background: #141b1c url(http://www.fringefx.net/forums/style_images/fringefx.n/css_pp_header.gif) repeat-x;
	/*border-bottom: 1px solid #5176B5;*/
	color: #FFF; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 5px;
}

.pp-datebox
{
	text-align: center;
	background: #232628;

	border: 1px solid #000;
	padding: 4px;
	margin: 0px;
	font-size:18px;
	font-weight:bold;
	line-height: 100%;
	letter-spacing: -1px;
	float:right;
	width: auto;
}

.pp-datebox em
{
	color: #AAA;
	font-weight: normal;



	font-style: normal;
}

.pp-contentbox-back
{

	/*background-image: url(fringefx.n/folder_profile_portal/pp-css-contentblock.gif);*/
	background-repeat: repeat-x;
	background-color: #16181b;
	padding: 6px;
}

.pp-contentbox-entry,
.pp-contentbox-entry-noheight,
.pp-contentbox-entry-noheight-mod,
.pp-contentbox-entry-noheight-sel
{
	background-color: #0e0f11;
	border: 1px solid #090909;
	line-height: 140%;
	padding: 8px;
	margin-bottom: 6px;
	height: 200px;
	overflow: auto;
	overflow-x: auto;
}

.pp-contentbox-entry-noheight-sel
{
	background-color:#FCECCD;
}

.pp-contentbox-entry-noheight-mod
{
	background-color:#FDF1DA;
}

.pp-contentbox-entry-noheight,
.pp-contentbox-entry-noheight-mod,
.pp-contentbox-entry-noheight-sel
{
	height: auto;
	margin-bottom: 1px;
}

.pp-image-thumb-wrap,
.pp-image-thumb-wrap-floatright,
.pp-image-mini-wrap,
.pp-image-mini-wrap-floatright
{
	width: 52px;
	height: 52px;
	text-align: center;
	background: #1c232a;
	border: 1px solid #101010;
	padding: 4px;
	margin-top: auto;
	margin-bottom: auto;
}

.pp-image-mini-wrap,
.pp-image-mini-wrap-floatright
{
	width: 27px;
	height: 27px;
	margin-top: auto;
	margin-bottom: auto;
}

.pp-image-thumb-wrap-floatright,
.pp-image-mini-wrap-floatright
{
	float:right;
}

.pp-tiny-text
{
	color: gray;
	font-size: 10px;
}

.pp-mini-content-entry,
.pp-mini-content-entry-noheight,
.pp-mini-entry-noheight-shaded
{
	background-color: #17191a;
	padding: 6px;
	border-bottom: 1px dotted #090909;
	clear:both;
	width: auto;
	height: 60px;
}

.pp-mini-entry-noheight-shaded
{
	background-color: #E3DFE7;
}

.pp-mini-content-entry-noheight,
.pp-mini-entry-noheight-shaded
{
	height: auto;
}

.pp-tabclear,
.pp-maintitle
{
	background: #141b1c url(fringefx.n/css_pp_header.gif) repeat-x;
	/*border: 1px solid #FFF;
	border-bottom: 1px solid #5176B5;*/
	color: #FFF; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 5px;
}

.pp-tabclear
{
	border:0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.pp-tabon
{
	border-top:1px solid #101010;
	border-left:1px solid #101010;
	border-right:1px solid #101010;
	background-color:#2c3031;
	color:#d05473;
	padding:8px;
	float:left;
	width:auto;
	background-image: url(fringefx.n/css_pp_tab_on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top:3px;
	font-size:10px;
}

.pp-taboff,
.pp-tabshaded
{
	border-top: 1px solid #040404;
	border-left: 1px solid #040404;
	border-right: 1px solid #040404;
	background-color: #0e0e0f;
	color: #319edd;
	padding:8px;
	float: left;
	width: auto;
	background-image: url(fringefx.n/css_pp_tab_off.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top:3px;
	font-size:10px;
}

.pp-tabshaded
{
	background-image: url(fringefx.n/css_pp_tab_shaded.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #516795;
	border-top: 1px solid #7f9BBC;
	border-left: 1px solid #7f9BBC;
	border-right: 1px solid #7f9BBC;
}

.pp-tabon a:link, 
.pp-tabon a:visited, 
.pp-tabon a:active
{
	text-decoration:none;
	color: #d05473;
}


.pp-taboff a:link, 
.pp-taboff a:visited, 
.pp-taboff a:active,
.pp-tabshaded a:link, 
.pp-tabshaded a:visited, 
.pp-tabshaded a:active
{
	text-decoration:none;
	color: #319ed0;
}

.pp-tabwrap
{
	height: 34px;
	margin:0px;

	padding:0px;
}

#dropmenudiv{
position:absolute;
border: 1px solid #090909;
font-family: Arial, verdana, sans-serif;
font-size: 10px;
line-height:21px;
z-index:100;
text-align: left;
margin: 9px 0 0 0;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#14171a,direction=136,strength=3);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 13px;
}

#dropmenudiv a:link,
#dropmenudiv a:active,
#dropmenudiv a:visited {
background: url(fringefx.n/nav_m_dark.gif) no-repeat;
background-position: 1% 50%;
background-color: #1b1d1e;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #17191a url(fringefx.n/nav_m_dark.gif) no-repeat;
background-position: 1% 50%;
}

.pp-name-stats{
border-bottom: 1px solid #101010;
padding: 4px;
}

#final-prestige{
text-align: center;
margin-top: 5px;
margin-bottom: -7px;
background: #0c0e10;
}









/* 
 * ========================================
 * global hyperlink styles 
 * ========================================
 */

a:link,
a:visited,
a:active{
	background: transparent;
	color: #319edd;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #d05473;
	text-decoration: underline;
}