body {
   margin: 0px auto;
   font-family: "Lucida Grande", Arial, Helvetica, verdana, Geneva, Trebuchet MS, sans-serif;
   color: #3C3C3C;
   background: #769abe url(http://www.mosaicglobe.com/style/1596/image/mg08_back.gif) repeat-x center top;
   text-align: center;
}

img { border: 0px; }

/*Body Links*/
a { color: #2095DC; text-decoration: none;}
a:hover {   color: #FF7C1A; text-decoration: underline;}
a:visited { color: #2095DC; text-decoration: none;}
a:visited:hover {   color: #FF7C1A; text-decoration: underline;}

/*----------MAIN TABLE----------------------*/
table#main {
	width:  900px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border-collapse: collapse;
	background: #ffffff url(http://www.mosaicglobe.com/style/1596/image/mg08-table.jpg ) no-repeat top left;
        text-align: left;
}

td#header {
	padding: 10px 15px 15px 0px;
	background:#fff url(/images/forums/header.jpg) no-repeat top left;
	height: 120px;
	text-align:center;
	font-family: Palatino, Georgia, Times, Geneva, serif;
}

td#body {
	vertical-align: top;
	padding: 10px 10px 15px 10px;
	background:#fff;
	font-size: 11px;
}

td#footer {
  padding: 5px 10px 5px 10px;
  font-size: 9px;
  text-align: center;
  background: #fff;
  color: #9D9E9E;
}

#powered {
        padding: 5px 10px 45px 0px;
        color: #C9C3C3;
        font-size: 10px;
        text-align: center;
        width: 750px;
}

#powered a { color: #C9C3C3; text-decoration: none;}
#powered a:hover {   color: #C9C3C3; text-decoration: underline;}
/*----------MAIN TABLE END----------------------*/

/*----------HEADERS----------------------*/
/*Site Title*/
#header h1 {
    margin: 10px 0px 0px 0px;
    font-size: 22px;
    color: #292929;
    font-weight: normal;
    font-style: none;
	display: none;
}

#header h1 span {}

h1 a { color: #292929; text-decoration: none;}
h1 a:hover {   color: #292929; text-decoration: none;}
h1 a:visited { color: #292929; text-decoration: none;}

/*Site Tagline*/
#header h2 {
   padding: 0px;
    margin: 0px 0px 0px 20px;
    font-size: 15px;
    color: #292929;
    font-weight: normal;
    font-style: normal;
	display: none;
}

#header h2 span {}

/*Page Titles*/
#body h3.pageTitle {
        padding: 0px;
        margin: 0px 0px 5px 0px;
        font-size: 16px;
        color: #FF7C1A;
        font-weight: normal;
        font-style: none;
}

#body h3.pageTitle span {}

/*Page Categories*/
#body h3.category {
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #757676;
        color: #FF7C1A;
        margin: 5px 0px 5px 0px;
}

#body h3.category span {}

/* Forum Navbar */
div.navbar {
	font-size: 12px;
	height: 20px;
	position: absolute;
	top: 70px;
	width: 880px;
	text-align: right;
}

/* Forum CSS */
table#list {
	width: 100%;
	margin-top: 10px;
	font-size: 11px; 
	border: 1px solid #214968;
}

tr#head {
	background-color: #214968; 
	color: #fff;
}

table#list td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table#list td.left {
	border-left: 0px;
}

table#list td.left a {
	font-size: 12px;
}

table#list td.right {
	border-right: 0px;
}

table#topics {
	width: 100%;
	margin-top: 10px;
	font-size: 11px; 
	border: 1px solid #214968;
}

table#topics td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

/* Forum Post */
div.post {
	border: 1px solid #214968;
	margin-top: 10px;
}

div.post h3 {
	padding: 4px; 
	font-size: 12px; 
	margin: 0px; 
	background-color: #214968; 
	color: #fff;
}

div.post div.author {
	padding-left: 5px;
	padding-top: 10px; 
	width: 150px; 
	float: left;
}
div.post div.text {
        padding-top: 10px;
	margin-left: 152px; 
	width: 535px;
}

div.post div.foot {
	text-align: right;
	padding: 5px;
	clear: both;
}

span.name {
	font-size: 14px;
}

/* Post Form */
dl {
	
}

dt {
	float: left; 
	width:70px; 
	text-align: right;	
}
