<!--
body {
	font-family: tahoma;
	font-size: 12px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#120402;
	background-image:url(../images/mainBG_v9.png);
	background-repeat:repeat-x;
	
}
#d_body {
width:100%;
height:100%;
margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:11px;
}
#d_outerbox {
width:900px;
margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
#header { /* the header of the page */
width:900px;
height:60px;
padding:20px 0 0 10px;
margin:0;
}
#d_contentbody {
padding:6px;
}
#d_contentbody_left {
width:600px;
}
#d_contentbody_right {
	width:220px;	
	z-index: 100;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:0px;

}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}
h1,h2,h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
}
h3 {
font-size:1.1em;
}

/* header styles */
.content_header { /* header for blogs */  
	background-image:url(img/title_icon.png);
	background-repeat:no-repeat;   
	font-size:16px;
	padding-left: 25px;
	color: #c20804;
	font-weight: bold;
}
.content_date { 
	font-size:10px;
	font-weight:normal;
}
div.content_content {
margin-left:20px;
margin-right:20px;
font-family: tahoma;
	font-size: 12px;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #FFFFFF;
}
ul.linkList {
list-style:none;
list-style-image:none;
}
ul.linkList li {
padding-left:15px;
margin-top:6px;
background-image:url(template_img/white_arrow.png);
background-repeat:no-repeat;
}
ul.content_linkrow li {
display:inline;
padding-left:15px;
}
ul.content_linkrow li.comments {
background-image:url(template_img/comments.png);
background-repeat:no-repeat;
}
ul.content_linkrow li.plink {
background-image:url(template_img/plink.png);
background-repeat:no-repeat;
}

/* style for polls */
.pollName { /* header */
	font-size: 11px;
	font-weight: bold;
}
.poll { /* poll */
	font-size: 11px;
}

.superpadding-text2{
font-size:18px;
font-weight:bold;
color: #FFFFFF;
font-family:Tahoma, Trebuchet;
width:560px;
padding-bottom:10px;
padding-top:10px;
}
.superpadding-text{
padding-left: 55px;
font-size:18px;
font-weight:bold;
color: #FFFFFF;
font-family:Tahoma, Trebuchet;
}
.title-text{
padding-left: 5px;
font-size:14px;
font-weight:bold;
color: #FFFFFF;
font-family:Tahoma, Trebuchet;
}

.subtitle-text{
	font-family: tahoma;
	font-size: 14px;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #CC0000;
}
/* link styles */
/* generic links style */
A:link    { color: #FFFFFF }
A:active  { color: #FFFFFF}
A:visited { color: #FFFFFF}
A:hover   { color: #CCCCCC; text-decoration:underline  }
/* links within Blog content */
.b_content A:link    { color: #FFFFFF; text-decoration:underline }
.b_content A:active  { color: #FFFFFF}
.b_content A:visited { color: #FFFFFF}
.b_content A:hover   { color: #FFFFFF}
/* links within Blog subtext */
.b_subtext A:link    { color: #FFFFFF; text-decoration:underline }
.b_subtext A:active  { color: #FFFFFF}
.b_subtext A:visited { color: #FFFFFF}
.b_subtext A:hover   { color: #FFFFFF}
/* links within Comments  */
.c_content A:link    { color: #FFFFFF; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #FFFFFF; font-weight:bold }
.c_content A:visited { color: #FFFFFF; font-weight:bold }
.c_content A:hover   { color: #FFFFFF; font-weight:bold }

/* headers as links */
h1 A, h1 A:hover {
text-decoration:none;
color:#FFFFFF;
}

/* calendar begin */





table#calendar {
	font-size:10px;
	width:100%;
}
table#calendar caption {
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #000000;
	font-size:1em;
	font-weight: bold;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size: 1em;

}
table#calendar td {
	width: 10px;
	height: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding:3px;
}
table#calendar td a {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
	display: block;
	width: 10px;
	text-align:center;
	padding:0 3px 0 3px;
}
table#calendar th a {
	font-weight: bold;
}


table#calendar .today {
	border:solid 1px #CCCCCC;
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}
.dCenter 
{
margin-left: 12px;
margin-right: 10px;
}

/* calendar ends */


/* comments */
.c_cHeader {
width:560px;
padding:20px;
padding-bottom:2px;
}
.c_contentPerson {
height:32px;
padding-left:10px;
padding-right:10px;
background-repeat:no-repeat;
font-size:10px;
}
.c_contentTop {
height:60px;
width:600px;
background-image:url(img/comment_bg1.gif);
background-repeat:no-repeat;
}
.c_content {
padding-left:10px;
padding-right:10px;
}
.c_contentBottom {
height:50px;
width:500px;
background-image:url(img/comment_bg3.gif);
background-repeat:no-repeat;
}

/* Commets form */
#f1 {
background-color:#000000;
border:solid 1px #dddbdb;
margin:8px;
padding:14px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 5px 0;
padding:4px;
border:1px dotted #dddbdb;
}

#f1 input {
height:15px;
}
 #f1 textarea {
 width:400px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:60px;
height:26px;
}
.footer-text{
	font-family: tahoma;
	font-size: 10px;
	text-align: center;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #999999;
	}
.rightnav-text{
	font-family: tahoma;
	font-size: 10px;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #FFFFFF;
	}
.rightnav A:link {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#FFFFFF;
	}
.rightnav A:visited {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#FFFFFF;}
.rightnav A:active {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#FFFFFF;}
.rightnav A:hover {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #999999;}
.rightnavtop-text{
	font-family: tahoma;
	font-size: 10px;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #000000;
	}
.rightnavtop A:link {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#000000;
	}
.rightnavtop A:visited {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#000000;}
.rightnavtop A:active {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#000000;}
.rightnavtop A:hover {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #999999;}
	
.topmainlink-text{
	font-family: arial narrow, arial;
	font-size: 20px;
	font-weight:bold;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #000000;
	}
.topmainlink A:link {
	font-family: arial narrow, arial;
	font-size: 20px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#000000;
	}
.topmainlink A:visited {
	font-family: arial narrow, arial;
	font-size: 20px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#000000;}
.topmainlink A:active {
	font-family: arial narrow, arial;
	font-size: 20px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#000000;}
.topmainlink A:hover {
	font-family: arial narrow, arial;
	font-size: 20px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #999999;}
.footer A:link {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#FFFFFF;
	}
.footer A:visited {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#FFFFFF;}
.footer A:active {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color:#FFFFFF;}
.footer A:hover {
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;
	color: #999999;}
	
	#
.black_overlay{
#
            display: none;
#
            position: absolute;
#
            top: 0%;
#
            left: 0%;
#
            width: 100%;
#
            height: 100%;
#
            background-color: #120402;
#
            z-index:1001;
#
            -moz-opacity: 0.8;
#
            opacity:.80;
#
            filter: alpha(opacity=80);
#
        }
#
        .white_content {
#
            display: none;
#
            position: absolute;
#
            top: 25%;
#
            left: 25%;
#
            width: 50%;
#
            height: 50%;
#
            padding: 16px;
#
            border: 16px solid orange;
#
            background-color: white;
#
            z-index:1002;
#
            overflow: auto;
#
        }

-->