/********************************************
   HTML ELEMENTS
********************************************/ 

body {
	margin: 0px;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #333333; 
	background: #000;
	text-align: center;
	background-position: 50% 0;
}

a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #AAAAAA;
	background-color: inherit;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 12pt;
	margin-top: 0;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 11pt;
	margin-top: 0;
}

p {
	margin-bottom: 10pt;
	margin-top: 0;
}

img {
	border: 0;
}

#wrap {
	background: #FFF;
	width: 970px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#header {
	position: relative;
	height: 139px;	
	background: #000;
}
#topbar {
	padding-top: 4px;
	color: white;
}

#login {
	background: #CCC;
	margin-bottom: 10px;
	font-size: 9pt;
}
#login label {
	display: block;
	font-weight: bold;
}
#login h2 {
	margin: 0;
	padding: 2px;
	padding-left: 10px;
	font-size: 10pt;
	color: #FFF;
	background: #333;
}
#login h3 {
	margin: 0;
	padding: 2px;
	padding-left: 10px;
	font-size: 10pt;
	color: #FFF;
	background: #666;
}
#login div {
	margin: 0;
	padding: 0;
}
#login .formerror {
	font-weight: bold;
	color: #CC0000;
}
#login img {
	border: 1px solid #666;
	margin-top: 2px;
	margin-right: 5px;
}
#login form {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-bottom: 10px;
}
#login input {
	background: #FFFFFF;
	color: #666666;
	font-size: 9pt;
	border: 0;
}
#login .checkbox {
	background: #CCC;
}
#login .submit {
	padding: 2px;
	font-weight: bold;
	color: #333;
}
#login a {
	display: block;
	color: #333;
}
#login a:hover {
	color: #999;
}

#topmenu {
	width: 100%;
	background: #000;
	margin: 0px auto 0px auto;
	font: 9pt Arial;
	text-transform: uppercase;
}
#topmenu a {
	color: #FFF;
	background: #666 url(../images/tab_left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 8px;
	font-weight: bold;
}
#topmenu a span {
	background: url(../images/tab_right.gif) right top no-repeat;
	padding: 10px 12px 8px 2px;
}
#topmenu a, #topmenu a span {
	display: block;
}
#topmenu a:hover {
	color: #fff;
	background: #333 url(../images/hover_tab_left.gif) left top no-repeat;
	padding-left: 8px;
}
#topmenu a:hover span {
	background: url(../images/hover_tab_right.gif) right top no-repeat;
	padding-right: 12px
}
#topmenu .active a {
	color: #000;
	background: #FFF url(../images/active_tab_left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 8px;
	font-weight: bold;
}
#topmenu .active a span {
	background: url(../images/active_tab_right.gif) right top no-repeat;
	padding: 10px 12px 8px 2px;
}
#topmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topmenu li {
	float: left;
	margin: 0;
} 
#dropdownmenu ul {
	display: none;
	position: absolute;

}
#dropdownmenu ul li {
	float: none;
}
#dropdownmenu ul li a {
	background: #CCC;
	color: #000;
	padding: 10px;
}
#dropdownmenu .active ul li a {
	background: #FFF;
	color: #000;
	padding: 10px;
}
#dropdownmenu ul li a:hover {
	background: #666;
	color: #FFF;
	padding: 10px;
}
#searchbox {
	height: 21px;
}
#searchbox form {
	margin: 0;
}
#searchbox input {
	border: 0;
}
#searchbox .submit {
	height: 18px;
}#searchbox img {
	vertical-align: text-bottom;
}

#subheader {
	position: relative;
	height: 25px;	
	background: #999;
	background: #CCC url(../images/subheader_bg.gif) repeat-x;
}

#content-wrap {
	background: #FFF;
	width: 970px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	padding-top: 10px;
}

