

/* Tyylit */
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	margin:0;
}

#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: Calibri, arial;
	color: #ab0000;
	text-decoration: none;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial !important;
	color: #ab0000 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text{
	width:100%;
}

img {
	border: 0px;
}

h1 {
	font-size: 23px;
	color: #6f3a1b;
	font-family: georgia, arial;
	font-weight: 500;
	background-image:url(../img/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h2 {
	font-size: 16px;
	color: #555555;
}

h3 {
	font-size: 14px;
	color: #555555;
}

h4 {
	color: #111111;
}

h5 {
	color: #111111;
}

h6 {
	color: #111111;
}



.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* ALPAKKAREKISTER */

.rek_infobox, .infobox {
	padding: 10px;
	border: 1px solid #d1d1d1;
	background-color: #f1f1f1;
}

.rek_infobox h3 {
	margin-top: 0px;
	padding-top: 0px;
}


table.rek_alpaca {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.rek_alpaca th {
	background-color:#643b1d;
	padding: 4px;
	color: #ffffff;
	font-size: 13px;
	text-align: left;
}

ul.userlist {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

a.menulink {
	color: #333333;
	margin-right: 15px;
	line-height: 24px;
	font-size: 13px;
	height: 25px;
}

a.menulink:hover {
	color: #000000;
	margin-right: 10px;
	margin-left: -5px;
	line-height: 24px;
	font-size: 13px;
	padding: 4px;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
}

tr.highlight{
	background-color: #fad69e;
	//cursor: pointer;
}
tr.highlight_default{
	background-color: #fad69e;
}



/* Tabit */
.tab-button:link, .tab-button:active, .tab-button:visited{
	border:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	background-color:#eeeeee;
	padding:3px 7px;
	color:#555555;
	text-decoration:none;
	line-height:16px;
	margin-right:3px;
	margin-bottom:-1px;
	margin-top:4px;
	position:relative;
	float:left;
}
.tab-button-a:link, .tab-button-a:active, .tab-button-a:visited{
	border:1px solid #c3c3c3;
	border-bottom:0px solid #ffffff;
	background-color:#ffffff;
	padding:5px 7px 1px 7px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;
	position:relative;
	bottom:-1px;
	float:left;
}
div.tab-content{
	clear:both;
	border:1px solid #c3c3c3;
	padding:10px;
	margin-bottom:10px;
	/*width: 100%;*/
}

.alpacaTree {
	text-align: center;
	background-color: #ffffff;
}

.alpacaTree td {
	padding: 4px;
	background-color: #dfdfdf;
}
