/*------------------------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD                           */
/* DO NOT EDIT BY HAND WITHOUT RESYNCHRONISING BACK TO THE DATABASE */
/* OR CHANGES TO THIS FILE WILL BE LOST WHEN NEXT EDITED FROM THE   */
/* ADMIN CONTROL PANEL                                              */
/* STYLE DIRECTORY: insta                                     */
/* CACHE FILE: Generated: Tue, 26 May 2009 15:03:19 GMT */
/*------------------------------------------------------------------*/

/*~START CSS~*/

/*  
 * CSS for Invision Power Board 2.3, Author: James Mathias, admin@leihu.com, www.1lotus.com � 2005 Invision Power Services.
 * Designed by Fisana, http://ipbskins.ru/
 *
 */

/* 
 * ========================================
 * global element styles 
 * ========================================
 */

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

body{ 
	background: #fff;
	color: #5a5252;
	font-family:  Verdana,Tahoma, Arial,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 */
	text-align: center; /* centers board in MSIE */
}

/* 
 * ========================================
 * Set up IPB table
 * ========================================
 */
 
.ipbtable { width:100%; 
clear:both;
}

table {
clear: left;}

table.ipbtable,
tr.ipbtable,
td.ipbtable
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	color: #5a5252;
	font-size: 11px;
	line-height: 16px;
}

.ipbtable td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

/* Safari... */
th
{
	text-align: left;
}

form{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}

img{
	border: 0; /* makes sure linked images do not have a border */
	vertical-align: middle;
}

fieldset{
border: 1px solid #db150f;
background: transparent; 
}

fieldset .row1,
fieldset .row2{border:0;}

.row3{
border: 1px solid #db150f;
background: #fff; 
}

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

a:link,
a:visited,
a:active{
	/*background: transparent;*/
	color: #000;
}

a:hover{
	/*background: transparent;*/
	color: #db1710;
	text-decoration: none;
}

/* 
 * ========================================
 * Main wrapper, this controls the overall width of the board in you browser view window. 
 * ========================================
 */

#ipbwrapper{ 
	margin: 0 auto 10px -15px; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */
min-width: 950px;
background: #fff;
clear: left;
width: 100%;
}


#ipbwrapper2{ 
	margin: 20px auto 10px auto;
background: #fff;
padding: 0 10px 0 30px;
clear: left;
}


/* 
 * ========================================
 * styles for pagination links 
 * ========================================
 */ 

.pagelink,
.pagelinklast,
.pagecurrent,
.minipagelink,
.minipagelinklast{
	background: #dcdee3;
	border: 1px solid #dcdee3;
	padding: 1px 3px 1px 3px;
font-family: Verdana;
font-size: 10px;
}

.pagelinklast,
.minipagelinklast{
	background: #fff;
}


.pagecurrent{
	background: #db1710;
	border: 1px solid #db1710;
	color: #fff;
	font-weight: bold;
}

