/*
	phpBB 3.0 Style Sheet
	--------------------------------------------------------------
	Style name:				Milky Way
	Based on style:		subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:			Mighty Gorgon ( http://www.icyphoenix.com )

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

@import url("fap.css");

/* === 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: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #222222;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	background-color: #FFFFFF;
	margin: 0;
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border: solid 1px #222222;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding: 4px;
	background: #2e2f2e url('images/cell.gif') repeat-x top left;
}

#wrapcentre {
	margin: 0px;
}

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

#top_logo{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('./images/top_header.png') repeat;
	height: 150px;
}

#bottom_logo_ext{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #AAAAAA;
}

#bottom_logo{
	border: 0px solid #FFFFFF;
	background: url('./images/bg_footer.gif') repeat;
}

.leftshadow{
	background: url('./images/shadow-l.png') repeat-y;
	padding: 0px;
	/*margin-left: 10px;*/
	width: 8px;
	vertical-align: top;
}

.rightshadow{
	background: url('./images/shadow-r.png') repeat-y;
	padding: 0px;
	/*margin-right: 10px;*/
	width: 8px;
	vertical-align: top;
}

.forum-buttons {
	color: #333333;
	background: #FFFFFF url('./images/bg_buttons.gif') top left repeat-x;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px;
	padding-top: 0px;
}

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

#datebar {
	margin: 10px 25px 0 25px;
}

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

.forumrules {
	background-color: #FFFFAA;
	border-width: 1px;
	border-style: solid;
	border-color: #FF5500;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: #CC3333;
}

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

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


/* === Text === */

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

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

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

h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
}

