/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		mavilim-2
	Based on style:	subSilver2 
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Akansu ( http://www.foruz.net )
	
	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
 ------------ */
* {
	/* 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: 62.5% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #000000;
	background-color: #E1E1E2;
	margin: 0;
}
#wrapheader {
	width: 96%;
	height: 100px;
	margin:auto;
	background: #E1E1E2 url('./images/ustarka.png') top left  repeat-x ;
}
#wraporta {
    
	background-color: #FFFFFF;
	margin: auto;
	width: 96%;
}

#wrapcentre {
	margin: auto;
	width: 95%;
	padding-top: 5px;
}
#wrapfooter {
text-align: center;
	clear: both;
	background: #E1E1E2 url('./images/ust200.gif') top repeat-x ;
	margin: auto;
	width: 96%;
}
#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: black;
	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: black;
	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: 20px;
	float: left;
	color: #000000;
	white-space: normal;
	font-size: 1.2em;
}

.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: 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	padding:0px;
	margin: 2px 0;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	font: 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	color: #000000;
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	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;
}

.postauthor {
	color: #000000;
	font-size: 1.7em;
}

.postdetails {
background:#EFEFEF url(./images/detail.gif) no-repeat scroll left top;
border:1px solid #D1D1E1;
font-size:8pt;
margin: 3px 3px 3px 5px;
padding: 3px 0px 3px 7px;
text-align:left;
width : 90%;
}

.postbody {
    font: 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	line-height: 1.4em;
    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: black;
	font-weight: bold;
}
.cattitle {

}

.gen {
	margin: 1px 1px;
    font: 1.2em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
}

.genmed {
	margin: 1px 1px;
	font-family: Verdana;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font: 1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: verdana,  Arial, Helvetica, sans-serif;
}

.titles {
	font: bold 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-transform: uppercase;
	text-align: center;
}
.error {
	color: red;
}

/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #465786;
	background-image: url('./images/cellpic3.png');
	white-space: nowrap;
	padding: 3px 1px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #D1D1E1;
	border:1px solid #465786;
}

.cat {
	color: #FFFFFF ;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #6E7A9A;
	background-image: url('./images/cellpic1.png');
	text-indent: 4px;
}
.cat1 {
	
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #6E7A9A;
	background-image: url('./images/cellpic1.png');
	text-indent: 4px;
}

.cat2 {
    color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background-color: #465786;
	background-image: url('./images/cellpic3.png');
	text-decoration: none;
	padding: 3px 1px;
}

.cat2 a:link {
    color: #FFFFFF !important;
	font: bold 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    text-decoration: none;
}

.cat2 a:visited {
    color: #FFFFFF !important;
    text-decoration: none;
	}


.row1 {
	background-color: #FCFCFC;
	padding: 4px;
}

.row2 {
	background-color: #EFEFEF;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.row4 {
	background-color: #FFFFFF;
	padding: 4px;
}

.sitename {
	background-color: transparent;
	padding: 30px 0px 0px 40px;
}

.menu2tb { 
background : #d1d1e1; 
color : #000000; 
border : 1px solid #465786; 
}

.menu2 { 
background : #7B8AA7  ; 
font : bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
padding : 3px 6px 3px 6px; 
white-space : nowrap; 
} 
.menu2 a:link, .menu2 a:visited { 
color: #FFFFFF !important;
text-decoration : none; 
} 
 
.menu2 a:hover { 
color : #ffff66; 
text-decoration : underline; 

} 

.talt  {
background : #465786;
}

.talt a, 
.talt a:visited {
    color: #E0E0F6 !important;
}
.talt a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.spacer {
	background-color: #D1D7DC;
}


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

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

/* Links
 ------------ */
a:link {
	color: #22229C;
	text-decoration: underline;
}
a:active,
a:visited {
	color: #22229C;
	text-decoration: underline;
}

a:hover {
	color: #FF4400;
	text-decoration: underline;
}
a.forumlink, a.forumlink:visited {
	color:#22229C ;
	font: bold 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom:1px solid #8B9BB4;
	text-decoration: none;
}
a.forumlink:hover {
	color: #FF4400;
    text-decoration:none;
}
a.topictitle {
	color: #22229C;
	margin: 1px 0;
    font: bold 1.2em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-decoration: none;
	text-transform: capitalize;
}

a.topictitle:visited {
	color: #22229C;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	margin: 1px 0;
}

a.topictitle:hover {
	color: #FF4400;
    text-decoration: underline;
}
th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}
/*mavilim-2 Styles Links
 ------------ */
.cat a,
.cat a:visited {
	color: #FFFFFF !important;
	font: 1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-decoration: none;
}
.cat a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.cat1 a,
.cat1 a:visited {
	color: #FFFFFF !important;
	font: 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif ;
	text-decoration: none;
}
.cat1 a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}
.sitename a, .sitename a:visited
{
	color: #0080C0 !important;
   font: bold 4em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 0px 10px 15px;
	text-decoration: none;
}	
/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font: normal 1.1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font: normal 1.3em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height: 1.4em;
	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;
	margin: 1px 0px 1px 0px;
	}

.btnbbcode {
	color: #000000;
	font: normal 1.1em verdana, geneva, lucida, 'lucida grande', arial, 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 3px;
	margin: 1px 0px 1px 0px;
	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;
	line-height: 15px;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/subforum_unread.gif) top left no-repeat;
	line-height: 15px;
	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-right: #B2B2B2 1px solid ;
	border-bottom: #B2B2B2 1px solid ;
	border-left:#000000  1px solid;
	border-top:#000000  1px solid;
	font: normal 1em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #EFEFEF;
	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;
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	float: right;
	padding: 4px;
	font-size: 7.5pt;
	font-weight: bold;
	border: none;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 1px;
	font-weight: normal;
	color: #FFF;
	background-color: #0080C0;
	border: 1px solid #0080C0;
	font-size: 1em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 1px;
	padding: 0 2px;
	background-color: #FFF;
	border: 1px solid #BABABA;
	font-size: 1em;
}

.pagination span a:hover {
	background-color: #0080C0;
	border: 1px solid #0080C0;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	font-size: 1em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	text-align: right;
}