
/* for forms */
legend{
    font-weight: bold;
    border: #505050;
    background-color: #FFFFFF;
    border-style: double;
    padding: 2px;
    -moz-border-radius:2em;    
}
fieldset{
    border: #505050;
    border-style: double;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius:2em;
}
br {
    clear: left;
}
label.set,input.set {
    display: block;
    float: left;
}
select.set,textarea.set {
}
radio.set {
    display: block;
    float: left;
    vertical-align: text-bottom;
}
label.set {
    text-align: left;
    width: 300px;
    padding-right: 10px;
    margin-bottom: 5px;
}
label.ulog,input.ulog {
    display: block;
    float: left;
}
label.ulog {
    text-align: left;
    width: 125px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.rd {
    text-align: left;
    width: 60px;
    padding-left: 3px;
    padding-right: 10px;
    
}
.no {
    text-align: right;
    width: 8px;
    padding-right: 10px;
    
}
.yes {
    text-align: left;
    width: 20px;
    padding-right: 10px;
    vertical-align: bottom;
}
input.sub {  
    left: 20px;
    float: none;
    border-top: 1.5px solid white;
	  border-right: 1.5px solid  #505050;
	  border-bottom: 1.5px solid  #505050;
	  border-left: 1.5px solid white;
	  background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    background-position : bottom;
}
input.sub:hover {
        border-color: #505050 white white #505050;
}
/* end for forms */
.title  {
    background: none;
    color: #505050;
    font-size: 14px;
    font-weight: bold;
    
    text-decoration: none
}
.content 	{
    background: none;
    color: #505050;
    font-size: 10px;
    
}
.content a	{
    background: none;
    color: #505050;
    font-size: 10px;
    
}
.block-title {
    BACKGROUND: none;
    color: #505050;
    font-size: 10px;
    
}
.storytitle 	{
    background: none;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    
    text-decoration: none
}
.storycat	{
    background: none;
    color: #505050;
    font-size: 10px;
    font-weight: bold;
    
    text-decoration: underline
}

.option 	{
    background: none;
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    
    text-decoration: none
}  
.tiny {
    background: none;
    color: #505050;
    font-size: 10px;
    font-weight: normal;
    
    text-decoration: none
}     


body {
    font-family: Verdana, Helvetica, sans-serif;
    background-image : url(/themes/CPG-News/images/000backgd.jpg);
    background-color:#505050;
    font-size: 10px;
    
    
}
/* Popup HELP div head */
.helphead {
    background-color:#dedebb;
    color      : #505050;
    font-size  : 10px;
    width  : 244px;
    padding: 3px;
    vertical-align: middle;
}
/* Popup HELP div body */
.helpcontent {
    width  : 240px;
    background-color: #FFFFFF;
    border : 1px solid #505050;
    padding: 4px;
}
/* table that holds the head and headmenu tables */
.headtable {
    width : 100%;
    background-color: #FFFFFF;
    border-width : 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
}
/* table that holds the logo */
.head {
    height: 135px;
    border-width : 0px;
    border-spacing: 2px;
    padding: 2px;
    width  : 100%;
}
/* table that holds the headmenu */
.headmenu {
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    background-color: #fefefe;
    text-align:center;
    border-top: 1px solid #505050;
    font-weight : bold;
    text-align: center;
    padding: 3px;
}
/* table holds the rest right left and center */
.maintable {
    width  : 100%;
    border-width : 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
}
/* td that holds the right and left blocks */
.mainside {
    width : 164px;
    vertical-align: top;
}
/* td that holds the center blocks and module content */
.main {
    width : 100%;
    vertical-align: top;
    padding-left : 5px;
    padding-right: 5px;
}
/* table inside the the td that holds the block title */
.blockhead {
    background-color: #dedebb;
    width  : 149px;
    font-size  : 10px;
    font-weight: bold;
    height: 14px;
    padding: 3px;
    text-align:center;
    vertical-align: middle;
}
/* div that holds the title for center blocks */
.centerblockhead {
    background-color: #dedebb;
    font-size  : 10px;
    font-weight: bold;
    height: 14px;
    padding: 3px;
    text-align:center;
    vertical-align: middle;
}
/* span for the title of block */
.boxtitle 	{
    background: none;
    color: #363636;
    text-align:center;
    width  : 105px;
    font-size: 11px;
    font-weight: bold;    
    text-decoration: none
}
/* div that holds the image + or -  in block */
.blkplusmin {  
    position: absolute; 
    left: 0px; 
    top: 0px;
}
/* table that holds the content in blocks */
.blockcontent {
    width: 147px;
    background-color: #FFFFFF;
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);    
    border : 0px;
    padding: 4px;
} 
.blockcontent img {
    opacity: .75;
    -moz-opacity: 75%;
    -khtml-opacity: .75;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    
}
/* div at the top of modules holding the page title if one... */
.pagetitle {
    color: #505050;
    font-size: 12px;
    font-weight : bold;
    text-align: center;
    background-color: #dedebb;
    border: 1px solid #505050;
    padding: 4px;
}
.pagetitle a {
    color: #505050;
    font-size: 12px;
    font-weight : bold;
    text-align: center;
    height: 16px;
    padding: 6px;
    text-decoration: none
}
.pagetitle a:hover {
    color: #dedebb;
    font-size: 12px;
    font-weight : bold;
    text-align: center;
    background-color: #505050;
    height: 16px;
    padding: 6px;
    text-decoration: underline;
}
/* fieldset around each admin item */
.adminitem {
    border: 0px;
    padding: 0px;
    width: 130px;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
.adminitem span{
    display:block;
    width:120px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border : 1px solid #505050;;
    background-color: #FAFAFA;
}
/* holds assoc topics and each comment on news*/
.table1 {
    width : 100%;
    background-color: #FFFFFF;
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    border : 1px solid #505050;
    border-spacing: 0px;
    padding: 7px;
}
/* div called from function OpenTable2 */
.table2 {
    background-color: #FFFFFF;
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    width : 50%;
    border : 1px solid #505050;
    border-spacing: 0px;
    padding: 7px;
    text-align: center;
}
/* div that holds the bottom block, messageblock and function OpenTable()*/
.table3 {
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    background-color: #FFFFFF;
    border : 1px solid #505050;
    border-spacing: 0px;
    padding: 7px;
}
/* tables that hold newscat, newsempty newstopic in themes/x/template/news/index.html */
.newsindex {
    width  : 100%;
    background-color: #FFFFFF;
    border : 0px solid #505050;
    border-spacing: 0px;
}
/* righthand side of the news story title hidden :) same as page bg */
.newsindexhide {
    background-color: #505050;
    border : solid #dedebb; border-width: 0px 0px 2px 0px;
}
/* td that holds the story and topic icon in themes/x/template/news/index.html */
.newsstory {
    width  : 100%;
    background-color: #FFFFFF;
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    border : solid #dedebb;
    border-width: 0px 2px 0px 2px;
    border-spacing: 0px;
    padding:  3px 20px 3px 20px;
    margin-left:20px;
}
/* td that holds footer of news stories in themes/x/template/news/index.html */
.newsfooter {
    color: #505050;
    font-size: small;
    font-weight : bold;
    text-align: right;
    background-color: #dedebb;
    margin-right:10px;

}
/* td that holds title of news stories in themes/x/template/news/index.html */
.newstitle {
    color: #505050;
    font-size: large;
    font-weight : bold;
    text-align: left;
    background-color: #dedebb;
    border: 0 solid #505050;
    padding:  3px 10px 3px 10px;
    margin: 8px 1px 1px 1px;

}
/* table that holds the news stories in themes\x\template\news\article.html */
.newsarticle {
    width  : 100%;
    background-color: #FFFFFF;
    border : 1px solid #505050;
    border-spacing: 0px;
    
}

font,th,td,p {
    font-family: Verdana, Helvetica, sans-serif;        
    font-size: 10px;
}

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

a:hover {
    text-decoration: underline
}

hr {
    height: 0px;
    border: solid #D1D7DC 0px;
    border-top-width: 1px;
}

/* This is the border line & background colour round the entire page */
.bodyline    { background-color: #FFFFFF; 
	background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline    { 
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    background-color: #FFFFFF; 
	  border: 1px #dedebb solid;
    
}


/* Main table cell colours and backgrounds */
td.row1    { background-color: #FFFFFF; 
	background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);}
td.row2    { background-color: #FFFFFF; 
	background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);}
