/*
 -------------------- [ SMOG NETBALL CLUB DESIGN ] --------------------
updated: August 2009
© Complete Data Solutions Limited - e-Sports.net
*/
@import url("http://www.e-clubs.net.nz/css/www-clubdesign.css");
/*
 -------------------- [ DEFAULT BORDERS ] --------------------
*/
div .panel01,div .panel02,div .panel03,div .panel04,div .panel05
{
border: 1px solid rgb(51,153,255);
}
/*
 -------------------- [ BODY ] --------------------
*/
body
{
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 10.5pt;
font-weight: normal;
}
body#special
{
background: url(../static/95-background.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
}
/*
 -------------------- [ TOP ] --------------------
*/
div#top
{
}
/*
 -------------------- [ NAVIGATOR ] --------------------
*/
body#special div#navigator
{
position: absolute;
top: 8pt;
left: 100pt;
height: 30pt;
width: 85%;
padding-bottom: 3pt;
border: 0;
border-bottom: 1px solid rgb(51,153,255);
overflow: visible;
font-size: 110%;
font-weight: 300;
color: black;
text-align: left;
z-index: 1;
}
/*
 -------------------- [ SCROLLER ] --------------------
*/
body#special div#scroller
{
position: absolute;
top: 46pt;
/*
height: 16pt;
*/
left: 100pt;
width: 85%;
text-align: left;
/*
border: 1px solid red;
*/
}
/*
 -------------------- [ CONTENT ] --------------------
*/
div#content
{
position: absolute;
left: 100pt;
top: 60pt;
width: 86%;
background: transparent;
}
/*
 -------------------- [ EVENTS ] --------------------
*/
.daEventsTitle
{
display: none;
}
.eventsMonth
{
background-color: rgb(51,153,255);
font-weight: bold;
font-size: 85%;
color: white;
text-transform: uppercase;
margin: 0px;
margin-top: 4px;
margin-right: 10px;
borders: 0px;
padding:2px;
padding-left:4px;
letter-spacing: 2px;
}
.event,.todaysevent,.eventDate,.eventSubject
{
text-transform: uppercase;
font-weight: bold;
font-size: 100%;
padding-bottom:2px;
margin: 0px;
}
.todaysevent
{
color: red;
font-weight: bold;
}
div.eventDate
{
padding-bottom:0px;
color: rgb(51,153,255);
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: rgb(51,153,255);
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: rgb(51,153,255);
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 lightblue;
}
.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;
}
/*
 -------------------- [ 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: rgb(51,153,255);
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:  rgb(51,153,255);
}
div#navigator a:hover
{
color: red;
}
/*
.currentPage
{
color: rgb(0,85,186);
}
*/
div#navigator .currentPage
{
color: darkblue;
}
div#navigator .nav-seperator
{
border: 0;
}
div#navigator .otherPage
{
color: rgb(51,153,255);
}
