
/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/Oxygen_cs.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.pun {FONT-SIZE: 12px; LINE-HEIGHT: normal}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 100%}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {FONT-SIZE: 1em}
.pun H3 {FONT-SIZE: 1.1em}
#brdtitle H2 {FONT-SIZE: 12px}

/* 2.4 Larger text for particular items */

DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	TEXT-DECORATION: none
}

/* 3.2 Underline on hover for links in headers and main menu */

#brdmenu A:hover, .blockpost H2 A:hover {TEXT-DECORATION: underline}

/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/* 4.2 Special settings for the board header. */

#brdheader
{


}

#brdheader DIV.box {


	background-repeat: no-repeat;
	background-position: right top;
	

BORDER-TOP-WIDTH: 4px}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none}

/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {margin:12px 20px}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 6px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
DIV.postlinksb {MARGIN-TOP: -6px}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {MARGIN-TOP: 12px}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
.pun H2 {PADDING: 4px 6px}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}
#brdtitle P {PADDING-TOP: 0px}
DIV.linkst {PADDING: 8px 6px 3px 6px}
DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}
#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 12px}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 4px 6px}
.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px}
DD.postavatar {MARGIN-BOTTOM: 5px}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 10px}
.pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px; PADDING: 8px}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px}
DIV.inform {PADDING-BOTTOM: 12px}

/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 12px 0px 12px}
DIV.infldset {PADDING: 9px 0px 12px 0}
.pun LEGEND {PADDING: 0px 6px}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	PADDING: 9px 10px
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px}

UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 12px}

/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

DIV.icon {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}

DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em}




/************************* CUSTOM *********************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	color: black;
}



/* New --------|||| */


A:link {text-decoration: none; color: #0063dc;}
A:visited {text-decoration: none; color: #0063dc;}
A:active {text-decoration: none; color: #0063dc;}
A:hover {text-decoration: underline; color: #0063dc;}

.font-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Font-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:6px;
}
.Font-9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Font-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Font-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Font-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Font-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Font-16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Font-24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.Font-10-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Font-11-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Font-12-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Font-14-verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Font-40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}
.Font-30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCDDD;
}
.Font-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ff8a00;
	font-weight:bold;
}
.Font-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#0063dc;
	font-weight:bold;
}
.Font-boldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color:#3366CC;
	font-weight:bold;
}
.font-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
}
.Font-site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
}
.whitetextB {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #c3031f;
	/*text-transform: uppercase;*/
}
.Form-TextArea {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
	color: #2e2f36;
	width: 98%;
	height: 18px;
}
.Form-TextAreaB {
	font-size: 11px;
	background-color: #cdcdcd;
	border: 1px solid #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
	color: #2e2f36;
	width: 98%;
	height: 18px;
}
.Form-TextAreaC {
 font-size: 12px;
 background-color: White;
 border: 1px solid #666666;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding:8px;
 color: Black;
 background-color: #E8EAFF;
 width: 130px;
}
.Form-TextArea2 {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
	color: #2e2f36;
	width: 98%;
	height: 124px;
}
.Form-TextArea3 {
	font-size: 14px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	width: 98%;
	background-color: #E8EAFF;
	height: 150px;
}
.Form-Buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #0063dc;
	color: White;
	width: 100%;
	height: 24px;
}
.Form-Buttons-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #0063dc;
	color: White;
	margin-right: 6px;
	padding: 8px;
}
a.Hover-BLack:link {
COLOR: black; TEXT-DECORATION: none
}
a.Hover-BLack:visited {
COLOR: black; TEXT-DECORATION: none
}
a.Hover-BLack:hover {
text-decoration: underline;
}

a.Hover-Orange:link {
COLOR: #FF6D00; TEXT-DECORATION: none
}
a.Hover-Orange:visited {
COLOR: #FF6D00; TEXT-DECORATION: none
}
a.Hover-Orange:hover {
text-decoration: underline;
}

a.Hover-Green:link {
COLOR: #00c969; TEXT-DECORATION: none
}
a.Hover-Green:visited {
COLOR: #00c969; TEXT-DECORATION: none
}
a.Hover-Green:hover {
text-decoration: underline;
}

a.Hover-Red:link {
COLOR: red; TEXT-DECORATION: none
}
a.Hover-Red:visited {
COLOR: red; TEXT-DECORATION: none
}
a.Hover-Red:hover {
text-decoration: underline;
}

a.Hover-Grey:link {
COLOR: #7d7d7d; TEXT-DECORATION: none
}
a.Hover-Grey:visited {
COLOR: #7d7d7d; TEXT-DECORATION: none
}
a.Hover-Grey:hover {
text-decoration: underline;
}

