/* MX-Publisher 3.0 Style Sheet
-------------------------------------------------------------- 
Style name: subsilver2 
Based on style: subSilver (the default phpBB 2 style) 
Original author: subBlue ( http://www.subBlue.com/ ) 
Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) 

This is an alternative style for phpBB3 for those wishing to stay with 
the familiar subSilver style of phpBB version 2.x 

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


@import url("theme/stylesheet.css"); 


/************************************************************\ 
| Addon or redefined CSS definitions for MX-Publisher 
\************************************************************/ 

/* This is the border line & background colour round the entire page */ 
.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } 

/* This is the outline round the main forum tables */ 
.forumline { background-color: #FFFFFF; border: 2px #000000 solid; } 

/* This is the main table round all portal contents, use with .bodyline */ 
.mx_main_table { 
} 

/* This is the outline table round the overall page header */ 
.mx_header_table { 
background-color: #FFFFFF; 
border: 2px solid #006699; 
} 

/* This is the outline table round the columns/blocks, that is the table below the header */ 
.mx_body_table { 
} 

/* This is the outer outline table round the blocks */ 
.mx_graphborder { 
} 

/* These are the main mx column styles */ 
td.leftcol { 
} 

td.middlecol { 
} 

td.rightcol { 
} 

/* This is the style used for the top page title. */ 
.pagetitle { 
font-weight: bold; 
font-size: 30px; 
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none; 
line-height : 120%; 
color : #000066; 
font-variant: small-caps; 
text-transform: capitalize; 
letter-spacing: 5px; 
vertical-align: 20%; 
} 

/* This is the style used for the top site title. */
.sitetitle { 
font-family: Arial; 
font-variant: small-caps; 
font-weight: bolder; 
font-size: 12pt; 
color: #000066; 
} 

/* This is the style used for the top site description. */ 
.sitetitle_desc { 
color: #006699; 
font-size: 9px; 
} 

/* Customized hr below site title */ 
hr.hrtop { 
height: 3px; 
border: solid #000066 1px; 
border-top-width: 1px; 
} 

/* For all contract/expand rollup buttons */ 
.mx_rollup_button { 
font-size: 11px; 
margin: 0px; 
padding: 0px; 
cursor: pointer; 
cursor: hand; 
} 

/* Form elements */ 
form { 
margin-bottom: 0px; 
} 

/* Form elements */ 
form.mx_editform { 
margin-bottom: 0px; 
margin-top: 0px; 
} 

/* This is the border around numbers in pagination */ 
.mx_pagination, .mx_pagination_sele, .mx_pagination_over { 
padding-left: 2px; 
padding-right: 2px; 
border-top: 1px solid #B0B0B0; 
border-right: 1px solid #B0B0B0; 
border-bottom: 1px solid #B0B0B0; 
border-left: 1px solid #B0B0B0; 
text-decoration: none; 
} 

.mx_pagination_sele { 
background-color: #E0E0E0; 
} 
.mx_pagination_over { 
background-color: #F0F0F0; 
} 

.shadow { 
color: #00AA00; 
filter: DropShadow(Color=#660000, OffX=5, OffY=5, Positive=1);
} 
img.shadow { 
color: #00AA00; 
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); 
} 

/* TinyMCE specific rules */ 
body.mceContentBody { 
text-align: left; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000; 
background: #FFF; 
} 