.minipagelink,
.minipagelinklast{
	border: 1px solid #dcdee3;
	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,
.minipagelink a:active,
.minipagelink a:visited,
.minipagelink a:link,
.minipagelinklast a:active,
.minipagelinklast a:visited,
.minipagelinklast a:link{
	text-decoration: none;
color: #111;
}

.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link{
    color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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

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

.forumdesc,
.forumdesc a:link,
.forumdesc a:visited,
.forumdesc a:active{ 
	background: transparent;
	font-size: 11px; 
	color: #5a5252;
	line-height: 16px;
	margin: 2px 0 0 0;
	padding: 0;
}

.forumdesc2,
.forumdesc2 a:link,
.forumdesc2 a:visited,
.forumdesc2 a:active{ 
	background: transparent;
	font-size: 11px; 
	color: #db150f;
	line-height: 135%;
	margin: 2px 0 0 0;
	padding: 0;
}

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

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

.activeusers{
	background: #fff;
	border: 1px solid #bec2cb;
	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: #dddee3;
	border: 1px solid #dddee3;
	margin: 0 2px 0 0;
	padding: 11px 2px 2px 2px;
}

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

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

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

.thumbwrap h4,
.thumbwrapp h4{	
	background: #7f8891;
	border: 0 !important;
	border-bottom: 1px solid #626569 !important;
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

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

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

.thumbwrapp p.pin{
	background: #d7251e !important;
	text-align: center !important;
color: #fff;
}
	
.thumbwrap img.galattach,
.thumbwrapp img.galattach{
	background: #fff url(insta/img_larger.gif) no-repeat bottom right;
	border: 1px solid #c2c4c9;
	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: 24px; 
	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: #fff;
	line-height: 150%; 
}

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

#ucpmenu a:link, 
#ucpmenu a:active, 
#ucpmenu a:visited{ 
	text-decoration: none; 
font-size: 11px;
	color: #5a5252;
	line-height: 16px;
}

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

#ucpcontent{ 
	width: auto;
	border: 1px solid #c6c7ca;
border-top:0;
}

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

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

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

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

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

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

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

.username{ 
    background: url(insta/username.png) no-repeat;
    width: 190px;
    height: 33px;
    line-height: 27px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    color: #000;
 }

.username2{ 
    background: url(insta/username2.png) no-repeat;
    width: 190px;
    height: 33px;
    line-height: 27px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    color: #000;
        
 }
.username a:link, 
.username a:visited, 
.username a:active{
    color: #000; 
    text-decoration: none;
    font-size: 12px;   
    font-family:arial;    
}
.username a:hover{
    color: #db150f; 
    text-decoration: none;
	font-size: 12px;
}


.post1,
.post2{ 
	background: #fff;
	color: #373738;
}

.bg1,
.bg3{ 
	background: #fff;
	color: #000;
}

.postop{ 
	background: #f7f7f7;
border-top: 1px solid #fff;
	height: 27px;
	padding: 5px;
	margin: 0px;
}

.postbot{ 
	background: #fff url(insta/bg_mainm.gif);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 7px;
	padding: 0px;
	margin: 0px;
}

.row2shaded,
.row4shaded{ background-color: #ffe6e6;
border-top: 1px solid #dddee3; }

.post1shaded,
.post2shaded { background-color: #ffe6e6; }

.row1{ 
	background: #fafafa;
border-top: 1px solid #e4e5e9;
}

.row2{ 
	background: #fafafa;
border-top: 1px solid #e4e5e9;
}

.row3hover{ 
	background: #fff url(insta/top_l.png) top right no-repeat;
    border-top: 1px solid #e4e5e9;
	border-left: 1px solid #e4e5e9;
	color: #000;
	padding: 5px;
	margin: 0px;
} 
.row3bghover{
	background: url(insta/top_l.png) top right no-repeat !important;
}

.row3bghoverunselect{ 
	background: none;
} 
.row3a{ 
	background: #fafafa;
	border-left: 1px solid #e4e5e9;
border-top: 1px solid #e4e5e9;
padding: 5px;
} 

.row3b{ 
	background: #fafafa;
border-top: 1px solid #e4e5e9;
	border-left: 1px solid #e4e5e9;
} 

.row6{ 
	background: #d7251e;
	padding: 6px;
	padding-top: 6px;
	font-family: tahoma, verdana, arial;
	color: #000000;
	margin-top: 0px;
clear: both;
} 

.row7{ 
	background: #fff;
	padding: 10px;
	font-family: arial;
	color: #000;
	border: 1px solid #e4e5e9;
	margin: 0px;
} 

.row8{ 
	background: #f7f7f7;
border-top: 1px solid #fff;
}

.tvleft{ 
	background: #dcdee3;
}

.tvleft2{ 
	background: #dcdee3;
border-top: 1px solid #fff;
}

.rowhighlight{
	background-color: #FFF9BA;
}

.darkrow1{ 
background: #dddee3;
	color: #373738; 
}

.darkrow3{ 
	background: #f7f7f7; 
	color: #5a5252; 
}

.darkrow3 a:link,
.darkrow3 a:visited{
    color: #5a5252;
    text-decoration: none;
}

.darkrow3 a:hover,
.darkrow3 a:active{
    color: #db150f;
    text-decoration: none;
}

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

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

.tablepad{ 
	border: 0 !important;
clear: both;
}

.wrapmini{ 
	float: left;
	line-height: 1.5em;
	width: 25%;
}

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

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

.desc2{ 
	font-size: 11px; 
	color: #000;
border-bottom: 1px dotted #db150f;
}

.lastaction
{
	font-size: 11px; 
	color: #373738;
}

.edit{ 
	font-size: 11px;
}

.thin{ 
	border: 0px;
	line-height: 150%;
	margin: 2px 0 2px 0;
	padding: 6px 0 6px 0;
}

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

.calmonths a:link, 
.calmonths a:visited{ 
	background: transparent;
	color: #717171;
	text-decoration: none; 
      
}

.calmonths a:hover, 
.calmonths a:active{ 
	background: transparent;
	color: #db150f;
}


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

.calmonths a{
	text-decoration: none;
}

.calday,
.calweekday{ 
	background: #6e6f71 url(insta/bg_mainm.gif);
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: right;
}

.calday a:link,
.calday a:visited,
.calweekday a:link,
.calweekday a:visited{ 
	color: #dddee3;
	text-decoration: none;
}

.calday a:hover,
.calday a:active,
.calweekday a:hover,
.calweekday a:active{ 
	color: #FFF;
	text-decoration: none;
}

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

.celltodayshaded,
.celldateshaded,
.cellblank,
.celldate,
.celltoday,
.mcellblank,
.mcelldate,
.mcelltoday{
	background: #fafafa;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #b5b7bc;
	border-bottom: 1px solid #b5b7bc; 
	height: 100px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.celltodaymini,
.mcellblankmini,
.mcelldatemini,
.mcelltodaymini{
	background: #fafafa;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #b5b7bc;
	border-bottom: 1px solid #b5b7bc; 
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.formsubtitlemini{
	background: #fafafa;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #b5b7bc;
	border-bottom: 1px solid #b5b7bc; 
	color: #000;
	font-weight: bold;
	padding: 5px;
}

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

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

.cellblank,
.mcellblank{
	background: #dddee3;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #b5b7bc;
	border-bottom: 1px solid #b5b7bc; 
}

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

.calranged
{
	border: 1px solid #db150f;
	background: #fff;
	padding:4px;
	margin: 5px 0px 0px 0px;
}

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

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

.input-warn,
.input-green,
.input-checkbox,
input,
textarea,
select{
	max-height: 500px;
	background: #fff;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
	/*do not enable this style*/
	/*width: 80px;*/
}

select
{
	/*margin: 0px;*/
}

.forminput
{
	width: 292px;
}

.input-checkbox
{
	border: none;
}

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

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

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

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


.input-text
{
	color: #db150f;
}

input.button{
	/*margin: 0;*/
	width: auto;
	position: relative;
	cursor: pointer;
}

input.button:hover{
	background-color: #dddee3;
	color: #000000;
	border: 1px solid #999;
}

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

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


.textarea,
.searchinput{
	background: #fff;
	border-top: 1px solid #616264;
	border-left: 1px solid #616264;
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
	color: #000;
	font-family: tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

.gobutton{
	background: transparent;
	border: 0px;
	color: #000;
	font-family: tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
	width: 21px;
}

.button{
	background: #dc1f18;
	border:1px solid #dc1f18;
	color: #fff;
	font-family: tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	margin: 4px;
	vertical-align: middle;
font-weight:bold;
}

.radiobutton,
.checkbox,
.helpbox { 
    background: transparent;
	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:#f7f7f7;
	border: 1px solid #fff;
border-bottom: 0;
border-right: 0;
color: #5a5252;
	font-weight: bold;
	margin: 1px 0 0 0;
	padding: 6px;
	width: 25%;
} 

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

.formtable td.formright,
.pformright{
	font-weight: normal;
	width: auto;
} 

.formtable td.formtitle,
.formsubtitle{
	background: #f3f3f3;
	border-top: 1px solid #dddee3; 
	border-bottom: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}

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

.formsubtitle a:link, 
.formsubtitle a:visited{ 
	background: transparent;
	color: #5a5252;
	text-decoration: none; 
	padding: 8px 5px;
      
}

.formsubtitle a:hover, 
.formsubtitle a:active{ 
	background: transparent;
	color: #db150f;
}

.formsubtitle2{
	background: #dddee3;
	border-left: 1px solid #FFF;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; 
	color: #5a5252;
	font-weight: bold;
	padding: 5px;
}

.formsubtitle3{
	background: #dddee3;
	border: 0;
	font-weight: bold;
	color: #5a5252;
	padding: 5px;
}

.formtable td.formstrip{
	background: #f7f7f7;
	border: 1px solid #dddee3;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}

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

.quotetop{
	background: #dcdde2;
border: 1px dotted #000;
border-bottom: 0;
	border-left: 1px solid #db150f;
	color: #db150f;
	font-weight: bold;
	font-size: 11px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #f6f6f6;
	border: 1px dotted #000;
border-left: 1px solid #db150f;
	border-top: 0;
	color: #5a5252;
	padding: 4px;
	margin: 0 auto 0 auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #f1f2f4;
	color: #db150f;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.codemain,
.sqlmain,
.htmlmain{
	background: #fafafa;
	border: 1px dotted #000;
	color: #5a5252;
	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: tahoma, Verdana, Arial; 
	font-size: 11px; 
	padding: 2px; 
	white-space: normal;
}

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

/* 
 * ========================================
 * All New Styles 
 * ========================================
 */
 
.catheadmid{
    background: #c6c7ca url(insta/cathead_mid.png) repeat-x;
  	display: inline;
  	float:left;
  	width:100%;
	height: 35px;
	font-size: 12px;
  	margin: 0px;
  	padding: 0px;
    text-align: left;
	font-weight: bold;
font-family:Sans-Serif;
    color: #373738;
}

.title1{
    background: #c6c7ca url(insta/cathead_mid.png) repeat-x;
  	width:100%;
	height: 35px;
	font-size: 12px;
font-family:Sans-Serif;
  	margin: 0px;
  	padding: 0px;
    text-align: left;
	font-weight: bold;
    color: #373738;
}


.catheadleft {
    background: url(insta/cat_l.png) no-repeat left top;
  	display: block;
  	float: left;
  	margin: 0px;
  	padding: 0px;
  	height: 35px;
  	width: 100%;
}

.catheadright {
    background: url(insta/cathead_right.png) no-repeat right top;
    display: inline;
  	float: right;
    padding: 0px;
  	text-decoration: none;
  	color: #373738;
	font-size: 1px;
  	height: 35px;
  	margin: 0px;
  	width: 100%;
}

.catheadright2 {
    background: url(insta/cathead_right2.png) no-repeat right top;
    display: inline;
  	float: right;
    padding: 0px;
  	text-decoration: none;
  	color: #373738;
	font-size: 1px;
  	height: 35px;
  	margin: 0px;
  	width: 100%;
}

.catheadtext {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	font-weight: bold;
    color: #373738;
	font-size: 12px;
font-family:Sans-Serif;
    text-align: left;
    width: 100%;
    vertical-align: middle;
}

.title1 a:visited,
.title1 a:link, 
.title1 a:visited,
.catheadtext a:link, 
.catheadtext a:visited,
.catheadtextcollapse a:link, 
.catheadtextcollapse a:visited{ 
	background: transparent;
	color: #373738;
    font-family:Sans-Serif;
	text-decoration: none; 
      
}

.title1 a:hover, 
.title1 a:active,
.catheadtext a:hover, 
.catheadtext a:active,
.catheadtextcollapse a:hover, 
.catheadtextcollapse a:active{ 
	background: transparent;
	color: #db150f;
}

.title1 .catheadtext {
	padding: 0px;
	font-weight: bold;
    color: #373738;
	font-size: 12px;
	font-family:Sans-Serif;
    text-align: left;
    width: 100%;
    vertical-align: top;
	clear: both;
}

.catfoot,
.footer{
  	float:left;
	height: 5px;
	background: #dddee3 url(insta/catfoot_mid.gif) repeat-x;
	font-size: 1px;
	width:100%;
margin-bottom:10px;
}

.catfoot_left{
  	float:left;
  	background: url(insta/catfoot_left.gif) no-repeat left top;
  	margin: 0px;
  	padding:0px;
	width: 100%;
	height: 5px;
}

.catfoot_right{
  	float:right;
  	background: url(insta/catfoot_right.gif) no-repeat right top;
  	padding: 0px;
  	text-decoration:none;
  	text-align: center;
	font-size: 1px;
	width: 100%;
	height: 5px;
}  

.cleared{
	clear: both;
}

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

.borderwrap{clear: both;}


.borderwrapm{
	margin: 5px;
padding: 0; 
}

.expand,
.goto,
.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members{
	float: right;
	width: auto !important;
	text-align: right;
	vertical-align: middle;
}

.borderwrap h3,
.maintitle,
.maintitlecollapse{
	  	background: #cbcccf;
border: 1px solid #fff;
	border-bottom: 1px solid #6e6f71;
	color: #373738; 
	font-size: 12px;
	font-family:Sans-Serif;
	font-weight: bold; 
	margin: 0px;
	padding: 5px;
}

.maintitle td {
	color: #373738; 
	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: #373738;
	text-decoration: none; 
		font-size: 12px;
	font-family:Sans-Serif;
}

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

table th,
.borderwrap table th{ 
	background: #989898;
	color: #fff; 
	font-size: 10px;
font-family:Sans-Serif;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 1px 5px; 
}

.subtitle,
.subtitlediv,
.postlinksbar{ 
	background: #989898;
	color: #fff; 
	font-size: 11px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 3px; 
}

.catsub1{ 
	background: #db150f;
	border-left: 1px solid #fff;
	color: #fff; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 0px; 
}

.subtitle,
.catsub2{ 
	background: #db150f;
	color: #fff; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 0px; 
	text-align: center;
}

.catsub3{ 
	background: #db150f;
	color: #fff; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 3px; 
}

.catsub4{ 
	background:  #db150f;
	color: #fff; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 4px;
	text-align: right; 
}

.catsub5{ 
	background:  #db150f;
	color: #fff; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 0.5px;
	margin: 0; 
	padding: 4px; 
	text-align: left;
}

.catsub5 a:link,
.catsub5 a:visited,
.catsub4 a:link,
.catsub4 a:visited{ 
	color: #fff;
	text-decoration: none;
font-size: 11px;
}

.catsub5 a:hover,
.catsub4 a:hover,
.catsub4 a:active{ 
	color: #000;
	text-decoration: none;
}

.subtitlediv{
	text-align: left;
}

.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: #fff;
	text-decoration: none; 
}
div#fo_stat .hover_table a:hover {
    color: red;
}
.borderwrap h4{
	background: #b5b7bc;
	border: 0;
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.borderwrap p{
	background: #fff;
	border: 1px solid #dddee3;
	margin: 5px;
	padding: 10px;
	text-align: left;
}


td.formbuttonrow,
.pformstrip,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
	background:url(insta/formbuttonrow.gif) !important; 
	border-top: 1px solid #fff;
	margin: 0px !important;
	padding: 3px !important;
	text-align: center;
color: #000; 
}

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

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


.formbuttonrow3{
	background: url(insta/formbuttonrow.gif) !important; 
	margin: 0px !important;
	padding: 5px !important;
	text-align: center;
	border-left: 1px solid #dddee3;
	border-right: 1px solid #dddee3;
}



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

.barc{
	border-bottom: 0;
}

.bar p,
.barb p,
.barc p{
	background: transparent;
	border: 0;
	color: #5a5252;
	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: #e7e5e5;
	border: 0;
	color: #000;
	font-size: 1px;
	height: 11px;
}

.newslink{
background: #e7e5e5;
border: 0;
	margin: 0;
	width: 100%;
}

.newslink td{
	color: #717171;
	font-size: 11px;
	padding: 0px;
}

.newslink span{
	background: transparent;
	color: #717171;
	font-weight: normal;
}

.newslink input{
	background: #fff;
	border-top: 1px solid #616264;
	border-left: 1px solid #616264;
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
	color: #717171;
	font-size: 11px;
	padding: 3px;
	width: auto;
vertical-align: middle;
}

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

.newslink a:link, 
.newslink a:visited{ 
	text-decoration: none;
	color: #717171;
	font-size: 11px;
}

.newslink a:active, 
.newslink a:hover{ 
	text-decoration: none;
	color: #db150f;
	font-size: 11px;
}

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

.fieldwrap h4{
	background: #dddee3;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	color: #db150f; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.errorwrap {
	background: #fafafa;
	border: 1px solid #b5b7bc;
	margin: 5px;
	padding: 0;
}


.errorwrap h4 {
	background: #db150f;
	border: 0;
	border-left: 0;
	border-right: 0;
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

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


.ruleswrap{
	background: #fafafa;
	border: 1px solid #dcdee3;
	color: #000; 
	margin: 5px 0 5px 0;
	padding: 5px;
}

#redirectwrap{
	background: #f6f6f6;
	margin: 200px auto 0 auto;
	text-align: center;
	width: 482px;
	border: 1px solid #c3c9d0;
}

#redirectwrap h4{
	background: #db150f;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	text-align: center;
}

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

#redirectwrap p.redirectfoot{
	background: transparent;
	text-align: center;
}

#redirectwrap a:link,
#redirectwrap a:visited{
	color: #000;
	text-decoration: none;
}

#redirectwrap a:active,
#redirectwrap a:hover{
	color: #5a5252;
	text-decoration: none;
	border-bottom: 2px dotted #5a5252;
}

#gfooter{
	background: #db150f;
	margin: 0;
border: 0;
	padding: 4px;
	width: 100%;
}
#bttop {
	z-index:10;
	bottom: 10px;
	background: white;
	text-align: center;
	position: fixed;
	right: 10px;
	cursor: pointer;
	border: 1px solid #AE2B2A;
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	opacity: 0.8;
	box-shadow: 0px 0px 24px rgb(196 196 196 / 50%);
}

