HTML,
BODY {
	margin: 0px;
	padding: 0px;
}

BODY {
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	
	font-family: 'Open Sans', serif;
	padding-bottom: 40px;
}

A IMG {
	border: 0px;
}

A {
	color: #00308C;
}

.clearfix {
	clear: both;
}

H2,H3 {
	font-family: 'Open Sans', serif;
}

H2 {
	font-size: 28px;
	margin-bottom: 10px;
}
H3 {
	font-size: 21px;
	margin: 0.7em 0 0.3em 0;
}

#header_content,
#container {
	width: 1000px;
	margin: 0px auto;
	
	position: relative;
}

#header {
	background-image: url('img/header_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	
	width: 100%;
	height: 214px;
}
#header_content {
	height: 214px;
}

#logo {
	position: absolute;
	bottom: 100px;
	left: 30px;
}

#login {
	position: absolute;
	right: 20px;
	top: 30px;
	font-size: 14px;
}

#login A {
	color: #0D6BA0;
}

#login A.button {
	color: white;
	margin-right: 20px;
}

#register_sms {
	font-family: Neucha;
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 100px;
}

#menu {

	background-color: red;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 1000px;
	height: 40px;
	
	padding-bottom: 10px;
	margin-bottom: -10px;
}

#menu UL {
	margin: 0px 0px 0px 20px;
	padding: 10px;
	
	list-style-type: none;
}

#menu UL LI {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	
	display: block;
	float: left;
}

#menu UL LI A {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: white;
	
}

#menu UL LI.contact {
	text-align: right;
}

#content_container {

	width: 960px;
	min-height: 400px;
	padding: 20px;

	background-color: white;
	border-radius: 10px;
	
	box-shadow: 0 0 8px 1px #B6B6B6;
	
	font-family: Verdana, Arial;
	font-size: 13px;
	
}

#content {
	float: left;
	width: 700px;
}

#content P {
	line-height: 1.4em;
}

#rightbar {
	float: right;
	width: 21%;
}


TABLE.pretty
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
TABLE.pretty th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #434343;
}
TABLE.pretty td
{
	padding: 8px;
	color: #434343;
}
TABLE.pretty .odd
{
	background: #F6F6F6; 
}





FORM.pretty FIELDSET {
	border: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}



FORM.pretty {
	margin: 0;
	overflow:hidden;
}
FORM.pretty legend,
FORM.pretty label{
	display:block;
	margin-top: 20px;
}
FORM.pretty legend {
	margin-bottom: 2px;
}
FORM.pretty FIELDSET LABEL {
	margin-left: 3px;
}
FORM.pretty FIELDSET INPUT {
	margin-top: 5px;
}
FORM.pretty input,
FORM.pretty textarea{
	font-size: 1.2em;
	width:192px;
	border:1px solid #ddd;
	background:#fff url(img/form_input.gif) repeat-x;
	padding:5px;
	margin:2px;
	border-radius: 2px;
}		
FORM.pretty textarea{
	width:400px;
	height:150px;
	overflow:auto;
}

FORM.pretty .radio LABEL,
FORM.pretty .checkbox LABEL {
	display: inline;
}
FORM.pretty .radio INPUT,
FORM.pretty .checkbox INPUT {
	width: auto;
}

FORM.pretty .submit INPUT,
FORM.pretty INPUT.submit {
	width: auto;
	padding: 10px 25px;
	margin-top: 20px;
	
	border-radius: 5px;
	background-color: #3F3F3F;
	background-image: none;
	
	font-size: 16px;
	color: white;
	
	cursor: pointer;
}


.course_name_floater {
	background-repeat: repeat-x;
	background-image: url('img/white_gradient.png');
	background-position: bottom;

	position: absolute;
	padding: 10px 0px 40px 0px;
	width:100%;	
}

.calendar_container {
	width: 189px;
	
	/*
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.27);
	border-radius: 5px;
	*/
}

.calendar_container A {
	text-decoration: none;
	font-weight: bold;
}

.calendar .dom {
	float: left;
	width: 17px;
	height: 15px;
	text-align: right;
	padding: 5px;
}

.calendar .activity {
	background-color: #e7e7e7;
}

.calendar .Mon {
	clear: left;
}

.calendar .Sun {
	clear: right;
}

.calendar_header {
	height: 30px;
	line-height: 25px;
}

.calendar_header .left,
.calendar_header .right {
	width: 20%;
	float: left;
}
.calendar_header .right {
	text-align: right;
}
.calendar_header .month {
	float: left;
	width: 60%;
	text-align: center;
	
	font-size: 1.3em;
}

.error-message {
	border-radius: 3px;
	background-color: #d62a2a;
	color: white;
	padding: 5px;
	margin: 3px;
	font-size: 1.1em;
}


.post_title H2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post_title SPAN.post_date {
	color: gray;
}

.post_content H3 SPAN.smaller {
	font-size: 0.7em;
	color: gray;
}

.clear {
	clear: both;
	width: 1px;
	height: 10px;
}

UL.roman {
	list-style-type: upper-roman;
}

UL.none {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
}

A.button,
A.registration {
	display: inline-block;
	background-color: red;
	color: white;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 10px 0px;
	text-decoration: none;
}

#flashMessage {
	font-size: 1.4em;
	border-radius: 5px;
	padding: 10px;
	background-color: #e6e6e6;
	color: black;
}

#flashMessage.error-message {
	background-color: #D62A2A;
	color: white;
}


form .required.radio legend:after,
form .required.select label:after,
form .required.text label:after {
	content: '*';
	display:inline;
}

TABLE.competition_summary TD,
TABLE.competition_summary TH {
	font-size: 1.1em;
}

TABLE.competition_summary TH {
	text-align: left;
	padding-right: 10px;
}

.rightcol,
.leftcol {
	width: 50%;
	float: left;
}

.dog_nr {
	display: inline-block;
	position: relative;
	
	cursor: default;
	top: -2px;
	color: white;
	background-color: #bbb;
	border-radius: 4px;
	padding: 0px 2px;
	margin-right: 5px;
	width: 20px;
	line-height: 1.8em;
	
	text-align: center;
	font-size: 10px;
}


.ajax_search_results {
	position: absolute;
	left: 0px;
	top: 0px;
}

UL.ajax_search_results {
	border: 1px solid #ddd;
	background-color: white;
	font-size: 14px;
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
}

.ajax_search_results LI {
	padding: 2px 8px;
}

.ajax_search_results A {
	display: inline-block;
	text-decoration: none;
	color: rgb(51, 51, 51);
	line-height: 1.5em;
	width: 100%;
}

#dummy {
	display: none;
}

.input.error input {
	border-left: 3px solid red;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.input .error {
	font-style: italic;
	color: red;
	font-size: 0.9em;
	margin-left: 10px;
	margin-bottom: 5px;
}

.flash {
	color: white;
	margin: 0px;
}

.flash p {
	padding: 10px;
	margin: 0px;
	background-color: #383838;
}

.flash_error P {
	background-color: red;
}