/*------------------------------------------------------------------*/
/* 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: spring                                     */
/* CACHE FILE: Generated: Fri, 25 May 2018 07:06:39 GMT */
/*------------------------------------------------------------------*/

/*~START CSS~*/

/*  
 * Cascading Style Sheet(CSS 467), for Invision Power Board 2.2.0
 * Author: James A. Mathias, admin@leihu.com, http://www.1lotus.com 
 * Copyright: 2005 Invision Power Services, all rights reserved 
 * Spring Style by Fisana, http://ipbskins.ru/
 * All style attributes in alpha-numeric order starting from 0
 *
 */

#globmess a:link, #globmess a:visited {color: navy;text-decoration:underline}

.recaptchatable * {
   color: black !important;
   background-color: white !important;
   font-weight: bold;
}
.recaptcha_input_area_text *{
   color: #000 !important;
   background-color: transparent !important;
}

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

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

body{ 
	background: #003178;
	color: #000;
	font-family:  Arial, Verdana, Tahoma,Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
	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% }

table.ipbtable,
tr.ipbtable,
td.ipbtable
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
border-collapse: collapse;
	color: #333;
	font-size: 12px;
	line-height: 135%;
}

.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;
}

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

.popmenubutton a:link,
a:link,
a:visited,
a:active,
.ipbtable a:link,
.ipbtable a:visited,
.ipbtable a:active{
	background: transparent;
	color: #e1edff;
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: #fff;
}

#print a:link,
#print a:visited,
#print a:active,
.formsubtitle a:link,
.formsubtitle a:visited,
.formsubtitle a:active,
#ucpmenu a:link,
#ucpmenu a:visited,
#ucpmenu a:active,
#ucpcontent a:link,
#ucpcontent a:visited,
#ucpcontent a:active,
table a:link,
table a:visited,
table a:active,
#redirectwrap a:visited,
#redirectwrap a:active,
#redirectwrap a:link,
.borderwrap a:link,
.borderwrap a:visited,
.borderwrap a:active,
.errorwrap a:link, 
.errorwrap a:visited,
.errorwrap a:active,
.pp-contentbox-back a:link,
.pp-contentbox-back a:visited,
.pp-contentbox-back a:active{
	background: transparent;
	color: #003178;
	text-decoration: none;
}

#print a:hover,
.formsubtitle a:hover,
#redirectwrap a:hover,
.errorwrap a:hover,
table a:hover,
#ucpmenu a:hover,
#ucpcontent a:hover,
.pp-contentbox-back a:hover,
.borderwrap a:hover{
	background: transparent;
	color: #e57c00;
}

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

#ipbwrapper{ 
	margin: 10px auto 20px auto; /* 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 -> 960px is a common fixed resolution size */
	width: 97%;
color: #333;
}

#ipbwrapper2{
color: #333;
}


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

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

.pagelinklast,
.minipagelinklast{
     background: #d3e5ff;
	border: 1px solid #0047b5;
      color: #000;
}


.pagecurrent{
      background: #2ab40f;
	border: 1px solid #0047b5;
      color: #fff;
      font-weight: bold;
}

.minipagelink,
.minipagelinklast{
	background: #d3e5ff;
	border: 1px solid #0047b5;
	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;
	color: #0047b5;
}

/* fake button effect for some links */
.fauxbutton{
	background: #0047b5 url(spring/tile_cat.png);
	border: 1px solid #003178; 
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

.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: 12px; 
	color: #333;
	line-height: 135%;
	margin: 2px 0 0px 0px;
	padding: 0;
}

.forumdesc a:link,
.forumdesc a:visited,
.forumdesc a:active{ 
text-decoration:  underline;
}

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

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

.activeusers{
	background: #e1edff;
	border: 0px;
      border-top: 0;
      border-bottom: 0;
	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: #244574 url(spring/click2enlarge.gif) no-repeat top right;
	border: 1px solid #111;
	margin: 0 2px 0 0;
	padding: 11px 2px 2px 2px;
}

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

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

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

