﻿body 
{
	margin: 0; 
	padding: 0px;
	font-family: Arial;
	font-size:9pt;
	background:url(bg_o.gif) repeat-x fixed;
}
.table
{
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #DA9729;
}
.td
{
	background-color:#DA9729;
}
.tdb
{
	background-image:url(bg_bb.gif);
}
#img 
{
position:fixed;
top:0;
right:0;
}
a:link 
{
color:#0B006A;
text-decoration: none; 
}

a:visited 
{
color:#006699;
text-decoration: none;
}

a:hover {
color: #FF9900;
text-decoration:none;
}

ul {list-style-image: url(ul.gif)}


/*------------Box-vision-----------------*/

.sidebox {
	margin: 0 auto;
	width: 58em;
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;

}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/*------------Box-pic-----------------*/

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:21em;}

a.tooltip {color:#000;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:0px; left:0px; padding:4px; color:#000; border:0px solid #c5c5c5; background:#c5c5c5;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; display:block;}

/* Stats */
.Stats_Header
{
	background : #D4CBB7;
	color:Black;
	font-family:Arial;
	font-size:10pt;
	border-bottom: solid 1px Black;
	padding:2 2 2 2;
}

.Stats_Table
{
	background: #FFFFFF;
	color:Black;
	font-family:Arial;
	font-size:10pt;
    border: solid 1px Black;    
    padding:2 2 2 2;
}
.Stats_Row
{
	background: #FFFFFF;
	color:Black;
	font-family:Arial;
	font-size:10pt;
	border-bottom: solid 1px black;
    padding:2 2 2 2;
}
.Stats_AltRow
{
	background: #FFFFFF;
	color:Black;
	font-family:Arial;
	font-size:10pt;
	border-bottom: solid 1px black;
    padding:2 2 2 2;
}
.Stats_SubHeader
{
	background: #EBEBEB;
	color:Black;
	font-family:Arial;
	font-size:10pt;
	border-right: solid 1px black;  
	border-bottom: solid 1px black;  
    padding:2 2 2 2;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 700px;
    margin: auto;
}
.header
{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 2px #ccc;
    text-align: center;
}
.main
{
    width: 533px;
    float: left;
    text-align:justify;
    margin-right: 0px;
	margin-bottom: 20px;
	padding:0;
	margin-left: 45px;
}
.sidebar
{
    width: 220px;
    float: right;
    background: #eee;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
}
.postTitle
{
    font-weight: bold;
    font-size: 12pt;
    color: #c60;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #FF0000; 
    font-weight:bold;
    font-size: 8pt;
    font-family: Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 10pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #FF0000;
    font-size: 8pt;
    font-family: Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 9pt;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #999;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px;
    text-align: center;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}

#right a:hover {
	color: #CCCCCC;
}
#nav li {
	font-family: "Arial";
	font-size: 12px;
	display: inline;
	list-style-type: none;
	color: #000033;
	padding-right: 15px;
}
#nav a {
	color: #000033;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
}
#right li {
	font-family: "Arial";
	font-size: 12px;
	list-style-type: none;
	line-height: 25px;
}
#right {
	margin-top: 40px;
}
#right a {
	color: #000033;
	text-decoration: none;
}
#nav a:visited {
	color: #000000;
}
#right a:visited {
}
#nav {
	padding-left:auto;
	text-align: center; 
	margin-top:130pt;
}

.img-border {
	border: 1px dotted #666666;
	margin-right: 5px;
}