.scroll_arrow {
	display: inline-block;
	width: 20px;
	height: 25px;
	margin-top: 15px;
	line-height: 14px;
	vertical-align: text-top;
	background: url(/style_images/insta/arrowUP.svg);
}

#gfooter td{
	color: #f1f1f1;
	font-size: 11px;
	padding: 4px;
}

#gfooter a:link,
#gfooter a:visited{
	color: #FFF;
	text-decoration: underline;
}

#gfooter a:hover{
	text-decoration: none;
}

#userlinks,
#userlinksguest{ 
	background: #cc0000;
	border: 0px solid #4a83ad;
	margin: 0px 0 5px 30px;
	padding: 0 5px 0 5px;
color: #fff;
font-family: Arial;
}


#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	font-size: 11px;
	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;
padding-left:5px;
}


#userlinks a:link, 
#userlinks a:visited,
#userlinksguest a:link,
#userlinksguest a:visited,
#userlinks p a:link,
#userlinks p a:visited,
#userlinksguest p a:link,
#userlinksguest p a:visited{
	background: transparent; 
	font-size: 11px;
	font-weight: bold;
font-family: Arial;
	color: #fff;
	text-decoration: underline;
}

#userlinks a:active, 
#userlinks a:hover,
#userlinksguest a:active,
#userlinksguest a:hover,
#userlinks p a:active,
#userlinks p a:hover,
#userlinksguest p a:active,
#userlinksguest p a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #f1f1f1;
	text-decoration: none; 
}

