/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )

	
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x

	
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/



/* Layout
 ------------ */
@import url("top_bar.css");
 #phpbb * {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

 html #phpbb  {
	font-size: 100%;
}

 body #phpbb  {

	background-color:#E8E8FF;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
	
	line-height: 150%;

	background-image: url('./images/bg.gif');

}

/* General font families for common tags */


 #phpbb font { font-family: Verdana, Arial, Helvetica, sans-serif }

 #phpbb p , #phpbb td { font-family: Verdana, Arial, Helvetica, sans-serif }

 #phpbb hr { height: 2px; border: solid #021A4A 0px; border-top-width: 1px;}

 #phpbb a { color: #043698; text-decoration: none; }

 #phpbb a:hover { color: #FF6600; text-decoration: underline; }

 #phpbb h1 , #phpbb h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 18px; font-weight : bold; text-decoration : none; line-height : 130%; color : #000000;}

/*"Trebuchet MS",*/

/* This is the border line & background colour round the entire page */


 #phpbb .bodyline { background-color:#DEE7F3; border: #04369B; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px }

/* This is the outline round the main forum tables */


 #phpbb .forumline {border:1px #021A4A solid }

 #phpbb .eventline {border:1px #04369B solid }

 #phpbb #wrapheader {
	height: auto !important;
	padding: 0;
}

 #phpbb #wrapcentre {
	margin: 2px 0px 0px 0px;
}

 #phpbb #wrapfooter {
	text-align: center;
	clear: both;
}

 #phpbb #wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

 #phpbb #logodesc {

	margin-bottom: 0px;

	padding: 0px 0px;

	background: #D9DFE4;

	border-bottom: 0px solid #4787A7;

}

 #phpbb #menubar {
	margin: 0 25px;
}

 #phpbb #datebar {

	margin: 5px 0px 0 0px;

}

 #phpbb #findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

 #phpbb .forumrules {

	background-color: #FFFFFF;

	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

 #phpbb .forumrules h3 {
	color: red;
}

 #phpbb #pageheader { }

 #phpbb #pagecontent { }

 #phpbb #pagefooter { }

 #phpbb #poll { }

 #phpbb #postrow { }

 #phpbb #postdata { }

/*  Text
 --------------------- */

 #phpbb h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

 #phpbb h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

 #phpbb h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

 #phpbb h4 {
	margin: 0;
        color: #003090;
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
  text-transform: none;
	font-weight: bold;
}

 #phpbb p {
	font-size: 1.1em;
}

 #phpbb p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

 #phpbb .rtl p.moderators {
	float: right;
}

 #phpbb p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

 #phpbb .rtl p.linkmcp {
	float: left;
}

 #phpbb p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

 #phpbb .rtl p.breadcrumbs {
	float: right;
}

 #phpbb p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

 #phpbb .rtl p.datetime {
	float: left;
}

 #phpbb p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

 #phpbb p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

 #phpbb .rtl p.searchbarreg {
	float: left;
}

 #phpbb p.forumdesc {
	padding-bottom: 4px;
}

 #phpbb p.topicauthor {
	margin: 1px 0;
}

 #phpbb p.topicdetails {
	margin: 1px 0;
}

 #phpbb .postreported , #phpbb .postreported a:visited , #phpbb .postreported a:hover , #phpbb .postreported a:link , #phpbb .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

 #phpbb .postapprove , #phpbb .postapprove a:visited , #phpbb .postapprove a:hover , #phpbb .postapprove a:link , #phpbb .postapprove a:active {
	color: green;
	font-weight:bold;
}

 #phpbb .postapprove img , #phpbb .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

 #phpbb .postauthor {

	color: #010888;

	font-size: 14px;

	margin: 0px 2px 0px

}

 #phpbb .postdetails {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial;
}

 #phpbb .postbody {

	font-size: 13px;

	line-height: 20px;

	font-family: Verdana, Helvetica, Arial, sans-serif;

}

 #phpbb .postbody li , #phpbb ol , #phpbb ul {
	margin: 0 0 0 1.5em;
}

 #phpbb .rtl .postbody li , #phpbb .rtl ol , #phpbb .rtl ul {
	margin: 0 1.5em 0 0;
}

 #phpbb .posthilit {
	background-color: yellow;
}

 #phpbb .nav {
	margin: 0;
	color: black;
	font-family: Verdana, Arial;
	font-weight: bold;
}

 #phpbb .pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

 #phpbb .cattitle {

}

 #phpbb .gen {
	margin: 1px 1px;
	font-size: 12px;
}

 #phpbb .genmed {
	margin: 1px 1px;
	font-size: 12px;
}

 #phpbb .gensmall{
 	font-family: Verdana, Tahoma, Arial;
	margin: 1px 1px;
	font-size: 11px;
}

 #phpbb .copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

 #phpbb .titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

 #phpbb .error {
	color: red;
}