p {
	font-size: 1.1em;
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #333333;
	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 {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

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

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

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #333333;
}

.postdetails {
	color: #333333;
        padding:4px;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.postbody a:link, a:visited, a:active {
        color: #cb0000;
}

.postbody a:hover {
        color: #66c9ff;
}

.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: #333333;
	font-weight: bold;
}

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

.cattitle {
        color: #ffffff;
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

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

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 1.0em;
	color: #333333;
	vertical-align: middle;
}

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

.error {
	color: #cb0000;
}


/* === Tables === */

.tbl-title {
	/*
	color: #ffffff;
	*/
	margin-top: 6px;
}

.tbl-title a:link, a:active, a:visited, a:hover {
	color: #ffffff;
	margin-top: 0px;
}

.tbl-h-c {
	background: url('./images/tbl_h_c.gif') bottom left repeat-x;
	height: 30px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbl-h-l {
	background: url('./images/tbl_h_l.gif') bottom left no-repeat;
	padding-left: 27px;
}

.tbl-h-r {
	background: url('./images/tbl_h_r.gif') bottom right no-repeat;
	padding-right: 27px;
}

.tbl-f-c {
	background: url('./images/tbl_f_c.gif') bottom left repeat-x;
	height: 12px;
        display:none;
	font-size: 0.1em;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbl-f-l {
	background: url('./images/tbl_f_l.gif') bottom left no-repeat;
	padding-left: 10px;
        display:none;
}

.tbl-f-r {
	background: url('./images/tbl_f_r.gif') bottom right no-repeat;
	padding-right: 10px;
        display:none;
}

th {
	color: #cb0000;
	background-color: #DDDDDD;
	background-image: url('./images/bg_th.gif');
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 0px;
}

td.profile {
	padding: 4px;
}

td.np {
	padding: 0px;
}

td.np-body {
  	background: #ffffff;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	padding: 0px;
        margin:0;
}

.table-bg {
	background-color: #FFFFFF;
	border: solid 1px #AAAAAA;
}

.tablebg {
	border: 1px solid #AAAAAA; 
	background: #2e2f2e url('images/cell.gif') repeat-x top left;
}

.tablebg th {
	color: #cb0000;
	background: #333333 url('./images/bg_th.gif') top left repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	height: 26px;
	padding: 0 5px;
	border: solid 1px #FFFFFF;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	white-space: nowrap;
}

.cat {
	color: #333333;
	background-color: #F8F8F8;
	background-image: url('./images/bg_th.gif');
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: 4px;
}

.cat h4 a, .cat h4 a:visited {
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.cat h4 a:hover, .cat h4 a:active {
	color: #cb0000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

.cat-bottom {
	background: #DDE8EE url('./images/bg_catbottom.gif') top left repeat-x;
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	height: 28px;
	min-height: 28px;
	text-align: center;
	padding: 0px;
}

.catdiv {
	background-color: #F8F8F8;
	background-image: url('./images/bg_th.gif');
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	height: 26px;
	margin: 0;
	padding: 0;
}

.rtl .catdiv {
	background-color: #F8F8F8;
	background-image: url('./images/bg_th.gif');
}



.-row1, .-row2, .-row3, .-row4 {
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 4px;
}

.-row1 {
	background-color: #FFFFFF;
}

.-row2 {
	background-color: #F8F8F8;
}

.-row3 {
	background-color: #EEEEEE;
}

.-row4 {
	background-color: #DDDDDD;
}

.row-post-top {
	background-color: #F4F4F4;
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	vertical-align: top;
}

.row-post-body {
	background: #FFFFFF url('./images/bg_post.gif') top left repeat-x;
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	vertical-align: top;
}

.row-post-bottom {
	color: #666666;
	background: #FFFFFF url('./images/bg_postbottom.gif');
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	vertical-align: middle;
	font-size: 1.0em;
	line-height: 1.2em;
	white-space: nowrap;
	padding: 1px;
}

.spacer {
	background-color: #FF8800;
	background-image: url('./images/bg_spacerow.gif');
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	height: 4px;
	padding: 0;
}

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

.legend {
	text-align: center;
	margin: 0 auto;
	border: solid 1px #AAAAAA;
	background-color: #F8F8F8;
}


/* === Links === */

.mlistlink a:link {
	color: #5f5f5f;
	text-decoration: none;
}

.mlistlink a:active,
.mlistlink a:visited {
	color: #5f5f5f;
	text-decoration: none;
}

.mlistlink a:hover {
	color: #5f5f5f;
	text-decoration: none;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

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

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a.postlink:link {
	color: #ffffff;
	text-decoration: underline;
}

a.postlink:active,
a.postlink:visited {
	color: #cb0000;
	text-decoration: none;
}

a.postlink:hover {
	color: #66c9ff;
	text-decoration: none;
}

a.post:link {
	color: #cb0000;
	text-decoration: none;
}

a.post:active,
a.post:visited {
	color: #cb0000;
	text-decoration: none;
}

a.post:hover {
	color: #66c9ff;
	text-decoration: none;
}

a.forumlink, a.forumlink:visited {
	color: #ffffff;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

a.forumlink:hover, a.forumlink:active {
	color: #ffffff;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

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



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

th a:hover {
        color: cb0000;
	text-decoration: none;
}

a.subforum.read {
	background-image: url('./images/subforum_read.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 12px;
}

a.subforum.unread {
	background-image: url('./images/subforum_unread.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 12px;
}

.forum-buttons a, .forum-buttons a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

.forum-buttons a:hover, .forum-buttons a:active {
	color: #cb0000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}


/* === Form Elements === */

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

-input {
	margin-left: 10px;
	background: #222222;
	border: 1px solid #565656;
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
}

-textarea {
	margin-left: 10px;
	background: #222222;
	border: 1px solid #565656;
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
}

-select {
	margin-left: 10px;
	background: #222222;
	border: 1px solid #565656;
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
}

-input:focus, -textarea:focus, -select:focus {
	border: 1px solid #cb0000;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: #888888;
}

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

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

.post {
	margin-left: 10px;
	background: #f8f8f8;
	border: 1px solid #c8c8c8;
	color: #222222;
	font-size: 11px;
	padding: 3px;
	width: 150px;
}

.btnbbcode {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

.btnmain {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}

.btnlite {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	cursor: pointer;
}

.btnfile {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

btnmain:hover, btnlite:hover, btnfile:hover, btnbbcode:hover {
	color: #cb0000;
	background-color: #EEEEEE;
	border: solid 1px #cb0000;
}

btnmain:focus, btnlite:focus, btnfile:focus, btnbbcode:hover {
	color: #333333;
	background-color: #F8F8F8;
	border: solid 1px #cb0000;
}


.helpline {
	color: #333333;
	background-color: #F8F8F8;
	border: 1px solid #AAAAAA;
}


/* === PM === */

.popuppm-new a {
	color: #333333;
	background: #FFFFFF url('./images/bg_post.gif') top left repeat-x;
	border: solid 1px #444444;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
	padding: 40px 60px;
}

.popuppm-new a:hover {
	color: #cb0000;
	border: solid 1px #cb0000;
	text-decoration: underline;
}

a.pm-new-link, a.pm-new-link:visited {
	color: #cb0000;
	text-decoration: underline;
}

a.pm-new-link:hover, a.pm-new-link:active {
	color: #cb0000;
	text-decoration: underline;
}

.pm-bg-color {
	background-color: #FFFFAA;
}


/* === BBCode === */

.quotetitle {
	color: #ffffff;
	background: #1a597b url('./images/bbc_quote.gif') no-repeat right;
	border: 1px solid #aaaaaa;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
}

.attachtitle {
	color: #ffffff;
	background: #1a597b url('./images/bbc_zip.gif') no-repeat right;
	border: 1px solid #aaaaaa;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
}

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

.quotecontent, .attachcontent {
	background: ;
	border: 1px solid #aaaaaa;
	border-top: 0;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	padding: 5px;
	width: 90%;
	overflow: auto;
	direction: ltr;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	color: #ffffff;
	background: #1a597b url('./images/bbc_code.gif') no-repeat right;
	border: 1px solid #aaaaaa;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	padding: 5px;
	width: 90%;
}

.codecontent {
	color: #007700;
	background: ;
	border: 1px solid #aaaaaa;
	border-top: 0;
	font-family: 'Courier New', Monaco, monospace;
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 90%;
	height: 100px;
	overflow: auto;
	direction: ltr;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8800;
}

.syntaxdefault {
	color: #2244BB;
}

.syntaxhtml {
	color: #333333;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #cb0000;
}


/* === Navigation === */

.bc-tbl {
	border: solid 1px #AAAAAA;
	background-color: #F8F8F8;
	margin: 5px 0;
}

.bc-header {
	color: #ffffff;
	background: #E8EEF8 url('http://www.real7alk.com/images/bc.png');
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
}

.bc-links {
	color: #888888;
	background: #ccff00 url('./images/bg_nav2.gif') top left repeat-x;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: right;
	padding: 3px 5px;
}

.bc-links-left {
	position: relative;
	float: left;
	text-align: left;
}

.bc-header, .bc-links {
	border: solid 1px #FFFFFF;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

.bc-div a, .bc-div a:visited {
	color: #333333;
	text-decoration: none;
}

.bc-div a:hover, .bc-div a:active {
	color: #cb0000;
	text-decoration: none;
}

.bc-links a, .bc-links a:visited, .bc-links a:hover{ text-decoration: underline; }

.bc-div a.nav-current, .bc-div a.nav-current:visited {
	color: #cb0000;
}

.bc-div a.nav-current:hover, .bc-div a.nav-current:active {
	color: #cb0000;
	text-decoration: none;
}


/* === Private messages === */

.pm_marked_colour {
	background-color: #333333;
}

.pm_replied_colour {
	background-color: #BBBBBB;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #CC3333;
}


/* === Misc === */

img {
	border: none;
}

.sep {
	color: #333333;
	background-color: #cb0000;
}

table.colortable td {
	padding: 0;
}

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

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
	}

.preloadimg {display:none;}

 .f-nav-off	{
 	background: url('http://www.real7alk.com/images/f-nav-c.png');
 	padding-top: 0px;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	font-size : 11px;
 	color: #333333;
 	}
 	
 .f-nav-on	{
 	background: url('http://www.real7alk.com/images/f-nav-c-on.png');
 	padding-top: 0px;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	font-size : 11px;
 	color: #333333;
 	}

 .nav-off	{
 	background: url('http://www.real7alk.com/images/nav-off.png');
 	padding-top: 9px;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	font-size : 11px;
 	color: #ffffff;
 	}
 	
 .nav-on	{
 	background: url('http://www.real7alk.com/images/nav-on.png');
 	padding-top: 9px;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	font-size : 11px;
 	color: #ffffff;
 	}

 .nav-l-off	{
 	background: url('http://www.real7alk.com/images/nav-l-off.png');
 	padding-top: 9px;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	font-size : 11px;
 	color: #ffffff;
 	}
 	
 .nav-l-on	{
 	background: url('http://www.real7alk.com/images/nav-l-on.png');
 	padding-top: 9px;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	font-size : 11px;
 	color: #ffffff;
 	}
 	
 	
  .footerlink:hover  {
 	text-decoration : underline;
 	color : #FFFFFF;
 }
 
    .footernav  {
 	font-family : Arial;
 	font-size : 11px;
 	color : #FFFFFF;
 	font-weight : bold;
 }

 a.adminlink:link { 
      color: #000000;  
 } 
 a.adminlink:visited { 
      color: #000000;  
 } 
 a.adminlink:hover { 
      color: #000000;  
      text-decoration: underline; 
 } 
 a.adminlink:active { 
      color: #000000;  
 } 
  
 .admin_bg { 
 background-color: #ccff00; 
 } 

 .cbgm_admin { 
 background: #ccff00 url('http://admin.real7alk.com/data/upimages/admin-.png') top center; 
 } 

 .admin_postdetails { 
      color: #000000; 
      padding:4px;
 } 
  
 .admin_postauthor { 
      color: #000000; 
 } 
 .admin_gensmall { 
      padding:4px;
      color:#000000; 
      margin: 1px 1px; 
      font-size: 1em; 
 } 
  
 .admin_genmed{ 
 color:#000000; 
      margin: 1px 1px; 
      font-size: 1.1em; 
 } 
  
  .admin_postbody {
	font-size: 12px;
	line-height: 1.4em;
	color:#1f5b7d;
        margin-left: 5px;
        margin-top: 5px;
}
  
 a.modlink:link { 
      color: #FFFFFF;  
 } 
 a.modlink:visited { 
      color: #FFFFFF;  
 } 
 a.modlink:hover { 
      color: #FFFFFF;  
      text-decoration: underline; 
 } 
 a.modlink:active { 
      color: #FFFFFF;  
 } 
  
 .mod_bg { 
 background-color: #1f5b7d; }
  
 .cbgm_mod { 
 background: #1f5b7d url('') top center; 
 } 
  
  background-repeat: no-repeat; 
 } 

 .mod_postdetails { 
      padding:4px;
      color: #FFFFFF; 
 } 
  
 .mod_postauthor { 
      color: #FFFFFF; 
 } 
 .mod_gensmall { 
      padding:4px;
      color:#FFFFFF; 
      margin: 1px 1px; 
      font-size: 1em; 
 } 
  
 .mod_genmed{ 
 color:#FFFFFF; 
      margin: 1px 1px; 
      font-size: 1.1em; 
 } 
  
 .mod_postbody {
	font-size: 12px;
	line-height: 1.4em;
	color:#1f5b7d;
        margin-left: 5px;
        margin-top: 5px;
}

.pm-notify-new, .pm-notify-unread {
	border-left: 1px solid #cb0000;
	border-right: 1px solid #cb0000;
	border-top: 1px solid #cb0000;
	border-bottom: 1px solid #cb0000;
	background: #e2e2e2 url('images/cell.gif') repeat-x top left;
	margin: 0px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold
}
.pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: underline; }
.pm-notify-header {
	margin-bottom: 10px;
	color: #333333;
}
.pm-notify-new, .pm-notify-unread:hover {
	border-left: solid 1px #cb0000;
	border-right: solid 1px #cb0000;
	border-top: solid 1px #cb0000;
	border-bottom: solid 1px #cb0000;
}
.pm-notify-new { padding: 30px; }

.dashinput {
	border: 1px solid #666666;
	background: #222222;
	font-family: trebuchet ms, helvetica, sans-serif;
	font-weight: bold
	font-size: 12px;
	color: #ffffff;
    margin-right:5px;
}

.dashinput:focus {
	border: 1px solid #666666;
	background: #222222;
	font-family: trebuchet ms, helvetica, sans-serif;
	font-weight: bold
	font-size: 12px;
	color: #ffffff;
    margin-right:5px;
}

 .dash-nav-off	{
 	background: url('http://www.real7alk.com/images/dash-off.jpg') no-repeat;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	height:31px;
 	width:100px;
 	font-size : 12px;
 	color: #ffffff;
 	}
 	
 .dash-nav-on	{
 	background: url('http://www.real7alk.com/images/dash-on.jpg') no-repeat;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	height:31px;
 	width:100px;
 	font-size : 12px;
 	color: #ffffff;
 	}
 	
 .dash-navl-off	{
 	background: url('http://www.real7alk.com/images/dash-l-off.jpg') no-repeat;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	height:31px;
 	width:102px;
 	font-size : 12px;
 	color: #ffffff;
 	}
 	
 .dash-navl-on	{
 	background: url('http://www.real7alk.com/images/dash-l-on.jpg') no-repeat;
 	font-family : Arial, Verdana, Geneva;
 	font-weight : bold;
 	height:31px;
 	width:102px;
 	font-size : 12px;
 	color: #ffffff;
 	}
 	
 .navlink	{
 	width: 100px;
 	height:31px;
 	color: #ffffff;
 	}