ul#breadcrumbs { 
	display: block;
	padding-left: 4px; 
	background: #fff;
	color: #888;
	width: 100%;
	margin: -10px 0px 10px 0px;
} 
ul#breadcrumbs li { 
	display: inline; 
	margin-right: 4px; 
} 
ul#breadcrumbs a { 
	color: #666; 
	font-weight: bold;
	text-decoration: none; 
} 
ul#breadcrumbs a:hover { 
	color: #369; 
} 

#sidebar {
	float: left;
	width: 160px;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:0;
	margin-bottom: 10px;
	padding:0;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #FFF;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #666;
	min-height:18px;
}
#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #333;
	color: #FFF;
}
#sidebar ul.sidemenu a.personal {
	background: #467;
}
#sidebar ul.sidemenu a:hover.personal {
	background: #2C424D;
}
#sidebar ul.sidemenu a.active {
	background: #2C424D;
}
#sidebar ul.sidemenu ul {
	margin: 0;
	list-style:none;
	background: #CCCCCC;
}
#sidebar ul.sidemenu ul li {
	background: #CCCCCC;
}
#sidebar ul.sidemenu ul li a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 20px;
	background: #BCC;
	min-height:18px;
}
#sidebar ul.sidemenu ul li a:hover {
	background: #9AA;
	color: #333;
	padding:2px 5px 2px 20px;
}

#sidebarright {
	float: right;
	width: 195px;
	margin: 0;	padding: 0; 
}
#sidebarright h2 {
	margin: 0;
	padding: 2px;
	padding-left: 10px;
	font-size: 10pt;
	color: #FFF;
	background: #333;
}

#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 590px;
	padding-bottom: 20px;
}

#rightbar {
	float: right;
	width: 170px;
	padding: 0; margin:0;		
}

#footer {
	width: 970px;
	margin: 10px auto;
	color: #999;
	background: #333;
	min-height: 90px;
}
#footer-copy {
	font-size: 9pt;
	text-align: right;
	padding: 5px;
}
#footer-links {
	list-style-type:none;
	width: 150px;
	float: left;
	text-align: right;
	margin: 10px;
}
#footer-links li {
	list-style-type:none;
	margin:0;
	padding-bottom: 10px;
}
#footer-links a {
	color:#BFBFBF;
	text-decoration:none;
}
#footer-links a:hover {
	color:#FFF;
}

#pageform1 {
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 9pt;
}
#pageform1 h1 {
	font-size: 11pt;
}
#pageform1 label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}
#pageform1 input {
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #666666;
	font-size: 9pt;
}
#pageform1 input.submit {
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #666666;
	font-size: 9pt;
	padding: 3px;
	font-weight: bold;
}
#pageform1 div.errordiv {
	color: #CC0000;
	margin-top: -13px;
	margin-left: 120px;
	padding: 2px;
	display: none;
}

#pageform2 {
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 9pt;
}
#pageform2 h1 {
	font-size: 11pt;
	margin: 5px 0px 5px 0px;
}
#pageform2 label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}
#pageform2 div {
	height: 20px;
}
#pageform2 a {
	text-decoration: none;
}
#pageform2 span {
	font-weight: normal;
	font-size: 9pt;
}

#adminform1 {
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 9pt;
}
#adminform1 h1 {
	font-size: 11pt;
}
#adminform1 label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}
#adminform1 input {
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #666666;
	font-size: 9pt;
}
#adminform1 input.submit {
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #666666;
	font-size: 9pt;
	padding: 3px;
	font-weight: bold;
}
#adminform1 a.submit {
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #666666;
	font-size: 9pt;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#adminform1 div.errordiv {
	color: #CC0000;
	margin-top: -13px;
	margin-left: 120px;
	padding: 2px;
	display: none;
}

