

/* Tyylit */
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	margin:0;

	background-image:url(../img/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #7ec5df;
}

p, td, a, div {
	font-size: 12px;
}

#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #7ec5df;
}


p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	color: #194687;
	text-decoration: underline;
}

/* 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: Calibri, arial !important;
	color: #194687 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}


.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 19px;
	color: #194687;
}

h2 {
	font-size: 14px;
	color: #272727;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

img {
	border: 0px;
}


li {
	margin-bottom: 3px;
}

.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}


a.button {
	background-image:url(../img/button_bg.jpg);
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}



/* WORKLOG */


th {
	background-color: #222222;
	color: #ffffff;
	font-size: 13px;
}

table.sortable thead {
   	cursor: pointer;
}

table.sortable td {
	padding-right: 10px;
}


table.worklog, table.report{
	border:1px solid #555555;
}
table.worklog th, table.report th{
	text-align:left;
	font-size:11px;
	color:white;
	background-color:#c3c3c3;
	border-bottom:1px solid #555555;
}
table.worklog th a{
	font-size:11px;
	color:white;
	text-decoration:underline;
}
table.worklog td{
	border-bottom:1px solid #555555;
}
table.report td{
	vertical-align:top;
}

div.note{
	border:1px solid #c3c3c3;
	background-color:#eeeeee;
}

tr.valkoinenteksti, .valkoinenteksti:link, .valkoinenteksti:visited, .valkoinenteksti:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffb3b3;
}

a.work_openWork {
	color: #777777;
}

tr.highlight{
	background-color: #fad69e;
	//cursor: pointer;
}
tr.highlight_default{
	background-color: #fad69e;
}

.popup{
	width:400px;
	padding:10px;
	border:1px solid #555555;
	background-color:#ffffff;
}

.task_popup{
	width:800px;
	padding:30px;
	border:1px solid #555555;
	background-color:#ffffff;
}

.menuButton, .menuButtonActive {
	float: left; 
	padding: 4px; 
	background-color: #eeeeee; 
	border: 1px solid #9d9d9d; 
	margin-right: 10px;
	margin-bottom: 5px;
}

.menuButtonActive {
	background-color: #c1c1c1; 
	border: 1px solid #9d9d9d; 
}

/* 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%;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}
