/* STANDARD TAG REDEFINITIONS */
BODY{ 
	color: White; 
	font-family: Myriad,Lucida Grande,Tahoma,Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #222222;
	margin-top: 7px;
	padding: 0; 
	}
body#main {
	background-image:url(bg_pattern.png); 
	background-repeat:repeat;
	min-width: 700px;
	margin-left: 35px; 
    margin-right: 35px;  
}

#donateform {
	display: none;
}

img {
	border:0;
}

TD {font-size: 10pt;}
p { font-size: 10pt;  margin-bottom: 7px; margin-top: 0; }
a{ color: #0033FF; text-decoration: none; }
a:hover{	text-decoration: underline;  color: White;   }
form{	margin:0;}

#HEADER{}
#HEADER ul{ margin: 0; padding-left: 0; height: 44px; line-height: 44px; display: block; list-style: none; background-color: #4D4D4D; background-image: url(bg_topnav.gif); background-repeat: no-repeat;  }
#HEADER li{ display: inline; background-color: #151515;  float: right;  }
#HEADER li a{ height: 44px; line-height: 44px; display: block; padding-left: 27px; padding-right: 27px; border-left: 1px solid Black;  float: left;     }
#HEADER li a:hover{ background-color: #444444; text-decoration: none;}
#HEADER .Visual{ height:238px; background-image: url(big_bg.png);  background-repeat:repeat-x;  background-color: #999999;  border: 2px solid  #151515;  
	}
#HeaderLink a{
	color:#999999;
	text-decoration:underline;
}
#HeaderLink a:hover{
	color:#FFFFFF;
}
a.Button{
	display: block;
	width: 164px;
	height: 36px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(button_bg.png);
	padding:8px;
	padding-top:4px;
	background-repeat: no-repeat;
	color:#000000;
	text-decoration: none;
	}
a.Button:hover{
	background-image:url(button_bgA.png);
	text-decoration: none;
	}
a.Button img {
	border: none;
}
.ButtonTextBig {
    font-size: 14px;
    font-weight: bold;
	color:#FFFFFF;
	text-shadow:#FFFFFF;
}
a.Button:hover .ButtonTextBig {
	text-decoration:underline;
}
#Headline{
font-size:15px;
text-align:justify;
}
#Divider{
	width:100%;
	height:1px;
	border-bottom: 1px dashed grey;
	margin-top:15px;
	margin-bottom:15px;
	}
#Section{
	font-size:18px;
	color: #CCCCCC;
	vertical-align:middle;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #808080;
	}
#Screens{
	border:2px solid #151515;
	margin:15px;
	
}
#Screens:hover{
	border:2px solid #666CC1;
}
#Warning{
	background-color:#E43F3A;
	border: 1px #FF2828 solid;
	width:300px;
	margin-bottom:8px;
	}
#Info{
	background-color:#8592EB;
	border: 1px solid #227;
	width: 300px;
	margin-bottom: 8px;	
	}

h1{ margin: 0; padding: 40px 0 0 0; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: White;  font-size: 20pt;  }

#CONTENT{ 
	margin-top: 7px;
	}
h2{ margin: 0; padding: 24px 0 7px 40px; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: White; font-size: 15pt; }
#TEXT{ padding: 35px 40px 35px 40px; border-bottom: 1px solid #484848; border-top: 1px solid #484848; background-color: #222222; }
#TEXT p{	margin-bottom: 1em;}

#FOOTER{	width:240px; border:2px solid  #1A1A1A; margin-top:27px; background-color:#333333;  text-align: right;  padding-top: 5px; padding-right:10px; position:absolute; right:35px;}
#FOOTER p{ font-size: 11px; line-height: 14px; margin: 0;  color: #DDDDDD; }
#FOOTER a{ font-size: 11px;	font-weight: normal;	text-decoration: none;  color: White;    }
#FOOTER a:hover{ color: white; text-decoration: underline; }

.TabberFrames{
	overflow:visible; 
	width:100%; 
	display:none;
}

.PersonalTable{
	border:#999999 1px solid;
}
.PersonalTable th{
	background-color:#999999;
}
.PersonalAd{

	font-size:15px;
	text-align:justify;
	border:#666666 1px solid;
	background-color:#333333;
	height:50px;
	width:400px;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #151515;
 font: bold 14px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #151515;
 border-bottom: none;
 background: #999999;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: white;
 background: #8592EB;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #222222;
 border-bottom:1px solid #222222; 
}

ul.tabbernav li.tabberactive a:hover
{
 color: white;
 background: #151515;
 border-bottom: 1px solid #151515;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border: 2px solid #151515;
	border-top:0;
	background-color: #222222;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
