@charset "UTF-8";

/*

CSS 2.0 Document

Default Mocca color scheme

Exclusively made for Maarian seurakunnan nuorisotyö Maariannuoret.net.

Copyright © 2008 Jan Lindström

*/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

body {
	color: #000;
	font: 12px Geneva, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	background: #FFF url(images/head_bg.jpg) repeat-x 50% 0;
	margin: 0;
	padding: 0;
}

/* TEXT, LINKS & HEADER & COMMON STYLES */
a {
	color: #006FC8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	color: #A69279; /*monaco: #006FC8*/
	font-family: Arial, Geneva, Verdana, sans-serif;
	margin: 5px 0 15px 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
p {
	margin: 5px 0 15px 0;
}
p.info {
	min-height: 40px;
	background: transparent url(images/icons/info.png) no-repeat 0 0;
	margin: 0;
	padding: 5px 55px;
}
span.bold, p.bold {
	font-weight: bold;
}
span.italic {
	font-style: italic;
}
ul {
	margin: 5px 25px 15px 25px;
	list-style: disc;
}
ul ul {
	list-style: circle;
	margin-top: 2px;
	margin-bottom: 5px;
}
li.inner {
	list-style: none;
}

	/* misc headers */
h3.divider, fieldset h3 {
	border-bottom: 2px solid #C1C1C1;
}

div.content_box div.header h2 {
	height: 22px;
	color: #FFF;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 0;
	padding: 4px 15px;
}
div.login h4 {
	margin-top: 0;
}

/* MAIN BODY with rounded corners and light grey background */
div.header_body {
	background: transparent url(images/header_logo.jpg) no-repeat 50% 0;
	width: 980px;
	height: 185px;
	z-index: 0;
	margin: 0 auto;
}
div.header_body h1.logo {
	margin: 0;
	padding: 0;
}
div.header_body h1.logo a {
	width: 350px;
	height: 95px;
	display: block;
	position: absolute;
	text-indent: -9999em;
	outline: none;
	margin: 10px 0 0 30px;
	padding: 0;
}
div.innerbody {
	width: 880px;
	z-index: 1;
	position: relative;
	top: -45px;
	margin: 0 auto;
	padding: 0;
}
div.innerbody_footer {
	background: transparent url(images/innerfooter.png) no-repeat 0 0;
	width: 880px;
	height: 10px;
	margin: 0;
	padding: 0;
}
div.content {
	position: relative;
	background-color: #F0F0F0;
	border: 1px solid #E0E0E0;
	border-bottom: none;
	border-top: none;
	margin: 0;
	padding: 0;
}
div.page_column {
	border: none;
	width: 640px;
	float: left;
	padding: 0 10px;
}
div.page_column_right {
	border: none;
	width: 198px;
	float: left;
	padding: 0 10px;
}
div.copyright {
   border-top: 5px solid #006FC8;
   margin: 15px 0;
   padding-top: 3px;
   font-size: 10px;
}
div.clear {
	width: 0;
	height: 0;
	border: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
div.page_column div.bottom_links {
	font: 11px Arial, Helvetica, sans-serif;
}
div.page_column div.bottom_links {
	color: #4C4C4C;
	font-weight: bold;
}
div.page_column div.bottom_links a {
	color: #8C8C8C;
	margin: 0 4px;
}


/* TABBED MENU & HORIZONTAL SUBMENU */
ul.menu {
	width: 860px;
	height: 35px;
	background: transparent url(images/innerheader.png) no-repeat 0 100%;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
ul.menu li {
	height: 25px;
	display: block;
	float: left;
	background: transparent url(images/mocca/tab_right.png) no-repeat 100% 0;
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-right: 1px;
	letter-spacing: 0px;
}
ul.menu li.selected {
	height: 26px;
	background-image: url(images/tab_right_selected.png);
}
ul.menu li a {
	height: 21px;
	color: #3B3B3B;
	display: block;
	float: left;
	background: transparent url(images/mocca/tab_left.png) no-repeat 0 0;
	margin: 0;
	margin-right: 5px;
	padding: 4px 5px 0 10px;
}
ul.menu li.selected a {
	color: #006FC8;
	height: 22px;
}
ul.menu li a:hover {
	text-decoration: underline;
}
ul.menu li.selected a {
	background-image: url(images/tab_left_selected.png);
	text-decoration: underline;
}

div.submenu {
	background-color: #F0F0F0;
	border: 1px solid #E0E0E0;
	border-top: none;
	border-bottom: none;
	padding-bottom: 10px;
	
}
ul.submenu {
	width: 858px;
	height: 25px;
	background: transparent url(images/submenu.png) no-repeat 10px 0;
	list-style: none;
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
	padding: 0 10px;
}
ul.submenu li {
	height: 20px;
	display: block;
	float: left;
}
ul.submenu li.selected {
	background: transparent url(images/mocca/submenu_selected.png) repeat-x 0 0;
}
ul.submenu li a {
	height: 18px;
	display: block;
	float: left;
	padding: 2px 10px 0 10px;
}
ul.submenu li.selected a {
	color: #FFF;
}
ul.submenu li.selected a.side {
	background: transparent url(images/mocca/submenu_selected_side.png) no-repeat 0 0;
}

/* VERTICAL SIDEMENU */
ul.sidemenu {
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
ul.sidemenu li {
	height: 16px;
	border-left: 3px solid #F0F0F0;
	margin-bottom: 2px;
	padding: 2px 15px;
}
ul.sidemenu li.selected, ul.sidemenu li:hover {
	border-color: #006FC8;
}
ul.sidemenu li.selected a {

}


/* BOXES */
div.content_box {
	width: 640px;
	margin-bottom: 15px;
}
div.content_box div.header {
	width: 640px;
	height: 30px;
	background: transparent url(images/mocca/content_header.png) no-repeat 0 0;
}
div.content_box div.content {
	width: 608px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	border-bottom: none;
	border-top: none;
	margin: 0;
	padding: 15px;
}
div.content_box div.footer {
	width: 640px;
	height: 5px;
	background: transparent url(images/content_footer.png) no-repeat 0 0;
}

/* SMALL INNER CONTENT BOXES with rounded corners */
.small_box {
	margin-bottom: 5px;
}
.aqua {
	background-color: #ECF3F7;
}
.greyish {
	background-color: #EEE;
}
.skyblue {
	background-color: #E1EBF2;
}
.lightblue {
	background-color: #CADCEB;
}
.lightred {
	background-color: #FF99CC;
}
.ochre {
	background-color: #F5D995;
}
.small_box_header, .small_box_footer {
	height: 5px;
}
.white_top, .grey_top {
	background: transparent url(images/corner_top_left_white.png) no-repeat 0 0;
}
.grey_top {
	background-image: url(images/corner_top_left_grey.png);
}
.white_top2, .grey_top2 {
	background: transparent url(images/corner_top_right_white.png) no-repeat 100% 0;
}
.grey_top2 {
	background-image: url(images/corner_top_right_grey.png);
}
.small_box .box_content {
	padding: 0 5px;
}
.white_btm, .grey_btm {
	background: transparent url(images/corner_btm_left_white.png) no-repeat 0 0;
}
.grey_btm {
	background-image: url(images/corner_btm_left_grey.png);
}
.white_btm2, .grey_btm2 {
	background: transparent url(images/corner_btm_right_white.png) no-repeat 100% 0;
}
.grey_btm2 {
	background-image: url(images/corner_btm_right_grey.png);
}
div.small_box h2, div.small_box h4 {
	color: #3B3B3B;
}
div.small_box h4 {
	margin-top: 10px;
}


/* RIGHT COLUMN CONTENTS */
	/* user icons */
span.user {
	height: 14px;
	background: transparent url(images/icons/user.png) no-repeat 0 0;
	padding: 0 0 2px 22px;
}
span.not_user {
	background-image: url(images/icons/not_user.png);
}
span.worker {
	background-image: url(images/icons/worker.png);
}
span.admin {
	background-image: url(images/icons/admin.png);
}
span.timestamp {
	color: #909090;
	margin-left: 5px;
}
/* LOGIN BOX */
div.login ul.services {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
div.login input.normal {
	width: 190px;
}
div.login_option, .buttons {
	clear: both;
}
div.login_info span.user {
	float: none;
}
div.login_info span.last_login {
	display: block;
	font-size: 9px;
	color: #909090;
}
.login span.user {
	display: block;
	margin-bottom: 2px;
}
div.comment_info span.user, div.comment_info span.timestamp {
	display: block;
	float: left;
	padding-top: 1px;
}


/* PAGINATION */
	/* pagination */
span.pagination_row {
	display: block;
	height: 20px;
	background-color: #E0E0E0;
	margin: -15px -15px 15px -15px;
	padding: 0 5px;
}
.pagination_row a {
	color: #515151;
}
span.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	float: right;
}
span.pagination strong {
	font-weight: normal;
	color: #FFF;
	background-color: #006FC8;
	border: 1px solid #006FC8;
	font-size: 10px;
	margin: 0 2px;
	padding: 0 3px;
}
span.pagination a {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	background-color: #EEE;
	border: 1px solid #BABABA;
	font-size: 10px;
	margin: 0 2px;
	padding: 0 3px;
}
span.pagination a:hover {
	border-color: #006FC8;
	background-color: #006FC8;
	color: #FFF;
	text-decoration: none;
}

/* status bar */
div.status_bar {
	height: 14px;
	font-size: 10px;
	margin: 1px 0;
}
div.status_bar div.visual_bar, div.status_bar div.counterpart {
	float: left;
	height: 14px;
	text-align: center;
	overflow: visible;
	color: #FFF;
	z-index: 1;
	position: relative;
}
div.status_bar div.counterpart {
	position: relative;
	z-index: 0;
}
div.status_bar div.green {
	background-image: url(images/status_bar/green.png);
}
div.status_bar div.yellow {
	background-image: url(images/status_bar/yellow.png);
}
div.status_bar div.red {
	background-image: url(images/status_bar/red.png);
}
div.status_bar div.grey {
	background-image: url(images/status_bar/grey.png);
}
div.status_bar div.counterpart {
	background-color: #CCC;
}
div.corner {
	height: 14px;
	background: transparent url(images/status_bar/corner_left_white.png) no-repeat 0 0;
}
div.right {
	background-image: url(images/status_bar/corner_right_white.png);
	background-position: 100% 0;
}

/* ERROR PAGE */
.notice_text h1 {
	color: #900;
	margin-top: 0;
}
.notice_text a {
	color: #900;
}

/* COMMONLY USED */
hr.divider {
	color: #FFF;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #C1C1C1;
	margin: 15px 0 25px 0;
}
.hidden {
	display: none;
}
a.help-icon {
	color: #FFF;
	position: relative;
	z-index: 0;
	vertical-align: bottom;
}
a.help-icon:hover {
	text-decoration: none;
	background-color: transparent;
	z-index: 50;
}
a.help-icon span.help_box {
	width: 250px;
	display: block;
	position: absolute;
	z-index: 5;
	visibility: hidden;
}
a.help-icon span.help_text {
	width: 240px;
	font-size: 10px;
	display: block;
	background: transparent url(images/help_box_top.png) no-repeat 0 0;
	padding: 4px 5px 0 5px;
}
a.help-icon span.help_box_bottom {
	width: 250px;
	height: 4px;
	background: transparent url(images/help_box_bottom.png) no-repeat 0 0;
	display: block;
}
a.help-icon:hover span.help_box {
	visibility: visible;
	top: 18px;
	left: 12px;
}
div.lock {
	background: transparent url(images/icons/lock.png) no-repeat 0 0;
	padding-left: 55px;
}

/* FORMS */
select {
	font: 11px Geneva, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
}
input, textarea, select {
	outline: none;
}
input.normal, textarea.normal {
	font: 12px Geneva, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	background: #FFF url(images/form_text_bg.png) repeat-x 0 0;
	border: 1px solid #C1C1C1;
	border-bottom-color: #E1E1E1;
	border-top-color: #858585;
	margin: 0;
	padding: 2px;
}
input.normal:focus, textarea.normal:focus {
	border-color: #006FC8 !important;
}
input.button {
	font: 12px Geneva, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;
	padding: 0 5px 2px 5px;
}
input.button2 {
	font: 11px Geneva, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	background: #FFF url(images/mocca/button.png) repeat-x 0 0;
	border: 1px solid #666;
	margin: 2px 0;
	padding: 1px 3px;
}
input.button2:hover {
	color: #900;
	border-color: #900;
}
input.altn {
	float: right;
}
input.hidden {
	display: none;
}
input.bold {
	font-weight: bold;
}
option {
	padding: 0 3px;
}
optgroup option {
	padding-left: 15px;
}
span.mistake {
	font-size: 10px;
	display: block;
	color: #F66;
}
div.progress_bar {
	display: none;
	background: #FFF url(images/progress_bar.gif) repeat-x 0 0;
	height: 20px;
	margin-top: 3px;
}
div.prgr_bar_frame {
	background: transparent url(images/prgr_bar_frame.png) no-repeat 0 0;
	height: 20px;
}
div.progress_bar h5 {
	color: #3B3B3B;
	font-weight: bold;
	background: transparent url(images/prgr_bar_frame_right.png) no-repeat 100% 0;
	height: 14px;
	margin: 0;
	padding: 3px 15px;
}
	/* element widths */
.narrow_minus {
	width: 80px;
}
.narrow {
	width: 100px;
}
.narrow_plus {
	width: 120px;
}
.narrow_x {
	width: 140px;
}
.medium_minus {
	width: 160px;
}
.medium {
	width: 180px;
}
.medium_plus {
	width: 200px;
}
.wide_minus {
	width: 240px;
}
.wide {
	width: 300px;
}
.wide_plus {
	width: 330px;
}
.wide_x {
	width: 360px;
}
textarea.medium, select.medium {
	width: 300px;
	height: 100px;
}
textarea.wide, select.wide {
	width: 450px;
}
textarea.large, select.large {
	width: 450px;
	height: 150px;
}

	/* form layout */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
label {
	border-bottom: 1px dotted #C1C1C1;
	cursor: pointer;
	display: block;
	float: left;
	clear: left;
	margin-right: 5px;
}
label.hide {
	visibility: hidden;
}
form.vertical div.login label.hide {
	display: none;
}
div.field label {
	display: inline-block;
	float: none;
	clear: none;
	border: none;
	margin: 0;
	padding: 0;
}
div.radio label {
	padding-top: 2px;
}
form.vertical div.login label {
	border: none;
	width: auto;
}
div.field, div.radio {
	float: left;
	margin: 0;
	margin-bottom: 2px;
	padding: 2px 0;
}
div.login div.field {
	margin: 0;
}
div.radio {
	padding: 0;
}
div.no_line, label.no_line {
	border: none;
	padding-top: 2px;
}
div.text {
	float: left;
	padding: 0 1px;
}
div.form_footer {
	clear: both;
	border-top: 2px solid #C1C1C1;
	margin-top: 5px;
}
form.horizontal div.form_footer {
	border: none;
	margin-left: 185px;
}