#navstrip{ 
	background: transparent;
clear: both;
	color: #5a5252;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 14px 0;
}

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

#navstrip a:hover, 
#navstrip a:active{
	background: transparent; 
	color: #db1710; 
}
 
.toplinks{
	background: transparent;
	color: #5a5252;
	margin: 0;
	padding: 5px 0 0px 0;
	text-align: left;
	font-size: 11px;
}

.toplinks span{
	background: transparent;
	border: 0px;
	border-bottom: 0;
	color: #5a5252;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0px 0 0;
	padding: 0px;
}

.copyright{ 
	background: transparent;
	margin: 0;
	padding: 0px;
text-align: right;
color: #5a5252;
}

.copyright a:link,
.copyright a:visited,
.copyright a:active{ 
	background: transparent;
color: #5a5252;
text-decoration: none;
}

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

#print{
background: #fff;
border: 1px solid #c6c7ca;
	margin: 20px auto 20px auto;
	padding: 5;
	text-align: left;
	width: 85%;
}

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

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

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

#print h4{
	background: #dcdee3;
	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: #dddee3;
	border: 0;
	color: #000; 
}


/* ======================================== */
/* 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;
	color: #FFF;
}

.taboff
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #B5C3D9;
	color: #8da3b8;
	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: #FFF;
}

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

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

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

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

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

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

.iframeshim
{
	position:absolute;
	display:none;
	background: #FFF;
	filter:alpha(opacity=0);
	border:0px;
	width:auto;
	height:auto;
}



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

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


.popupmenu-item
{
	padding: 2px;
	/*margin-top:4px;*/
	white-space: nowrap;
	border-top: 1px solid #c3c9d0;
	border-bottom: 1px solid #fff;
    font-size:10px;
	color:  #000;
	font-weight: normal;
}

