 /*--------------------------------------------------*
 *        CPG Themes [http://cpgthemes.com]         *
 *         Copyright © 2005 by CPG Themes           *
 *--------------------------------------------------*
 *          Theme Name:  cpgT_MintIce               *
 *          Released:    February 25, 2005          *
 *          Updated:     July 24, 2005              *
 *          Version:     1.0.3                      *
 *--------------------------------------------------*
 *       Theme created for CPG Dragonfly™ CMS       *
 *            http://dragonflycms.com               *
 *--------------------------------------------------*
 *    This theme is released under the terms and    *
 *    conditions of the GNU GPL version 2 or any    *
 *                later revisions.                  *
 *--------------------------------------------------*/
 
 
/*--------------- [Table of Contents] --------------*
     1. Universal
     2. Header
	  3. Navigation
     4. Footer
	  5. Main Table
	  6. Blocks
	  7. Content Styles
     8. News Articles
     9. Links
	 10. Admin Styles
	 11. Form Controls
	 12. Forums & Coppermine
    13. Miscellaneous
 *--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

#QuestMaster {
    width: 942px !important;
    overflow: scroll !important;
}

#pmsplitter {
    clear: both !important;
}

#pmbottompane {
    width: 100%;
    clear: both;
}

#pmtoppane {
    width: 100%;
    clear: both;
}

.sfforumtable {
    width: 100%;
    clear: both;
}

table {
    width: 100%;
}

 
/*--- [1. Universal] -------------------------------*/
body {
	background: #4f6e8b;
	text-align: left;
	font: 12px Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #000000;
	}

.bodywrap {
	background: #4f6e8b url(../images/stripe01.jpg) top center repeat-y;
	margin: 0px auto;
	width: 975px;
	text-align: left;
}

html { text-align: center; }

table {
	border-collapse: collapse;
	border-width: 0px;
	}
td, th { 
	padding: 0px;
	}
br {
	clear: left;
	}
hr {
	height: 0;
	border: 0px solid #4f6e8b;
	border-top-width: 1px;
	margin: 5px 0px;
}	