.thumbwrap h4,
.thumbwrapp h4{	
	background: #0047b5 url(spring/tile_cat.png);
	border: 0 !important;
	border-bottom: 1px solid #111 !important;
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

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

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

.thumbwrapp p.pin{
	background: #ebd508 !important;
	text-align: center !important;
}
	
.thumbwrap img.galattach,
.thumbwrapp img.galattach{
	background: #e1edff url(spring/img_larger.gif) no-repeat bottom right;
	border: 1px solid #adceff;
	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: #77a1e9;
	font-weight: bold;
}

.warnbad{ 
	color: #f08200;
}

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

#profilename{ 
	font-size: 24px; 
}

#photowrap{ 
	padding: 6px; 
}

#phototitle{ 
	font-size: 20px; 
}

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

#ucpmenu,
#ucpcontent{ 
	background: #e1edff;
	border: 0;
	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;
      border: 0;
      border-top: 0;
      border-bottom: 0;
}

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

.activeuserstrip{ 
	background: transparent;
	padding: 6px;
}

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


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

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

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

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

.post1,
.bg1,
.post2,
.bg3{ 
	background: #e1edff;
}

.row2shaded,
.post1shaded{ 
background: #fff7ad;
}

.row4shaded,
.post2shaded { 
background: #fff7ad;
} 

.row1{ 
	background: #e1edff;
color: #333;
padding: 3px;   
}

.row2{ 
	background: #e1edff;
color: #333;
padding: 3px;
}

.rowhighlight{
background: #fff7ad;
}

.darkrow1,
.darkrow2{ 
			background: #d1e4ff;
		color: #000; 
}

.darkrow3{ 
			background: #d1e4ff;
	color: #333; 
}

/* tableborders gives the white column / row lines effect */
.plainborder,
.tablefill,
.tablepad{ 
	background: #e1edff;
	border: 0;
}

.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: 12px; 
	color: #333;
}

.lastaction
{
	font-size: 12px; 
	color: #333;
}

.edit{ 
	font-size: 9px;
}

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

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

/* 
 * ========================================
 * calendar styles 
 * ========================================
 */
	
.calmonths{ 
	background: transparent;
	border: 0;
      color: #e1edff;
	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: #2ab40f url(spring/tile_cat2.png);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: right;
}

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

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

.celltodayshaded,
.celldateshaded
{
	background: #e1edff;
      border-right: 1px solid #adceff;
      border-bottom: 1px solid #adceff;
}

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

.cellblank,
.mcellblank{
	background: #d1def1;
      border-top: 1px solid #adceff;
      border-right: 1px solid #adceff;
      border-bottom: 1px solid #adceff;
      border-left: 1px solid #adceff;	 
}

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

.calranged
{
	border: 2px outset #ff7f00;
	background: #adceff;
	padding:4px;
}

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

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

.input-warn,
.input-green,
.input-checkbox,
input,
textarea,
select{
   	background: #fff;
	border: 1px solid #77a3e2;
      border-right: 1px solid #a4c9ff;
      border-bottom: 1px solid #a4c9ff;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
      font-weight: normal;
	font-size: 11px;
	margin: 5px;
	padding: 1px;
	vertical-align: middle;
}

select
{
	background: #003178;
	border: 1px solid #000;
      border-right: 1px solid #40659a;
      border-bottom: 1px solid #40659a;
	color: #cee2ff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
      font-weight: normal; 
	margin: 0;
	padding: 0;
}

input{
	background: #003178;
	border: 1px solid #000;
      border-right: 1px solid #40659a;
      border-bottom: 1px solid #40659a;
	color: #cee2ff;
	}

.input-checkbox
{
	border: none;
}

.input-warn,
.input-warn-content
{
		border: 1px solid #ff7f00;
color: #222;
}

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

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

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


.input-text
{
	color: #e1edff;
}

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

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

