

/* -- defaults -- */
html {
	
}
body {
	background: #bfbfbf;
	background-image: url(multicms/images/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	text-align: left;
}




/* -- frame -- */
#frame {
	width: 790px;
	background-image: url(multicms/images/frame_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#frame td {
	font: 11px arial;
	text-align: justify;
	vertical-align: top;
}
#frame .topmenu {
	height: 30px;
}
#frame .header {
	height: 175px;
}
#frame .mainmenu {
	height: 50px;
	background: #FFF;
	border: solid #000;
	border-width: 1px 1px 0px 1px;
}
#frame .content {
	background: #FFF;
	border: solid #000;
	border-width: 0px 1px;
}
#frame .footer {
	height: 65px;
	background: #FFF;
	border: solid #000;
	border-width: 0px 1px 1px 1px;
}



/* -- topmenu -- */
#topmenu {
	color: #FFF;
	text-align: right;
	text-transform: lowercase;
	margin: 2px 10px 0px 0px;
}
#topmenu a {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:hover {
	
}



/* -- header -- */
#logo {
	width: 124px;
	height: 141px;
	margin: 15px 0px 0px 15px;
}
#logo img {
	width: 124px;
	height: 141px;
	border: none;
}




/* -- mainmenu -- */
#mainmenu-wrapper {
	height: 30px;
	background: #0671ab;
	border: solid 5px #FFF;
	margin: 0px;
}



/* -- content -- */
#content {
	
}
#content .content-text {
	width: 550px;
	height: 500px;
	font: 12px arial;
}
#content .content-text .content-image {
	width: 180px;
	height: 150px;
	float: right;
	display: inline;
	margin: 0px 30px 30px 20px;
}
#content .content-text .content-image img {
	width: 180px;
	height: 150px;
	border: solid 10px #e8e8e8;
}
#content .content-sublinks {
	width: 200px;
	background-image: url(multicms/images/sublinks_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#content .spacer-v {
	width: 20px;
}
/* -- content-heading -- */
#content-heading {
	margin: 10px 0px 30px 0px;
}
#content-heading h1 {
	font: bold 20px arial;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/* -- program-menu -- */
#program-menu {
	border: solid 1px #000;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	float: right;
	display: inline;
}
#program-menu .wp_h {
	background: #006B88;
	color: #FFF;
	font: bold 12px arial;
	padding: 5px;
}
#program-menu .wp_d {
	background: #D5E9F9;
	text-align: left;
	padding: 5px;
}
#program-menu ul {
	padding: 0px;
	margin: 5px 0px 5px 30px;
}


/* -- rtace-results -- */
#race-results {
	width: 100%;
	background: #f5f5f5;
	border: solid 1px #b8b8b8;
}
#race-results td {
	text-align: center;
	border: solid #FFF;
	border-width: 1px 0px 0px 1px;
	padding: 1px;
}
#race-results .heading {
	font: bold 12px arial;
	text-align: left;
	padding: 2px 1px;
}
#race-results .heading-race {
	font: bold 12px arial;
	text-align: left;
	padding: 2px 1px;
}
#race-results .name {
	text-align: left;
}





/* -- footer -- */
#footer-wrapper {
	height: 45px;
	background: #474747;
	border: solid 5px #FFF;
	margin: 9px 0px 0px 0px;
}
/* -- footermenu -- */
#footermenu {
	color: #acacac;
	text-align: left;
	text-transform: lowercase;
	margin: 5px 10px;
	float: left;
	display: inline;
}
#footermenu a {
	color: #bdbdbd;
	text-decoration: none;
}
#footermenu a:hover {
	color: #FFF;
}
/* -- counter -- */
#counter {
	font: bold 11px arial;
	color: #FFF;
	margin: 5px 10px;
	float: right;
	display: inline;
}
/* -- footer-tag -- */
#footer-tag {
	color: #acacac;
	text-align: right;
	margin: 0px 10px;
	clear: both;
}
#footer-tag a {
	color: #bdbdbd;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #FFF;
}




