﻿/*////////////////////////////////////////////////

Template: Template 3
MasterFile: TEMP2.master
Design: Cubeular Systems
Development: Cubeular Systems
Date: 27/03/2010

///////////////////////////////////////////////*/

/* ////////////////// */
/* PRIMARY NAVIGATION */

#PrimaryNavigation
{
    width: 289px;
    height: 243px;
    z-index: 2;
    float: left;
    right: 0px;
    top: 0px;
    position: relative;
    background-image: url('../../_centralfiles/navigation/t3_pink_dark/NavigationBkgd.jpg');
    padding-right: 6px;
    padding-top: 30px
}


#PrimaryNavigation ul
{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}

#PrimaryNavigation li
{
    float: Right;
    Right: 0px;
}

#PrimaryNavigation a
{
    display: block;
    width: 217px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    background-image: url('../../_centralfiles/navigation/t3_pink_dark/PrimaryNavigation.jpg');
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: Verdana;
}

#PrimaryNavigation a:hover
{
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 217px;
    color: #8e0a38;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-family: Verdana;
    background-image: url('../../_centralfiles/navigation/t3_pink_dark/PrimaryNavigation2.jpg');
}

#PrimaryNavigation a.Selected
{
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 217px;
    color: #8e0a38;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    font-family: Verdana;
    background-image: url('../../_centralfiles/navigation/t3_pink_dark/PrimaryNavigation2.jpg');
}

/*//////////////// ASSOCIATED NAVIGATION STYLE /////////////////////////// */

#RightSpace
{
 z-index: 3; 
 left: 0px; 
 top: 0px; 
 height: 273px; 
 width: 34px; 
 position: relative;
 float: Right;
 background-image: url('../../_centralfiles/navigation/t3_pink_dark/RightSpaceBkgd.jpg');
}

/*//////////////// PAGE NAVIGATION /////////////////////////// */

#pagelinks
{
	float: left;
	left: 5px;
	width: 275px;
	padding-left: 0px;
	padding-top: 0px;
}

#pageheader
{
	padding: 10px 10px 20px 20px;
	float: left;
	left: 0px;
	width: 286px;
	height: 17px;
}

#pagebody
{
	float: left;
	left: 0px;
	width: 260px;
    padding-left: 20px;
    padding-right: 10px;
}

#pagefooter
{
	float: left;
	left: 0px;
	width: 290px;
	height: 45px;
    text-align: right;
}


	
#pagelinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#pagelinks li
{
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

#pagelinks li a
{
	display: block;
	padding: 8px 8px 8px 0.5em;
	color: #9B004E;
	text-decoration: none;
	width: 230px;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
		
#pagelinks li a:hover
{
	display: block;
	padding: 8px 8px 8px 0.5em;
	color: #9B004E;
	text-decoration: none;
	width: 230px;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}


#pagelinks li a.selected
{
	display: block;
	padding: 8px 8px 8px 0.5em;
	color: #9B004E;
	text-decoration: none;
	width: 230px;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}


/* ////////////////////// */
/* ///// THEME STYLE //// */

.ClubLogo
{
	color: #9B004E;
	font-family: Candara, Verdana, Arial;
	font-size: 35px;
	font-weight: normal;
}



/* TAGS*/
a
{
	font-family: Candara, Verdana, Arial;
	font-size: 12px;
	color: #9B004E;
	text-decoration: none;
}

a:hover
{
	font-family: Candara, Verdana, Arial;
	font-size: 12px;
	color: #FF62B0;
	text-decoration: none;
}

h1
{
	font-family: Candara, Verdana, Arial;
	font-size: 22px;
	color: #9B004E;
	font-weight: normal;
	
}

h2
{
	font-family: Candara, Verdana, Arial;
	font-size: 15px;
	color: #9B004E;
}

hr
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #EFEFEF;
}



