table.varaustiedot th {
	color: #fff;
	font-size: 0.8em;
	padding: 0.5em;
	text-align: left;
	font-weight: bold;
	background-color: #EC870E;
	vertical-align: top;
	width: 200px;
	border-bottom: 1px dotted #EAEAEA;
	border-right: 1px dotted #EAEAEA;
}

#selectable_user .ui-selecting {
	background: #EC870E;
}

#selectable_user .ui-selected {
	background: #EC870E;
	color: white;
}

#selectable_group .ui-selecting {
	background: #EC870E;
}

#selectable_group .ui-selected {
	background: #EC870E;
	color: white;
}

#selectable_week .ui-selecting {
	background: #EC870E;
}

#selectable_week .ui-selected {
	background: #EC870E;
	color: white;
}

table#selectable_time td div.ui-selecting {
	background: #EC870E;
}

table#selectable_time td div.ui-selected {
	background: #EC870E;
	color: white;
}

table#selectable_time td div:hover {
	background: #EC870E;
}

#accordion h3.ui-state-default {
	background: #EC870E;
	border: 1px solid #EC870E;
}

#accordion h3.ui-state-active {
	color: #fff;
}

#group_accordion h3.ui-state-default {
	background: #EC870E;
	border: 1px solid #EC870E;
}

#group_accordion h3.ui-state-active {
	color: #fff;
}

#group_accordion label.ui-state-default {
	background: #666666;
	border: 1px solid #EC870E;
}

#group_accordion label.ui-state-active {
	color: #EC870E;
}

a.ilmoittaudu_linkki, a.ilmoittaudu_linkki:visited {
	color: #fff;
}

.ui-state-active a:link, .ui-state-active a:visited {
	color: #fff;
}

.toimipiste_linkki a {
	font-size: 20px;
	color: #EC870E;
}

.ryhmavarausbutton {
	background-image: url('../img/palvelut_ryhma2.png');
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding: 5px;
	margin: 0px;
	height: 90px;
	width: 350px;
	background-color: #EC870E;
	font-weight: bold;
	border: 1px solid #EC870E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.ryhmavarausbutton_link {
	display: block;
	margin: 30px 10px 10px 60px;
}

.ryhmavarausbutton a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

.ryhmavarausbutton:hover {
	background-color: #EC870E;
}

.ryhmavaraus_maarat {
	width: 70px;
	color: white;
	font-size: 16px;
	background: #666666;
	padding: 0px 10px 3px 10px;
	border: 1px solid #666666;
	border-radius: 15px;
	text-align: center;
}

.login_text a {
	color: #EC870E;
	font-weight: bold;
}

div.ht_title {
	width: 100%;
	clear: both;
}

div.ht_title a {
	color: #EC870E;
	text-decoration: none;
	font-weight: bold;
}

div#varaus_success b {
	color: #EC870E;
}

.cancelOK {
	color: #EC870E;
}

.ohje_kehys {
	border: 2px solid #EC870E;
	padding: 10px;
	margin: 5px 0px 5px 0px;
}

###
TABS ### div.toolbar {
	background-color: #EC870E;
}

div#breadcrumbs {
	display: block;
	overflow: auto;
	padding: 0em 0em 0em 0.5em;
	background-color: #EC870E;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

div.breadcrumb {
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 6px;
	border: 2px solid #fff;
	background-color: #fff;
	width: auto;
	float: left;
	font-weight: bold;
	color: #EC870E;
}

div.breadcrumb a {
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	color: #EC870E;
}

div.breadcrumb_complete {
	border: 2px solid #fff;
	background-color: #fff;
	width: auto;
	float: left;
}

div.breadcrumb_complete a {
	text-decoration: none;
	margin-left: 10px;
	margin-right: 15px;
	color: #666666;
}

div.breadcrumb_disabled {
	border: 2px solid #f2f2f2;
	background-color: #f2f2f2;
	width: auto;
	float: left;
	color: #666666;
}

div.breadcrumb_start {
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

div.breadcrumb_middle {
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

div.breadcrumb_last {
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}