@import url(../lib.css);
@import url(../screen.css);
/* -------------------------------------------------------------- 
weloverugby.com.au all blacks theme stylesheet V1 - 02/04/2009
Author - benbailey.com.au
-------------------------------------------------------------- */
#wrapper {
background: url(/images/all-blacks/bgWrapper.png) repeat-y;
}

/* =header 
--------------------------------------------------------------------------
*/
#header {
background: url(/images/all-blacks/bgHeader.jpg) repeat-x;
}

#header a {
background: url(/images/all-blacks/bgLogo.jpg) no-repeat;
}

/* =primaryNavigation - primary navigation of the website 
--------------------------------------------------------------------------
*/
#primaryNavigation {
background: #666;
}

#primaryNavigation a {
color: #FFF;
}

#primaryNavigation a:hover, #primaryNavigation a:focus, #primaryNavigation li.selected a {
background: #333;
}

/* =secondary-navigation 
--------------------------------------------------------------------------
*/
#secondaryNavigation {
background: #333;
border: 0;
width: 216px;
border-top: 1px solid #FFF;
}

#secondaryNavigation ul {
border-bottom: 1px solid #FFF;
}

#secondaryNavigation a {
color: #FFF;
}

#secondaryNavigation h2 {
color: #CCC;
}

.feature {
border-bottom: 1px solid #CCC;
margin-bottom: 20px;
}

.secondaryFeature, .secondaryFeatureRight {
padding: 10px;
float: left;
width: 318px;
margin: 20px 0 0 0;
border: 1px solid #CCC;
background: #FFF;
height: 15em;
overflow: hidden;
font-size: 90%;
}

/* =HTML elements
--------------------------------------------------------------------------
*/
a:link { color: #002595; text-decoration: none; }
a:visited { color: #666; text-decoration: none;  }
a:hover, a:focus { text-decoration: underline; }
a:active { color: #000; text-decoration: none;  }

h1, h2, h3, h4, h5, h6 { 
color: #4F441F;
}

/* -------------------------------------------------------------- 
Homepage horizontal scroller 
-------------------------------------------------------------- */
#slider .navigation { 
border-left: 1px solid #CCC;
}

#content #slider .navigation li {
border-top: 1px solid #CCC;
}

#slider .navigation a {
border-right: 1px solid #CCC;
background: #F7E875;
color: #4F441F;
}

#slider .navigation a:hover, #slider .navigation a:focus, #slider .navigation a.selected {
background: #FFF;
color: #000;
}

a.emailFriend:link     {color: #002595;font-size:12px; text-decoration: none !important;}
a.emailFriend:visited  {color: #666;font-size:12px; text-decoration: none !important;}
a.emailFriend:hover    {color: #002595;font-size:12px; text-decoration: none !important;}
a.emailFriend:active   {color: #002595;;font-size:12px; text-decoration: none !important;}

.greyborder {
	BORDER-LEFT: #C0C0C0 1px solid;
	BORDER-RIGHT: #C0C0C0 1px solid;
	BORDER-TOP: #C0C0C0 1px solid;
	BORDER-BOTTOM: #C0C0C0  1px solid;
	}

.textfield {
	border: 1px solid #597EC1;
	padding: 1;
	font-family:Palatino Linotype;
	font-size:10pt;
}

 .tableborderblack {
        BORDER-LEFT: #000000 1px solid;
        BORDER-RIGHT: #000000 1px solid;
        BORDER-BOTTOM: #000000 1px solid;
        BORDER-TOP: #000000 1px solid;
        }

 .tableborderblue {
        BORDER-LEFT: #6699CC 1px solid;
        BORDER-RIGHT: #6699CC 1px solid;
        BORDER-BOTTOM: #6699CC 1px solid;
        BORDER-TOP: #6699CC 1px solid;
        }
.tablebordergray {
BORDER-LEFT: #C0C0C0 1px solid; 
BORDER-RIGHT:#C0C0C0 1px solid; 
BORDER-TOP: #C0C0C0 1px solid; 
BORDER-BOTTOM: #C0C0C0 1px solid;
}

