/* CSS Document */
/*Layout Divs */

#newsflash {display: inherit;} /* none or inherit! */

#newsflash {position:static; width:140px; height:auto; z-index:50; left: 0px; top:83px; background-color: #FEF5D6; border: 1px ridge purple; text-align:center; padding-top:20px; padding-bottom:20px; visibility: visible;}

#banner{
	position:relative;
	height:105px;
	background-color:#CCCCFF;
	width:100%;
	top:5px;
	border: thin none #0000FF;
}

#container{
	position:relative;
	background-color:#CCCCFF;
	background-image: url("../images/system/faintlabyrinth.gif");
	width:100%;
	text-align:center;
	margin-top:10px;
	border-top: thin none #0000CC;
	border-right: thin none #0000CC;
	border-bottom: thin none #0000CC;
	border-left: thin none #0000CC;
}

#leftside{
	float:left;
	width:150px;
	border-right: 1px solid #6633CC;
	border-bottom: 1px solid #6633CC;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#6633CC;
	line-height:12pt;
	padding-left:10px;
	margin-right:10px;
	text-align:left;
	top:0px;
	position: absolute;
	left: 0px;
}

#middlesection{right:0%; width:auto; border-width:0px;margin-right:10px; margin-left:180px; left:180px;}

#bigpicture {float:inherit; height:260px;overflow:hidden; }

#footer{
	position:relative;
	background-color:#B9B9FF;
	height:auto;
	clear:both;
	border-width:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}
	

body {background-color:#CCCCFF; cursor:url(../images/crystal.CUR); width:98%;}
.cleardiv{ clear:both;} /* General purpose levelling div; may be left empty*/
img{margin:5px;}
img.tbl{width:200px;height:auto;}



/*Table Formats*/

 /* Standard table width and features*/
table{width:75%;}/*No background!*/
table, table p{
	font-family:Arial;
	font-size:12pt;
	color:#6633CC;
	text-align:center;
}/*No background!*/

#thin {width:10%; } /* thin table width */

/*Auto-table (buy) format*/
table.bdr{width:80%; border-style:solid; border-color:#6633CC;border-collapse:collapse;border-width:2px; padding:3px;  margin-left:auto; margin-right:auto;}/*class 'bdr' table format*/
td.desc,td.pic,td.buy,td.descsmall,td.noborder{border-style:solid;padding:10px;}/*groove looks good, too*/
td.noborder{border-width:0px 0px 0px 0px;border-color:#666699; background:none}
td.partborder{border-width:1px 0px 1px 0px;}
td.desc{border-width:1px 0px 1px 1px;width:150px;}/*LHS table col*/
td.pic{border-width:1px 0px 1px 0px;}/*Centre table col*/
td.buy{border-width:1px 3px 1px 0px;padding:5px;}/*RHS table col*/
td.descsmall{border-width:1px 0px 1px 1px;}/*Alternative LHS col without fixed width*/


/*Fonts*/
p  {font-family: Arial,sans-serif;color:#6633CC;font-size:14pt;}

.readthisnow {color:#990033;font-size:14pt;font-weight:bold; }
	
h1 {font-family: Arial,sans-serif; color:#6633CC; font-size:30pt;}
h2 {font-family: Arial,sans-serif; color:#6633CC; font-size:24pt;}
h3 {font-family: Arial,sans-serif; color:#6633CC; font-size:20pt;}
h4 {font-family: Arial,sans-serif; color:#6633CC; font-size:18pt;}
h5 {font-family: Arial,sans-serif; color:#6600CC; font-size:14pt;}

.redital {color:#990033; font-size: large;font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;}

.condensed{font-family:Arial; font-size:12pt; color:#6633CC; padding:0px; line-height:12pt;}
.contact {font-size:12pt; margin-top:20px;}
.tiny {font-size:8pt;}
.fraction {font-size: small}


/*Links*/
a {font-family: Arial, Helvetica, sans-serif; color:#6633CC; font-size:10pt;}
a:visited{text-decoration:none;}
a:hover  {font-weight:bold;}
#footer a{font-size:12pt;}

/*Print formatting*/
  @media print {
  	#middlesection {font-size: 10pt;/*font-family: Arial; color:#000000;*/}
	#leftside {display: none;}
			   } 
			   
/*End*/