.popupmenu-item-last .popupmenu-item:hover{
	background-color: #fff0f2;
}

.popupmenu-item-last .popupmenu-item-last:hover{
	background-color: #fff0f2;
}

.popupmenu-item-last
{
	padding: 2px;
	/*margin-top:4px;*/
    background: #f7f7f7;
	white-space: nowrap;
	color:  #000;
    font-size:10px;
    border-top: 1px solid #c3c9d0;
	font-weight: normal;
	/*width: 155px;*/
}

.popmenubutton-new,
.popmenubutton
{
	width:120px;
	white-space:nowrap;
	background: #f1f2f4;
	border:1px solid #db150f;
	color: #000;
	font-weight:bold;
	float:right;
	height:18px;
	text-align:center;
	margin:0px;
	font-size:11px;
	padding:2px;
}

.popmenubutton{
font-family:Arial;
}

.title1 .popmenubutton
{
	width:120px;
	white-space:nowrap;
	background: #db150f;
	border:1px solid #db150f;
	color: #fff;
	font-weight:bold;
	float:right;
	height:18px;
	text-align:center;
	margin:0px;
	font-size:11px;
	padding:2px;
}

.popmenubutton-new
{
	float:none;
	width:auto;
	text-align: left;
	height:auto;
	padding: 3px;
	font-weight: normal;
	background: #f1f2f4;
	background-image: url(insta/menu_action_down-padded.gif);
	background-repeat: no-repeat;
	background-position: right;
	border:1px solid #db150f;
}

.popmenubutton-new-out
{
	padding: 4px;
	font-size: 11px; 
	font-weight: bold;
}


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

.popmenubutton a:hover,
.popmenubutton-new a:hover{ 
	color: #db150f; 
	text-decoration: none;
}

.popupmenu-item a:link, 
.popupmenu-item a:visited,
.popupmenu-item-last a:link, 
.popupmenu-item-last a:visited{ 
	color: #111; 
   font-size:10px;
	text-decoration: none;
}

.popupmenu-item a:hover, 
.popupmenu-item-last a:hover
{
	text-decoration: none;
    font-size:10px;
}


.title1 .popmenubutton a:link, 
.title1 .popmenubutton a:visited{
	color: #fff;
} 

.popupmenu-category
{ 
	background: #db150f;
	border-bottom: 1px solid #000;
	color: #fff; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 2px; 
}

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

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