.codebuttons{ 
	background: #003178;
	border: 1px solid #000;
      border-right: 1px solid #233559;
      border-bottom: 1px solid #233559;
	color: #e1edff;
	font-family: Verdana, Helvetica, Sans-Serif; 
	font-size: 10px; 
	vertical-align: middle;
	margin:2px;
}

.textarea,
.searchinput,
.button,
.gobutton{
	background: #fff;
	border: 1px solid #77a3e2;
      border-right: 1px solid #bcd7ff;
      border-bottom: 1px solid #bcd7ff;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;;
}

.searchinput{
	background: #003178;
	border: 1px solid #000;
      border-right: 1px solid #233559;
      border-bottom: 1px solid #233559;
	color: #e1edff;
}

.textarea{
      border: 1px solid #adceff;
}
	
.button{
font-size: 11px;
color: #fff;
background: #0047b5 url(spring/tile_cat.png);
border: 1px solid #003178;
}

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

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

/* 
 * 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:#e1edff;
	border: 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: url(spring/7.gif);
	border: 0px solid #9FB9D4; 
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}

.formsubtitle{ 
	border: 0;
	color: #003178;
      font-size: 12px;
	font-weight: bold;
font-family: tahoma;
	padding: 3px 8px;
}

.formtable td.formstrip{
	background: #000;
	border: 0;
	font-weight: normal;
}

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

.quotetop{
	background: transparent;
	border: 0;
	color: #395ea5;
	font-weight: bold;
	font-size: 12px;
	margin: 8px auto 0 auto;
	padding: 2px;
}

.quotemain{
	background: #fff;
	border: 1px solid #bcd7ff;
	color: #627291;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #0047b5 url(spring/tile_cat.png);
	color: #fff;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 2px;
	width: 98%;
}

.codemain,
.sqlmain,
.htmlmain{
	background: #fff;
	border: 1px dotted #000;
	color: #666;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
	width: 98%;
}

/* 
 * ========================================
 * 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,
.borderwrapm1,
.borderwrapm2,
.borderwrap3{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #e1edff; 
	border: 0;
      padding: 0px; 
	margin: 0px; 
}

.borderwrapm,
.borderwrapm1,
.borderwrapm2{
	margin: 5px;
margin-bottom: 0px;
border: 1px solid #adceff;
}

.borderwrapm2{
	margin-top: 0px;
}

.borderwrapm1{
	border: 0px;
margin-bottom: 0px;
}


.borderwrap h3,
.maintitle,
.maintitlecollapse{
	background: #0047b5 url(spring/tile_cat1.gif) top repeat-x;
	border: 0;
	color: #fff; 
	font-size: 12px;
font-family: tahoma;
	font-weight: bold; 
	margin: 0px;
	padding: 6px 8px;
}

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


.maintitlecollapse{
	color: #fff; 
}

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

.title1 p.expand,
.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: #fff;
	text-decoration: none; 
}

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

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{ 
	background: #e1edff url(spring/5.gif) top repeat-x;
      border-bottom: 1px solid #c5d8f2;
	color: #0041a0; 
	font-size: 11px;
font-weight: normal;
	letter-spacing: 0px;
	margin: 0; 
	padding: 1px 3px;
}

.borderwrapm table th,
.postlinksbar{ 
	background: #e1edff url(spring/6.gif) top repeat-x;
	}

.subtitlediv{
	border: 0px solid #678ab7;
	border-bottom: 1px solid #c5d8f2;
	text-align: right;
}


.ipbtable th a:link,
.ipbtable th a:visited,
.ipbtable th a:active,
.ipbtable th a:hover,
.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: #0041a0; 
	font-size: 11px;
	text-decoration: none;  
}

.borderwrap h4{
	background: #0047b5 url(spring/tile_cat1.gif) top repeat-x;
	border: 0;
	border-bottom: 1px solid #003178;
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.borderwrap p{
	background: #e1edff;
	border: 0;
	margin: 5px;
      margin-top: 0px;
      margin-bottom: 0px;
	padding: 10px;
	text-align: left;
}

td.formbuttonrow,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
	background: #cee2ff !important; 
	border: 1px solid #adceff;
 	margin: 2px !important;
	padding: 5px !important;
	text-align: center;
}

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

.borderwrap p.formbuttonrow1{
	background: #fff !important;
	border: 0;
      border-bottom: 1px solid #adceff;
	border-top: 1px solid #adceff;
}

.bar,
.barb,
.barc{
	background: #bcd7ff;
	border: 0px solid #77a3e2;
}

.barc{
border: 1px solid #77a3e2;
}

.bar p,
.barb p,
.barc p{
	background: transparent;
	border: 0;
	color: #000;
	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: #e1edff;
          background: transparent url(spring/cat_bottom_bg1.gif);
height: 6px;
	color: #fff;
	font-size: 1px;
}

.newslink{
	background: transparent;
      background-repeat: repeat-x;
	border: 0;
	margin: 0;
	width: 100%;
}

.newslink a:link,
.newslink a:visited,
.newslink a:active{
color: #cee2ff;
}

.newslink a:hover{
color: #fff;
}

.newslink td{
	color: #b8d0f3;
	font-size: 10px;
	padding: 3px;
}

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

.newslink input{
	background: #092b5f;
	border: 1px solid #002760;
      border-right: 1px solid #0041a0;
      border-bottom: 1px solid #0041a0;
	color: #a6caff;
	font-size: 10px;
	padding: 3px;
	vertical-align: middle;
	width: auto;
}

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

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

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

.errorwrap {
	background: #fff;
	border: 2px solid #fff;
	margin: 5px;
	padding: 0;
}


.errorwrap h4 {
background: #2ab40f url(spring/tile_cat2.png);
	color: #fff; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
      padding: 5px;
}

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


.ruleswrap{
	margin: 5px 0 5px 0;
	padding: 4px;
}

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

#redirectwrap h4{
background: #2ab40f url(spring/tile_cat2.png);
	border: 0;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

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

#redirectwrap p.redirectfoot{
	background: #d3e5ff;
	border-top: 1px solid #adceff;
	text-align: center;
}


#gfooter{
	margin: 0px 0 0px 0;
	padding: 0;
	width: 100%;
}

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

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

#logostrip{ 
	background: #003178 url(spring/logo_right.png) top right no-repeat;
	border: 0;
	height: 72px;
	margin: 0;
	padding: 0;
}

#logostrip1{ 
	background: transparent url(spring/logo_right.png) top right no-repeat;
	border: 0;
	height: 72px;
	margin: 0;
	padding: 0;
}

#logographic{
	background: transparent url(spring/logo4.gif) no-repeat right;
	height: 72px;
	margin: 0;
	padding: 0;
}

#logostrip p{
	float: right;
}

#submenu{ 
	border: 0;
	background: #0f2847 url(spring/tile_cat1.gif) top repeat-x;
	border-bottom: 0px solid #111;
	color: #fff;
	margin: 0;
	height: 30px;
	text-align: right;
}


.title1 #submenu{ 
background: transparent;
border:0;
}

.ipb-top-left-link,
.ipb-top-right-link
{
	background: transparent;
	float: right;
padding: 7px 6px;
}

.title1 .ipb-top-left-link,
.title1 .ipb-top-right-link
{
	padding: 4px 6px;
}

.ipb-top-left-link
{     
      float: left;
	border-left: 0px;
	border-right: 0;
}

.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: #fff;
	text-decoration:none;
	padding: 0 0px 0 0px;
	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; 
	color: #f1f1f1;
}

#userlinks,
#userlinksguest{ 
	background: transparent;
color: #fff;
	border: 0;
      border-top: 0;
	margin: 0px 0 0px 0;
	padding: 3px 0px 5px 0px;
}

#userlinksguest,
#userlinksguest1{ 
	color: #e1edff;
}

#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 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: #92a3b3;
	font-size: 12px;
font-family: tahoma;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 14px 0px 8px 0px; 
}

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

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

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

.toplinks span{
	background: transparent;
	border: 0;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

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

.copyright a:link,
.copyright a:visited,
.copyright a:active{
color: #cee2ff;
}

.copyright a:hover{
color: #fff;
}

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

#print{
	margin: 20px auto 20px auto;
       background: #e1edff;
border: 1px solid #0047b5;
	padding: 5px;
	text-align: left;
	width: 930px;
}

#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 #0047b5;
	font-size: 11px;
	font-weight: normal;
}

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

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

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

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

.dny-edit-title
{
	border:0px;
	padding:3px;
	margin:0px;
	background: #2ab40f; 
	color: #fff; 
}


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

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

.taboff
{
	background: #e1edff;
	border: 1px solid #838383;
      border-right: 1px solid #2c3844;
      border-bottom: 1px solid #2c3844;
	color: #fff;
	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: #fff;
}

.mya-back
{
	background: #77a3e2;
	margin:1px;
}

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

.mya-content-tbl
{
   background: #e1edff;
   border: 1px solid #adceff;
   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 #adceff;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
}

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

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

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

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

.popupmenu-item
{
 background: #e1edff;
	padding: 5px;
	/*margin-top:4px;*/
	white-space: nowrap;
	border-bottom: 1px solid #bcd7ff;
