/*
  Based on the original subSilver Theme for phpBB version 2+ by subBlue design (http://www.subBlue.com)
*/

body {
	background-color: #FFFFFF; 
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin-top:8px;
}
.UCP-Bar {
	background-image: url(images/UCP-Bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.ucptxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
        font-weight : bold;
	color : #000000;
}
a.ucptxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #000000;
}
a.ucptxt:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color : #000000;
}

font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:link, a:active {
	color : #000000;
}
a:hover {
	color : #0033FF;
	text-decoration: underline;
}


.bodyline {
	background-color: #d3d8d1;
}
.forumline {
	background-color: #FFFFFF;
	border: 2px solid #000000;
}

.helpline {
	border-style: none;
}

hr {
	height: 0px;
	border: solid #000000 0px;
	border-bottom-width: 1px;
}


td.row1 {
	background-color: #fffdff;
}
td.row2, .helpline {
	background-color: #FCFCFC;
}
td.row3, td.row3Right {
	background-color: #F8F8F8;
}
td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	background-color: #D7D7E7;
	background-image: url(./images/css/css_cat.jpg);
	height: 28px;
}
td.catlight {
	background-color: #F0F0F7;
	background-image: url(./images/css/css_cat_light.jpg);
	height: 28px;
}
td.catmini {
	background-color: #EAEAF7;
	background-image: url(./images/css/css_cat_mini.jpg);
	height: 20px;
}
td.spaceRow {
	background-color: #EAEAF7;
	background-image: url(./images/css/css_cat_tiny.jpg);
	height: 10px;
}

th {
	background-color: #000000;
	background-image: url(./images/css/css_header.jpg);
	height: 28px;
}

th, td {
	border: solid #FFFFFF 0px;
}
th.thHead, td.catHead {
	border-width: 1px 1px 0px 1px;
}
th.thSides, td.catSides, td.spaceRow, td.catmini {
	border-width: 0px 1px 0px 1px;
}
th.thRight, td.catRight, td.row3Right {
	border-width: 0px 1px 0px 0px;
}
th.thLeft, td.catLeft {
	border-width: 0px 0px 0px 1px;
}
th.thBottom, td.catBottom {
	border-width: 0px 1px 1px 1px;
}
th.thTop {
	border-width: 1px 0px 0px 0px;
}
th.thCornerL {
	border-width: 1px 0px 0px 1px;
}
th.thCornerR {
	border-width: 1px 1px 0px 0px;
}


/* fonts */
th {
	font-size: 12px;
	font-weight : bold;
	color: #FFFFFF;
}

p, td, td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	font-size: 11px;
}


.maintitle, h1, h2 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	line-height : 120%;
	color : #cd1076;
}


.gen {
	font-size : 12px;
}
.genmed {
	font-size : 11px;
}
.gensmall {
	font-size : 10px;
}
.gen, .genmed, .gensmall { 
	color : #000000;
}
a.gen, a.genmed, a.gensmall {
	color: #330099;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #000000;
	text-decoration: underline;
}

.mainmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
        font-weight : bold;
	color : #FFFFFF;
}
a.mainmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #FFFFFF;
}
a.mainmenu:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color : #FFFFFF;
}

.mainmenu2 {
	font-size : 11px;
        font-weight : bold;
	color : #000000;
}
a.mainmenu2 {
	text-decoration: none;
	color : #000000;
}
a.mainmenu2:hover {
	text-decoration: underline;
	color : #0033FF;	
	
}

.cattitle {
	font-weight: bold;
	font-size: 14px ;
	color : #000000;
}
a.cattitle {
	text-decoration: none;
	color : #000000;
}
a.cattitle:hover {
	text-decoration: underline;
    color : #0033FF;
}

.forumlink {
	font-weight: bold;
	font-size: 12px;
	color : #cd1076;
}
a.forumlink {
	text-decoration: none;
	color : #cd1076;
}
a.forumlink:hover {
	text-decoration: underline;
	color : #000000;
}

.nav {
	font-weight: bold;
	font-size: 11px;
	color : #000000;
}
a.nav {
	text-decoration: none;
	color : #cd1076;
}
a.nav:hover {
	text-decoration: underline;
	color: #000000;
}

.topictitle {
	font-weight: bold;
	font-size: 11px;
	color : #000000;
}
a.topictitle:link {
	text-decoration: none;
	color : #cd1076;
}
a.topictitle:visited {
	text-decoration: none;
	color : #cd1076;
}
a.topictitle:hover {
	text-decoration: underline;
	color : #000000;
}

.name {
	font-size : 11px;
	color : #000000;
}

.postdetails {
	font-size : 10px;
	color : #000000;
}

.postbody {
	font-size : 14px;
	color : #6A0044;
	font-family: Trebuchet MS, Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
}
a.postlink:link {
	text-decoration: none;
	color : #330099;
}
a.postlink:visited {
	text-decoration: none;
	color : #330099;
}
a.postlink:hover {
	text-decoration: underline;
	color : #000000;
}

.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #006600;
	background-color: #FCFCFF;
	border: solid #D1D7DC 1px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #FCFCFC;
	border: solid #D1D7DC 1px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEAEAE;
}
a.copyright {
	color: #AEAEAE;
	text-decoration: none;
}
a.copyright:hover {
	color: #AEAEAE;
	text-decoration: underline;
}

input, textarea, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	border-color : #000000;
}
input {
	text-indent : 2px;
}
input.post, textarea.post, select {
	background-color : #FFFFFF;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #EFEFEF;
	color : #000000;
}

input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

.absbottom {
	vertical-align: text-bottom;
}

.barnav {
	font-size: 10px;
	font-weight : bold;
	color: #F0F0F7;
}

a.barnav {
	font-size: 10px;
	font-weight : bold;
	color: #F0F0F7;
}

a.barnav:hover {
	font-size: 10px;
	font-weight : bold;
	color: #F0F0F7;
	text-decoration: underline;
}

/* calendar */
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}

.total {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.amount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* shoutbox*/
.shoutboxinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.shoutboxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
}	

/*Important announcements*/
.announce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a.announce{
	color: #3300FF;
	text-decoration: none;
}
a.announce:hover {
	color: #3300FF;
	text-decoration: underline;
}
.grey-bg {
	background-color: #d3d8d1;
}
.GreyCnr-TL {
	background-image: url(images/GreyCnr-TL.gif);
}
.GreyCnr-TR {
	background-image: url(images/GreyCnr-TR.gif);
}

.btm {
	background-image: url(images/btm.gif);
	background-repeat:no-repeat;
}

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