#admintable table {
	border-collapse: collapse
}
#admintable th {
	padding: 4px;
	background: black;
	color: white;
}
#admintable td {
	border: 1px solid #cccccc;
	padding: 2px;
	padding-right: 10px;
	vertical-align: top
}
#admintable a {
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 9pt;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin: 2px;
}
#admintable a.plain {
	background: none;
	border: 0;
	color: #4284B0;
	font-size: 9pt;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
	float: none;
	margin: 0;
}
#admintable a.plainnav {
	background: none;
	border: 0;
	color: white;
	font-size: 9pt;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	float: none;
	margin: 0;
}
#admintable a:hover {
	background: #F9F9F9;
	color: #999999;
}

#gallerythumbs table {
	border-collapse: collapse;
	width: 100%;
}
#gallerythumbs td {
	width: 25%;
	vertical-align: top;
}
#gallerythumbs a {
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 9pt;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin: 2px;
}


#kb_listing h2 {
	margin: 0;
}
#kb_listing table {
	width: 100%;
}
#kb_listing td {
	padding: 5px;
}
#kb_listing th {
	width: 150px;
}
#kb_listing .odd {
	background: #F0F0F0;
}
#kb_listing span {
	color: #999999;
	font: normal 9pt arial, sans-serif;
}
#kb_listing .catlisting table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	border: 1px solid #CCCCCC;
	background: #F6F6F6;
	margin-top: 5px;
	margin-bottom: 15px;
}
#kb_listing .catlisting td {
	vertical-align: top;
	padding: 10px;
	width: 33%;
}
#kb_listing a, #kb_listing .catlisting a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
}
#kb_listing a:hover, #kb_listing .catlisting a:hover {
	color: #336699;
}
#kb_listing .priceinfo table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}
#kb_listing .priceinfo td {
	vertical-align: top;
	padding: 3px;
}
#kb_listing .priceinfo a {
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 9pt;
	padding: 4px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin: 2px;
}
#kb_listing .priceinfo a:hover {
	background: #F6F6F6;
	border: 1px solid #EEEEEE;
	color: #999999;
}

div#accountinfo {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background: #EEEEEE;
}
div#accountinfo h2 {
	font-size: 10pt;
	margin: 0;
	margin-bottom: 4px;
	border-bottom: 2px solid #CCCCCC;
}
div#accountinfo table {
	width: 100%;
	margin: 0;
}
div#accountinfo th {
	width: 65px;
	vertical-align: top;
}
div#accountinfo td {
	text-align: right;
	vertical-align: top;
}
div#accountinfo a {
	border: 1px solid #CCCCCC;
	padding: 1px;
	display: block;
	font-size: 9pt;
	color: #333333;
	background: #F6F6F6;
	text-decoration: none;
	text-align: center;
}
div#accountinfo a img {
	vertical-align: middle;
}

div#shoptable table {
	width: 100%;
	margin: 0;
	border-collapse: collapse
}
div#shoptable th {
	background: #CCCCCC;
}
div#shoptable td, div#shoptable th {
	padding: 2px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
div#shoptable td {
	font-size: 9pt;
}
div#shoptable input {
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	font-size: 9pt;
}
div#shoptable a {
	border: 1px solid #CCCCCC;
	padding: 1px;
	display: block;
	font-size: 9pt;
	color: #333333;
	background: #F6F6F6;
	text-decoration: none;
	text-align: center;
}

div#paymentbox {
	border: 1px solid #CCCCCC;
	background: #F6F6F6;
	padding: 5px;
	text-align: center;
	width: 400px;
	margin: 15px auto;
}
div#paymentbox input {
	border: 1px solid #999999;
	background: #CCCCCC;
	font-size: 9pt;
}

/* MY RUGBY */
#myrugby h2 {
	margin: 0;
}
#myrugby a.linkbutton, a.linkbutton {
	background: #CCC;
	color: #000;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
}
#myrugby a:hover.linkbutton, a:hover.linkbutton {
	background: #AAA;
}
#schedulelisting table {
	border: 0;
	border-collapse: collapse;
}
#schedulelisting td {
	border: 1px solid #CCCCCC;
	vertical-align: top;
	width: 82px;
	height: 82px;
}
#schedulelisting img {
	float: right;
	border: 0;
}
#schedulelisting h3 {
	margin: 0;
	font-size: 10pt;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