td.row3    { background-color: #FFFFFF; 
	background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);}
/* div that holds footer in themes/x/template/footer.html */
.footmsg {
    background: none;
        color: #505050;
        font-size: 10px;
        font-weight: normal;
        text-decoration: none
}

/* Maintenence and Demo Message */
.importentmessage {
        color: #FF0000;
        font-size: 14px;
        border: 1px solid #505050;
        background-color: #FFFFFF;
        background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
        width : 100%;
        margin : 0px;
}
/*
  This is for the table cell above the topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
        background-color: #dedebb;        
}

/* Header cells - the blue and silver gradient backgrounds */
th {
    color: #505050;
    font-size: 11px;
    font-weight : bold;
    background-color: #dedebb;
    height: 30px;
}


td.cat,td.catHead,td.catSides,td.catleft,td.catright,td.catbottom,td.catBottom {
    background-color:#dedebb;
    border: #EFEFEF;
    font-weight : bold;
    border-style: solid;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catbottom,td.catBottom {
    height: 29px;
    border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thtop,th.thleft,th.thright,th.thbottom,th.thCornerL,th.thCornerR {
    background-color: #dedebb; font-weight: bold;  height: 28px; }
td.row3right,td.spaceRow {
    background-color:#dedebb ; border:#BABA70; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }

th.thSides,td.catSides     { border-width: 0px 0px 0px 0px; }
th.thright,td.catright,td.row3right     { border-width: 0px 0px 0px 0px; }
th.thleft,td.catleft      { border-width: 0px 0px 0px 0px; }
th.thbottom,td.catbottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
/*
th.thtop     { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }
*/


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2    {
            font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
            text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #505050; }
a.gen,a.genmed,a.gensmall {text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover    {  text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu        { font-size : 11px; color : #000000 }
a.mainmenu        { text-decoration: none; color : #505050;  }
a.mainmenu:hover{ text-decoration: underline; color : #AE0000; }


/* Forum category titles */
.cattitle { 
    background-color:#dedebb;
    border: #EFEFEF;
    font-weight : bold;
    font-weight: bold; 
    font-size: 12px ; 
    letter-spacing: 1px; 
    color : #505050
}
a.cattitle       { 
    background-color:#dedebb;
    border: #EFEFEF;
    font-weight : bold;
    font-weight: bold; 
    font-size: 12px ; 
    letter-spacing: 1px; 
    text-decoration: none; 
    color: #505050; 
}
a.cattitle:hover { 
    text-decoration: underline; 
    }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink        { font-weight: bold; font-size: 12px; color : #505050; }
a.forumlink     { text-decoration: none; color : #505050; }
a.forumlink:hover{ text-decoration: none; color : #AE0000; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav        { font-weight: bold; font-size: 11px; color : #000000;}
a.nav       { text-decoration: none; color : #505050; }
a.nav:hover { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle            { font-weight: bold; font-size: 12px; color : #505050; }
a.topictitle:link   { text-decoration: none; }
a.topictitle:visited { text-decoration: none; }
a.topictitle:hover    { text-decoration: underline; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name            { font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails        { font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { 
font-size : 12px;
}
a.postlink:link    { text-decoration: none; color : #505050 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #AE0000}


/* Quote & Code blocks */
.code {
    font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
    background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
    border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
    
    font-size: 11px; 
    color: #444444; 
    line-height: 125%;
    background-color: #FAFAFA; 
    border: #D1D7DC; 
    border-style: solid;
    border-left-width: 1px; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright        { 
font-size: 10px; 

color: #444444; 
letter-spacing: -1px;}
a.copyright       { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
    color : #000000;
    font: normal 11px Verdana, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
    background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
    color : #505050;
    font-size: 11px; 
    border-top: 1.5px solid white;
	  border-right: 1.5px solid  #505050;
	  border-bottom: 1.5px solid  #505050;
	  border-left: 1.5px solid white;
	  background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    background-position : bottom;
}
input.button:hover {
        border-color: #505050 white white #505050;
}

/* The main submit button option */
input.mainoption {
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    border-top: 1.5px solid white;
	  border-right: 1.5px solid  #505050;
	  border-bottom: 1.5px solid  #505050;
	  border-left: 1.5px solid white;
	  background-color : #FAFAFA;
    font-weight : bold;
}
input.mainoption:hover {
        border-color: #505050 white white #505050;
}
/* None-bold submit button */
input.liteoption {
    background-image : url(/themes/CPG-News/coppermine/images/FFFbackgd.jpg);
    border-top: 1.5px solid white;
	  border-right: 1.5px solid  #505050;
	  border-bottom: 1.5px solid  #505050;
	  border-left: 1.5px solid white;
	  background-color : #FAFAFA;
    font-weight : normal;
}
input.liteoption:hover {
        border-color: #505050 white white #505050;
}
/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { color:#505050; background-color: #dedebb; border-style: none; }

   
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/*@import url("ie.css");*/
