/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Mickey New Generation
	Original author:	Cafe Mickey

	Copyright 2009 Cafe Mickey for phpBB ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma;
	color: #000000;
	background-color: #d0eef8;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#mainblock {
	padding: 10px;
	margin: 20px auto;
	width: 90%;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #000000;
}

#wrapheader {
	
	margin: 0px 10px -2px 2px;
	background-color: transparent;
}

#wrapcentre {
	
	padding: 5px 5px 0 5px;
}
#wraporta {
    
	background-color: #FFFFFF;
	margin: 0 5px 0 5px; 
	min-width: 890px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}


#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #000000;
/*	font-family: "Verdana", Trebuchet MS, Verdana, sans-serif; */
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
/*	font-family: Arial, Helvetica, sans-serif; */
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #000000;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin-left: 0px;
	float: left;
	color: #000000;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
/*	font-family: Verdana; */
	font-size: 1.1em;
	color: #000000;
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
/*	font-family: Verdana; */
	font-size: 1.1em;
	color: #000000;
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: yellow;
/*	font-weight:bold; */
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
	font-size: 1.7em;
}

.postdetails {
	color: #000000;
	}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
/*	font-family: Verdana; */
	color: #000000;
	
	
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #000000;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
/*	font-family: Verdana; */
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-family: Verdana;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
/*	font-family: Verdana; */
	font-size: 1em;
	color: #000000;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Verdana",  Arial, Helvetica, sans-serif;
}

.titles {
/*	font-family: "Verdana", Helvetica, Arial, sans-serif; */
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #1a84c2;
	background-image: url('./images/bluebk.gif');
	white-space: nowrap;
	padding: 3px 1px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #000000;
}



.cat {
	color: #000000;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #1a84c2;
	/*	background-image: url('./images/cellpic1.gif'); */
	text-indent: 4px;
}

.cat1 {
	
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #738FBF;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.cat2 {
    color: #000000;
	font-size: 1em;
	font-weight: bold;
	background-color: #1a84c2;
	background-image: url('./images/bluebk.gif');
	white-space: nowrap;
	padding: 3px 1px;
}

.cat3 {
	height: 20px;
	background-color: #1a84c2;
}
.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
/*	background-color: #F5CFC2; */
	background-color: #d0eef8;
	padding: 4px;
}

.row3 {
/*	background-color: #EE9E97; */
	background-color: #aad8ed;
	padding: 4px;
}

.row4 {
/*	background-color: #DF5A55; */
	background-color: #76badd;
	padding: 4px;
}

.row5 {
/*	background-color: #d11313; */
	background-color: #499fd0;
	padding: 4px;
}

.row7 {
	background-color: #FFFFFF;
}

.spacer {
	background-color: #D1D7DC;
}


hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}



/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:active,
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: green;
	text-decoration: underline;
}

a.forumlink {
	color: #000000;
	
/*	font-family: Verdana; */
	font-size: 1.3em;
	text-decoration: underline;
}

a.forumlink:hover {
	color: green;
    text-decoration: underline;
}

a.topictitle {
	color: #000000;
	margin: 1px 0;
/*	font-family: "Verdana", Helvetica, Arial, sans-serif; */
/*	font-weight: bold; */
	font-size: 1.2em;
	text-decoration: none;
	text-transform: capitalize;
}

a.topictitle:hover {
	color: green;
    text-decoration: underline;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}
/*mavilim Styles Links
 ------------ */
.cat a,
.cat a:visited {
/*	color: #FFFFFF !important; */
/*	font-family: Verdana ; */
	font-size: 1em;
	text-decoration: none;
}
.cat a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.cat1 a,
.cat1 a:visited {
	color: #000000 !important; 
/*	font-family: Verdana ; */
	font-size: 1.3em;
	text-decoration: none;
}
.cat1 a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.cat3 a, 
.cat3 a:visited {
    color: #000000 !important;
/*    font-family: Verdana ; */
	font-size: 1.2em;
	text-align: center;
	text-decoration: underline;
	
}
.cat3 a:hover {
	color: green;
	text-decoration: underline;
}	


.row7 a,
.row7 a:visited {
    color: #000000 !important;
/*	font-family: Verdana ; */
	font-size: 11px;
    text-decoration: none;	
	padding: 1px 5px 1px 40px ;
	float:left;
	}
.row7 a:hover {
	text-decoration: underline;
	}	

/* Pagination
---------------------------------------- */
.pagination {
/*	height: 1%; /* IE tweak (holly hack) */
	width: auto;
/*	text-align: right;  */
	margin-top: 5px;
	float: right; 

}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
/*	padding: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4692BF;
	border: 1px solid #4692BF;
	font-size: 0.9em; */

	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color: #000000;
    background-color: #00306a;
    border:1px solid black;
    position: relative;
    visibility: visible;
    text-align: center;
    padding: 2px 6px 2px 6px;
    white-space: nowrap;
	margin: 0 2px;

}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	/*	font-weight: normal;
	text-decoration: none;
	padding: 0 2px;
	color: #5C758C;
	background-color: #ECEDEE;
	border: 1px solid #B4BAC0;
	font-size: 0.9em;
	line-height: 1.5em; */

	background-color: #aad8ed;
	color: #400000;
	border:1px solid black;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	position: relative;
	visibility: visible;
	text-align: center;
	padding: 2px 6px 2px 6px;
	margin: 0 2px;
	white-space: nowrap;
}


