
/* --[ Whitstable Town JR FC stylesheet ]-- */

/* Find a display font that the user has available*/
code	{ font-family: verdana, Geneva, arial, helvetica, sans-serif; }
body    { font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: normal; 
		text-align: justify; border: 0px solid #004665; margin-top: 0px; background-position: 0%; }



/* --[ Set defaults for all page tables and header and footer zones ]-- */

/* General background */
.wtbody	{ font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 13px; color: #000000;
		background-image:url('../images/general/frameBacking.jpg'); 
		background-repeat: repeat-y; background-attachment: scroll; background-position: center top; }


/* Main table */
.wtpage	{ width: 985px; text-align: left; background: #ffffff; margin-top: -10px; }
/* Contacts sub-table */
.wtcol	{ width: 492px; text-align: left; background: #ffffff; margin-top: -10px; }


/* Header zone */
.wthead	{ width: 985px; align: center; text-align: left; 
		background-image:url('../images/general/frameGraduation.jpg'); background-repeat: repeat-y; 
		background-attachment: scroll; background-position: center top; }
.wthead a:link{ font-size: 14px; font-weight: bold; text-decoration: none; color: #ffffff; }
.wthead a:visited{ font-size: 14px; font-weight: bold; text-decoration: none; color: #ffffff; }
.wthead a:hover{ font-size: 14px; font-weight: bold; text-decoration: none; color: #ffffff; }
.wthead a:lactiveink{ font-size: 14px; font-weight: bold; text-decoration: none; color: #ffffff; }



/* Navigation table */
.wtnav	{ width: 985px; height: 24px; text-align: center; font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 13px; color: #ffffff;
		font-weight: bold; font-style: normal; text-decoration: none; line-height: 20px; background-color: #ffffff; border: 15px solid #ffffff; }
.wtnavcell { background-image:url('../images/general/navButton.jpg'); background-repeat: repeat-x; 
		background-attachment: scroll; background-position: center top; border-top: 1px solid #750000; border-bottom: 1px solid #750000; 
		border-left: 1px solid #750000; border-right: 1px solid #750000;}
.wtnavcell a:link{ font-size: 13px; font-weight: bold; text-align: center; text-decoration: none; line-height: 20px; color: #ffffff; }
.wtnavcell a:visited{ font-size: 13px; font-weight: bold; text-align: center; text-decoration: none; line-height: 20px; color: #ffffff; }
.wtnavcell a:hover{ font-size: 13px; font-weight: bold; text-align: center; text-decoration: underline; line-height: 20px; color: #ffffff; }
.wtnavcell a:active{ font-size: 13px; font-weight: bold; text-align: center; text-decoration: none; line-height: 20px; color: #ffffff; 	}


/* Footer */
.wtfoot { font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: normal; font-style: normal; 
		text-decoration: none; }
.wtfoot a:link{ font-size: 11px; font-weight: bold; text-decoration: none; color: #ffffff; }
.wtfoot a:visited{ font-size: 11px; font-weight: bold; text-decoration: none; color: #ffffff; }
.wtfoot a:hover{ font-size: 11px; font-weight: bold; text-decoration: underline; color: #ffffff; }
.wtfoot a:active{ font-size: 11px; font-weight: bold; text-decoration: none; color: #ffffff; }
.wttext	{ font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 28px; color: #ffffff; font-weight: bold; font-style: normal; 
		text-decoration: none; }



/* --[ Page content ]-- */

/* Normal text and hyperlinks */
.wtcont { vertical-align: top; }
.text {font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 13px; color: #333333; font-weight: normal; 
		font-style: normal; text-decoration: none; line-height: 20px; margin: 16px; }
.text a:link{ font-size: 13px; font-weight: bold; text-decoration: none; color: #750000; }
.text a:visited{ font-size: 13px; font-weight: bold; text-decoration: none; color: #CC0000; }
.text a:hover{ font-size: 13px; font-weight: bold; text-decoration: underline; color: #CC0000; }
.text a:active{ font-size: 13px; font-weight: bold; text-decoration: none; color: #CC0000; }
.banner {font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal; 
		font-style: normal; margin-left: 15px; }
.icon {font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal; border: 0px; }


/* News guestbook div formatting */
.guestbk {font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 13px; color: #333333; font-weight: normal; 
		font-style: normal; text-decoration: none; line-height: 20px; margin-left: 15px; margin-right: 15px; }
.guestbtn { font-family: verdana, Geneva, arial, helvetica, sans-serif; font-size: 11px; color: #393939; }



/* --[ Default Hyperlink styles - important for News pages generated by guestbook.pl! ]-- */

a:link		{ font-family: verdana, arial, helvetica; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none; color: #750000; }
a:visited	{ font-family: verdana, arial, helvetica; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none; color: #CC0000; }
a:hover		{ font-family: verdana, arial, helvetica; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: underline; color: #CC0000; }
a:active	{ font-family: verdana, arial, helvetica; font-size: 13px; font-weight: bold; font-style: normal; text-decoration: none; color: #CC0000; }



/* --[ Print settings ]-- */

/* Page backgound white while printing*/
@media print {
body {background-color: white}
}

/* Page margin*/
@page{
margin: 5%
}