/* -- form error -- */
#form-error {
	font: bold 12px arial;
	color: #F00;
	margin: 0px 0px 20px 0px;
}

/* -- forms -- */
#std-form {

}
#std-form div {
	font-size: 11px;
	padding: 2.5px 0px;
}
#std-form p {
	width: 150px;
	border: solid 0px #000;
	text-align: right;
	padding: 2px 0px;
	margin: 0px 2px;
	float: left;
	display: block;
	clear: left;
}
#std-form p.text {
	padding: 0px;
}
#std-form .note {
	font: 11px arial;
}
#std-form input, textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#std-form .cb {
	border: none;
}
#std-form .btn_submit {
	background: #4c9702;
	font: bold 11px arial;
	color: #FFF;
}
#std-form select {
	width: auto;
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#std-form option {
	margin: 0px 20px 0px 5px;
}
#std-form .order {
	width: 300px;
	border: solid 1px #9A9A9A;
	font: 11px arial;
	padding: 5px;
}
#std-form .btn_up {
	width: 50px;
	background-image: url(images/bg_formbtn.gif);
	background-position: 10px 0px;
	background-repeat: repeat-x;
}
#std-form fieldset {
	border: solid 1px #3B88B8;
	padding: 0px 0px 10px 0px;
}
#std-form legend {
	font: bold 11px arial;
	color: #3B88B8;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
}
#std-form .cb {
	border: none;
}
#std-form a {
	background: none;
}
#std-form .br {
	display: block;
	clear: both;
}
#std-form .plain-text {
	width: 370px;
	float: left;
	display: inline;
	clear: right;
		/*border: dashed 1px #000;*/
}
#std-form .lnbr {
	clear: both;
}
#content .content-text .ui-datepicker-trigger {
	margin: 0px 0px -3px 3px;
}



/*  LIST  */
#list {
	font: 11px arial;
	border: 1px solid #C2C2C2;
	background: #FFF;
}
#list .list_rh, #list .list_ch, #list .list_lh, #list .list_ch_mid {
	font: bold 11px arial;
	background: #EEEDED;
	border: solid #C2C2C2;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}
#list .list_ch_mid {
	border-width: 1px 0px;
	text-align: center;
}
#list .list_r, #list .list_c, #list .list_l {
	font: 11px arial;
	background: #F4F4F4;
	padding: 3px;
}
#list .list_l, #list .list_lh {
	text-align: right;
}
#list .list_c, #list .list_ch {
	text-align: center;
}



/* -- color spans -- */
#content span.green
{color: #090;}
#content span.red
{color: #F00;}
#content span.blue
{color: #03F;}
#content span.orange
{color: #F90;}
#content span.grey
{color: #BBB;}


/* -- pagination -- */
#pagination {
	text-align: center;
	margin: 15px 0px;
		/*border: solid 1px #000;*/
}
#pagination a {
	background: #dfdfdf;
	font: bold 12px arial;
	color: #aaaaaa;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	padding: 0px 5px;
	margin: 0px 2px;
}
#pagination a:hover {
	background: #69b0da;
	color: #FFF;
}
#pagination a.selected {
	background: #0671ab;
	color: #FFF;
}
#pagination a.selected:hover {
	/*background: #;*/
}





/* -- results -- */
#results {
	width: 100%;
	background: #FFF;
}
#results td {
	background: #EFEFEF;
	padding: 2px 3px;
}
#results .heading {
	font: bold 14px arial;
	text-align: center;
	padding: 5px 0px;
}
#results .no {
	width: 25px;
}
#results .time {
	width: 60px;
}




/* -- notification -- */
#notification {
	width: 450px;
	height: 160px;
	background: #FFF;
	font: 12px arial;
	border: solid 15px #ADD8E6;
	padding: 20px;
	margin: -200px 0px 0px -225px;
	position: absolute;
	left: 50%;
	top: 50%;
}