/* Forum category titles */


 #phpbb .cattitle { font-size : 14px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #043698}

/* Tables
 ------------ */

 #phpbb th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: #7E98CB;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
	font-family: Verdana, Tahoma, Arial;
}

 #phpbb td {
	padding: 0px;
}

#phpbb div {
	font-family: verdana, arial;
	font-size: 11px;
}

 #phpbb td.profile {
	padding: 4px;
}

 #phpbb .tablebg {

	background-color: #04369B;
}

 #phpbb .dockbg {

	background-image: url('./images/bg.gif');

}

 #phpbb .catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}

 #phpbb .rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

 #phpbb .cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;

	background-image: url('./images/cellpic1.png');

	text-indent: 4px;
}

 #phpbb .cat5 {

	height: 14px;

	margin: 0;

	padding: 0;

	border: 0;

	background-image: url('./images/aaa.jpg');

	text-indent: 4px;

}

 #phpbb .row1 {

	background-color: #f8f8f8;

	padding: 6px;
	
	font-size: 11px;

}

 #phpbb .row2 {

	background-color: #f0f0f0;

	padding: 6px;
	
	font-size: 11px;

}

 #phpbb .row3 {

	background-color: #f4f4f4;

	padding: 6px;

}

 #phpbb .spacer {
	background-color: #D1D7DC;
}

 #phpbb hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

 #phpbb .legend {
	text-align:center;
	margin: 0 auto;
	border: 0;
}

/* Links
 ------------ */

 #phpbb a:link {

	color: #043698;

	text-decoration: none;
}

 #phpbb a:active , #phpbb a:visited {

	color: #003090;

	text-decoration: none;
}

 #phpbb a:hover {

	color: #FF6600;

	text-decoration: underline;
}

 #phpbb a.forumlink {

	letter-spacing: 1px;

	color: #043698;

	font-weight: bold;

	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;

	font-size: 14px;

	line-height: 130%;

}

 #phpbb a.topictitle {
	margin: 1px 0;

	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;

	font-weight: bold;

	font-size: 13px;

	line-height: 130%;

}

 #phpbb th a , #phpbb th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

 #phpbb th a:hover {
	text-decoration: underline;
}

/* Form Elements
 ------------ */

 #phpbb form {
	margin: 0;
	padding: 0;
	border: 0;
}

 #phpbb input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

 #phpbb textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;

	font-size: 12px; 

	line-height: 150%;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

 #phpbb select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

 #phpbb option {
	padding: 0 1em 0 0;
}

 #phpbb option.disabled-option {
	color: graytext;
}

 #phpbb .rtl option {
	padding: 0 0 0 1em;
}

 #phpbb input.radio {
	border: none;
	background-color: transparent;
}

 #phpbb .post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

 #phpbb .btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

 #phpbb .btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 12px;
}

 #phpbb .btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

 #phpbb .btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

 #phpbb .helpline {
	background-color: #DEE3E7;
	border-style: none;
}

