<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/raptor/public_html/battletech/forum/style.php</b> on line <b>283</b><br />
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		MW2
	Design author:  FanFanLaTuFlippe
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

.right { float: none; }

.clear { clear: both; }

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: #000000;
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #8B9086;
	font-size: 10px;
}

#container {
    background: #000000;
    text-align: left;
    
}

#banner {
	background: url('./styles/MW2/theme/images/header.png') top center repeat-x; 
    height: 124px;
	text-align: center;
}

#header {
	background: #383A38 url('./styles/MW2/theme/images/top_bg.png') top center repeat-x;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 outset;
    margin: 0 0 30px 0; 
	height: 80px;
	text-align: center;
}


#wrapper {
     width: 100%; 
     margin: 30px 0 0 0;
     background: #232323 url('./styles/MW2/theme/images/center.png') top repeat-x;
     border-left: 2px #AFAFAF inset;
     border-right: 2px #AFAFAF outset;
     border-bottom: 2px #1F1F1F inset;

}

#middle { 
 

}


#ct {  
     background: #2F2F2F url('./styles/MW2/theme/images/cellpic3.png') top repeat-x; 
     border-top: 1px #1F1F1F inset;
     border-bottom: 1px #232323 outset;
     margin: 12px 6px 0 6px;

}


#cb { background: #1F1F1F;
      margin: 20px 2px 0 2px;
}


#logo {
padding: 10px 0 0 0;
display: block;
width: 100%;

}

#topnav {
	height: 39px;
	padding-top: 4px;
}

#wrapfooter {
    margin: 0 8px 0 8px;
    padding: 0;
	text-align: center;
	clear: both;
}

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


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

.forumrules h3 {
	color: red;
}


/* Navigation
 --------------------- */

#menu { 
   text-align: center;
   padding: 20px 0 0 0;

}

.home, .faq, .ucp, .members, .search, .nonewpms, .newpms, .mcp {
   display: inline-block;
   width: 110px;
   height: 44px;
   margin: 0 5px 0 5px;
}

.faq { 
	background: url("./styles/MW2/imageset/en/faq.png") 0 0 no-repeat;
}

.home {
   background: url("./styles/MW2/imageset/en/home.png") 0 0 no-repeat;
}

.ucp { 
	background: url("./styles/MW2/imageset/en/ucp.png") 0 0 no-repeat;
}

.members { 
	background: url("./styles/MW2/imageset/en/members.png") 0 0 no-repeat;
}

.search { 
	background: url("./styles/MW2/imageset/en/search.png") 0 0 no-repeat;
}

.nonewpms { 
	background: url("./styles/MW2/imageset/en/nonewpms.png") 0 0 no-repeat;
}

.newpms { 
	background: url("./styles/MW2/imageset/en/newpms.png") 0 0 no-repeat;
}

.mcp { 
	background: url("./styles/MW2/imageset/en/mcp.png") 0 0 no-repeat;
}

.home span, .faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span {
   display: none; text-indent: -5000px;
}

.home:hover, .faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover {
   background-position: 0 -44px;
}

#crumbs {
	height: 48px;
	padding: 0;
	text-align: center;
}

.breadcrumbs {
	padding-top:18px;
	font-weight: bold;
}

ul.breadcrumbs li {
    padding: 10px 0 0 0;
    text-align: left;
	list-style-type: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover{
	color: #A0AA94;
	text-decoration: none;
}

.toplogin {
    background: #2F2F2F;
    border-bottom: 1px #000000 outset;
    border-left: 1px #000000 inset;
	float: right;
    margin: 7px 8px 0 0;
	width: 260px;
}

/* hide from mac \*/
* html #navlist { position: relative; top: -3px;}
/* end hide */

#navlist li {
	display: inline;
	padding: 0 5px 0 5px;
}

#navlist {
    padding: 15px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#navlist a {
	padding: 0 4px 3px 10px;
	color: #797D74;
}

#navlist a:hover {
	text-decoration: none;
	color: #4F0000;
}

/* Round cornered boxes and backgrounds
 --------------------------------------------------------- */

