/******** Author: Paul Maple  T:07989 729 676 / mail@paulmaple.com
/******** Created: 08/03/07

/***********************************************/	
/********** MAIN BODY STYLES - START ***********/	
/***********************************************/
BODY    { 	font-size: 90%;
        	font-family: Trebuchet MS, verdana, lucida, arial, helvetica, sans-serif;
		  	color:#ffffff;
			background-color: #000000;
			}


/******** filer opacity t make iages wink on hover - not yet working
.gridtable {
background-color: #ffffff;
opacity: 0.6;
filter: alpha(opacity=10);
-moz-opacity: 1.0;
}

.gridtable a {
opacity: 0.6;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
}

.gridtable a:link{
opacity: 0.6;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
}

.gridtable a:visited{
opacity: 0.6;
filter: alpha(opacity=100);
-moz-opacity: 0.2;
}

.gridtable a:hover{
opacity: 0.6;
filter: alpha(opacity=100);
-moz-opacity: 0.2;
}



/***********************************************/	
/********** MANUSCRIPT STYLES - START ***********/	
/***********************************************/

/********** table used for About ad disclaimer ***********/
.texttable {
border-style:solid;
border-color: #ffffff;
border-top-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-width: 2px;
}

.textwrapper{
psition: relative;
padding-top: 10px;
padding-left: 280px;
padding-right: 10px;
width: 672px;
text-align: left;
font-color: #ffffff;
line-hight: 0.5em;
}

/********** manuscript used for About ad disclaimer ***********/
.manuscript {
font-size: 80%;
padding-bottom: 20px;}

.manuscript a, .manuscript a:link, .manuscript a:visited{
color:#ffffff;
font-weight: bold;
text-decoration: none;
}

.manuscript a:hover{
color: #FF003F;
}


/********** Main green title ***********/	
.greenbig {
color:#15B519;
font-weight: bold;
font-size: 100%;
text-decoration: none;
}


/********** Small green text START ***********/	
.smalltext {
color:#15B519;
font-weight: bold;
font-size: 70%;
text-decoration: none;
}


.smalltext a, .smalltext a:link, .smalltext a:visited{
color:#15B519;
font-weight: bold;
text-decoration: none;
}

.smalltext a:hover{
color: #FF003F;
}
/********** Small green text END***********/	


/**********  spacer ***********/
.spacer {
padding-top: 8px;
font-size: 1%;
}


.gunghomedia {
font-size: 75%;
text-align: center;
padding-top: 6px;
}

.gunghomedia a, .gunghomedia a:link, .gunghomedia a:visited {
color: #707070;
text-decoration: none;
padding-top: 6px;
}


.gunghomedia a:hover {
color: #FF003F;
text-decoration: none;
padding-top: 6px;
}






/***********************************************/	
/********** NAVIGATION STYLES - START ***********/	
/***********************************************/
/********** Main numbers navigation START ***********/
.navwrapper {
background-color: #000000;
vertical-align: top;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

.nav  {
clear:right;
width:112px;
padding: 0;
margin: 0;
padding-top:2px;
position:relative;
font-weight: bold;
font-size: 70%;
}

.nav ul {
padding:0;
margin:0;
list-style-type: none;	
}

.nav li   { 
float: left; 
margin: 0;
padding: 0;
letter-spacing: 2px;
list-style-type: none;
}

.nav li a, .nav li a.link{
float: left;
text-decoration: none;
color: #e7e3d9;
background-repeat: no-repeat;
background-attachment: scroll;
border-style: none;
border-width: medium;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
background-position: bottom right;
list-style-type: none;
}

.nav li a:hover, .nav li a.active, .nav li a.visited {
float: left; 
text-decoration: none; 
color: #ffffff; 
background-color: #FF003F;
list-style-type: none;
}

.selected {
background-color: #FF003F;
}
/********** Main numbers navigation END ***********/