border-top: 1px solid #fff;
	font-weight: normal;
}

.popupmenu-item-last
{
	padding: 5px;
   	background: #d3e5ff;
	/*margin-top:4px;*/
	white-space: nowrap;
	border-top: 1px solid #fff;
	font-weight: normal;
}

.popmenubutton-new,
.popmenubutton
{
	width:120px;
	white-space:nowrap;
	background: transparent;
	border: 0;
	font-weight:bold;
	float:right;
	text-align:center;
	margin:0px;
	padding:0;
}

.popmenubutton
{color: #fff;}

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

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

.popupmenu-new
{
	background-color: #e1edff;
}

.title1 .popupmenu-item a:link, 
.title1 .popupmenu-item a:visited,
.title1 .popupmenu-item-last a:link, 
.title1 .popupmenu-item-last a:visited,
.popupmenu-item a:link, 
.popupmenu-item a:visited,
.popupmenu-item-last a:link, 
.popupmenu-item-last a:visited
{ 
	color: #003178; 
	text-decoration: none;
}

.title1 .popupmenu-item,
.title1 .popupmenu-item-last,
.title1 .popmenu-item a:link, 
.title1 .popmenu-item-last a:visited,
.popupmenu-item a:hover, 
.popupmenu-item-last a:hover
{ 
	color: #000; 
	text-decoration: none;
}

.popupmenu-category
{ 
background: #0047b5 url(spring/tile_cat.png);
	border-top: 1px solid #003178;
	border-bottom: 1px solid #003178;
	color: #fff; 
	font-size: 11px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 5px; 
}

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

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

/* -------------------------------- */
/* 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:#a4c9ff #a4c9ff #a4c9ff #a4c9ff;
	background-color: #bcd7ff;
	filter:alpha(opacity=75);
	opacity:.75
}

#ipd-msg-title
{
	width: 100%;
	height:20px;
	margin: 0px;
	padding: 6px 4px 4px 4px;
	background: #0047b5 url(spring/tile_cat.png);
	border-top: 0;
	color: #fff;
}

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

.resized-linked-image
{
	margin: 4px 0px 0px 0px;
	padding: 0px;
	background-color: #fff;
	border: 0px;
	color: #596f98;
	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: #fff;
	margin-top: 9px;
	margin-bottom: 0px;
	padding: 4px;
	color: #f00;
	font-size: 10px;
	border: 1px solid #0047b5;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
}

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

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

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

.pp-header
{ 
		background: #d1e4ff url(spring/6.gif);
color: #678ab7;
font-family: verdana; 
	font-size: 10px;
	font-weight: bold; 
	margin: 0px 0px 1px 0px; 
	padding: 5px; 
}

.pp-title
{
background: #0047b5 url(spring/tile_cat.png);
      border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
}

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

.pp-datebox em
{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

.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: #fff;
	border: 1px solid #d3e5ff;
	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: #77a3e2;
	font-size: 10px;
}

.borderwrap .pp-tiny-text,
.row1 .pp-tiny-text,
.row1 .pp-tiny-text,
.pp-contentbox-back .pp-tiny-text
{
	color: #333;
	font-size: 10px;
}

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

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

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

.pp-tabclear,
.pp-maintitle
{
		background: #0047b5 url(spring/tile_cat.png);
	border-bottom: 1px solid #003178;
	color: #fff;
	font-size: 11px;
	font-weight: bold; 
	margin: 0px;
	padding: 4px;
}

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

.pp-tabon
{
	border-top: 1px solid #000;
	border-left: 1px solid #003178;
	border-right: 1px solid #003178;
	color:#fff;
	padding:8px;
	float:left;
	width:auto;
	background: #2ab40f;
	background-repeat: repeat-x;
	background-position: top;
	margin-top:3px;
	font-size:10px;
}

.pp-taboff,
.pp-tabshaded
{
	border-top: 1px solid #000;
	border-left: 1px solid #003178;
	border-right: 1px solid #003178;
	color: #f1f1f1;
	padding:8px;
	float: left;
	width: auto;
	background: #0047b5;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top:3px;
	font-size:10px;
}

.pp-tabshaded
{
	background: #000;
	color: #ccc;
	border-top: 1px solid #000;
	border-left: 1px solid #003178;
	border-right: 1px solid #003178;
}

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

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

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

.title1,
.title2{
	background: #0047b5 url(spring/tile_cat.png);
	border-bottom: 0;
	font-size: 12px;
	font-weight: bold;
font-family: tahoma;
      text-align: left;  
	color: #fff; 
	margin: 0px;
      padding: 0px;
}

.title2{
	background: #2ab40f url(spring/tile_cat2.png);
}

.title1 a:link, 
.title1 a:visited,
.title2 a:link, 
.title2 a:visited{ 
	background: transparent;
	color: #fff;
	text-decoration: none; 
}

.title1 a:hover, 
.title1 a:active,
.title2 a:hover, 
.title2 a:active{ 
	background: transparent;
	color: #f1f1f1;
}

.footer{
          background: transparent url(spring/cat_bottom_bg2.png);
         color: #000;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: center; 
      border-top: 0px;  
	padding: 0px; 
	margin: 0px;
}

.footer1{
          background: transparent url(spring/cat_bottom_bg1.gif);
height: 6px;
	padding: 0px; 
	margin: 0px;
}

.row3{ 
	background: #fff;
border: 3px double #adceff;
padding: 2px;
margin: 2px;   
}


.catfoot{
  	float:left;
	height: 27px;
	background: #e1edff url(spring/cat_bottom_bg2.png) repeat-x;
	font-size: 1px;
	width:100%;
}

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

.catfoot_right{
  	float:right;
  	background: url(spring/cat_bottom_r.gif) no-repeat right top;
  	padding: 0px;
  	text-decoration:none;
  	text-align: center;
	width: 100%;
	height: 27px;
}  

.cleared{
	clear: both;
}


#ipbwrapper .borderwrap,
.borderwrap3{
	border: 1px solid #adceff;
	padding: 0px; 
	margin: 0px; 
}

#ipbwrapper2 .borderwrap{
border: 0;
}

#ipbwrapper2 .borderwrap .borderwrap{
	border: 1px solid #adceff;
	padding: 0px; 
	margin: 0px; 
}


.info{ 
	background: #e1edff;
text-align: center;
}

.info2{
padding: 3px;
margin: 1px;
background: #fff;
border: 1px solid #bcd7ff;
}

.row5{
	background: #daeaff url(spring/6.gif) top repeat-x;
border-bottom: 0px solid #adceff;
}

fieldset{
border: 1px solid #adceff; 
}

.vbquote,
.vbquotemain
{
	font: 13px Arial;
	padding: 0 !important;
}
.vbquotemain
{
	background-color: #ffffff;
}