/* style.css for phatlewt.pl 
 * Author: Ko (Milinda@hawaii.rr.com)
 * Date: 03.27.2002 - v0.1 alpha
 * Acoma Family - An Allegiance on Thistledown
 * http://www.sboyer.info/Acoma
 */

.titlebox {
width : 100%;
background-color : #806000;
border : 1px #660000 solid;
}

.title {
font-weight : bold;
font-size : 18px;
font-family : Tahoma;
color : #ffffff;
text-align : center;
vertical-align : middle;
background-color : green;
border : 1px #ffffff solid;
padding-left : 5px;
padding-right : 5px;
padding-top : 5px;
padding-bottom: 5px;
}

.charname {
font-weight : bold;
font-style : normal;
font-size : 18px; 
font-family : Tahoma;
color : #ffffff;
text-align : left;
vertical-align : top;
}

.charinfo {
font-weight : normal;
font-size : 10px; 
font-family : Tahoma;
color : #ffffff;
text-align : left;
vertical-align : bottom;
width : 350px;
}

.yoururl {
font-weight : normal;
font-size : 12px; 
font-family : Tahoma;
color : #ffffff;
text-align : right;
vertical-align : top;
}

.server {
font-weight : normal;
font-size : 10px; 
font-family : Tahoma;
color : #ffffff;
text-align : right;
vertical-align : bottom;
width : 350px;
}

.nav {
border : 1px #660000 solid;
width : 100%;
background-color : #000000;
}

.contentbox {
border : 1px #000000 solid;
BORDER-TOP-STYLE : none;
BORDER-BOTTOM-STYLE : none;
background-color : #ffffff;
width : 100%;
}

.header {
font-weight : bold;
font-size : 10px; 
font-family : Tahoma;
color : #ffffff;
background-color : #222222;
}

.sig {
font-weight : normal;
font-size : 10px; 
font-family : Tahoma;
color : #F9F0E9;
padding-left : 5px;
padding-right : 5px;
padding-top : 5px;
padding-bottom: 5px;
}

.icon {
border : 1px #666666 solid;
background-color : #cccccc;
width : 34px;
}

div
{
color: #000000;
background-color:#FFFFCC";
}

span
{
color: #000000;
background-color:#FFFFCC";
}

a {
font-family : Tahoma;
color : blue;
text-decoration : none;
}

a:hover {
color : red;
text-decoration : underline;
}

a:active {
font-family : Tahoma;
color : green;
text-decoration : none;
}

a.mail {
font-size : 9pt;
font-family : Tahoma;
color : blue;
text-decoration : none;
}

a.mail:hover {
color : red;
}

td {
font-weight : normal;
font-size : 10pt; 
font-family : Tahoma;
}

.col1 {
color : #000000;
background-color : #cccccc;
}

.col2 {
text-align : center;
color : #000000;
background-color : #bbbbbb;
}

.col3 {
text-align : center;
color : #000000;
background-color : #999999;
}

.col4 {
font-weight : normal;
font-size : 10px; 
font-family : Tahoma;
color : #000000;
border: 1px #ff6600 solid;
background-color : #ffffff;
}

.col5 {
color : #000000;
background-color : #dddddd;
}

BODY {
font-family : Tahoma; 
font-size : 12px; 
background-color : #FFFFCC;
background-repeat : repeat; 
background-attachment : fixed; 
background-position : 0% 0%; 
/* background-image : url(bg.jpg); */
margin-right: 0; 
margin-top: 0; 
margin-bottom: 4"
margin : 5px; 
padding : 5px; 
border-width : 0px; 
border-style : none; 
border-color : inherit; 
width : 100%;
scrollbar-3d-light-color : #F9F0E9;
scrollbar-arrow-color : #660000;
scrollbar-base-color : #FFFFFF;
scrollbar-dark-shadow-color : #F9F0E9;
scrollbar-face-color : #F9F0E9;
scrollbar-highlight-color : #F9F0E9;
scrollbar-shadow-color : #D8C29E;
}


	<script language="JavaScript" src="/scripts/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
	<SCRIPT LANGUAGE="JavaScript">
	<!--
	function openWin(url, width, height) {
		var win;
		var windowName;
		var params;

		windowName  = "buttons";
		params = "toolbar=0,";
		params += "location=0,";
		params += "directories=0,";
		params += "status=0,";
		params += "menubar=1,";
		params += "scrollbars=1,";
		params += "resizable=1,";
		params += "top=50,";
		params += "left=50,";
		params += "width="+width+",";
		params += "height="+height;
	
		win = window.open(url, windowName, params);
	}
	// -->
	</SCRIPT>
	
	<script>
	<!--
	function land(ref, target)
	{
	  lowtarget=target.toLowerCase();
	  if (lowtarget=="_self") {window.location=loc;}
	    else {if (lowtarget=="_top") {top.location=loc;}
	      else {if (lowtarget=="_blank") {window.open(loc);}
	        else {if (lowtarget=="_parent") {parent.location=loc;}
	          else {parent.frames[target].location=loc;};
	  }}}
	}
	
	function jump(menu)
	{
	  ref=menu.choice.options[menu.choice.selectedIndex].value;
	  splitc=ref.lastIndexOf("*");
	  target="top";
	  if (splitc!=-1)
	  {
	    loc=ref.substring(0,splitc);
	    target=ref.substring(splitc+1,1000);
	  }	
	  else {loc=ref; target="top";};
	  if (ref != "") {land(loc,target);}
	}

	function framebreakout()
	{
  	  if (top.location != location) 
  	  {
  	    top.location.href = document.location.href ;
  	  }
	}
	//-->
	</script>
