/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:			SmoothBLUE
	Based on style:		subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Tomo, AeonKINGS team( http://www.aeonkings.com/phpbb3/ )
	
	This is an alternative style for phpBB3 
	
	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%;
	background-color: #7d8b99;
	background-image: url(./images/bg.png);
	background-repeat: repeat;
}


body {
	width: auto !important;
	/*min-width: 850px !important;
	max-width: 950px !important; */
	height: auto;
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Helvetica, "Arial", sans-serif;
	color: #323D4F;
	font-size: 70%;
	width: 100%;
/*	margin-top: 5px;
	margin-right: 5%;
	margin-bottom: 5px;
	margin-left: 5%; */
        margin: 0;
        padding: 0;
}

* html body {
        width: 850px /* fallback value */;
        width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ?  document.documentElement.clientWidth : document.body.clientWidth) > 1024 ? "1000px" : (((document.compatMode && document.compatMode=='CSS1Compat') ?  document.documentElement.clientWidth : document.body.clientWidth) < 850 ? "850px" : "99.7%")); 
} 

#wrapheader {
	/*margin-right: auto;
	margin-left: auto; */
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 0;
}

#wrapcentre {
	margin-top: 1px;
	margin-bottom: 1px;
}

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

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

#logodesc {
	background-image: url(./images/logodesc2.png);
	height: 100px;
	width: auto;
	background-color: #232B3A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-left-color: #000033;
}

#menubar {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #CCCCCC;
}

.menubar {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #CCCCCC;
}

#datebar {
	background-image: url(./images/th1.png);
	height: 16px;
	background-position: center;
	border: thin solid #000000;
	vertical-align: middle;
}

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

.forumrules {
	background-image: url(./images/row.png);
	background-position: center center;
	overflow: hidden;
	clear: both;
	background-color: #2D485E;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Lucida Grande, Helvetica, "Arial", sans-serif;
	color: #BAC9DA;
	border: 1px solid #000033;
}

.forumrules h3 {
	color: #FFFFFF;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #FFFFFF;
	font-family: "Lucida Grande", "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.2em;
	text-decoration: none;
	line-height: 120%;
}

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

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
	vertical-align: bottom;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: auto;
	vertical-align: bottom;
	color: #BBCED9;
	margin-bottom: auto;
}

h6 {
	font-size: 1em;
	margin-top: auto;
	vertical-align: bottom;
	color: #BFCFD5;
	margin-bottom: auto;
}

p {
	font-size: 1.1em;
	color: #FFFFFF;
}

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

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	float: right;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.rtl p.linkmcp {
	float: left;
	margin-left: 10px;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: red;
	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;
	color: #ACB6BF;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	white-space: nowrap;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
} 

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0;
}

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

.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: #AA0000;
}

.postdetails {
	color: #112044;
}

.postbody {
	font-size: 1.3em;
	line-height:auto;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.postbody p {
	color:black;
	margin:10px auto;
	padding:10px auto;
}
.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: white;
	font-weight: bold;
}

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

.cattitle {

}

.gen {
	margin: 1px;
	font-size: 1.2em;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
	color: #0000a0;
}

p.genmed, span.genmed {
	color: #fff;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
	color: #fff;
}
td.row1 .gensmall {
	color:#000;
}
.copyright {
	color: #D2E2F0;
	font-weight: normal;
	font-family: Lucida Grande, Helvetica, "Arial", sans-serif;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FF9900;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000033;
	background-image: url(./images/th1.png);
	height: 22px;
	border: 1px solid #000000;
	background-position: center;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0D3C78;
}


.tablebg {
	background-color: #98C6F3;
	width: 100%;
	height: 100%;
}

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

.cat {
	height: 24px;
	padding: 0;
	border: 1px solid #000000;
	background-color: #C7D0D7;
	background-image: url(./images/th1.png);
	text-indent: 6px;
	background-position: center;
}

.row1, .row2, .row3 {
	background-color: #9DAFBD;
	padding: 4px !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91BBDD;
	border-right-color: #3C85C1;
	border-bottom-color: #1E4260;
	border-left-color: #1E4260;
	background-image: url(images/row4.png);
	background-repeat: repeat-x;
	background-position: top;
}
.row4{
	background-image: url(./images/row.png);
	background-position: center center;
	overflow: hidden;
	clear: both;
	padding: 4px !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91BBDD;
	border-right-color: #3C85C1;
	border-bottom-color: #1E4260;
	border-left-color: #1E4260;
	
}


