h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color: #0F71FF;
  font-weight: bold;
}

a:hover
{
    background: #0F71FF;
    color: #FFFFFF;

  text-decoration: none;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 20px;
}

/* Navigation */
.topNavigation
{
  font-size: 12px;
  padding: 5px;
  margin-bottom: 30px;
  border: 1px solid #333333;
  position: relative;
  background: #333333;
}

ul.navLinks
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.navLinks li
{
    display: inline;
    padding: 0 5px;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}

ul.navLinks li.last
{
    border: 0;
}

ul.navLinks li a
{
    color: #8FBDFF;
}

ul.navLinks li a:hover
{
    color: #CCCCCC;
    text-decoration: none;
    background: transparent;
}

h1
{
 font-size: 20px;
}




.userLogout
{
  margin-top: 14px;
  background: #8FBDFF;
  padding: 5px;
  color: #FFFFFF;
  position: absolute;
  bottom: -26px;
  right: -1px;
}

.userLogout a
{
    color: #333333;
}

/* End navigation */

.showMemberTable th
{
  text-align: right;
}

.showMemberTable td
{
  vertical-align: top;
  padding: 2px;
  margin: 2px;
}

table.alignLeft th
{
  text-align: left;
}

.showMemberTable div
{
  width: 350px;
  border: 1px solid #808080;
  padding: 4px;
  margin-bottom: 5px;
}

.listSearchForm label
{
  display: block;
  width: 130px;
  float: left;
  text-align: right;
  padding-right: 5px;
}

.paymentscharges th
{
	text-align: left;
}

.listTable td
{
	margin: 0px;
	padding: 2px 7px 2px 2px;
	cursor: pointer;
}

.listTable thead{
    background: #0F71FF;
    color: #FFFFFF;
}

.listTable th{
    padding: 2px 4px;
}

.noPointer td
{
    cursor: default;
}

.listTable a
{
	color: black;
}

.inactiveMember td, .inactiveDiscipline td, .inactive td
{
	background-color: #ff8a8a;
}

.odd td
{
	background-color: #8FBDFF;
}

.even td
{
  background-color: #ffffff;
}

.unpaid td
{
  background-color: #ff3399;
}

tr.unpaid:after
{
    content:"- UNPAID MEMBERSHIP";
}

tr.areaChamp {
    font-weight: bold;
}

tr.noAreaChamp {
    color: #444444;
}

tr.noAreaChamp:after
{
    content:"- No Area Championship shoot";
}

tr.flagAreaChamp
{
    font-weight: bold;
    font-style: italic;
}

tr.flagAreaChamp:after
{
    content:"- Area Championship";
}

tr.scratchedScore:after
{
    content:"- Scratched";
}

.classificationTable tr.inactiveMember:after
{
    content:"- No longer a member";
}

.inTeam td, .additionalHighlight td
{
    text-align: center;
    color: white;
    font-weight: bold;
}

.inTeam td
{
    background-color: green;

}

.additionalHighlight td
{
    background-color: #FF6600;
}

td.inTeamSubRow
{
    border-bottom: 2px solid green;
}

td.additionalHighlightSubRow
{
    border-bottom: 2px solid #FF6600;
}

td.inTeamSubRowLeft
{
    border-left: 2px solid green;
}

td.additionalHighlightSubRowLeft
{
    border-left: 2px solid #FF6600;
}

td.inTeamSubRowRight
{
    border-right: 2px solid green;
}

td.additionalHighlightSubRowRight
{
    border-right: 2px solid #FF6600;
}


.form_error
{
	color: red;
	font-weight: bold;
}



div#ground_name{
    display: inline-block;
}


div#ground_name strong{
    margin-right: 10px;
    display: inline-block;
}

/* Login page */


form.login fieldset {
	margin-top: 2em;
	padding: 1em;
	width: 25em;
	border: 1px solid #cdcdcd;
	margin-left: 6em;
}

form.login p {
	margin-bottom: 0.8em;
}

form.login p label {
	width: 6em;
	margin-right:5px;
	display: block;
	float: left;
	font-size: 12pt;
	text-align: right;
}

form.login .button {
	margin-left: 9em;
}

span.error{
    color: #FF0000;
}

h1{
    font-size: 24px;
    letter-spacing: -2px;
    border-bottom: 3px solid #8FBDFF;
    margin-bottom: 8px;
    padding: 1px;
}

fieldset{
    margin: 15px 0;
    background: #222222;
    padding: 5px;
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
}

legend{
    padding: 2px 5px;
    background: #0F71FF;
}

fieldset input{
    border: 0;
    margin-bottom: 5px;
    padding: 2px;

}

fieldset select{
    border: 0;
    margin-bottom: 5px;
    padding: 2px;
}

input.button, button{
    margin-top: 10px;
    background: #0F71FF;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    border: 0;
}

button{
    padding: 3px 3px 1px 3px;
    margin-top: 0;
}

div#feedback
{
    padding: 5px;
    background: #539F00;
    border-bottom: 4px solid #213F00;
    color: white;
    font-weight: bold;
    font-size: 13px;
    width: 400px;
    margin: 5px 0;
}

form table{
    border-collapse: separate;
}

form table tr{
    background: #E1E1E1;
    padding: 5px;
}

form table tr td
{
    font-size: 13px;
    font-weight: bold;
}

form table tr td, form table tr th
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
    background: #CCCCCC !important;
}

form table tr td input, form table tr td textarea, form table tr td select{
    border: 0;
    padding: 2px;
    margin-right: 4px;

}

.form_error{
    font-size: 11px;
    font-weight: normal;
    color: #BF0000;
    padding-bottom: 3px;
}

form table tr th{
    width: 180px;
    color: #0F71FF;
}

#frontend-footer {
  padding-top: 20px;
}
#frontend-footer #footer-text {
  text-align: center;
  font-size: x-small;
  padding-top: 30px;
  padding-bottom: 30px;
}

/** css hacks **/
.clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display:block;}

.today-link {
  font-size: 11px;
}

pre.terms {
  font-size: 9px;
}
