﻿/* ====================================	*/
/* CLASSES								*/
/* ====================================	*/
html,body 
{
	/*height:100%;*/
	width: 100%;
}

body
{
	background-color: #e4e4e4;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;  
}

.dgheadertext, .dgheadertext A
{
	font-size: 8pt;
	color: #000;
	font-weight:bold; 
}

.dgheadline, .dgheadline A
{
	font-size: 8pt;
	color: #000;
}

.redtext
{
	font-size: 8pt;
	color: red;
	font-weight:bold; 
}

.txtnewpost
{
	width:210px;
	height:16px;
	border: solid 1px #ccc;
	font-size: 8pt;
	font-weight: bold; 
	color: #000;	
}

.txtnewmessage
{
	width:375px;
	border: solid 1px #ccc;
	font-size: 8pt;
	color: #000;	
}

.txteditmessage
{
	width:375px;
	border: solid 1px #ccc;
	font-size: 8pt;
	color: #000;	
}

.btnnewpost
{
	width:90px;
	border: solid 1px #ccc;
	background-color:#e4e4e4;
	color:#000;
	cursor: pointer; 
}

.btndgdelete
{
	width:80px;
	border: solid 1px #ccc;
	background-color:#e4e4e4;
	color:#000;
	cursor: pointer;
}

.greenhr
{
	height:1px;
	color:#ccc;
}

.dvreply
{
	text-align:left;  
	margin: 5px 5px 5px 5px;
}

.postheadline
{
	font-size: 8pt;
	color: #000;
	font-weight:bold; 
}

.postcontents
{
	font-size: 8pt;
	color: black;
	font-weight:normal; 
}

.postcreator, .postcreator A
{
	font-size: 8pt;
	color: #000;
	font-weight:bold; 
}

.postdate
{
	font-size: 8pt;
	color: #000;
	font-weight:bold; 
}

.backlink, .backlink A, .backlink A:visited
{
	font-size: 8pt;
	color: #000;
	font-weight:bold;
	text-decoration: none; 
}

.adminlink, .adminlink A, .adminlink A:visited
{
	font-size: 7pt;
	color: #000;
	font-weight:bold;
	text-decoration: none; 
}
/* ====================================	*/
/* ELEMENTS								*/
/* ====================================	*/

#dvtopbanner
{
	margin-left:auto;
	margin-right:auto;  	
}

#dvmainmenu
{
	margin-left:auto;
	margin-right:auto;
	height: 35px;  	
}

#dvtopforum
{
	background-image: url(images/bg_forum_top.gif);
	margin-left:auto;
	margin-right:auto;
	background-color: #d4d4d4;	
	width:730px;
	height:20px;
	text-align:left;
}

#dvmiddleforum
{
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;	
	padding: 0px;
	width:730px;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
}

#dvbottomforum
{
	background-image: url(images/bg_forum_bottom.gif);
	margin-left:auto;
	margin-right:auto;
	background-color: #d4d4d4;	
	width:730px;
	height:15px;
	text-align:right;
}

#dvdatagrid
{
	text-align:left;
	margin: 5px 5px 5px 5px;
}

#dvnewpost
{
	text-align:left;
	margin: 5px 5px 5px 5px;
}

#dvsearch
{
	text-align:left;
	margin: 5px 5px 0 5px;
}

#dvadmin
{
	text-align:left;
	margin: 5px 5px 0 5px;
}

#dvlogin
{
}

#dveditpost
{
	text-align:left;  
	margin: 5px 5px 5px 5px;
}