.row4:hover{
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	/* for Mozilla */
	-moz-opacity:0.8;
	background-color: #34ACF3;
}

/*
.row1:hover {
	background-color: #647684;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343D43;
	border-bottom-color: #778997;
	background-image: url(images/row4.png);
	background-repeat: repeat-x;
	background-position: top;
}*/

.spacer {
	background-color: #253A49;
}

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

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

/* Links
 ------------ */
a:link {
	color: white;
	text-decoration: none;
}

a:active,
a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;	
}

a.forumlink {
	color: #0F0F39;
	font-weight: bold;
	font-family: Lucida Grande, Helvetica, "Arial", sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: Lucida Grande, Helvetica, "Arial", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #0F0F39;
}

a.topictitle:visited, a.forumlink:visited {
	color: #0F0F39;
	text-decoration: none;
}

a.topictitle:hover, a.forumlink:hover {
	color: #E6EFF7;
	text-decoration: none;
}

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

th a:hover {
	color: #0099FF;	
}

a.sb, a.sb:active, a.sb:visited {
	color: #A2CEE6;
	text-decoration: none;
}

a.sb:hover {
	color: #FFFFFF;
	text-decoration: none;
}


a.logo {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	/* for Mozilla */
	-moz-opacity:0.6;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Lucida Grande, Helvetica, "Arial", 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: Lucida Grande, 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: Lucida Grande, Helvetica, "Arial", 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: Lucida Grande, Helvetica, "Arial", 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;
}


/* BBCode
 ------------ */
.quotetitle, .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;
}

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

.quotecontent, .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: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 5px 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, Helvetica, "Arial", sans-serif;
	font-size: 0.8em;
}

.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;
}

.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;
}

/* BigB's addons */
/* body table */

.tb2{
	width: 100%;
	table-layout:auto;
}