/* -------------------------------- */
/* 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:#db150f;
	background-color: #fff;
	filter:alpha(opacity=75);
	background: white;
}

#ipd-msg-title
{
	width: 100%;
	height:20px;
	margin: 0px;
	padding: 6px 4px 4px 4px;
  	background: #dc1f18;
	color: #fff; 
	font-size: 12px;
	border: 1px solid #db150f;
	border-bottom: 0px;
}

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

.resized-linked-image
{
	margin: 4px 0px 0px 0px;
	padding: 0px;
	background-color: #fff;
	border: 0px;
	color: #5a5252;
	width: auto;
}

.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: #eeefef;
	margin-top: 9px;
	margin-bottom: 0px;
	padding: 4px;
	color: #db150f;
	font-size: 10px;
	border: 0px;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
}

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

.pp-name
{ 
		background: #fafafa;
	border: 1px solid #dddee3;
	margin: 0px;
	padding: 10px;
}

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

.pp-header
{ 
	background: #878787;
	color: #fff; 
	font-size: 11px;
	font-weight: bold; 
	margin: 0px 0px 1px 0px; 
	padding: 4px; 
}

.pp-title
{
	background: #000;
	border-bottom: 1px solid #000;
	color: #fff; 
	font-size: 14px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
	text-align: center;
}

.pp-datebox
{
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #db150f;
	padding: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	font-size:24px;
	font-weight:bold;
	line-height: 100%;
	letter-spacing: -1px;
	float:right;
	width: 80px;
color: #5a5252;
}

.pp-datebox em
{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
color: #000;
}

.pp-contentbox-back
{
	background: #c7c8cb;
	padding: 6px;
}

.pp-contentbox-back2
{
	background-color: #dddee3;
	padding: 6px;
}

.pp-contentbox-entry,
.pp-contentbox-entry-noheight-mod,
.pp-contentbox-entry-noheight-sel
{
	background: #fff;
	border: 1px solid #dddee3;
	line-height: 140%;
	padding: 12px;
	margin-bottom: 6px;
	height: 200px;
	overflow: auto;
	overflow-x: auto;
}

.pp-contentbox-entry-noheight{
	background-color: #fff;
	border: 1px solid #dcdee3;
	line-height: 140%;
	padding: 12px;
	margin-bottom: 6px;
	height: 200px;
	overflow: auto;
	overflow-x: auto;
}

.pp-contentbox-entry-noheight2{
	background-color: #fafafa;
	border: 1px solid #c7c8cb;
	line-height: 140%;
	padding: 11px;
	height: 35px;
	margin-bottom: 1px;
}

.pp-contentbox-entry-noheight2 a:link,
.pp-contentbox-entry-noheight2 a:visited{
	color: #000;
	text-decoration: none;
}

.pp-contentbox-entry-noheight2 a:hover,
.pp-contentbox-entry-noheight2 a:active{
	color: #db150f;
	text-decoration: none;
}

.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: #FFFFFF;
	border: 1px solid #c7c8cb;
	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,
#ipbwrapper3 .pp-tiny-text
{
	color: #5a5252;
	font-size: 8px;
}

.pp-mini-content-entry,
.pp-mini-content-entry-noheight,
.pp-mini-entry-noheight-shaded
{
	background: #fafafa;
	padding: 6px;
	border-bottom: 1px dotted #000;
	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: #db150f;
	border: 0;
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
}

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

.pp-tabon
{
	border:0;
	border-right:1px solid #dddee3;
	background-color:#db150f;
	color:#fff;
	padding:8px;
	float:left;
	width:auto;
	margin-top:3px;
	font-size:10px;
}

.pp-taboff,
.pp-tabshaded
{
	border: 0;
	border-right: 1px solid #dddee3;
	background-color: #616264;
	color: #dddee3;
	padding:8px;
	float: left;
	width: auto;
	margin-top:3px;
	font-size:10px;
}

.pp-tabshaded
{
	background: #616264;
	color: #ccc;
	border: 0;
	border-right: 1px solid #dddee3;
}

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

.pp-tabon a:hover{
	text-decoration:none;
	color: #dddee3;
}

.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: #dddee3;
}

.pp-taboff a:hover, 
.pp-tabshaded a:hover{
	text-decoration:none;
	color: #f1f1f1;
}

.pp-tabwrap
{
	height: 33px;
	margin:0px;
	padding:0px;
}

/* This is a little hack to fix the
* scrollbar that appears in the emoticon
* pane of the post screen */	
#post_screen_hack table tr td {
	padding: 0px !important;
}

.catname {
	font-size:12px;
	font-family: verdana, arial;
	text-decoration: none;
}

a:link .catname,
a:visited .catname,
a:active .catname,
.catname a:link,
.catname a:visited,
.catname a:active{
	background: transparent;
	color: #000;
	text-decoration: none;
font-family: arial;
}

.catname a:hover{
	background: transparent;
	text-decoration: none;
}

.catname2 {
	font-size:11px;
	font-family: verdana;
	text-decoration: none;
}

.copy{ 
	background: #fff;
border-top:1px solid #bababa;
	margin: 0 0 0 0;
	padding: 0px;
font-size: 11px; 
color: #5a5252;
	font-family: tahoma;
text-align:center;
height:67px;
}


.copy_left{ 
	background: transparent;
	margin: 0 0 0 0;
	padding: 0;
color: #5a5252;
font-size:1px;
text-align:left;
height:67px;
}

.copy_right{ 
	background: transparent;
	margin: 0 0 0 0;
	padding: 0;
color: #5a5252;
font-size:1px;
text-align:right;
height:67px;
}

.copy a:link,
.copy a:visited,
.copy a:active{ 
	background: transparent;
color: #ff0000;
text-decoration: underline;
}