/* BBCode
 ------------ */

 #phpbb .quotetitle , #phpbb .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

 #phpbb .quotetitle .quotetitle {
	font-size: 1em;
}

 #phpbb .quotecontent , #phpbb .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;

	font-size: 12px;

	line-height: 20px;

	font-family: Verdana, Helvetica, Arial, sans-serif;

	background-color: #FAFAFA;
	color: #4B5C77;
}

 #phpbb .attachcontent {
	font-size: 0.85em;
}

 #phpbb .codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

 #phpbb .codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

 #phpbb .syntaxbg {
	color: #FFFFFF;
}

 #phpbb .syntaxcomment {
	color: #FF8000;
}

 #phpbb .syntaxdefault {
	color: #0000BB;
}

 #phpbb .syntaxhtml {
	color: #000000;
}

 #phpbb .syntaxkeyword {
	color: #007700;
}

 #phpbb .syntaxstring {
	color: #DD0000;
}

/* Private messages
 ------------------ */

 #phpbb .pm_marked_colour {
	background-color: #000000;
}

 #phpbb .pm_replied_colour {
	background-color: #A9B8C2;
}

 #phpbb .pm_friend_colour {
	background-color: #007700;
}

 #phpbb .pm_foe_colour {
	background-color: #DD0000;
}

/* Misc
 ------------ */

 #phpbb img {
	border: none;
}

 #phpbb .sep {
	color: black;
	background-color: #FFA34F;
}

 #phpbb table.colortable td {
	padding: 0;
}

 #phpbb pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

 #phpbb .nowrap {
	white-space: nowrap;
}

 #phpbb .username-coloured {
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

#phpbb ul li {
	background: none;
}

/* Menu-Left */

 #phpbb #soll {
	line-height: normal;
	margin: 0 0 -6px 0px;
	font-weight: bold;
}

 #phpbb #soll ul {
	margin:0;
	padding: 0;
	list-style: none;
}

 #phpbb #soll li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

 #phpbb #soll a {
	float:left;
	background:url('./images/mnard.gif') no-repeat 0% -32px;
	margin: 0 0px 0 0;
	padding: 0 0 0 0px;
	text-decoration: none;
	position: relative;
}

 #phpbb #soll a span {
	float: left;
	display: block;
	background: url('./images/mnardd.gif') no-repeat 100% -32px;
	padding: 7px 6px 6px 6px;
	color: #043698;
	white-space: nowrap;
}

 #phpbb #soll a span { float:none; }

 #phpbb #soll a:hover span {
	color: #DD6900;
}

 #phpbb #soll a:hover {
	background-position: 0 -5px;
}

 #phpbb #soll a:hover span {
	background-position:100% -5px;
}

 #phpbb #soll #activetab a:hover span {
	color: #333333;
}

/* Menu-Right */

 #phpbb #sagg {
	line-height: normal;
	margin: 0 0 -6px 0px;
	font-weight: bold;
}

 #phpbb #sagg ul {
	margin:0;
	padding: 0;
	list-style: none;
}

 #phpbb #sagg li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

 #phpbb #sagg a {
	float:right;
	background:url('./images/mnard.gif') no-repeat 0% -32px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
}

 #phpbb #sagg a span {
	float: right;
	display: block;
	background: url('./images/mnardd.gif') no-repeat 100% -32px;
	padding: 7px 6px 6px 6px;
	color: #043698;
	white-space: nowrap;
}

 #phpbb #sagg a span { float:none; }

 #phpbb #sagg a:hover span {
	color: #DD6900;
}

 #phpbb #sagg a:hover {
	background-position: 0 -5px;
}

 #phpbb #sagg a:hover span {
	background-position:100% -5px;
}

 #phpbb #sagg #activetab a:hover span {
color: #333333;}

 #phpbb td.menuorta {
	background: #EEE url('./images/bottom.jpg') repeat-x; 
}

/* -------------------------
       calendar mod additions...
       ------------------------- */

    /* The following are part of the calendar mod.
       They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
       If you are trying to implement a style other then prosilver, look at how your existing style defines
       those icons, and do the same for the new calendar icons.
    */
    
 #phpbb .calendar-new-icon span { background: transparent none 0 0 no-repeat; }

 #phpbb .calendar-day-icon span { background: transparent none 0 0 no-repeat; }

 #phpbb .calendar-week-icon span { background: transparent none 0 0 no-repeat; }

 #phpbb .calendar-month-icon span { background: transparent none 0 0 no-repeat; }