td.thl {
	color: #CCCCCC;
	background-image: url(images/b___01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	width: 40px;
	text-align: right;
}

td.thc {
	background-image: url(images/b___02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 40px;
	width: auto;
	text-align: center;
}

td.thr {
	color: #CCCCCC;
	background-image: url(images/b___03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	width: 40px;
}


td.tfl {
	color: #CCCCCC;
	background-image: url(images/b___07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	width: 40px;
	text-align: right;
}

td.tfc {
	background-image: url(images/b___08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 40px;
	width: auto;
	text-align: center;
}

td.tfr {
	color: #CCCCCC;
	background-image: url(images/b___09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;	
}


td.tbl {
	background-image: url(images/b___04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 40px;
	background-position: right;
}

td.tbc {
	background-image: url(images/b___05.png);
	width: auto;
	overflow: hidden;
	height: auto;
	background-repeat: repeat;
}

td.tbr {
	background-image: url(images/b___06.png);
	width: 40px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tb1{
	width: 100%;
	margin-top: 2px;
	table-layout:auto;
	
}

td.thl1 {
	color: #CCCCCC;
	background-image: url(images/b_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	width: 25px;
	text-align: right;
}

td.thc1 {
	background-image: url(images/b_02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 35px;
	width: auto;
	text-align: center;
}

td.thr1 {
	color: #CCCCCC;
	background-image: url(images/b_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	width: 25px;
}


td.tfl1 {
	color: #CCCCCC;
	background-image: url(images/b_07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 25px;
	text-align: right;
}

td.tfc1 {
	background-image: url(images/b_08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 30px;
	width: auto;
	text-align: center;
}

td.tfr1 {
	color: #CCCCCC;
	background-image: url(images/b_09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 25px;	
}


td.tbl1 {
	background-image: url(images/b_04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 25px;
	background-position: right;
}

td.tbc1 {
	width: auto;
	height: auto;
	padding: 0px;
	border: 1px solid #000033;
}

td.tbr1 {
	background-image: url(images/b_06.png);
	width: 25px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tb3{
	width: 100%;
	margin-top: 2px;
	table-layout:auto;
	
}

td.thl3 {
	color: #CCCCCC;
	background-image: url(images/bs__01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	width: 12px;
	text-align: right;
}

td.thc3 {
	background-image: url(images/bs__02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 15px;
	width: auto;
	text-align: center;
}

td.thr3 {
	color: #CCCCCC;
	background-image: url(images/bs__03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 12px;
}


td.tfl3 {
	color: #CCCCCC;
	background-image: url(images/bs__07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 12px;
	text-align: right;
}

td.tfc3 {
	background-image: url(images/bs__08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 15px;
	width: auto;
	text-align: center;
}

td.tfr3 {
	color: #CCCCCC;
	background-image: url(images/bs__09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 12px;	
}


td.tbl3 {
	background-image: url(images/bs__04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 12px;
	background-position: right;
}

td.tbc3 {
	width: auto;
	height: auto;
	padding: 0px;
	background-color: #0E1625;
}

td.tbr3 {
	background-image: url(images/bs__06.png);
	width: 12px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tr1{
	width: 100%;
	margin-top: 2px;
	table-layout:auto;
	
}

td.rl {
	background-image: url(images/r_01.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	width: 13px;
	
}

td.rc {
	background-image: url(images/r_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	height: 26px;
	width: auto;
}

td.rr {
	background-image: url(images/r_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 13px;	
}


b.gensmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}


td.cata, td.catadiv {
	color: #FF9900;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000033;
	background-image: url(./images/th1.png);
	height: 22px;
	border: 1px solid #000000;
	background-position: center;
}

td.header{
	float: left;
}

div.mg{
	background-color: #1B2436;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

textarea, .inputmod {
background-image: url('http://rrmas.bluedomino.com/phpBB3/images/Watermark.gif');
background-repeat: no-repeat;
background-position:  center;
height: auto;
width: auto;
}

/******* Lightbox ****************/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
/*********** END LIGHTBOX **************/ 

textarea, .inputmod { 
background-image: url('http://rrmas.bluedomino.com/phpBB3/images/Watermark.gif'); 
background-repeat: no-repeat; 
background-position:  center; 
}

* html img,* html .png{    azimuth: expression(        this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",        this.src = "./images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true    );}
/* 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; }
ul.profile-icons li.edit-all-icon	{ width: {IMG_ICON_CALENDAR_EDIT_ALL_WIDTH}px; height: {IMG_ICON_CALENDAR_EDIT_ALL_HEIGHT}px; }
ul.profile-icons li.delete-all-icon	{ width: {IMG_ICON_CALENDAR_DELETE_ALL_WIDTH}px; height: {IMG_ICON_CALENDAR_DELETE_ALL_HEIGHT}px; }
/* -------------------------
   calendar mod additions... 
   ------------------------- */
   
/* 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: #fff;
	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 
  (used in calendar headers) */
.bg4	{ 
	background-color: #000;
	color:#f90;
	font-size:1.3em;
	font-weight:bold;
}

/* uses background-color of .bg3
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg3_calMonH{ 
	background-color: #0d3c78;
	font-size:145%;
	padding-left:15px;
	font-family:"Times new Roman";
	font-weight:bold;
	border:solid 1px #ddd;
	width:100%;
}

/* uses background-color of .bg4
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg4_calMonH{ 
	background-color: #00d;
	font-size:145%;
	font-weight:bold;
	border:2px solid #ddd;
}

/* uses background-color of .bg1
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg1_calMon {
	background: url("images/cal_bg.png") no-repeat;
	max-height:100%;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
table.table1 td.bg1_calMon  a strong, table.table1 td.bg1_calMon  a:visited  strong {
	color:black;
}
table.table1 td.bg1_calMon  a:hover strong {
	color:red; 
}
.bg1_calMon a {
	color:black;
}
.bg1_calMon a:hover {
	color:red;
}
.bg3_calMonH a, .bg3_calMonH a:visited  {
	color:#fff;
}
/* uses background-color of .bg2
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg2_calMon {
	background-color: #001;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/* uses background-color of .bg3
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg3_calMon {
	background-color: #9dafbd;
	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: #ECF3F7;
	border-top-color: #12A3EB;
	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: #cadceb;
	border-top-color: #12A3EB;
}

/* -------------------------
   calendar mod end
   ------------------------- */
/* 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}") ;}
.edit-all-icon, .edit-all-icon a			{ background-image: url("{IMG_ICON_CALENDAR_EDIT_ALL_SRC}"); }
.delete-all-icon, .delete-all-icon a			{ background-image: url("{IMG_ICON_CALENDAR_DELETE_ALL_SRC}"); }


.table1 {
	margin: 0 auto;
	color:white;
	width:100%;
}
#cal-cont {
	margin:0 auto;
	cell-spacing:0;
	cell-padding:0;
	width:100%;
}

#top-left {
	color: #CCCCCC;
	background-image: url(images/b_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	width: 25px;
	text-align: right;
}
#top-center {
	background-image: url(images/b_02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 35px;
	width: 95%;
	text-align: center;
}

#top-right {
	color: #CCCCCC;
	background-image: url(images/b_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	width: 25px;
}


#bottom-left {
	color: #CCCCCC;
	background-image: url(images/b_07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 25px;
	text-align: right;
}

#bottom-center {
	background-image: url(images/b_08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 30px;
	width: auto;
	text-align: center;
}

#bottom-right {
	color: #CCCCCC;
	background-image: url(images/b_09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 25px;	
}


#middle-left {
	background-image: url(images/b_04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 25px;
	background-position: right;
}

#middle-center {
	width: auto;
	height: auto;
	padding: 0px;
	border: 1px solid #000033;
	color:#fff;
}

#middle-right {
	background-image: url(images/b_06.png);
	width: 25px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}
#preview {
	background:none;
}
#preview h3 {
	color:aqua;
}
#smiley-box {
	float:left;
	margin:0 10px;
}
#middle-center dt, #middle-center dd{
	padding:0 8px;
}
#middle-center dd {
margin-bottom:10px;
}
#format-buttons {
	margin-left: 10em;
}
.darkerText {
	font-size:18px;
	color:white;
}

.panel {
color: #ffffff;
}

.panel dl{
border: none;
}

#smiley-box{
color: #ffffff;
}

#left_menu{
vertical-align: top;
}

.blogheader{
	height: 24px;
	padding: 0;
	border: 1px solid #000000;
	background-color: #C7D0D7;
	background-image: url(./images/th1.png);
	text-indent: 6px;
	background-position: center;
	color:#FF9900;
}

.postbody{
display: table;
	padding: 4px;
	border-top-width: 1px;
	background-color: #9dafbd;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343D43;
	border-bottom-color: #778997;
	background-image: url(images/row4.png);
	background-repeat: repeat-x;
	background-position: top;
	width:98%;
}

.inner{
display: table;
width: 100%;
	background-color: #9dafbd;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343D43;
	border-bottom-color: #778997;
	background-image: url(images/row4.png);
	background-repeat: repeat-x;
	background-position: top;
}

.profile-icons{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.profile-icons li{
list-style-type: none;
float: left;
margin: 0px 25px 0px 0px;
}

label{color: #ffffff}
	
#pagecontent .postbody, .tablebg .postbody {
display: table;
	padding: 4px;
	border:none;
	background:none;
}
/* Contact form css */
#contact h5 {
	color:#bbf;
	font-size:1.5em;
}
#contact {
	overflow:hidden;
	text-align:center;
	width:850px;
	margin:0 auto;
}
#contact input, #contact textarea {
	width:350px;
	margin-left: 45px;
	background:#ccf;
	color:#000;
	font-weight:bold;
	font-family:tahoma;
	border:1px solid #777;
	padding:3px;
}
button {
	background:#ccf;
	border:#777;
	padding:3px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#contact textarea {
	height:100px;
}
p.gray {
	color:#ddd;
	font-size:1.2em;
	margin:5px auto;
}
#contact_left {
	float:left;
	height:454px;
}
#contact_left img {
	min-width:49%;
}
#contact_center {
	float: right; 
	width: 48%;
	padding:5px;
	text-align:left;
}
/* 
These are some mods to some of the text colors that are more than a little hard to read

Easily removed if not liked by the majority
*/
#cal-cont #middle-center {
	color:black;
	font-size:1.2em;
}
#cal-cont #middle-center h5{
	color:black;
}

a.postlink,
a.postlink:active,
a.postlink:visited {
	color: #0000a0;
	font-size:1.1em;
	text-decoration: none;
}

a.postlink:hover {
	color: red;	
}