.copy .copyright a:link,
.copy .copyright a:visited,
.copy .copyright a:active{ 
	background: transparent;
color: #5a5252;
text-decoration: underline;
}

.copy a:hover{ 
	background: transparent;
text-decoration: none;
}


td.head_left
{
	background-color:#dcdde2;
	background-image: url(insta/top.png);
	background-repeat: no-repeat;
	width:950px;
	height:145px;
margin:0;
padding:0;
}


td.head_middle
{
	background:#dcdde2 url(insta/bg.png) repeat-x;
	height:145px;
}

td.main_spacing
{
	background-color:#FFFFFF;
	width:50px;
}

td.head2_left
{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
}
td.head2_right
{
	background:#6e6f71 url(insta/bg_mainm.gif) repeat-x;
	height:30px;
}
td.head2_middle,
td.head2_red
{
	height:30px;
	text-align:left;
	font-weight:bold;
background:url(insta/arrow2.png) top right no-repeat;}


td.head2_red
{background:#db150f url(insta/arrow1.png) top right no-repeat;}

td.head2_red a:link,
td.head2_red a:active,
td.head2_red a:visited,
td.head2_middle a:link,
td.head2_middle a:active,
td.head2_middle a:visited
{
	font-weight:bold;
	color:#fff;
text-decoration:none;
padding-top:5px;
padding-left:5px;
padding-right:40px;
}

td.head2_red a:hover,
td.head2_middle a:hover{
	color:#f1f1f1;
}


#submenu{ 
	background: transparent url(insta/sub.png) no-repeat left;
	border: 0;
	color: #fff; 
	margin: 0;
	height: 30px;
	text-align: left;
	position:relative;
	z-index:2;
}

.submenu{ 
	background: #6e6f71 url(insta/bg_mainm.gif);
	border: 0;
	color: #fff; 
	margin: 0;
	text-align: left;
font-family:arial;
}
#lang_block{
	margin: 0;
	width: 4%;
	position: static;
	z-index:3;
}
#lang_block li{
	width: 68px;
	height: 30px;
	list-style: none;
	background: #280100;
}
#lang_front{
	border-radius: 6px;
}
#lang_front.lang_radius{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.lang_back_2{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#lang_back{
}
#lang_block .hide{
	display:none;
}
#lang_block .show{
	display: block !important;
}
#lang_block #lang_anchor{
	width: 100%;
	height: 37px;
}
#lang_block img{
	margin-left: 10px;
	margin-top: 7px;
	width: 26px;
	height: 16px;
}
#lang_block span{
	margin-bottom: 10px;
}
#lang_front div:after{
	content: url("insta/down.svg");
	position: relative;
	top: 5px;
	left: 9px;
}
#lang_front div.lang_up:after{
	content: url("insta/up.svg");
}
.lang_wrap {
	position: absolute;
	right: 15px;
}
#lang_front div:hover:after {
	cursor: pointer;
}
.ipb-top-left-link,
.ipb-top-right-link,
.ipb-top-red-link
{
	text-align:left;
	float: left;
	font-size: 12px;
	font-weight:normal; 
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 0;
    padding: 8px 20px 7px;
	width: auto;
	border-right:  1px solid #530100;
}
 a
{
	outline:none;
}
.ipb-top-red-link
{
	float: left;
	background:#db150f ;
	border-right: 1px solid #530100;
padding-left:3px;
}

.ipb-top-left-link a:link, 
.ipb-top-left-link a:visited,
.ipb-top-right-link a:link, 
.ipb-top-right-link a:visited,
.ipb-top-red-link a:link, 
.ipb-top-red-link a:visited
{ 
	background: transparent; 
	color: #fff;
	padding: 0 6px 0 6px;
	text-decoration: none;
}

.ipb-top-red-link a:active, 
.ipb-top-red-link a:hover, 
.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; 
	color: #f1f1f1; 
}
.head_photo {
width:150px;
height:150px;
background:transparent url(insta/head_photo_sprite.png) no-repeat scroll left top;
position:absolute;
top:10px;
z-index:1;
}
#head_photo1 {
left:375px;
background-position:0px 0px;

}
#head_photo2 {
left:604px;
background-position:0px -149px;
display:none;
}
#head_photo3 {
left:833px;
background-position:0px -298px;
display:none;
}
#head_photo4 {
left:1062px;
background-position:0px -447px;
display:none;
}
#head_photo5 {
left:1291px;
background-position:0px -596px;
display:none;
}
#head_photo6 {
left:1520px;
background-position:0px -745px;
display:none;
}
div#userlinksguest {
    position: absolute;
    right: 15px;
    top: 65px;
}
div.ipb-top-right-link:hover {
background:#1f0101;
}
input.button:disabled {
opacity:.4;
cursor:not-allowed;
}
#ucpmenu a.active {
color:#db1710;
font-weight:700;
}
#reg-password, #reg-password-check {
    padding-right: 18px;
}
.normalname .username a {
	position: relative;
	top: 1px;
}

span.topics_lastaction_span, span.topics_view_span, span.topics_started_span, span.replyspan {
    display: none;
}
div.postcolor.post_align div[align="center"] {
    text-align: left;
    padding-left: 20px;
}
.for_mobile{
   display:none;
}
.signature.signature_design div[align="center"] {
    text-align: left;
    padding-left: 20px;
}
td.nopad.button_class a {
    background: #dcdde2;
    padding: 5px 7px;
    border: 1px solid #b9bfc6;
    text-decoration: none;
    font-size: 12px;
    color: #da3d3b;
    font-weight: 600;
    display: inline-block;
}