.table100w {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.table1, .table2 {
	border: 1px solid #2c445e;
	background: #eaeaea url(../images/bkgd03.jpg) bottom right no-repeat;
	padding: 5px;
}

.table2 {
	width: 50%;
	text-align: center;
	background: #eaeaea;
}

.clear {
	clear: both;
}

.top {
	vertical-align: top;
}

/*----- [2. Header] --------------------------------*/

.border {
	background: #5ea5a1 url(../images/border01.jpg) top left repeat-x;
	color: #000000;
	height: 26px;
	}

.headdate {
	background: #ffffff;
	width: 25%;
	margin: 0px auto;
	position: relative;
	top: 4px;
	text-align: center;
	border: 3px double #ffffff;
	}


.headtop {
	background: #4f6e8b;
	color: #eaeaea;
	height: 26px;
	width: 100%;
}

.headmain {
	background: #4f6e8b;
	height: 90px;
	padding: 0px;
	margin: 0px;
}

/*----- [3. Navigation] ----------------------------*/

.navbar {
	padding: 5px;
	text-align: center;
	}

.navmenu {
	text-align: center;
	height: 9px;
	vertical-align: bottom;
	}

.navleftimg {
	float: left;
	clear: none;
	width: 9px;
	}

.navrightimg {
	float: right;
	clear: none;
	width: 9px;
	}

.NavLeft, .NavRight, .NavRightCE, .NavLeftCE { 
	vertical-align: middle;
	height: 26px;
	background: #5ea5a1 url(../images/border02.jpg);
	}
.NavLeft {
	text-align: left;
	width: 49%;
  }
.NavRight {
	text-align: right;
	width: 49%;
  }
.NavLeftCE, .NavRightCE {
	width: 25px;
	padding-left: 8px;
	padding-right: 8px;
  }
  
/*----- [4. Footer] --------------------------------*/
/* One class used for Footer also controls Header 
   top row, see .headtop class for attributes.      */

/*----- [5. Main Table] ----------------------------*/
.mainside {
	width: 200px;
	vertical-align: top;
	}
.main {
	vertical-align: top;
	padding: 10px 10px 0px 10px;
	}
	
/*----- [6. Blocks] --------------------------------*/
.block {
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
}

.blockhead {
	text-transform: uppercase;
	overflow: hidden;
	color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 21px;
	width: 200px;
	padding-top: 4px;
	margin: 0px;
	clear: both;
	background: #4f6e8b url(../images/menuhead.jpg) top left no-repeat;
}

.blockcontent {
	width: 178px;
	font-size: 11px;
	padding: 10px;
	margin: 0px;
	text-align: left;
	background: #eaeaea;
	border-left: 1px solid #2c445e;
	border-right: 1px solid #2c445e;
	border-bottom: 1px solid #2c445e;
}
 
/*----- [7. Content Styles] ------------------------*/
.pagetitle {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 23px;
	padding-top: 7px;
	background: #4f6e8b url(../images/cellbkgd.jpg);
	border-left: 1px solid #2c445e;
	border-right: 1px solid #2c445e;
}	

.importantmsg {
	font: 14px Georgia, 'Times New Roman', Serif;
	font-style: italic;
	color: #F00;
}

/*----- [9. News Articles] -------------------------*/
.newstitle {
	text-transform: uppercase;
	background: #4f6e8b url(../images/cellbkgd.jpg);
	color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
}

.newsmore {
	background: #4f6e8b url(../images/cellbkgd2.jpg);
	color: #eaeaea;
	height: 20px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
}

.newsmore a, .newsmore a:link, .newsmore a:active, .newsmore a:visited, .newsmore a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

.newsmore img {
	vertical-align: text-bottom;
}

.newsposted { 
	color: #999999;
	padding: 3px;
	font-size: 11px;
}

.newsstory, .newsarticle {
	text-align: left;
	font-size: 11px;
	padding: 5px;
}

.topicimg {
	padding-left: 10px;
	padding-bottom: 10px;
}

.newsindex { 
	border: 1px solid #2c445e;
	background: #eaeaea url(../images/bkgd03.jpg) bottom right no-repeat;
}
	
/*----- [10. Links] --------------------------------*/
a {
	text-decoration: none;
	}
a:link, a:active, a:visited {
	color: #4f6e8b;
	}
a:hover {
	color: #936e2b;
	text-decoration: underline;
	}

a img { border: 0px; }

/*----- [11. Forums & Coppermine] ------------------*/
.statlink {
	font-weight: bold;
}
.statlink, a.statlink {
	color: #FFF;
}
.bodyline,.forumline {
	border: 1px #C0C0C0 solid;
	background: #FFF;
}

td {
    padding: 5px;
}

td.row1,td.row3 {
	background: #F3F3F3;
	padding: 5px;
}
td.row2 {
	background: #ffffff;
	padding: 5px;
}
td.rowpic {
	border: 0px;
	background: #4f6e8b url(../images/cellbkgd.jpg);
}
th {
	background: #4f6e8b url(../images/cellbkgd2.jpg);
	height: 20px;
	color: #eaeaea;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
th a, th a:link, th a:active, th a:visited, th a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

td.cat, td.catHead, td.catSides, td.catleft, td.catright, td.catbottom, td.catBottom {
	border: 0px;
	height: 25px;
	background: #F3F3F3 url(../images/cellpic1.gif);
}
td.catHead, td.catSides, td.catleft, td.catright {
/*  border: #D2B898;
  border-style: solid; */
  height: 30px;
}
td.cat,td.catHead,td.catbottom {
	border: 0px;
	height: 25px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  font-weight: bold;
/*  border: #D2B898;
  border-style: solid; */
  height: 30px;
  vertical-align: middle;
  background: #4f6e8b url(../images/cellbkgd.jpg);
}
td.row3right, td.spaceRow {
/*  border: #4f6e8b;
  border-style: solid; */
  background: #FFF;
}
th.thHead, td.catHead {
  font-size: 12px;
}
th.thHead,td.catHead,td.spaceRow,td.row3right,
td.catSides,td.catLeft,td.catRight,td.catBottom,
th.thSides,th.thLeft,th.thRight,th.thTop,th.thBottom,th.thCornerL,th.thCornerR {
  border-width: 0;
}
#QuestMasterHeader .thTop {
  height: 30px;
  vertical-align: middle;
  background: #4f6e8b url(../images/cellbkgd.jpg);
}
.maintitle, h1, h2 {
  text-decoration: none;
  color: #000;
  font: bold 18px/110% Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
/* Forum Fonts */
.gen {
  font-size: 12px;
}
.genmed {
  font-size: 11px;
}
.gensmall {
  font-size: 10px;
}
.gen, .genmed, .gensmall {
  color: #000;
}
.mainmenu {
  font-size: 11px;
  color: #000;
}
.cattitle {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #AFAFAF;
}
.forumlink {
  font-weight: bold;
  font-size: 12px;
  color: #4f6e8b;
}
.nav {
  font-weight: bold;
  font-size: 11px;
  color: #000;
}
.topictitle {
  font-weight: bold;
  font-size: 11px;
  color: #000;
}
.name {
  font-size: 11px;
  color: #000;
}
.postdetails {
  font-size: 10px;
  color: #000;
}
.postbody {
  font-size: 12px;
}
/* Forum Links */
a.gen, a.genmed, a.gensmall {
  color: #4f6e8b;
  text-decoration: none;
}
a.mainmenu {
  text-decoration: none;
  color: #4f6e8b;
}
a.cattitle {
  text-decoration: none;
  color: #4f6e8b;
}
a.forumlink {
  text-decoration: none;
  color: #4f6e8b;
}
a.nav {
  text-decoration: none;
  color: #4f6e8b;
}
a.topictitle:link {
  text-decoration: none;
  color: #4f6e8b;
}
a.postlink:link {
  text-decoration: none;
  color: #4f6e8b;
}
/* Forum Hover Links */
a.gen:hover, a.genmed:hover, a.gensmall:hover {
  color: #936e2b;
  text-decoration: none;
}
a.mainmenu:hover {
  text-decoration: none;
  color: #936e2b;
}
a.cattitle:hover {
  text-decoration: none;
  color: #936e2b;
}
a.forumlink:hover {
  text-decoration: none;
  color: #936e2b;
}
a.nav:hover {
  text-decoration: none;
  color: #936e2b;
}
a.topictitle:hover {
  text-decoration: none;
  color: #936e2b;
}
a.postlink:hover {
  text-decoration: none;
  color: #936e2b;
}
/* Forum Visited Links */
a.topictitle:visited {
  text-decoration: none;
  color: #4f6e8b;
}
a.postlink:visited {
  text-decoration: none;
  color: #4f6e8b;
}
/* Code and Quote Styles */
.code,.quote {
	background: #F3F3F3;
	border: 1px solid #C0C0C0;
	padding: 2px;
}
.code {
  color: #060;
  font: 11px Courier, 'Courier New', sans-serif;
}
.quote {
  color: #4f6e8b;
  font: 11px/125% Trebuchet MS, Tahoma, Helvetica, sans-serif;
}

pre {
}

/*----- [12. Form Controls] ------------------------*/
input {
  text-indent: 2px;
}
input.sub {
  left: 20px;
  float: none;
}
input.post, textarea.post, select {
  background: #FFF;
}
input, textarea, select {
  color: #000;
  font: normal 11px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
input.button {
  color: #000;
  background: #EFEFEF;
  font: 11px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
input.mainoption {
  background: #F3F3F3;
  font: 11px bold Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
input.liteoption {
  background: #F3F3F3;
  font: 11px normal Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
form {
	margin: 0px;
	}

/*----- [13. Admin Styles] ------------------------*/

.admin {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

.adminitem {
	border: 0;
	padding: 0;
	width: 130px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	}	
.adminitem span {
	display: block;
	width: 120px;
	color: #4f6e8b;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	background: #F3F3F3;
	}
fieldset {
	border: 1px solid #4f6e8b;
	padding: 10px;
	margin-bottom: 10px;
	}
legend { 
	font-weight: bold; 
	color: #936e2b;
	}
label.set,radio.set,input.set {
	display: block;
	float: left;
	}
radio.set {
	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;
	}
.yes {
	text-align: left;
	width: 20px;
	padding-right: 10px;
	vertical-align: bottom;
	}
.no {
	text-align: right;
	width: 8px;
	padding-right: 10px;
	}

.option {
	background: #4f6e8b url(../images/cellbkgd2.jpg);
	color: #eaeaea;
	height: 18px;
	padding-top: 2px;
	vertical-align: middle;
	text-align: center;
	font: bold 11px Trebuchet MS, Tahoma, Helvetica, sans-serif;
	border-left: 1px solid #2c445e;
	border-right: 1px solid #2c445e;
}

/*----- [14. Miscellaneous] ------------------------*/
.Banner {
	text-align: right;
	vertical-align: middle;
	padding-right: 8px;
	}
.helpline {
  background: #F3F3F3;
  padding: 2px;
}
.bbcbutton {
  border-style: outset;
  border: 1px solid #4f6e8b;
}
.helphead 
  {
  color: #FFF;
  font-size: 10px;
  width: 244px;
  padding: 2px;
  vertical-align: middle;
  background: #99CCCC;
  border-width: 1px 1px 0px 1px;
  border: solid #4f6e8b;
  }
.helpcontent {
  width: 240px;
  border: 1px solid #4f6e8b;
  padding: 4px;
  background: #FFF;
}
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
b { font-weight: bold; }
i { font-style: italic; }
u { text-decoration: underline; }
ul, ol { margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 10px; }
.left { text-align: left; }
.right { text-align: right; }
.center {
    text-align: center;
    margin: 0px auto;
}
blockquote { margin: 0px 0px 0px 25px;
	padding-top: 0px;
	padding-bottom: 0px; }
.highlight { background: #a8dbd1;
	font-weight: bold;
	padding: 0px 3px; }
.subtitle { font: bold 10pt Verdana, sans-serif; }

/*-- Some Modules are known to use these classes. --*/
.title {
  background: none;
  color: #4f6e8b;
  text-decoration: none;
  font: bold 14px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.content {
  background: none;
  color: #000;
  font: 11px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.block-title {
  background: none;
  color: #4f6e8b;
  font: 10px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.storytitle {
  background: none;
  color: #4f6e8b;
  text-decoration: none;
  font: bold 12px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.storycat {
  background: none;
  color: #C0C0C0;
  text-decoration: underline;
  font: bold 10px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.boxtitle {
  background: none;
  color: #4f6e8b;
  text-decoration: none;
  font: bold 10px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.boxcontent {
  background: none;
  color: #000;
  font: 11px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}
.tiny {
  background: none;
  color: #000;
  text-decoration: none;
  font: normal 9px Trebuchet MS, Tahoma, Helvetica, sans-serif;
}

/* pagination */
.pagact {
	font-size: 10px;
	width: 17px;
	height: 20px;
	text-align: center;
	background: transparent url(../images/pagact.gif) center center no-repeat;
}
.paginact, .pagneutral {
	width: 17px;
	text-align: center;
}

.paginact a, .pagneutral a {
    display: block;
	font-size: 10px;
	width: 17px;
	height: 20px;
	padding-top: 5px;
	background: transparent url(../images/paginact.gif) center center no-repeat;
}

.pagneutral a {
	background: transparent url(../images/pagneutral.gif) center center no-repeat;
}

/*@import url(ie.css);*/