#schedulelisting .headerrow tr, #schedulelisting .headerrow td {
	height: 0;
	border: 0;
	width: 0;
}
#schedulelisting .headerrow span {
	font: bold 14pt arial, sans-serif;
	display: block;
	text-align: center;
}
#messagelisting table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#messagelisting td, #messagelisting th {
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#messagelisting th {
	background: #CCC;
}
#bloglisting table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#bloglisting td {
	border: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 5px;
	border-top: 0;
}
#bloglisting th {
	border: 1px solid #CCCCCC;
	padding: 5px;
	border-bottom: 0;
}
#blogpost {
	margin-bottom: 30px;
}
#blogpost a {
	text-decoration: none;
}
#blogpost h2 {
	margin: 0;
}
#blogpost span {
	display: block;
	color: #666666;
	font-size: 10px;
}
#blogpost p {
	margin-bottom: 10px;
}
#blogpost br {
	line-height: 10px;
}

#eventlisting table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#eventlisting td, #eventlisting th {
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#eventlisting th {
	width: 120px;
}
#eventlisting .eventmonthheader {
	background: #CCC;
	font-weight: bold;
}
#eventlisting .eventprivate {
	background: #DFD;
}
#knowledgevaulticons table {
}
#knowledgevaulticons td {
	width: 100px;
	vertical-align: top;
	padding: 4px;
}
#knowledgevaulticons a {
	font: bold 9pt arial, sans-serif;
	text-decoration: none;
	color: #999;
}
#knowledgevaulticons a:hover {
	color: #CCC;
}

#shopfeatured {
	clear: both;
}
#shopfeatured h2 {
	margin: 0;
}
#shopfeatured td h2 {
	font-size: 10pt;
	margin: 0;
}
#shopfeatured table {
	width: 100%;
	background: #EFEFEF;
}
#shopfeatured td {
	width: 33%;
	vertical-align: top;
}
#shopfeatured a {
	color: #666;
	text-decoration: none;
}
#shopfeatured a:hover {
	color: #CCC;
}
#shoplisting h2 {
	margin: 0;
}
#shoplisting .catlisting table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	background: #EFEFEF;
	margin-bottom: 15px;
}
#shoplisting .catlisting td {
	vertical-align: top;
	padding: 10px;
	width: 33%;
}
#shoplisting a, #shoplisting .catlisting a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
}
#shoplisting a:hover, #shoplisting .catlisting a:hover {
	color: #336699;
}
#shoplisting .productlisting td{
	vertical-align: top;
}
#shoplisting .productlisting h2 {
	margin-top: 15px;
}
#shoplisting .productlisting h3 {
	font-size: 10pt;
	margin: 0;
}
#shopfeatured .imglink img, #shoplisting .imglink img, #shoplisting .itemprice img {
	vertical-align: middle;
}
#shopfeatured .imglink img, #shoplisting .imglink {
	font-weight: normal;
}
#shoplisting .itemprice {
	font-weight: bold;
}

div#loginrequired {
	background: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
	border: 3px solid #CC0000;
}

div#shopitemadded {
	background: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
	border: 3px solid #336699;
}

div#cartbc {
	width: 590px;
	background: #336699;
	margin-bottom: 12pt;
	color: white;
	font-weight: bold;
	text-align: right;
}
div#cartbc div {
	float: right;
}
div#cartbc ul {
	margin: 0;
	background-color: #5C85AD;
}
div#cartbc li {
	display: inline; 
	margin: 0;
	padding: 0;
}
div#cartbc a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	color: white;
	text-decoration: none;
	float: left;
	height: 28px;
}
div#cartbc a:hover {
	background-color: #5C85AD;
}
div#cartbc a.on {
	background-color: #009900;
}
div#cartbc a.off {
	background-color: #5C85AD;
} 
