﻿/*+++++++++++++++++++++++++++++++++++++++++++*/
/*          Reset                         */
/*+++++++++++++++++++++++++++++++++++++++++++*/
html, body,table,td {	font-size: 100%;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 18px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}*/

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*+++++++++++++++++++++++++++++++++++++++++++*/
/* @Blocks */
/*+++++++++++++++++++++++++++++++++++++++++++*/
@media print
{
	.noPrint 
		{
			display:none ;
		}
	#MainContentBox
	{
		margin-left: 5px;
		background-color:#FFFFFF;
	}
	
}


/*+++++++++++++++++++++++++++++++++++++++++++*/
/*          Elemente                         */
/*+++++++++++++++++++++++++++++++++++++++++++*/
	
/*a*/

a	{color:inherit ;}

.Actionbox a 
	{
		height: 15px;
		padding: 3px 8px 3px 12px;
		margin: 0px 3px 0px 0px;
		display:block;
		color: #808080;
		text-decoration: none;
	}

#BreadCrumbBox a		{	color: #808080;	padding: 5px;	display: inline;	font-size: 11px;	}

.Command a
{
	margin: 0px 3px 0px 0px;
	display: block;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

.EditorBox a	
	{
		height: 15px;
		float: left;
		padding: 3px 4px  ;
		margin: 3px 1px ;
		display: inline;
		background-color: #FFFFFF;
		color: #808080;
		text-decoration: none;
		font-weight: bold;
	}

.GlobalMenu a
	{
		color: #808080;
		padding:	5px;
		display:inline  ;
		font-weight: bold;
		font-size: 10px;
	}

#HeadMenuBox a
	{
	color: #808080;
	padding:0 5px;
	}

th.Head a, 
th a, 
td.Head a		{	color: #808080;	font-weight: bold;}
#MenuBox a
	{
		color: #808080;
		padding-bottom:5px;
		display:block ;
	}
	
#MenuBox .Level0 a	{	margin-left: 10px;	font-weight: bold;		font-size: 12px;	}
#MenuBox .Level1 a	{	margin-left: 10px;	font-weight: bold;		font-size: 12px;	}
#MenuBox .Level2 a	{	margin-left: 20px;	font-weight: normal;	font-size: 11px;	}
#MenuBox .Level3 a	{	margin-left: 30px;	font-weight: normal;	font-size: 10px;		text-transform: uppercase;	}
#MenuBox .Level4 a 	{	margin-left: 40px;	font-weight: normal;	font-size: 9px;		text-transform: uppercase;	}
#MenuBox .Level5 a	 {	margin-left: 50px;	}

.BoardHead	td	a	{	text-align: left;	color:#808080;	}
.ThreadHead	td	a	{	text-align: left;	color:#808080;	}
.ThreadHead		a		{						color:inherit ;	font-weight : bold ;	}	

/*a:active*/
a:active			{	font-style	:italic;		}
/*
.Preview a:active	{	font-style	:italic;	color:#CCCCCC;	}
th.Head a:active, 
th a:active, 
td.Head a:active	{	color: #808080;	font-weight: bold;	}
*/
/*a:hover*/
a:hover				{	text-decoration:	underline;	}
/*.Preview a:hover	{	text-decoration:	underline;	color:#808080;	}*/
.EditorBox a:hover 
	{
	background-color: #FFFFFF;
	color: #808080;
}

/*a:link*/
a:link			{	text-decoration	:	none;		}	
/*.Preview a:link	{	text-decoration	:	none;	color:#808080;	}	
.Title a:link	{	color: #808080;}
*/
/*a:visited*/
a:visited			{	text-decoration:	none;		}	
/*.Preview A:visited	{	text-decoration	:	none;	color:Navy;	}	
th.Head a:visited, 
th a:visited, 
td.Head a:visited
	{
		color: #42616B;
		font-weight: bold;
	}
*/
body
{
	background-color: #FFFFFF;
	background-image: url('../Custom/Graphic/Background.png');
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvitica, Sans-Serif;
	font-size: 12px;
	color: #808080;
}

/*button*/

button
	{	height: 15px;
		float: left;
		padding: 3px 4px  ;
		margin: 3px 1px ;
		display: inline;
		text-decoration: none;
		font-weight: bold;
		background-color: #FFFFFF;
		color: #808080;
	}

H1, H2, H3, H4, H5, TH, THead, TFOOT
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #808080;	
		text-decoration:	none;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
	}
H1			{	font-size:	24px;	font-weight:	700;	font-style:	normal;	}
H2			{	font-size:	20px;	font-weight:	700;	font-style:	normal;	}
H3			{	font-size:	16px;	font-weight:	500;	font-style:	normal;	}
H4			{	font-size:	14px;	font-weight:	500;	}		
H5, DT		{	font-size:	13px;	font-weight:	700;	font-style:	normal;	}
H6			{	font-size:	12px;	font-weight:	700;	font-style:	normal;	}
.IndexMaster h2 { font-size:	16px;	font-weight:	500;margin: 15px, 10px;}
td H4
{
	font-weight: bold;
	font-size: small;
	margin-bottom: 5px;
	color: #808080;
}
.SubArticle hr	{	border: #808080 solid;}


/*img*/

.SubArticleImageBox img			{	width:100% ;	display:block ;	}
.LinkImage img		{	Width: 100px;}
	
/*input*/
td.Input input		{	width: 200px;}
input[type=checkbox] { width: auto;	}
input[type=button] { width: auto;	}

/*hr*/
.SubArticle hr		{	border: #808080 solid;}

/*li*/
li						{ 	list-style-type: disc; display: list-item; }

#BreadCrumbBox li		{	list-style: none;	margin-left:0;	display:inline;	}
.GlobalMenu li			{	list-style: none;	margin-left:0;	display:inline;	}
#HeadMenuBox li			{	list-style: none;	margin:0;		display:inline;			}
#MenuBox li				{	list-style: none;	/*margin-left:-30px;*/	}

p		{margin: 8px 0;}

SMALL	{	font-size:	10px;	}	

/*table*/
table
	{
		font-weight: normal;
		font-size: 12px;
		word-spacing: normal;
		text-transform: none;
		font-family: Verdana, Helvetica, sans-serif;
		letter-spacing: normal;
		table-layout: fixed;
		empty-cells: show;
		caption-side: top;
	}


#HeadBox table
	{
		border-collapse:collapse ;
		width: 960px;
	}

.ImageData table
	{
		font-weight: bold;
		font-size: x-small;
	}

.Preview table
	{
		border-spacing: 3px;
		empty-cells: show;
		caption-side: top;
	}

/*td*/
td				{	left: 0px;	vertical-align: top;}
table.Spaced td	{	padding: 3px;}

.BoardList td	{	padding: 0 5px 10px 10px;}
.BoardTitle td	{	background-color: #FFFFFF;	color: #808080 ; 	}

.WizardContent td {	padding: 3px 2px}
tr.Head , tr.Head td
	{
		background-color: #FFFFFF;
		padding: 1px 5px 1px 5px;
		font-weight: bold;
	}	
	
.BoardHead td 	{	background-color: #FFFFFF;		color:#808080 ;	}
/*.ThreadHead td	{	background-color: #0066CC;		color:White ;	}*/
.ThreadHead td 	{	padding:0 3px;	}

/*textarea*/
.Input textarea	{ width: 560px;	font-family: Verdana;}

/*ul*/
#BreadCrumbBox ul		{	display:inline;		margin-left:0;		background-color:Transparent ;	}
.GlobalMenu ul			{						margin-left:0;		background-color:Transparent ;	}
#HeadMenuBox ul	{	padding:0;			margin:0;			background-color:Transparent ;	}
#MenuBox ul	{						margin-left:0;		background-color:Transparent ;	}

	
	
ZYXWVU{}


/*+++++++++++++++++++++++++++++++++++++++++++*/
/*          ID's                             */
/*+++++++++++++++++++++++++++++++++++++++++++*/

/*ContentBox*/
#ContentBox
	{
		float	: left ;
		width	: 578px;
		padding	: 0 10px;
	}
.EditorMaster #ContentBox {width: 738px;}
.ForumMaster  #ContentBox {width: 738px;}

#FootBox	{	clear:both ;	}

/*InformationBox*/	
#InformationBox
	{
		float:right  ;
		width: 179px;
	}
.EditorMaster #InformationBox {width: 158px;}

#HeadBox
	{	/*Umspannt den Header*/
		width: 960px;
		padding: 0px; 
		margin:0px;
	}

#HeadMenuBox
	{
		padding: 0px; 
		padding-left : 5px;
		margin:0px;
		text-align:left  ;
		background-color: #FFFFFF;
	}

#HeightMaker
	{
		width:1px;
		float:left;
	}

#MainBox
	{
		width: 760px;
		float:left  ;
		padding-top : 5px;
	}

#MenuHead
	{
		background-color: #FFFFFF;	
		height:15px;
	}
	
#MenuFoot
	{
		background-color: #FFFFFF;	
		height:15px;
	}


#MenuBox
	{	/*Umspannt das Menu*/
		width: 199px;
		float:left ;
		background-color: #FFFFFF;	
	}
#NewsBox
{
	/*Umspannt das Menu und News*/
	width: 158px;
	float:left ;
	/*border: 1px solid red;*/
}


#PageBox
	{	/*Umspannt den gesamten Inhalt*/
		width: 960px;
		background-color: #FFFFFF;
		text-align:left;
		margin:5px auto;
	}
	
#PageBodyBox
	{	/*Umspannt den Inhalt excl. Header und Footer*/
		width: 960px;
		background-color: #FFFFFF;	}
	
#Searchstyle
	{
		padding:	10px;
		font-size:	12px;
		font-weight:bold;
		color:#808080 ;
	}


	
	#ZYXWVU{}

/*+++++++++++++++++++++++++++++++++++++++++++*/
/*          Klassen                          */
/*+++++++++++++++++++++++++++++++++++++++++++*/

.Small	{	width: 200px;	}
.Medium{	width: 300px;	}
.Large {	width: 400px;	}

/*____A____*/
/*Active*/
#GlobalMenu .Active			{	color: #CCCCCC;	}
#MenuBox .Active 	{	color: #CCCCCC;	}

.Actionbox 
	{
		padding: 5px 0 5px 0;
		margin: 0px 3px px 0px;
		height: 20px;
		border: solid 1px #808080;
		background-color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
/*AdminPanel*/
.AdminPanel		{	margin: 0;	text-decoration: none;	font-weight: bold;	}
#ContentBox .AdminPanel		{float: left;}

/*Article???*/
.ArticleBody					{	margin: 10px 0;	float: left; 	display:inline ;	}
#ArticleListView .ArticleBody	{	width:270px;	}
#ShowInfo .ArticleBody			{	width:420px;	}
.ArticleHead		{	float:left ;	width:578px;		/*border: thin solid aqua;*/	}
/*ArticleImage*/	
.ArticleImage					{	float: left ; 		display:inline ;	margin-right: 10px; 	margin-bottom: 10px;	}
.DisplayInfo .ArticleImage		{	width: 120px;						 	margin-right: 15px; 	margin-bottom: 10px;	}
.IndexMaster .ArticleImage		{	float:none;			display: block;		color: #808080;	text-align:center;	padding-bottom : 10px;	}
#ArticleListView .ArticleImage	{	width:200px;	}
.DisplayArticle .ArticleImage	{	width:240px;	}
.DisplayPicture .ArticleImage	{	width:520px;	}
#ShowInfo .ArticleImage			{	width: 120px;	}

.ArticleProperty		{	color: #808080;}
.ArticlePropertyHead	{	border-bottom: 1px solid #808080;	color: #808080;}
/*ArticleTitle*/
.ArticleTitle
	{
		float:left ; 
		display: block;
		font-size: large;
		border-bottom: #808080 thin solid;
		margin-bottom :5px;
		margin-top :10px;
		color: #808080;
	}
.IndexMaster .ArticleTitle			{	padding-top : 10px;	 text-align:center;}
.Preview .ArticleTitle				{	font-size: 16px;	font-weight: bolder;	margin: 0 0 5px 0;	color: #808080;	}
.GuestbookMaster .Preview .ArticleTitle	{	width:450px;	}
.IndexMaster	.Preview .ArticleTitle	{	float:	left;		width:	125px;	display:	block;	text-align:left ;	}
.YieldMaster	.Preview .ArticleTitle	{	width:420px;	}

.YieldMaster .Preview .ArticleShortContent{	width:420px;	}
/*ArticleSubTitle*/
.ArticleSubTitle
	{
		float: left; 
		font-weight: bold;
		display: block;
		padding-top: 5px;
		padding-bottom : 10px;
		color: #808080;	
	}
.IndexMaster .ArticleSubTitle			{	color: #808080;	font-size: large;		text-align:center;	}
.Preview .ArticleSubTitle				{	color: #808080;	font-size: 13px;	font-weight: bolder;	padding-bottom: 5px;	}
.GuestbookMaster .Preview .ArticleSubTitle	{	width:450px;	}
.IndexMaster .Preview .ArticleSubTitle	{	width:	125px;	text-align:left ;	}
.YieldMaster .Preview .ArticleSubTitle	{	width:420px;	}

.ArticlePropertyHead 
{
	float:inherit ; 
	left:5px;
	right:5px; /*width:inherit ;*/
	display: block;
	border-bottom: 1px solid #808080;
	color: #808080;
	margin-top:		20px;
	margin-bottom:	10px;
	font-weight:	bold;
	/*padding-top : 10px;*/ 
}

/*____B____*/
.bgDark				{	background-color: #CCCCCC;}
.bgDarkLight600		{	background-color: #CCCCCC;	border:0;	background-position: right ;	background-repeat:repeat-y;	}
.bgDarkLight450		{	background-color: #CCCCCC;	border:0;	background-position: right ;	background-repeat:repeat-y;	}
.bgDarkLight300		{	background-color: #CCCCCC;	border:0;	background-position: right ;	background-repeat:repeat-y;	}
.bgDarkLight150		{	background-color: #CCCCCC;	border:0;	background-position: right ;	background-repeat:repeat-y;	}

.bgLightDark600		{	background-color:#FFFFFF;	border:0;	background-position:right  ;	background-repeat:repeat-y;}
.bgLightDark450		{	background-color:#FFFFFF;	border:0;	background-position:right  ;	background-repeat:repeat-y;}
.bgLightDark300		{	background-color:#FFFFFF;	border:0;	background-position:right  ;	background-repeat:repeat-y;}
.bgLightDark150		{	background-color:#FFFFFF;	border:0;	background-position:right  ;	background-repeat:repeat-y;}
.bgDarkToLight		{	background-color:#FFFFFF;	border:0;	background-position:right  ;	background-repeat:repeat-y;}


.bgImage			{	background-position: right top;		background-attachment: inherit;		background-repeat: no-repeat;	}
.bgLight			{	background-color: #FFFFFF;	color: #808080 ;	}
td .bgLight			{	background-color: #FFFFFF;	color: #808080 ;	}

.BoardDescBox		{	margin: 5px;	display:block ;	}
.BoardHead			{	margin: 5px;	font-weight: bold;	font-size: larger;	border-bottom-style: solid;	}
.BoardImage			{	display:inline ;	width: 80px;	margin: 5px;	}
#ContentBox TABLE IMG.BoardImage	{	display:inline ;	width: 80px;	margin: 5px;	}
.BoardImageBox		{	float:left ;	width: 80px;	font-weight:bolder ;	}
table.BoardList		{	width: 745px;	table-layout: auto;}
.BoardOptionBox		{	display: block;	background-color: #FFFFFF;	width: 720px;	}
.BoardStatus		{	font-size:x-small ;text-align:right ;}
.BoardTitle			{	color: #808080;font-weight: bold;		font-size: larger;		border-bottom: solid #808080;	}

.BodyBackground		{	background-color: #FFFFFF;	}
table.Bordered		{	border-collapse:separate;	}
.Preview .Box		{	padding-bottom: 5px;	padding-top : 5px;		/*clear:both ;*/	}

.Button
	{
		border:		thin outset #808080;
		float:		inherit ;
		margin:		3px;
		padding:	2px;
		display:	inline;
		background-color:	#FFFFFF;
		color:		#808080;
		text-decoration:	none;
		font-weight:		bold;
	}
.ThreadHead .Button  	{	font-size:x-small;color:#808080 ;	}

/*____C____*/
table.CheckBoxList	{	border-width: 0px;}
table.ContentHead	{	border: solid 1px #000000;}
td.ContributionContent	{		padding: 5px;}
.ContributionHead		{	background-color: #FFFFFF ;	color: #808080;	}
.ContributionHead		{	display:block ;	margin: 5px;	font-size:x-small;	font-weight:bold;	}
td.ContributionOwner	{	padding: 5px;	background-color: #FFFFFF;		font-size:x-small  ;		font-weight:bold;	}
	
.Copyright				{	margin: 5px;	text-decoration:	none;	color: #808080;	font-weight:bold;	}
a.Copyright				{	color: #808080;	}

.CountTitle				{	display:block ;	margin:	5px;	font-size:8px;	font-weight:bold;	}
.CountValue				{	display:block ;	margin:	5px;	font-size:9px;	font-weight:bold;	text-align:right;	}

/*____D____*/
/*Default*/
table.Default	{	border-collapse: collapse;}

td.Default
{
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border-top: solid 5px #808080;
	border-right: solid 0px;
	border-left: solid 0px;
	color:	#808080;
}

/*____E____*/
/*EditoMaster*/
#MainBox.EditorMaster		{	width: 955px;}

/*EditorBox*/
.EditorBox
	{
		background-color: #FFFFFF;
		width: 720px; /*float: left;*/
		padding: 5px;
		color: #808080;
		text-decoration: none;
		font-weight: bold;
	}
.AdminPanel .EditorBox	{}
#ContentBox .EditorBox		{	float: left;	width: 550px; }
.EditorMaster #ContentBox .EditorBox		{	width: 720px; }
.ForumMaster #ContentBox .EditorBox			{	width: 720px; }
#InformationBox .EditorBox	{	float: left;	width: 188px; 		}
#Register .EditorBox		{	float:left ;}

#ContentBox .Emoticon		{	float:none ;	display:inline;	 width: 16px;	}

.Explanation
	{
		float: left;
		width: auto;
		text-align: left;
		font-family: Verdana;
		font-weight: bolder;
		font-size: smaller;
		color: #808080;
	}

/*____F____*/
td.Field	{	color:#808080;	font-weight:bold;	float:		none; width:20%;}
td.Filled	{	background-color: #FFFFFF;	padding: 2px;	vertical-align: middle;	border-width: 1px;}

.FlipBoxHead
	{
		font-weight: bolder;
		font-size: larger;
		color: #808080;
		background-color: #FFFFFF;
		cursor:pointer;
	}

.Floated	{float:left ;}
#ContentBox .EditorBox .Floated			{	Width: 500px; }

td.Foot
	{
		background-color: #FFFFFF;
		padding: 5px 10px 5px 10px;
		border-top: solid 5px #42616B;
		vertical-align: middle;		
	}

/*____G____*/
.GuestbookHead			{	background-color: #FFFFFF ;	color: #808080;	}

/*____H____*/
td.Head, th, th.Head 
	{
		background-color: #FFFFFF;
		color: #808080;
		padding: 1px 5px 1px 5px;
		font-weight: bold;
		border-width: 0px;
	}
.HeadMenu				{	margin:0;	padding:0;	}
.HomepageBorder
	{
		border-left: #808080 2px solid;
		border-bottom: #808080 2px solid;
		padding-left:5px;
		padding-right:5px;
	}

/*____P____*/
.Preview .ImageBlock	{	width: 120px;	margin-right: 5px;	/*display: inline;*/		}
.Preview .ImageInline	{	width: 120px;	margin-right: 5px;	float: left;	}

.ImageContainer
	{
		float:		left;
		width:		150px;
		margin:		5px;
		padding:	2px;
		border:		0;
		background-color : #FFFFFF;
	}
.ImageData{	 float: left ;	}
.ImagePreview
	{
		float:		left;
		width:		80px;
		height:		80px;
		text-align:center;
		vertical-align:middle ;
		margin:		0;
		padding:	2px;
		border:		solid 1px #808080;
		background-color : #FFFFFF;
	}
.Input		{	float:	inherit ;	text-align:	left;	}
td.Input 	{	float:		none;	color: #808080;	font-weight:normal; width: 80%;}

/*____L____*/
.LastContribtution		{	display:block ;	margin: 5px;	font-size:10px;	}
.LastContribtutionDate	{	display:block ;	margin: 5px;	font-size:10px;	font-weight:bold;	text-align:right 	}
.IndexMaster .LastContribtutionDate{margin: 0px 5px;}
.LastContribtutionFrom	{	display:block ;	margin: 5px;	font-size:10px;	}
.IndexMaster .LastContribtutionFrom	{margin: 0px 5px;}
.LastContribtutionName	{	display:block ;	margin: 5px;	font-size:10px;	font-weight:bold;	}
.IndexMaster .LastContribtutionName		{margin: 0px 5px;}
.LinkBox				{	margin-bottom :5px;		border-bottom : solid thin #808080;	}
.Reference .LinkText	{	display: block;	color: #808080;	font-variant: small-caps;	margin-bottom :5px;		}
.Link .LinkText			{	display: block;	color: #808080;	font-variant: small-caps;	margin-bottom :5px;		}
.LinkTitle				{	font-size:12px;	border-bottom  : solid #808080;		margin-bottom :10px;	}

img.List	{	width: 100px;}	

/*____M____*/
.Menu			{	 font-size:12px;	 font-weight:bold;	 color:#808080;	}
.MenuOnWhite	{	 font-size:12px;	 font-weight:bold;	 color:#808080;	}

/*____N____*/
/*notValid*/
#GlobalMenu .notValid	{	font-weight: lighter;	font-style: italic;	}
#MenuBox .notValid		{	font-weight: lighter;	font-style: italic;	}

/*____P____*/
.PopUp			{	color: #808080 ;}
.PopUp:hover	{	color:#CCCCCC;}
.Price			{	color: #808080;	margin-right: 15px; 	margin: 10px 0;	font-weight: bold;	}
.PreviewCategory	{	font-weight: bold;	color: #808080;	}
.PreviewHead
{
	padding :5px ;
	display: block;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 5px;
	border-bottom : solid thin #808080;
	color: #808080;
	background-color: #FFFFFF;
	font-family: Verdana;
}

/*____R____*/
a.Tab
	{
		height: 15px;
		float: left;
		padding: 3px 8px 3px 12px;
		margin: 0px 3px 0px 0px;
		display: inline;
		border-bottom: #808080 solid;
		background-color: #CCCCCC;
		background-image: url(../custom/graphic/Tab.png);
		background-repeat: no-repeat;
		background-position: left top;
		color: #808080;
		text-decoration: none;
		font-weight: bold;
	}

.RegisterBox		{	float: left;	width: 740px;	margin: 10px 0px;
}
.RegisterHead		{	float: left;	width: 740px;	}
.RegisterContent	{	float: left;	padding: 5px;	width: 720px;	background-color: #FFFFFF;}

/*____S____*/
.Preview .ShortContent
{
	display: block;
	font-weight: normal;
	color: #808080;
}
#MenuBox .Sold	{ 	color: #808080;	}

.Status			{	text-align: right;	vertical-align: bottom;}

.SubArticle				{	float:left ;	width:inherit ;	}
.SubArticleBox			{	float:left ;	width: 400px;	width:inherit ;		margin-bottom:5px;		}
.SubArticleContent		{	color: #808080;}
.SubArticleContentBox	{	float:left ;	width:280px;	margin:5px 0;	padding: 0 0 10px 5px;		}
	
.SubArticleImage		{	display:inline ;		width: 100px;		margin: 5px;	}
.SubArticleImageBox		{	float:left ;	width:100px;	font-weight:bolder ;	}

.SubTitle				{	color: #808080;}

/*____T____*/
a.Tab				{	color: #666666;	border-bottom: solid 2px #F7D7EF;	background-color: #EEEEFF;	background-image: url(../Graphic/Tab.png);	}
a.TabActive				
{
	color: #000099;	
	border-bottom: solid 2px #CCCCFF;	
	background-color: #CCCCFF;	
	background-image: url(../Graphic/TabActive.png);
		height: 15px;
		float: left;
		padding: 3px 8px 3px 12px;
		margin: 0px 3px 0px 0px;
		display: inline;
		background-repeat: no-repeat;
		background-position: left top;
		text-decoration: none;
		font-weight: bold;
	}

a.Tab:hover			{	color: #CCCCFF;	border-bottom: solid 2px #F7D7EF;	background-color: #000099;	background-image: url(../Graphic/TabHover.png);	text-decoration: underline;	}

.TableDark	{	background-color: #FFFFFF;}
.TableDefault
	{
		border-collapse:collapse ;
		font-weight: normal;
		font-size: 10px;
		padding: 0px;
		margin: 0px;
		word-spacing: normal;
		text-transform: none;
		font-family: Verdana, Helvetica, sans-serif;
		letter-spacing: normal;
		border-collapse:collapse ;
	}
.TableHead		{	background-color: #FFFFFF;}
.TableLight		{	background-color: #F0F0F0;}
.TableDark		{	background-color: #D0D0D0;}

.ThreadDescBox	{	display:block ;		margin: 5px;	}	
.ThreadHead	
	{	display:		block;
		margin:			5px 0;
		font-weight:	bold;
		font-size:		larger;		
		border-bottom-style: solid;		
		background-color: #ffffff;
		color:			#808080;
	}
.IndexMaster .ThreadHead	
	{	font-weight:	bold;
		font-size:		small;	
		border-bottom-style: solid;		
		background-color: #ffffff;
		color:			#808080;
	}

.ThreadImage		{	display:inline ;	width: 80px;	margin: 5px;	}
#ContentBox TABLE IMG.ThreadImage	{	display:inline ;	width: 80px;	margin: 5px;	}
.ThreadImageBox		{	float:left ;		width: 80px;		font-weight:bolder ;	}
table.ThreadList		{	width: 745px;}
.ThreadTitle
	{
		font-weight: bold;
		font-size: larger;
		border-bottom-style: solid;
		background-color: #FFFFFF;	
		color: #808080;
	}
	
.IndexMaster .TopicalBox	{width: 430px;}


.WizardContent	{	background-color:#FFFFFF;		padding: 5px; left:5px;right:5px;}


