/************************************
** general definitions
************************************/

html {
	height: 100%;
	background-color:#29283e;
	
}


body {
	height: 100%;
	background-color:#29283e;

}

body, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #29283e;
	font-size: 12px;
}

th {
	width: 80px;
	font-style: italic;
	vertical-align: top;
}

.small {
	font-size: 90%;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	padding-bottom:2px;
	margin-bottom: 5px;
/*	background: url(slices/subtitle_s.gif) repeat-x left bottom; */
	background: url(slices/bgh22.gif) no-repeat left 50%;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 8px;
}


img.icon {
	vertical-align: top;
}

a {
	color: #9793a7;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}	

a:link { color: #848094; }
a:visited { color: #848094; }
a:focus { color: #848094; }
a:hover { color: #29283e; }
a:active { color: #29283e; }

.flash {
	background: url(slices/flash.gif) no-repeat left 50%;
	padding-left: 8px;
}


table.padding td, table.padding th {
	padding: 4px;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #E76300; 
}


/* ie < 7 peekaboo hack (prevents content from vanishing)  \*/ 
* html .gainlayout { height: 1%; } 
/* */


.clear  {
    clear:both;
    height:0;
    width:0;
    visibility:hidden;
}

/************************************
** website structure
************************************/

div#container {
	width: 942px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #ffffff;
}

div#header {
	background: url(slices/header.jpg) no-repeat 0px 0px;
	height: 157px;
	margin-bottom: 5px;
	position: relative;
}

a#headerlink {
	display:block;
	position:absolute;
	top:96px;
	left:6px;
	width:450px;
	height:56px;
}

div#navigation {
	width: 942px;
	height: 26px;
	margin-bottom: 5px;
	background: #9793a7;
}

div#leftcolumn {
	width: 178px;
	float: left;
	background: #ecebef;
}

div#middlecolumn {
	margin: 0px 143px 0px 183px;
	background: #ecebef;
	min-height: 550px;
}

div#rightcolumn {
	width: 138px;
	float: right;
}

#noscript {
	text-align:center;
	font-size: 160%;
	color:#f00;
	background: #fdd;
	padding: 1px;
	border: 3px double #f00;
	padding: 10px;
	margin-bottom: 5px;
}

/************************************
** navigation / title
************************************/

div.partnerstitle { 
	margin: 8px 0px 0px 0px;
	border-bottom: 1px dotted #9793A7;
	color: #9793A7;
}

div.partners { 
	border: 1px solid #9793A7;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 5px 0px;
	background-color:#FFFFFF;
}

div.partners img { 
	margin: 4px 0px 6px 0px;
}

div.titlebar {
	font-weight: bold;
	height: 21px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 8px;
	background: url(slices/titlebg.jpg) no-repeat #B1ADBD;
}

div.titlebar_orange {
	font-weight: bold;
	height: 21px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 8px;
	color: #fff;
	background: url(slices/titlebg_orange.gif) no-repeat #ff8604;
}

div.welcome_box {
	padding: 5px;
	background: #fff;
	margin-bottom: 5px;
}

/************************************
** boxes
************************************/

div.paddingbox {
	padding: 8px;
}

div.contentbox {
	background: #fff;
	margin-bottom: 8px;
}

div.locationbox {
	background: #fff;
	margin-bottom: 8px;
	margin-left:124px;
}

div.imagebox {
	float: left;
	width:100px;
	background: #fff;
}

div.locationpreview {
	padding: 5px;
	background: #fff;
	margin-bottom: 5px;
	height: 100px;
}

div.half_float {
	width: 160px;
	float: left;
}

/************************************
** club specific
************************************/

div.clubname {
	color: #29283e;
	background: #B1ADBD;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 1px;
	height: 16px;
	margin-bottom: 5px;
}


div.clubname a {
	color: #29283e;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}	


div.clubname a:link { color: #29283e; }
div.clubname a:visited { color: #29283e; }
div.clubname a:focus { color: #29283e; }
div.clubname a:hover { color: #ECEBEF; }
div.clubname a:active { color: #ECEBEF; }

#location_images img {
	margin-bottom: 8px;
}



ol.decimal {
	list-style-type: decimal;
	margin-bottom: 2px;
}

ol.decimal li {
	list-style-type: decimal;
	margin-left: 16px;
	margin-bottom: 2px;
}

ul.circle {
	list-style-type: circle;
	margin-bottom: 2px;
}

ul.circle li {
	list-style-type: circle;
	margin-left: 16px;
	margin-bottom: 2px;
}

div.comment_name {

}

div.comment_body {
	font-style: italic;
}

/************************************
** forms
************************************/

select.countryselect option, h2.flags {
	background: 4px 50% no-repeat transparent;
	padding-left: 24px;
}

input.fixedwidth {
	width: 300px;
}

input.textinput, textarea.textinput {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #29283E;
	padding: 1px 1px;
	border: 1px inset #9793A7;
	background: #ECEBEF;
	width: 300px;
	vertical-align:middle;
}

/* overwrite yui default for autocomplete input */
.yui-skin-sam .yui-ac-input {
	position: relative;
}

div.autocompleteContainer {
	width: 300px;
}

input.checkbox {
	margin: 1px 4px;
}

button {
	color: #29283E;
	font-size: 12px;
	font-weight: normal;
	border: 0px none;
	background: url(slices/button.png) no-repeat 0px 0px transparent;
	padding: 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	width: 111px;
	height: 21px;
	cursor: pointer;
}

button:hover, button.hover {
	background: url(slices/button.png) no-repeat 0px -21px transparent;
}

button:active, button.active {
	background: url(slices/button.png) no-repeat 0px -42px transparent;
}

 

select {
	border: 1px solid #999;
}

select.loading {
	background: url(images/ajax-loader.gif) no-repeat 2px 1px;
	padding-left: 20px;
}

.search_highlight {
	font-weight: bold;
	/*background-color: #ff8604;*/
}

/************************************
** ajax error indicators
************************************/

input.formvalidator_error, textarea.formvalidator_error {
	border-style: inset;
}

div.formvalidator_error {
	border-width: 1px;
	border-style: inset;
}


/************************************
** YUI skin override
************************************/

/* modal dialog */
.yui-skin-sam .yui-panel .hd {
	background: url('slices/titlebg_orange.gif') no-repeat #FF8604;
}

/* tooltip */
.yui-skin-sam .yui-tt .bd {
	background-color: #ff8604;
}


/************************************
** shadowbox override
************************************/

#shadowbox_body {
	border: 5px solid #fff;
}
