/*  pinkblue Theme for phpBB version 2+  */ /* General page style. The scroll bar colours only visible in IE5.5+ */
.dom_overview_abshidden {	position: absolute;	visibility: hidden;	width: 300px;} 

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {scrollbar-face-color: #333333;	scrollbar-highlight-color: #222222;	scrollbar-shadow-color: #888888;	scrollbar-3dlight-color: #666666;	scrollbar-arrow-color:  #666666;	scrollbar-track-color: #000000;	scrollbar-darkshadow-color: #999999; 	background-image: url(images/background.jpg); background-attachment:fixed;}


/* This is the outline round the main forum tables */
.forumline	{	background-image: url(images/lightgrey.png);
		background-repeat: repeat;

}
/*
//====================================================================== |
//==== Start Advanced BBCode Box MOD =================================== |
//==== v5.1.0 ========================================================== |
//====
*/
.postimage {
	cursor: pointer;
	cursor: hand;
}
.postimage:hover {
	background-color: #C2CFE5;
	cursor: pointer;
	cursor: hand;
}
/*
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |
*/
/* Main table cell colours and backgrounds */
td.row1	{	background-image: url(images/blackgrey.png);
		background-repeat: repeat;

}
td.row2	{	background-image: url(images/darkgrey.png);
		background-repeat: repeat;

}
td.row3	{	background-image: url(images/lightgrey.png);
		background-repeat: repeat;

}
td.row4     { background-image: url(images/blackgrey.png);
		background-repeat: repeat; border-width: 5px 5px 5px 5px; }

/*  This is for the table cell above the Topics, Post & Last posts on the index.php page  By default this is the fading out gradiated silver background.  However, you could replace this with a bitmap specific for each forum*/
td.rowpic {
		background-color: #111111;
		background-image: url(images/cellpic.gif);
		background-repeat: repeat;
}

/*  This is for the table cell above the Topics, Post & Last posts on the index.php page  By default this is the fading out gradiated silver background.  However, you could replace this with a bitmap specific for each forum*/
td.rowpic0 {
		background-color: #111111;
		background-image: url(images/cellpic0.gif);
		background-repeat: repeat;
}

/*  This is for the table cell above the Topics, Post & Last posts on the index.php page  By default this is the fading out gradiated silver background.  However, you could replace this with a bitmap specific for each forum*/
td.rowpic00 {
		background-color: #111111;
		background-image: url(images/cellpic00.gif);
		background-repeat: repeat;
}



td.rowtrans {	background-image: url(images/darkgrey.png);
		background-repeat: repeat;

}

td.rowtrans2 {	background-image: url(images/lightgrey.png);
		background-repeat: repeat;

}



a:link {color: #E31493;}
a:visited {color: #890E59;}
a:hover {color: #FF009C;}
a {text-decoration: none;}


/* General text */
.titlebig { font-size : 20px; font-family: Verdana, Arial, Helvetica, sans-serif;	}
.title { font-size : 18px; font-family: Verdana, Arial, Helvetica, sans-serif;	}
.titlemed { font-size : 16px; font-family: Verdana, Arial, Helvetica, sans-serif;	}
.titlesmall { font-size : 13px; font-family: Verdana, Arial, Helvetica, sans-serif;	}
.titlebig { color : #D30E81; }
.title { color : #D30E81; }
.titlemed { color : #B91178; }
.titlesmall { color : #890E59; }
a.titlebig, a.title, a.titlemed, a.titlesmall { color: #E31493; }
a.titlebig:hover, a.title:hover, a.titlemed:hover, a.titlesmall:hover	{ color: #FC12A2; text-decoration: none; } 
a.titlebig:visited, a.title:visited, a.titlemed:visited, a.titlesmall:visited	{ color: #890E59; text-decoration: none; }

.boxtext { font-size : 15px; font-family: Verdana, Arial, Helvetica, sans-serif;	}
.boxtextmed { font-size : 12px; font-family: Verdana, Arial, Helvetica, sans-serif;	}
.boxtextsmall { font-size : 10px; font-family: Verdana, Arial, Helvetica, sans-serif;	}
.boxtext { color : #03A4DA; } 
.boxtextmed { color : #007197; }
.boxtextsmall, .post  { color : #025875; } 
a.boxtext, a.boxtextmed, a.boxtextsmall, a.postbody { color: #E31493; text-decoration: none; }
a.boxtext:hover, a.boxtextmed:hover, a.boxtextsmall:hover, a.postbody:hover	{ color: #FC12A2; text-decoration: none; } 
a.boxtext:visited, a.boxtextsmall:visited, a.boxtextmed:visited, a.postbody:visited	{ color: #890E59; text-decoration: none; }

/* General text */
.gen { font-size : 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }.genmed { font-size : 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }.gensmall { font-size : 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }.gen { color : #03A4DA; }.genmed { color : #007197; }.gensmall { color : #025875; }
a.gen, a.genmed, a.gensmall, a.postbody  { color: #E31493; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #FC12A2; text-decoration: none; } 
a.gensmall:visited, a.gen:visited, a.genmed:visited	{ color: #890E59; text-decoration: none; }


/* Inputting Text*/

.post { font-size : 15px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.post { color : #03A4DA; } 
.postbody { font-size : 15px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.postbody { color : #03A4DA; } 





/* default setup that everything sees */

.shadow {font-size : 20px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #D30E81; }
.shadowmed {font-size : 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #D30E81;}
.shadow, .shadowmed {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#111111, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #111111; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #111111 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}










/* Quote & Code blocks */
.code {	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #007197;	background-color: #222222; border: #666666; border-style: solid;	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px}

.quote {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #007197; line-height: 125%;	background-color: #222222; border: #666666; border-style: solid;	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px}

/* Form elements */
input, textarea, select, radio { background-color: ##EED2EE ;	color : #03A4DA3 ;	border-color : #333333;}
.radiostyle {background-color: ##EED2EE ;font: normal 11px Verdana, Arial, Helvetica, sans-serif;color: #FFFFFF ;}

/* The text input fields background colour */
.formstyle {	background-color : #888888;}input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {	background-color :  #222222 ;	color : #03A4DA;	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* The main submit button option */
input.mainoption {	background-color :  #222222 ;	color: #E31493	; font-weight : bold; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* None-bold submit button */
input.liteoption {	background-color :  #222222 ;	color: #03A4DA	; font-weight : normal; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* This is the line in the posting page which shows the rollover  help line. This is actually a text box, but if set to be the same  colour as the background no one will know ;)*/
.helpline { background-color: #888888; color : #444444;border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");