a.Hover-details:link {
COLOR: #2e2f36; TEXT-DECORATION: none
}
a.Hover-details:visited {
COLOR: #2e2f36; TEXT-DECORATION: none
}
a.Hover-details:hover {
text-decoration: none;
COLOR: #c3031f;
}

a.Hover-Blue:link {
COLOR: #0063dc; TEXT-DECORATION: none
}
a.Hover-Blue:visited {
COLOR: #0063dc; TEXT-DECORATION: none
}
a.Hover-Blue:hover {
text-decoration: underline;
}

a.Hover-White:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
a.Hover-White:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}


.grey-horz {
	background-image: url(http://mwnuk.co.uk/images/grey-line.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
.line-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Line-OrangeTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6D00;
	border-right-color: #FF6D00;
	border-bottom-color: #FF6D00;
	border-left-color: #FF6D00;
}
.Line-OrangeTopBottom {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6D00;
	border-right-color: #FF6D00;
	border-bottom-color: #FF6D00;
	border-left-color: #FF6D00;
}
.Line-OrangeBottom {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6D00;
	border-right-color: #FF6D00;
	border-bottom-color: #FF6D00;
	border-left-color: #FF6D00;
}
.BorderBoxGrey {
	border: 1px solid #999999;
}
.BorderBoxBlack {
	border: 1px solid #2e2f36;
}
.BG-extra-Left {

	background-image: url(http://mwnuk.co.uk/images/left_top_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.BG-extra-Right {


	background-image: url(http://mwnuk.co.uk/images/right_top_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.BorderBoxGreyThick {

	border: 2px solid #CCCCCC;
}
.BG-title {

	background-image: url(http://mwnuk.co.uk/images/greebarrep.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
.BG-titleBlue {


	background-image: url(http://mwnuk.co.uk/images/bluebarrep.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
.BorderBoxGreyDark {

	border: 1px solid #666666;
}
.BorderBoxGreyDarkA {
	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: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.BorderBoxGreyDarkB {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.BG-ShadowGrnBottom {

	background-image: url(http://mwnuk.co.uk/images/bottomgreenshadow.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
.BG-ShadowGrnBottomB {


	background-image: url(http://mwnuk.co.uk/images/bottomgreenshadowB.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.Padding-image {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.BorderLineGreen {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99C604;
	border-right-color: #99C604;
	border-bottom-color: #99C604;
	border-left-color: #99C604;
}
.line-dotted-grey {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
.BorderBoxWhite {
	border: 1.5px solid #FFFFFF;
}
.line-dotted-grey-B {
	border-top-width: 1mm;
	border-right-width: 1mm;
	border-bottom-width: 1mm;
	border-left-width: 1mm;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
.Horizontal-Blue-Rule {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
}
.Horizontal-Blue-RuleDotted {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #01a9d6;
	border-right-color: #01a9d6;
	border-bottom-color: #01a9d6;
	border-left-color: #01a9d6;
}
.floaty {	
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: 270px;
}
.floaty {	
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.bluetext {
	color:0063dc;
}
.menu-button-a
{
	background: #ebebeb url(http://mwnuk.co.uk/images/STARBLUE.gif) no-repeat left;
	padding-left:18px;
	cursor:pointer;
	color:#000000;
}
.menu-button-b
{
	background: #ad0000 url(http://mwnuk.co.uk/images/STARBLUEB.gif) no-repeat left;
	padding-left:18px;
	cursor:pointer;
	color:#ffffff;
}
.divScroll{
height:316px;
overflow:auto;
}

.mainhead
{
	Font-size: 38px;
}

.mainhead2
{
	Font-size: 14px;
}
.BG-Left-Shadow {
	background: url(http://mwnuk.co.uk/images/background/left-background.png) repeat-y right top;
}
.BG-Right-Shadow {
	background: url(http://mwnuk.co.uk/images/background/Right-background.png) repeat-y left top;
}
.BG-menu-background {
	background: url(http://mwnuk.co.uk/images/menu-background.png) no-repeat left top;
}
.BG-Inner-footer {
	background: #FFFFFF url() no-repeat left bottom;
}
.BG-Lower-Footer {
	background: url(http://mwnuk.co.uk/images/lower-footer.png) no-repeat left top;
}
.BG-Menu-Gradiant {
	background: #a97bc7 url(http://mwnuk.co.uk/images/menu-top.gif) no-repeat left top;
}

.comboBox{

	font-size: 14px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	width: 30%;
	background-color: #E8EAFF;
	height: 20px;
}

.timg {
   behavior: url("png.htc");
}


