
body {
  	margin: 0;
  	background: url(/img/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	/* IE only, does not validate w3c! */
    scrollbar-face-color : #B893FF;
    scrollbar-shadow-color : #cbc3db;
    scrollbar-highlight-color : #cbc3db;
    scrollbar-3dlight-color : #000000;
    scrollbar-darkshadow-color : #000000;
    scrollbar-track-color : #cbc3db;
    scrollbar-arrow-color : #ffffff;
}

body,p,td,div,input,textarea,select {
    font-family: Helvetica, sans-serif;
    font-size: 12px; color: #444444
}

input, textarea {  border-style: solid; border-width: 1px; border-color: #cbc3db }

a.nava {display: block;
		width: 140px;
		border-bottom:1px solid #B893FF;
		text-align: left;
		padding: 6px 0 8px 2px;
		color: #444444;
		text-decoration: none;
		font-weight: bold }

a.nava:hover{ color: #dddddd; background: #B893FF }


.main {background: #e9deff;padding: 15px 22px 15px 22px;}
.right {background: #cbc3db; padding: 0 22px 0 24px}

p {text-align: justified}
.right {border-left: 1px solid #aaaaaa; padding: 10px}
.navaa {border-right: 1px solid #aaaaaa; padding: 10px; background: #ffffff}
.foot {border-top: 1px solid #aaaaaa; padding: 10px}
.bfoot {border-top: 1px solid #aaaaaa; padding: 10px}

.prod { font-size: 7px}
.copy { font-size: 9px}
h2 {font-size: 15px}
/*
   #############################################
            SHARP UPDATE CSS CLASSES
   #############################################
*/

/* ________ the standard sharp update module css _______ */

/* the style of the image buttons (mostly margins) */
.shu_buttons {text-align: center; padding: 10px}

.shu_table {width: 599px}
.shu_title {font-size: 15px}
.shu_img {margin: 7px}
.shu_text {text-align: justify}
.shu_file {margin: 5px}

/* ________ the sharp update summary module css _______ */

.summary_table {}
.summary_title {font-size: 13px; margin: 10px 0 0 0}
.summary_text {text-align: justify}

/* ________ the sharp update links module css _______ */

.link_table {}
.link_title {}
.link_img {}
.link_text {}

/* the style of the text above the links */
.links_header {}

/* the style of the anchor text above the links */
.links_header_anchor {}

/* ________ the sharp update diary module css _______ */

.diary_table {}
.diary_header {font-size: 15px; font-weight: bold}
.diary_text {}




/* ________ the sharp update archive output css _______ */

.shu_archive_title {}

/* php bb styling */
.thHead {background-color: #744c93}


/*
______________________________________________
           dhtml menu
______________________________________________
*/

/* from ppk */

     /* The styles for each menu*/
     div.navilayer  {
     	position : absolute; 
     	top : 120px;			/* distance from the top */
     	visibility : hidden;
     	width : 120px;			/* default with */
     	z-index: 2;
     }
     
     /* The extra DIV around the links. I'd rather have done
     
     	a {display: block}
     
     	throughout but that doesn't work in Explorer 4.*/
     div.navilayer div  {
     	width : 120px;
     	padding-top : 0px;				/* separation of text from top of cell*/
     	padding-bottom : 0px;			/* separation of text from bottom of cell*/
     	font-size : 12px;
     	font-weight: bold;
	/*	border-bottom: 1px solid #999999; */
		/* background: #697298 url(/img/b_tack.jpg); */
     	background-image : url(/img/2006/layout/navbg.jpg);			/* Color of the cell background*/
     	/*layer-background-color : #999999; */
     }
     
     /* This style does not work in Netscape 4 so you see the borders of the empty
     	DIV's*/
     div.navilayer div.fill  {
     	border-top-width : 1px;
     	border-top-style : solid;
     	border-top-color : #ffffff;
     }

     /* Explorer 5.5 gives my general link colours precedence over
     	the colour defined here. I think it's a bug*/
     div.navilayer div a  {
		display: block;
		width: 140px;
		border-bottom:1px solid #B893FF;
		text-align: left;
		padding: 6px 0 8px 2px;
		color: #444444;
		text-decoration: none;
		font-weight: bold;
		background: #ffffff}

     /* The styles for the pseudo-mouseover. The class change does not work in Netscape 4,
     	while Opera 5 changes the class but doesn't do anything about it,
     	so these styles will never be visible in those browsers*/
     div.navilayer div.over  {
   		color: #dddddd; background: #B893FF
	 }

     div.navilayer div.over a  {
     	color: #dddddd; background: #B893FF			/* The color of the text when "mousovered" */


     }

     div.navilayer a:visited  {
     	color: #444444			/* The color of the text when "mousovered" */


	}

	 div.navilayer a:hover  {
     	color: #444444; background: #B893FF			/* The color of the text when "mousovered" */

     }
