/**

 * You can place your custom CSS statements here

 * it is better to write everything custom here

 * because this file won't be replaced during upgrade

 * Don't forget to rename this file to "site.css"

 */

body {
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: justify;
	line-height: 1.5em;
}
a:link {
	color: #006699;
}
a:hover {
	color: #DD6900;
}
a:active {
	color: #DD6900;
}
a:visited {
	color: #006699;
}
p {
	font-size: 12px;
	text-align: justify;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
}
blockquote {
	margin-left: 15px;
}
.image {
	border: 3px solid #006699;
}

.cp_header {
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.cp_topleft {
	background-image: url(http://www.clubpolo.co.uk/images/tl.gif);
	background-repeat: no-repeat;
	width: 20px;
}
.cp_logo {
	background-image: url(http://www.clubpolo.co.uk/images/mainlogo.gif);
	background-repeat: no-repeat;
	width: 250px;
}
.cp_top {
	background-image: url(http://www.clubpolo.co.uk/images/t.gif);
	background-repeat: repeat-x;
}
.cp_banner {
	height: 80px;
	text-align: right;
	vertical-align: bottom;
}
.cp_nav {
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 12px;
	text-align: left;
}
.cp_nav a:link {
	text-decoration: none;
	color: #006699;
}
.cp_nav a:hover {
	text-decoration: none;
	color: #DD6900;
}
.cp_nav a:visited {
	text-decoration: none;
	color: #006699;
}
.cp_nav a:visited:hover {
	text-decoration: none;
	color: #DD6900;
}
.cp_google {
	padding: 0px;
	margin: 0px;
}
.cp_topright {
	background-image: url(http://www.clubpolo.co.uk/images/tr.gif);
	background-repeat: no-repeat;
	width: 20px;
}

#cp_left {
	background-image: url(http://www.clubpolo.co.uk/images/l.gif);
	background-repeat: repeat-y;
	display: compact;
	overflow: visible;
}
#cp_main {
	background-color: #FFFFFF;
	background-image: url(http://www.clubpolo.co.uk/images/r.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px 0px 0px 20px;
	padding: 2px 50px 15px 30px;
	display: block;
	overflow: visible;
	text-align: left;
}

.cp_footer {
	width: 100%;
	height: 60px;
}
.cp_bottomleft {
	width: 20px;
	background-image: url(http://www.clubpolo.co.uk/images/bl.gif);
	background-repeat: no-repeat;
}
.cp_legal {
	background-image: url(http://www.clubpolo.co.uk/images/b.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 9px;
	color: #006699;
	line-height: normal;
}
.cp_bottomright {
	background-image: url(http://www.clubpolo.co.uk/images/br.gif);
	width: 20px;
}



















/** aMember-specific styles here */



/* properties for entire page and text inside tables */

body, th, td {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

}

/* properties for all input elements */

input, textarea {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

}

hr { 

    background-color: #006699;

    border: 0;

    width: 100%;

    height: 1px;

}

ul, li { list-style: disc; }

.small { font-size: x-small; font-weight: normal; }

.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }

strong, .strong { font-weight: bold; }

.text_disabled { color: ButtonFace; } 



/* properties for headers */

h1,h2,h3 {

    color: #006699;

    font-weight: bold;

    text-align: center;

    margin: 0.5em 0.5em 0.5em 0.5em;

}

h1 { font-size: 140%; }

h2 { font-size: 130%; }

h3 { font-size: 120%; }



/* other elements */

div.centered { text-align: center; }

div.centered table {

    margin: 0 auto; 

    text-align: left;

}

ul,ol { margin-left: 2em;}

.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 



/* vedit - vertical table (signup, profile edit) */

.vedit {

    border: solid 1px #8CACBB;

}

/* vedit - usual column (right) */

.vedit td {

    text-align: left;

    vertical-align: middle;

    padding: 15px 10px 10px 10px;



    background-color: white;

    border: solid 1px #8CACBB;

}

/* vedit - header column (left) */

.vedit th {

    padding: 10px 15px 10px 10px;

    text-align: right;

    vertical-align: middle;

    font-weight: bold;



    background-color: #DEE7EC;

    border: solid 1px #8CACBB;

}

/* vedit - heading row */

.vedit .headrow { font-weight: bold; text-align: center; }





/* hedit - horizontal table (payments list) */

.hedit {

    border: solid 1px #8CACBB;

}

/* hedit - usual column */

.hedit td {

    padding: 5px;

    background-color: #E0E0E0;

    font-size: 8pt;

    background-color: white;

    border: solid 1px #8CACBB;

}

/* hedit - header column */

.hedit th {

    padding: 5px;

    font-weight: bold;

    text-align: center;



    background-color: #DEE7EC;

    border: solid 1px #8CACBB;

}



table.errmsg

{

    font-family: Helvetica, Verdana, sans-serif;

    font-size: 90%;

    background-color: red;

    border: #cc0000 1px solid;

    margin: 5px 0px 5px 0px;

}

table.errmsg td

{

    padding: 5px 50px 5px 5px;

    font-weight: bold;

}

table.errmsg td li

{

    list-style: square;

}



/* Receipt table from thanks.html */

.receipt td {

    background-color: #F0F0F0;

    border: solid 1px black;

    padding: 2px 4px 2px 4px;

}

.receipt th {

    background-color: #C0C0C0;

    border: solid 1px black;

    font-weight: bold;

    padding: 2px 4px 2px 4px;

}

.receipt td.total {

    background-color: #C0C0C0;

    border: solid 1px black;

}

.receipt {

    border-collapse: collapse;

}



/* Newsletters table on member.php */

.newsletters td {

    padding: 5px;

    margin: 5px;

}

.newsletters td.disabled {

    padding: 5px;

    margin: 5px;

    color: #505050;

}



/* Newsletters archive table on member.php */

.newsletters_archive td {

    padding: 2px;

    margin: 0px;

}



