/*
 -------------------- [ PIC NETBALL DESIGN ] --------------------
updated: August 2009
© Complete Data Solutions Limited - e-Sports.net
*/
@import url("http://www.e-clubs.net.nz/css/www-clubdesign.css");
/*
 -------------------- [ BODY ] --------------------
*/
body
{
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 14px;
font-weight: normal;
}
body#special
{
background: url(../static/246-background.jpg);
background-repeat: no-repeat;
}
/*
 -------------------- [ TOP ] --------------------
*/
div#top
{
}
/*
 -------------------- [ NAVIGATOR ] --------------------
*/
body#special div#navigator
{
position: absolute;
top: 110px;
width: 85%;
left: 13%;
border-bottom: 1px solid green;
overflow: visible;
z-index:1;
font-size: 110%;
font-weight: 200;
color: black;
text-align: left;
}
/*
 -------------------- [ SCROLLER ] --------------------
*/
body#special div#scroller
{
position: relative;
top: 140px;
height: 20px;
width: 85%;
padding-top: 4px;
left: 13%;
text-align: left;
}
/*
 -------------------- [ CONTENT ] --------------------
*/
div#content
{
position: absolute;
top: 130pt;
left: 20pt;
width: 97%;
}
/*
 -------------------- [ EVENTS ] --------------------
*/
.daEventsTitle
{
display: none;
}
.eventsMonth
{
background-color: green;
font-weight: bold;
font-size: 85%;
color: white;
text-transform: uppercase;
margin: 0px;
margin-top: 4px;
borders: 0px;
padding: 2px;
padding-left: 4px;
letter-spacing: 2px;
}
.event,.todaysevent,.eventSubject
{
text-transform: uppercase;
font-weight: normal;
font-size: 85%;
borders: 0px;
padding-bottom:2px;
margin: 0px;
}
div.eventDate
{
padding-bottom:0px;
color: green;
font-size: 90%;
font-weight: bold;
}
/*
 -------------------- [ IMAGES ] --------------------
*/
img
{
margin-top: 3px;
margin-bottom: 3px;
}
img.imagetype0,img.imagetype1,img.imagetype2,img.imagetype51,img.imagetype52
{
margin: 0px;
}
a img
{
margin: 0px;
border: 0;
width: 100px;
height: 66px;
}
/*
 -------------------- [ PARAGRAPHS ] --------------------
*/
p, input, select, option, 
{
font-size: 100%;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.sportsCode
{
font-weight: bold;
font-size: smaller;
text-transform: uppercase;
color: black;
padding-left: 1px;
}
.topicHeading
{
font-weight: bold;
font-size: 105%;
text-transform: uppercase;
background-color: green;
color: white;
padding-left: 2px;
letter-spacing: 2px;
margin-top: 6pt;
margin-bottom: 2pt;
}
.largeheading
{
font-weight: bold;
font-size: 200%;
color: black;
margin: 0px;
margin-top: 4px;
borders: 0px;
padding:0px;
letter-spacing: 1px;
}
.heading
{
font-weight: bold;
font-size: 120%;
text-transform: uppercase;
color: green;
margin: 0px;
margin-top: 12px;
margin-bottom: 4px;
borders: 0px;
padding:0px;
letter-spacing: 1px;
}
.forword
{
font-weight: bold;
font-size: 105%;
margin: 0px;
margin-top: 10px;
margin-bottom: 3px;
borders: 0px;
padding:0px;
}
.author
{
font-weight: normal;
font-size: 90%;
font-style: italic;
color: gray;
borders: 0px;
padding:0px;
padding-top:6px;
text-align: right;
border-bottom: 1px solid green;
}
.fullimage
{
border: 1px solid lightgrey;
width: 100%;
}
.fullimagenoborder
{
border: 0px solid lightgrey;
width: 100%;
}
.halfimage
{
border: 1px solid lightgrey;
width: 50%;
}
.halfimagenoborder
{
border: 0px solid lightgrey;
width: 50%;
}
.photographer
{
font-style: italic;
font-weight: normal;
font-size: 90%;
color: gray;
margin-left: 10px;
margin-top: -4px;
borders: 0px;
padding:0px;
text-align: right;
}
.imagecaption
{
font-weight: normal;
font-size: 90%;
color: gray;
borders: 0px;
padding:0px;
margin: 0px;
}
.text
{
font-weight: normal;
font-size: 100%;
borders: 0px;
padding:0px;
margin: 0px;
margin-top: 4px;
margin-bottom: 2px;
}
.medium
{
width: 510;
}
.mediumone
{
width: 250;
}
.mediumhalfone
{
width: 125px;
}
.ignore
{
display: none;
}
/*
 -------------------- [ TEAM MEMBERSHIP ] --------------------
*/
.teamName
{
display: none;
}
.membersName
{
display: none;
}
/*
 -------------------- [ STANDARD - HYPERLINKS ] --------------------
*/
a, 
a:link, 
a:visited, 
a:active
{
font-weight: bold;
text-decoration: none;
letter-spacing: 1px;
color: black;
cursor: hand;
}
a:hover
{
color: red;
}
/*
 -------------------- [ NAVIGATOR - HYPERLINKS ] --------------------
*/
div#navigator a,
div#navigator a:link,
div#navigator a:visited,
div#navigator a:active
{
font-weight: 800;
text-align: left;
cursor: hand;
color: black;
}
div#navigator a:hover
{
color: red;
}
div#navigator .currentPage
{
color: green;
}
div#navigator .nav-seperator
{
border: 0;
}
div#navigator .otherPage
{
color: black;
}
