BODY {
	scrollbar-arrow-color : White;
	scrollbar-face-color : #7F3896;
	scrollbar-darkshadow-color : #7F3896;
	scrollbar-highlight-color : #7F3896;
	scrollbar-shadow-color : White;
	scrollbar-track-color : #7F3896;
	scrollbar-base-color : White;
	background-attachment : fixed;
}

A:link, A:visited{
	text-decoration: none;
	color : #AA88FF;
}

A:HOVER {
	text-decoration: none;
	color : #EE1D9A;
}

 A:active{
	text-decoration: none;
	color : #EE1D9A;
}


#MainFrame {
	width: 100%;
	height: 100%;
	border: 0px;
	overflow : auto;
}

#NavFrame {
	border: 0px;
}

#Nav2Frame {
	border: 0px;
}

#PartyFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#ArchiveFrame{
	height: 100%;
	width: 100%;
	overflow: hidden;
}




.link {
	font-size: 10px;
	color: #CCCCFF;
	font-weight: bold;
	font-family: Verdana;
	font : bolder;
}

.large {
	font-size: 18px;
	color: #CCCCFF;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
}

.popup {
	font-size: 16px;
	color: #CCCCFF;
	font-weight: normal;
	font-family: Verdana;
	font-style: normal;
	cursor: hand;
}

.norm {
	font-family : Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCFF;

}
.blue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #CCFF33;
}
.xxl {
	font-size: 20px;
	color: #CCCCFF;
	font-weight: bold;
	font-family: Verdana;
}
.titel {
	font-size: 24px;
	color: #FF0099;
	font-weight: bold;
	font-family: Verdana;

}

.klein {
	font-size: 11px;
	color: #CCCCFF;
	font-weight: bold;
	font-family: Verdana;
	font : bolder;
}


/****************************************************************************
*
* Table elements - created by http://www.goatrance.de/goabase/partyserver.php
*
* <table cellpadding="3" cellspacing="0" class="ps_table">
*    <tr>
*       <td class="ps_date">DATE</td>
*       <td class="ps_town">TOWN / COUNTRY</td>
*    </tr>
*    <tr>
*       <td class="ps_data" colspan="2">
*       <a class="ps_href" title="LINEUP">PARTY</a>
*       </td>
*    </tr>
* </table>
* 
****************************************************************************/

/* css part for table elements */
********************************/

.ps_table {
width:600px;
}

.ps_date {
text-align:left;
vertical-align:top;
background-color:#CCCCFF;
}

.ps_town {
text-align:right;
vertical-align:top;
background-color:#CCCCFF;
}

.ps_href {
background-color:#400040;
}   

.ps_data {
text-align:left;
vertical-align:top;
background-color:#400040;
}

/*****************************************************************************
*
* Div elements - created by http://www.goatrance.de/goabase/partyserver.php
*
* <div id="goabase-parties">
*  <h1>goabase party database presents:</h1>
*  <div class="goabase-date"><span>DATE</span></div>
*  <div class="goabase-town"><span>TOWN</span></div>
*  <div class="goabase-country"><span>COUNTRY</span></div>
*  <div class="goabase-data">   
*     <a class="goabase-href" href="" target="_blank" title="LINEUP">
*        <span>PARTY</span>
*     </a>
* </div>
* 
*****************************************************************************/

/* following part for div elements */
/***********************************/

H1 {
font-family: Verdana;
font-size: 18px;
color: #EE1D9A;
}

#goabase-parties{
width:600px;
border-top:1px solid #7F3896 !important; 
border-left:2px solid #7F3896!important; 
border-right:2px solid #7F3896 !important; 
border-bottom:2px solid #7F3896 !important;
-moz-border-radius:5px 5px 3px 3px;
}

.goabase-date {
font-family: Verdana;
float:left;
background-color:#EE1D9A;
padding:0 5px 0 5px;
}

.goabase-town {
font-family: Verdana;
float:left;
text-align:left;
background-color:#EE1D9A;
}
.goabase-country {
font-family: Verdana;
text-align:right;
padding: 0 5px 0 0;
background-color:#EE1D9A;
}

.goabase-data {
font-family: Verdana;
text-align:left;
margin:3px 5px 8px 74px;
clear:both;
}

.goabase-href {
}