td.nopad.button_cl a:nth-child(2){
	background: #dcdde2;
	font-family: monospace;
	padding: 2px 3px 4px 3px;
	border: 1px solid #b9bfc6;
	text-decoration: none;
	font-size: 12px;
	color: #da3d3b;
	font-weight: 600;
	display: inline-block;
}

td.nopad.button_class a:hover {
    color: #500301;
}
div#profile-options_menu, div#pp-entry-gender-wrap_menu {
    width: 188px !important;
}
input#pp-location, input#pp-contact-value-aim, input#pp-contact-value-yahoo, input#pp-contact-value-msn, input#pp-contact-value-icq {
    width: 111px;
}
div#pp-entry-born-wrap_menu .popupmenu-item-last fieldset select {
    width: 40px;
}
.formsubtitle3 input.button[value="Perform the search"], .formsubtitle3 input.button[value="More Options"] {
    right: auto;
}
.formsubtitle.table_input select.forminput {
    width: 120px;
}
.formsubtitle.table_input input.button[value="Go!"], input.button.btn_sub {
    right: 0;
}
textarea.textarea_size {
    width: 30%;
}
@media screen and (max-width: 768px) and (min-width: 320px){
	.tablepad table.ipbtable td fieldset {
		height: inherit !important;
	}
	.tablepad table.ipbtable td {
		display: inline-block;
		width: 100%;
	}
	.formsubtitle select.forminput {
		width: 100%;
	}
	div#pp-iframe-wrap td.pp-contentbox-entry-noheight {
		display: inline-block;
		width: 98%;
	}
	.signature.signature_design div[align="center"] img.linked-sig-image {
		width: 100%;
	}

span.topics_lastaction_span, span.topics_view_span, span.topics_started_span, span.replyspan {
    display: block;
}
td.row1.des_left_index {
    display: none;
}
td.row2.faq_page h1 {
    font-size: 14px;
}
td.row2.faq_page h2 {
    font-size: 14px;
}
td.row2.topics_view_forum, td.row2.topics_view_forum, td.row2.topics_started_forum, td.row2.reply_post, td.row1.descrip_left_index, td.topics_lastaction_forum {
    display: block !important;
    border: none;
    text-align: left;
}
td.row1.img_left_index {
    float: left;
    width: 10%;
   border-right: 1px solid #dadada;
}
td.row2.topics_started_forum a, td.row2.topics_lastaction_forum a {
    text-decoration: none;
}
td.row1.descrip_left_index {
    min-height: 25px;
    border-bottom: 1px solid #dadada;
    padding-left: 60px;
}
td.row2.topics_lastaction_forum a {
    margin-top: 7px;
    display: inline-block;
    margin-bottom: 7px;
}
span.topics_lastaction_span, span.topics_view_span, span.topics_started_span, span.replyspan {
    display: block;
    float: left;
    padding-right: 10px;
}
tr.border-for-mobile {
    display: block;
    border-top: 1px solid #dadada;
}
.borderwrap.table_ipdata table.ipbtable tr td {
    display: block;
    text-align: left;
}
table.ipbtable.for_ip_mobile tr td {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
tr.for_mobile-_tr {
    display: none;
}
#ipbwrapper2 {
    margin-right: -10px;
}
.for_desktop{
	display:none;
 }
 .for_mobile{
   display:block;
 }
 table.ipbtable.topic_table tr td {
	 display: block;
	 text-align: left;
 }
 td.tvleft.width_left_mobile, td.for_mobile, td.for_post_css {
	 display: inline-block;
	 width: 100%;
 }
 table.ipbtable.table_post_cell tr td.formbuttonrow {
    display: block;
    float: left;
}
 .banner_wrapper iframe {
	 width: 100%;
 }
 td.tvleft2.username_algin {
	 display: inline-block;
	 width: 100%;
	 margin-top: 17px;
 }
 table.ipbtable.table_post_cell tr {
	 display: inline-block;
	 width: 97%;
 }
 input.searchinput.searchclass {
    width: 68%;
}
table.ipbtable.reply_footer td {
    display: block;
    width: 100%;
    text-align: left;
}
.catheadmid {
    padding-bottom: 5px;
}
.catheadtext {
    width: 90%;
    float: right;
}
.for_mobile_space{
    display:none;
}
td.darkrow1 table.ipbtable td.nopad input {
    margin-left: 0;
}
td.darkrow1 table.ipbtable td.nopad {
    display: block;
    width: 100%;
    text-align: left;
}
td.nopad.cal_ip_first.cal_last .borderwrap table.ipbtable td {
    display: inline-block;
    width: 100%;
}
td.nopad.cal_ip_first {
    display: inline-block;
    width: 100%;
}
td.nopad.cal_ip_first.cal_last td.formsubtitle2 {
    display: none !important;
}
table.cal_tab_content tr {
    display: inline-block;
    width: 100%;
}
table.cal_tab_content td {
    display: block;
    width: 100%;
}
.tablepad {
    padding-left: 5px !important;
}
.tablepad select {
    width: 98% !important;
}
.tablepad table.ipbtable td fieldset input[type="text"] {
    width: 96%;
}
table.table_usercp tr td.nopad {
    display: block;
    width: 100%;
}
div#ucpcontent table.ipbtable td {
    display: block;
    width: 100%;
}
.textarea_size{
    width: 100%;
}
.select_mob{
    width: 30%;
}
input.button.btn_sub{
    width: 35%;
    padding: 3px 0;
}
}
@media screen and (max-width: 768px) and (min-width: 700px){
	td.row1.descrip_left_index {
		padding-left: 90px;
	}
	div#ipb-tl-search_menu {
		width: 170px !important;
	}
}