/* --> Global 				*/
body				{   background-color:#6C6C6C; 
					    margin-top:10px;
		  					  
					    scrollbar-base-color:#333333; 
					    scrollbar-3dlight-color:#555555; 
					    scrollbar-arrow-color:#111111; 
					    scrollbar-darkshadow-color:#111111; 
					    scrollbar-face-color:#444444; 
					    scrollbar-highlight-color:#555555; 
					    scrollbar-shadow-color:#222222; 
					    scrollbar-track-color:#555555 }
						
/* --> Classes 				*/

/* -- Tables etc -- */
table.Header		{ 	background-image:url(pictures/design/header.jpg);
						height:154px; width:768px;						
						border:0px solid black }
						
table.Main			{ 	height:200px; width:768px;
						border:0px solid black;
						text-align:center }
	
table.Footer		{ 	background-image:url(pictures/design/footer.jpg);
						height:39px; width:768px;
						border:0px solid black;
						text-align:right }
						
table.List			{	background-color:CDCDCD;
						border-left:1px solid #777777; border-top:1px solid #777777 }
						
td.MainLeft			{	background-image:url(pictures/design/border_left.jpg);
						height:300px; width:11px }
						
td.MainIndex		{	background-color:white;
						width:537px;
						border-right:1px solid black;
						vertical-align:top }
td.MainMenu			{	background-color:#EAEAEA; background-image:url(pictures/design/menu_head.jpg); background-repeat:no-repeat;
						height:100%; width:208px;						
						vertical-align:top }
td.MainRight		{	background-image:url(pictures/design/border_right.jpg);
						width:11px }

td.List				{	border-bottom:1px solid #777777; border-right:1px solid #777777; 
						padding:2px }
td.List#header		{	background-color:#999999; }
td.List#index		{	background-color:DCDCDC; }

						
td.Buttons			{	height:16px; width:75px;						
						background-color:#777777;
						border-right:1px solid black; border-bottom:1px solid black }
td.Buttonlines		{	height:1px; width:75px;						
						border-right:1px solid black; border-bottom:1px solid black }

td.line				{ }
td.line#title		{	border-top:1px solid black; border-left:1px solid black; }
td.line#short		{	height:2px;
						border-bottom:1px solid black; border-left:1px solid black }
td.line#long		{	height:2px;
						border-bottom:1px solid black; border-top:1px solid black; border-right: 1px solid black }
td.line#underline	{	border-bottom:1px solid black; border-left: 1px solid black; border-right:1px solid black }
td.line#overline	{	border:1px solid black }


td.label			{ }

td.label#head		{	background-color:#999999;
						vertical-align:top;
						border-bottom:1px solid black; border-left: 1px solid black; border-right:1px solid black }
						
td.label#head2		{	background-color:#888888;
						vertical-align:top;
						border-bottom:1px solid black; border-left: 1px solid black; border-right:1px solid black }

td.label#head3		{	background-color:#777777;
						vertical-align:top;
						border-bottom:1px solid black; border-left: 1px solid black; border-right:1px solid black }

td.label#menu		{	background-color:#d1d1d1;
						vertical-align:top;
						border-bottom:1px solid black; border-left: 1px solid black; border-right:1px solid black }
						
td.label#box		{	background-color:#DCDCDC;
						vertical-align:top;
						border-bottom:1px solid black; border-left: 1px solid black; border-right:1px solid black }
						
td.label#box2		{	background-color:#CDCDCD;
						vertical-align:top;
						border-bottom:1px solid black; border-left: 1px solid black; border-right:1px solid black }

/* -- Form -- */						
input.submit		{	font-family:verdana; font-size:10pt; color:white;
						border:1px solid black }
						
input.text			{	background-color:#efefef;
						font-family:verdana; font-size:10pt; color:#222222;
						border:1px solid black;
						padding:1px; spacing:1px }
						
select				{ 	font-family:verdana; color:#222222 }
select.small		{ 	font-family:verdana; font-size:8pt; color:#222222 }

textarea 			{	background-color:efefef;
						font-family:verdana; font-size:10pt; color:#222222;
						border:1px solid;
						spacing:1px; padding:1px }

/* -- Fonts etc -- */
p					{	font-size:10pt;
					    font-weight:normal;
					    font-family:Verdana;
					    color:#222222; }

p.buttons			{ 	text-align:center;
						color:white;
						font-size:12px }
						
a.footer			{	font-size:6pt; color:#222222 }
a.footer:hover		{	color:blue;
						text-decoration:none }

p.none				{ 	text-align:center;
						color:white;
						font-size:1px }
						
a					{	color:#000099;
						font-size:12px;
						text-decoration:none }
a:hover				{	text-decoration:underline }

a.menu				{	color:#222222 }
a.menu:hover		{	color:#777777;
						text-decoration:none }
						
a.title				{	color:white;
						font-size:14pt;
						text-decoration:none }
a.title:hover		{	color:#222222;
						text-decoration:none }
						
a.navi				{	text-align:center;
						color:white;
						font-size:12px;
						text-decoration:none }
a.navi:hover		{	text-decoration:none }

a.pager				{	color:white;
						font-size:8pt;
						text-decoration:none }
a.pager:hover		{	color:#222222;
						text-decoration:none }
						
a.print				{	color:#222222;
						font-size:8pt;
						text-decoration:none }
a.print:hover		{	color:white;
						text-decoration:none }
						
p.title				{	font-size:8pt; font-weight:bold; 
						color:white; 
						margin-left:5px; margin-top:2px }

div					{	font-size:10pt;
					    font-weight:normal;
					    font-family:Verdana;
					    color:#222222  }
div.small			{	font-size:7pt  }						
div.title			{	font-size:14pt }
div.subtitle		{	font-size:8pt  }

span.pager			{	color:#222222;
						font-size:10pt }
						
#bold				{	font-weight:bold }
#italic				{	font-style:italic }
#underline			{	text-decoration:underline }

/* -- BB Code -- */

div.quote			{	background-color:CDCDCD;
						width:100%;
						border:1px solid #777777}