.br { padding-bottom: 55px; }

.navbar {
	background-color: #D7D7C2;
	padding: 10px 20px 10px 5px;
	margin-bottom: 15px;
	display: block;
}

ul.linklist li {
	list-style-type: none;
}

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

h2 {
    text-transform: uppercase;
	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: #CFCFCF;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}


p.linkmcp {
    float: right;
	margin: 0 5px 0 0;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	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 {
	white-space: nowrap; 
}

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

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
    color: #8F8F8F;
	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: #BBBBBB;
	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: #6E6E6E;
}

.postrang {
    color: #CFCFCF;
    font-weight: bold;

}

.postdetails {
	color: #6E6E6E;
    text-align: center;
}

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

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

.nav {
	margin: 0;
	color: #8F8F8F;
	font-weight: bold;
}

.cookies {
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #2F2F2F url('./styles/MW2/theme/images/cellpic3.png') top repeat-x;
    border-top: 1px #6F6F6F inset;
	border-bottom: 1px #5F5F5F outset;
    color: #8F8F8F;
}

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

.cattitle {

}

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

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

.genmeds {
    color: #797D74;
	margin: 1px 1px;
	font-size: 1.1em;
}

.genmed2 {
    color: #797D74;
	margin: 1px 1px;
	font-size: 1.1em;

}

.gensmall {
    color: #7F9169;
	margin: 1px 1px;
	font-size: 1em;
}

.gensmall2 {
    color: #8F8F8F;
	margin: 0 1px 3px 1px;
	font-size: 1em;
}

.gensmall3 {
    color: #7F9169;
	margin: 2px;
	font-size: 1em;
}

.acp {
	font-size: 1em;
	text-align: center;
}

.copyright {
	color: #9F9F9F;
	margin: 0;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.copyright a:link, .copyright a:visited {
	color: #5F5F5F;
}

.copyright a:hover {
	color: #5F5F5F;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #7F9169 !important;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #797D74;
	font-size: 1.1em;
	font-weight: bold;
	background: #2C3126 url('./styles/MW2/theme/images/cellpic3.png') top repeat-x;
    border-top: 1px #000000 inset;
    border-bottom: 1px #000000 outset;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
	text-align: center;
}

tn {
    color: #6F6D68;
	font-size: 1.1em;
	font-weight: bold;
	background: #FFFFFF url('./styles/MW2/theme/images/cellpic3.png') top repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
	text-align: left;
	
}

td {
	padding: 8px 2px 2px 2px;
}
td.profile {
    text-align: center;
	padding: 4px;
}

.tablebg {
	background-color: #222222;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('./styles/MW2/theme/images/cellpic3.png') top repeat-x;
}
.rtl .catdiv {
	background: url('./styles/MW2/theme/images/cellpic3.png') top repeat-x;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #171717 url('./styles/MW2/theme/images/cellpic1.gif') repeat-x;
	text-indent: 4px;
	border-bottom: 1px #2D2D2D solid;
    border-top: 1px #3F3F3F outset;
}

.cat2 {
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #2F2F2F url('./styles/MW2/theme/images/cellpic3.png') top repeat-x;
	text-indent: 4px;
    border-top: 1px #6F6F6F inset;
	border-bottom: 1px #5F5F5F outset;

}

.row1 {
	background: #222222 url('./styles/MW2/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row2 {
	background: #222222 url('./styles/MW2/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row3 {
	background: #222222 url('./styles/MW2/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row4 {
    color: #6F6D68;
	background: url('./styles/MW2/theme/images/row4.png') repeat-x;
	padding: 0 5px;
	height: 29px;
	border-left: none;
	border-top: 1px #3F3F3F inset;
}

.row5 {
    background: #3F3F3F url('./styles/MW2/theme/images/row5.png') repeat-x;
    border-top: 1px #6F6F6F solid;
    border-bottom: 1px #6F6F6F solid;
	height: 50px;
	padding: 0 0 0 5px;
	
}

.row_h {
	background: #222222 url('./styles/MW2/theme/images/row1.gif') top left no-repeat;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}


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

.legend {
	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: #A9BA91; text-decoration: none; }
a:visited	{ color: #A9BA91; text-decoration: none; }
a:hover	{ color: #FFFFFF; text-decoration: none; }
a:active	{ color: #A9BA91; text-decoration: none; }

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

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

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

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


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

input {
	background: #2A2A2A url("./styles/MW2/theme/images/input.png") top repeat-x;
	color: #A9BA91;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #040404;
	vertical-align: middle;
}

input:hover, input:focus {
	background: #6F6F6F url("./styles/MW2/theme/images/input.png") repeat-x;
	background-position: 0 -41px;
}

textarea {
	background: #8F8F8F url("./styles/MW2/theme/images/textarea.gif") top repeat-x;
	color: #CFCFCF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #1F1F1F;
	padding: 2px;
	vertical-align: middle;
}

select {
	color: #7C7C7C;
	background-color: #2A2A2A;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #040404;
	padding: 1px;
	vertical-align: middle;
}

option {
	padding: 0 1em 0 0;
	vertical-align: middle;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

input.radio {
	border: none;
	background: none;
	vertical-align: middle;
}

.post {
    color: #A9BA91;
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnmain, .btnlite, .btnfile {
	background: url("./styles/MW2/theme/images/submit.gif") top repeat-x;
}

.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {
	background: url("./styles/MW2/theme/images/submit.gif") top repeat-x;
	background-position: 0 -41px;
}

.btnbbcode {
	background: #A9BA91 url("./styles/MW2/theme/images/bbcode.gif") top repeat-x;
	color: #2F2F2F;
	border: 1px #222222 solid;
}

.btnbbcode:hover, .btnbbcode:focus {
	background: #C1C1C1 url("./styles/MW2/theme/images/bbcode.gif") top repeat-x;
	background-position: 0 -41px;
	color: #222222;
}

.helpline, .helpline:hover, .helpline:focus  {
    color: #7F7F7F;
	background: transparent;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #111111;
	color: #A9BA91;
	font-size: 0.85em;
	font-weight: bold;
	background: url("./styles/MW2/theme/images/cellpic1.gif") top repeat-x;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #111111;
	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: #3F0000 url("./styles/MW2/theme/images/textarea.png") top repeat-x;
	color: #6F6F6F;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color: #6F0000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-color: #111111;
	background: url("./styles/MW2/theme/images/cellpic1.gif") top repeat-x;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #111111;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #F5F5F5;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background: #252525 url("./styles/MW2/theme/images/textarea.gif") top repeat-x;
}

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

/* Boutons
 --------------- */

a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("./styles/MW2/theme/images/icon_fontsize.gif");
	background-position: 0 -1px;
	width: 29px;
	position: absolute;
	top: 6px;
	left: 0px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

.reply-icon	{ 
	float: left; display: block; width: 83px; height: 33px;
	background: url("./styles/MW2/imageset/en/button_topic_reply.png") 0 0 no-repeat;
	margin-right: 6px;
}
.post-icon	{ 
	float: left; display: block; width: 93px; height: 33px;
	background: url("./styles/MW2/imageset/en/button_topic_new.png") 0 0 no-repeat;
	margin-right: 6px;
}
.locked-icon { 
	float: left; display: block; width: 83px; height: 33px;
	background: url("./styles/MW2/imageset/en/button_topic_locked.png") 0 0 no-repeat;
	margin-right: 6px;
}
.pmreply-icon { 
	float: left; display: block; width: 83px; height: 33px;
	background: url("./styles/MW2/imageset/en/pmreply.png") 0 0 no-repeat;
	margin-right: 6px;
}

.reply-icon span, .post-icon span, .locked-icon span, .pmreply-icon span {
	display: none; text-indent: -5000px;
}

.reply-icon:hover, .post-icon:hover {
	background-position: 0 -33px;
}

/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: #CFCFCF;
	background-color: #6F0000;
}

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

.simple-header { background-color: #1C1C1C; }
.simple-header .pagination {text-align: left;}

a {
  outline: none;
}

:focus {
  outline-style: none;
}