/* The following are part of the calendar mod.
       They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
       If you are trying to implement a style other then prosilver, look at how your existing style defines
       those icons, and do the same for the new calendar icons.
       
       Note the "text-align: left" was added because there were a few instances where the icons were cut in half...
       adding the text align property helps reserve enough space to fully display the icon.
    */

       
    /* uses border-top-color = .bg3 background-color
    (the line between events in the month display) */
    
 #phpbb hr.hrCal {
    	 border: 1px;
       border-top-color: #000000;
    }

/* uses color from h1
       (calendar header previous and next links) */
    
 #phpbb .calH1 {
       color: #4E4E4E;
       font-weight: bold;
       line-height: 190%;
       font-size:150%
    }

 #phpbb .bg4 {background: url(./images/cellpic3.gif); color:#FFA34F; font-weight: bold; font-size: 120% }

/* The from and to times take up a lot of
      space in the calendar display.
      Use this to shrink them */
    
 #phpbb .smCalText {font-size:85%}

/* uses background-color of .bg3
        (used to display the numbers and icons for
        each day in the month and week view displays ) */
    
 #phpbb table tbody td.bg3_calMonH {
       background-color: #F8F8F8;              
       font-weight: bold;
       text-align: center;
       font-size: 13px
    }

/* uses background-color of .bg4
        (used to display the numbers and icons for
        each day in the month and week view displays ) */
    
 #phpbb table tbody td.bg4_calMonH {
       background-color: #FFFF00;
       text-align: center;
       font-weight: bold;
       font-size:13px
    }

/* uses background-color of .bg1
       (used to display days in calendar month/week view) */
    
 #phpbb table.table1 tbody td.bg1_calMon {
       background: #F8F8F8 url('{T_THEME_PATH}/images/row1.gif') top right repeat-x;
       /* background-color: #ECF3F7; */
       padding-top: 2px;
       padding-bottom: 5px;
       padding-left: 4px;
       padding-right: 4px;
       font-size:13px
    }

/* uses background-color of .bg2
       (used to display days in calendar month/week view) */
    
 #phpbb table.table1 tbody td.bg2_calMon {
       background: #F8F8F8 url('{T_THEME_PATH}/images/cellpic1.png') repeat-x;
       /* background-color: #e1ebf2; */
       padding-top: 2px;
       padding-bottom: 5px;
       padding-left: 4px;
       padding-right: 4px;
       font-size:13px
    }

/* uses background-color of .bg3
       (used to display days in calendar month/week view) */
    
 #phpbb table.table1 tbody td.bg3_calMon {
       background-color: #707070;
       padding-top: 2px;
       padding-bottom: 5px;
       padding-left: 4px;
       padding-right: 4px;
       font-size:120%
    }

/* uses background-color of .bg1
       uses border-top-color = .forumbg background-color
       (used to display events in calendar day view) */
    
 #phpbb table.table1 tbody td.bg1_calDay {
       background-color: #f8f8f8;
       border-top-color: #707070;
       padding-top: 10px;
       padding-bottom: 10px;
       padding-left: 3px;
       padding-right: 3px;
              font-size: 13px
    }

/* uses background-color of .bg3
       uses border-top-color = .forumbg background-color
       (used to display negative space in calendar day view) */
    
 #phpbb table.table1 tbody td.bg3_calDay {
       background-color: #707070;
       border-top-color: #12A3EB;
    }

/* The following are part of the calendar mod.
       They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
       If you are trying to implement a style other then prosilver, look at how your existing style defines
       those icons, and do the same for the new calendar icons.
    */
    
 #phpbb .calendar-new-icon span { background-image: url("{IMG_BUTTON_CALENDAR_NEW_SRC}") ;}

 #phpbb .calendar-day-icon span { background-image: url("{IMG_BUTTON_CALENDAR_DAY_SRC}") ;}

 #phpbb .calendar-week-icon span { background-image: url("{IMG_BUTTON_CALENDAR_WEEK_SRC}") ;}

 #phpbb .calendar-month-icon span { background-image: url("{IMG_BUTTON_CALENDAR_MONTH_SRC}") ;}




    /* -------------------------
       calendar mod end
       ------------------------- */