
/* general */
body, html {
	margin: 0px;
	padding: 0px;
}
body {
	color: white;
	background-color: black;
	font-family: Arial, Verdana, sans-serif;
}
#content a:hover, #top a:hover {
	color: black;
}



/* transaction info */
#transactioninfo {
	z-index: 1000;
}
#transactionInfo span {
	position: absolute;
	color: black;
	background-color: white;
	border: 2px solid black;
	top: 20px;
	left: 20px;
	padding: 5px;
}



/* top (menu, breadcrumb)*/
#top {
	background-image: url(images/top_bling_uusi.png);
	background-repeat: no-repeat;
	background-position: 50%;

	height: 257px;
	width: 850px;
	margin:0px;
	margin-left: auto;
	margin-right:auto;
	border-top: 1px solid black;
}
#top h1 {
	display:none;
}
#top a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#topMenu {
	margin: 0px;
	padding: 0px;
	margin-top: 157px;
	margin-left: 180px;
	width: 680px;
	list-style: none;
}
#topMenu a {
	text-transform: uppercase;
	font-size: 14px;
}
#topMenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 15px;
}

#breadcrumbNav {
	position:absolute;
	top: 186px;
	width: 850px;
	margin-left: auto;
	margin-right:auto;
	padding-left: 70px;
}
#breadcrumbNav a, #breadcrumbNav, #breadcrumbNavCalendar, #breadcrumbNavCalendar a {
	font-size: 12px;
	color: #ccc;
}




/* content (managementbar, content, subpage) */
#managementBar {
	width: 700px;
	border-bottom: 1px solid #aaa;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content {
	position: relative;
	color: black;
	font-size: 13px;
	background-image: url(images/middle_transparent_new.png);
	width: 461px;
	padding-left: 32px;
	padding-right: 246px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -45px;
	border-top: 1px solid white;
	z-index: 100;
	min-height: 350px;
}
#content a {
	color: #8c7e5b;
	text-decoration: underline;
}
#content h1 {
	color: white;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 26px;
	font-weight: normal;
	padding-top:6px;
	padding-left: 4px;
	height: 40px;
}
#content h2, #content h3, #content h4, #content h5 {
	color: #8e7e5d;
}
#content h2 {
	font-size: 19px;
}
#subpage {
	width: 229px;
	position: absolute;
	top: 17px;
	right: 10px;
}
#content.firstPage #subpage {
	top: 0px;
}
#subpage ul {
	list-style: none;
}
#content.otherPage #subpage a {
	text-decoration: none;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 1px;
	padding-left: 12px;
}
#subpage .tcwNewsHeaders {
	width: 229px;
}
#subpage .tcwNewsHeaders h3 {
	font-size: 15px;
	margin: 0px;
	font-weight: normal;
}
#subpage .tcwNewsHeaders_date {
	padding-top: 10px;
}
#subpage .tcwNewsHeaders h3.tcwNewsHeaders_date {
	margin-top: 10px;
}
#content.firstPage h2 {
	color: black;
}






/* foonter */
#footer {
	position: absolute;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -435px;
	margin-top: -172px;
	height: 297px;
	width: 870px;
}


/* calendar */
#breadcrumbNavCalendar {
	position: absolute;
	top:0;
	margin-top:0;
	margin-left: 20px;
}
a.tcwCalendarDayNumber
{
	display: block;
	background-color: #CEC1A4;
}
.tcwCalendar a.tcwNodeLink
{
	color: #333333;
	text-decoration: underline;
}

.tcwCalendar {
	color: white;
	background-color: #6D5218;
	font-size: 12px;
	border-collapse: collapse;
}
.tcwCalendar th a.tcwNodeLink {
	color: white;
	text-decoration: none;
}
.tcwCalendar tbody td.tcwCalendarEmpty {
	background-color: #8E7E5C;
	border: 0;
}
.tcwCalendarWeek, th.tcwCalendarDay {
	background-color: #8E7E5C;
}
.tcwCalendar td.tcwCalendarDay p {
	padding-left: 5px;
}

/* dayview */
.tcwCalendar_container {
	background-color:black;
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
h1.tcwCalendarDayViewDay {
}
.tcwCalendar_container h1 {
	margin-bottom:0;
	border: none;
	margin:0;
	padding-top: 20px;
	padding-bottom:10px;
}
.tcwCalendar_container h2 {
	margin-top:0;
	border-top: 20px solid #d2d2d2;
	padding-left: 20px;
	padding-right: 20px;
}
.advancedSettingsButton {
	background-color:black;
}