.pagination span a:hover {
/*	border-color: #368AD2;
	color: #FFF;
	text-decoration: none; */

	background-color: #aad8ed;
	color:blue;
	text-decoration:underline;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
	background-image: url("{T_THEME_PATH}/images/icon_pages.gif");
}

.row .pagination span a, li.pagination span a {
	background-color: #aad8ed;
/*	background-color: #FFFFFF;*/
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #368AD2;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
/*	font-family: "Verdana", Verdana, Helvetica, sans-serif; */
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
/*	font-family: "Verdana", Verdana, Helvetica, Arial, sans-serif; */
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
/*	font-family: "Verdana", Verdana, Helvetica, sans-serif; */
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
/*	font-family: "Verdana", Verdana, Helvetica, sans-serif; */
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}

.subforum.read { 
	background: url(images/subforum_read.gif) top left no-repeat;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/subforum_unread.gif) top left no-repeat;
	padding-left: 12px;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
	font-size: 1em;
	color: #000000;
}

.quotetitle .quotetitle {
	font-size: 1em;
	color: #000000;
}

.quotecontent, .attachcontent, .codecontent {
	margin: 0 5px 10px 8px;
	padding: 5px;
	border-color: #000000;
	border: solid 1px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Verdana;
	background-color: #d0eef8;
	color: #000000;
}

.attachcontent {
	font-size: 0.85em;
}



.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
/*	font-family: Monaco, 'Courier New', monospace; */
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* -------------------------
   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.
*/
.calendar-new-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-day-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-week-icon span   { background: transparent none 0 0 no-repeat; }
.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.
*/
.buttons div.calendar-new-icon   { width: {IMG_BUTTON_CALENDAR_NEW_WIDTH}px; height: {IMG_BUTTON_CALENDAR_NEW_HEIGHT}px; text-align: left; }
.buttons div.calendar-day-icon   { width: {IMG_BUTTON_CALENDAR_DAY_WIDTH}px; height: {IMG_BUTTON_CALENDAR_DAY_HEIGHT}px; text-align: left; }
.buttons div.calendar-week-icon   { width: {IMG_BUTTON_CALENDAR_WEEK_WIDTH}px; height: {IMG_BUTTON_CALENDAR_WEEK_HEIGHT}px; text-align: left; }
.buttons div.calendar-month-icon   { width: {IMG_BUTTON_CALENDAR_MONTH_WIDTH}px; height: {IMG_BUTTON_CALENDAR_MONTH_HEIGHT}px; text-align: left; }

   
/* uses border-top-color = .bg3 background-color
(the line between events in the month display) */
hr.hrCal { 
   border-top-color: #cadceb;
}

/* uses color from h1
   (calendar header previous and next links) */
.calH1 {
   color: #000000;
   font-weight: bold;
   font-size:200%
}

/* The from and to times take up a lot of 
  space in the calendar display.
  Use this to shrink them */
.smCalText{font-size:85%}

/* bg4 is just slightly darker then bg3 
  days of the week name headers
  (used in calendar headers) */
.bg4   {    height: 28px;
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #C7D0D7;
   background-image: url('./images/cellpic1.gif');
   text-indent: 4px; }

/* uses background-color of .bg3
   this is "normal" day header color
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg3_calMonH{ 
   background-color: #DCE1E5;
   font-size:85%
}

/* uses background-color of .bg4
   this is "today/selected" header color
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg4_calMonH{ 
   background-color: #C0C8D0;
   font-size:85%
}

/* uses background-color of .bg1
   these are "normal" days
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg1_calMon {
   background-color: #ECECEC;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 4px;
}
/* uses background-color of .bg2
   this is "current/slected" day
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg2_calMon {
   background-color: #DCE1E5;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 4px;
}
/* uses background-color of .bg3
   these are "dummy" days
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg3_calMon {
   background-color: #f2f2f2;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 4px;
}


/* uses background-color of .bg1
   uses border-top-color = .forumbg background-color
   (used to display events in calendar day view) */ 
table.table1 tbody td.bg1_calDay {
   background-color: #DCE1E5;
   border-top-color: #C0C8D0;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 3px;
   padding-right: 3px;
}

/* uses background-color of .bg3
   uses border-top-color = .forumbg background-color
   (used to display negative space in calendar day view) */ 
table.table1 tbody td.bg3_calDay {
   background-color: #f2f2f2;
   border-top-color: #C0C8D0;
}

/* 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.
*/
.calendar-new-icon span    { background-image: url("{IMG_BUTTON_CALENDAR_NEW_SRC}") ;}
.calendar-day-icon span     { background-image: url("{IMG_BUTTON_CALENDAR_DAY_SRC}") ;}
.calendar-week-icon span    { background-image: url("{IMG_BUTTON_CALENDAR_WEEK_SRC}") ;}
.calendar-month-icon span   { background-image: url("{IMG_BUTTON_CALENDAR_MONTH_SRC}") ;}

/* -------------------------
   calendar mod end
   ------------------------- */
.ul-link {
	list-style: none;
	margin: 0px 0px 0px 0;
	padding: 0px 0px 0 0px;
}
.ul-link li{
	margin: 0;
	padding: 0 0 2px 15px;
	background: url(portal/images/link.png) no-repeat left center;
}
.ul-link a {
	padding: 0 0 0 4px;
}
