/**********************************************************************************

**********************************************************************************/


/******************************** General styles *******************************/
body, table, td, tr, tbody, b, p, input, select, label, textarea {
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS;
	font-size:14px;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	text-align: left;

}

a, a:visited {
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS;
color: #009de2;
text-decoration: none;
word-spacing: normal;
letter-spacing: 0;

}
a:hover, a:visited hover {
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS;
color: #70c6ec;
text-decoration: none;
word-spacing: normal;
letter-spacing: 0;

}


/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(btn-rounded.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(btn.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#FFFFFF;
	font-weight:bold;
}


p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

input, select, textarea {
	border: 1px solid #AAAAAA;
	margin-bottom: 1px;
}
body {
	padding: 0px;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	text-align: center;
}
label {
	width: 140px; 
	padding: 3px 0px 0px 0px;
	float: left;
}
.big_label label {
	width: 320px !important;
}
h1,
h1 a,
h1 a:visited,
h1 a:hover {
	font-family: Helvetica, Arial, Verdana !important;

	font-size: 22px;
	font-weight: bolder;
	text-decoration: none;
	color:#87d81d;
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

h2 { padding-bottom:13px; 
margin: 0px; 
font-weight: normal; 
font-size: 22px; 
font-family: Helvetica, Arial, Verdana!important;
color:#87d81d;
}	
h2 a { color:#87d81d; text-decoration:none;
font-family: Helvetica, Arial, Verdana!important;}
h2 a:hover { color:#87d81d;
font-family: Helvetica, Arial, Verdana!important;}



h3 {font-size: 120%; font-weight: bolder;}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}
.comment {
	color: gray;
}
.comment_entry {
	margin: 5px 0px 5px 0px;
	padding: 2px;
	background: transparent;
}
.comment_entry h1,
.comment_entry h1 a {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 100%;
}
.comments {
	clear: left;
	background: transparent;
	display: block;
	margin-top: 10px;
}
.description {
	font-size: 85%;
}
.selected, .disabled {
	color: gray;
}
.message {
	
	background: #ffffff;
	padding: 7px;
	font-weight: bolder;
	margin-bottom: 8px;
	color: black;
	position: fixed; 
	top: 5px; 
	left: 720px; 
	right: 0; 
	border: 0; 
	z-index: 400;
	width:400px;
	visibility:hidden;
	display:none;


	
	
}

.message img {
	float: left;
	margin-right: 5px;
	visibility:hidden;
	display:none;
}

.error {
	color: red;
}
img .text_right {
	float: left; 
	padding: 0px 5px 5px 0px;
}
img .text_left {
	float: right; 
	padding: 0px 0px 5px 5px;
}
hr {
	height: 1px;
	border: 1px solid #AAAAAA;
}
.highlighting {
	background: yellow;
}
.language {
	margin-right: 5px;
}
.language.current {
	font-weight: bolder;
}
.action_button {
	margin-right: 10px;
}
.submit_button {
	margin-left: 183px;
	margin-right: 10px;
}
.fieldset_button {
	margin-left: 140px;
	margin-right: 10px;
}
.hidden {
	display: none;
}
/*******************************************************************************/



/*************************** Lists, Items and Fieldsets ************************/
fieldset {
	border: 1px solid #AAAAAA;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	background: #EEEEEE;
}
legend {
	font-weight: bolder;
	color: black;
}
fieldset.page_properties {
	background: #CDCDCD;
}

/* IE Star-Hack for fieldsets (only for IE 6) */
* html legend {
	position: absolute;
	margin: -20px 0 0 0;
	padding: 3px;
}
* html fieldset {
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}

.noborder {
	border: none;
}

.language_label {
	font-style: italic;
	font-weight: bolder;
	background: #CDCDCD;
	margin-top: 8px;
}

fieldset input,
fieldset textarea,
fieldset select {
	border: 1px solid #AAAAAA;
}

.fieldset-content-right {
	width: 205px;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background: white;
}

.fieldset-right {
	float: right;
	clear: right;
}
.fieldset-left {
	float: left;
	clear: left;
	width: 98%;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
	line-height: 16px;
}
.portlet h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #AAAAAA;
}
.portlet a {
	text-decoration: none;
	background: transparent;
	padding: 0px;
}
.portlet .subtitle {
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}
.portlet .content {
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
.portlet .detail {
	font-size: 85%;
	color: gray;
	padding: 0px;
	margin: 0px;
}
.portlet input {
	margin-bottom: 2px;
}

#portlet-page-tools a {
	display: block;
}

#portlet-login label {
	display: none;
}
/*******************************************************************************/


/******************************* Administration panel **************************/




.administration {
	
	position:absolute;
	top: 0px;
	left: 20px;
/*	width: 800px; */
	padding: 0px;
	/* background: transparent url(img/cms_bg.jpg) 0 0 repeat-x; */
	border: 0px solid #A5032A;
    text-align: center;
	height:46px;
	z-index:10000;


}
.administration h1 {
	color: black;
	font-weight: bolder;
	font-size: 12px;
	padding: 0px;
	margin: 6px 0px 3px 0px;
	letter-spacing: 0em;
}
.administration a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0em;
}
.administration a:hover {
	color: #666666;
	text-decoration: none;
}
.administration hr {
	height: 1px; 
	width: 100%; 
	padding: 0px; 
	margin: 2px 0px 2px 0px; 
	border: 1px solid #AAAAAA;
	letter-spacing: 0em;
}

/*******************************************************************************/



/********************************** Management *********************************/
/* TODO  REMOVE IT (if its no more in action, using list_entry)!! */
a .item {
	display: block;
	background: #CCCCCC;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #AAAAAA;
	color: black;
	height: 70px;
	cursor: pointer;
}

a:hover .item {
	background: #EEEEEE;
	color: #444444;
}

/* end TODO */

/***** tabs *****/
.tabs {
	width: 100%;
}
.tabs .tab {
	border: 1px solid #999999;
	width: 120px;
	padding: 1px 10px 2px 10px;
	text-decoration: none;
	color: black;
	margin-left: 10px;
	line-height: 16px;
	cursor: pointer;
}


.tabs a.tab:hover,
.tabs .tab a:hover {
	background: #DDDDDD;
	color: black !important;
	padding: 1px 10px 2px 10px;
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}

.tabs a.current:hover,
.tabs .tab a.current:hover,
.tabs a.standard:hover,
.tabs .tab a.standard:hover,
.tabs .tab.current,
.tabs .tab.standard {
	background: #DDDDDD;
	color: black !important;
	padding: 1px 10px 3px 10px;
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}

.tabs a {
	text-decoration: none !important;
}

/***** management *****/
.management a, 
.management table, 
.management td, 
.management tr, 
.management th, 
.management tbody, 
.management b, 
.management strong, 
.management p, 
.management input, 
.management select, 
.management label, 
.management textarea {
	color: black !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, Sans-serif !important;
	line-height: 16px !important;
}

.management p {
	padding: 0px;
	margin: 2px 0px 3px 0px;
}

.management input, 
.management select, 
.management textarea {
	border: 1px solid #AAAAAA;
	margin-bottom: 1px;
}

.management {
	background: #DDDDDD;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 0px;
	color: black;
	text-align: left !important;
}
.management a {
	color: black !important;
	text-decoration: none !important;
}
.management a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
.management h1 {
	font-size: 120%;
}
.management h2 {
	font-size: 100%;
	margin-bottom: 0px;
}
.management p {
	margin-top: 0px;
	margin-bottom: 2px;
}
.management .custom_table {
	border: 1px solid #AAAAAA;
	background: white;
}
.management table .heading {
	font-weight: bolder;
	background: #AAAAAA;
}
.management table .heading td {
	color: white;
}
.management input,
.management textarea, 
.management select {
	border: 1px solid #AAAAAA;
	background: white;
}
.management .general_settings label {
	width: 255px;
}
.management .inactive {
	color: #8F8F8F;
}
.management hr {
	height: 1px;
	border: 1px solid #AAAAAA;
}

/***** list entries *****/
.management a.list_entry {
	display: block;
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
	margin-top: 3px;
	padding: 5px;
	color: black;
}
.management.list_entry a:hover {
	background: #EEEEEE;
	color: #444444;
}
.management a {
	color: black;
}
.management a:hover {
	color: #444444;
}
.management label {
	width: 180px;
}

.state-draft {
	color: red;
}
.state-reviewed {
	color: green;
}
.state-published {
	color: blue;
}
.state-archived {
	color: orange;
}
/*******************************************************************************/



/********************************** Navigation *********************************/

/**** navigation ***/
.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	vertical-align:top;
}

ul.navigation {
	
	vertical-align:top;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
	background: transparent;
	color:#FFF;
}
.navigation li.current a {
	font-weight: bolder;
	font-size:11px;
	color: #FFFFFF;

	
}
.navigation li a:hover {
	color: #FFFFFF;
	font-size:11px;
}


.navigation li.level0 a {
	margin-left: 0px;
	font-size: 100%;
	display:none;
	visibility:hidden;
	
}
.navigation li.level1 a {
	
		font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS;
color: #005fa7;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.1em;
	font-size: 100%;
    border-bottom: 1px solid #008cd7;
    border-top: 1px solid #1a9ce2;


}

.navigation li.level1 a:hover {
	
		font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.1em;
	font-size: 100%;
    border-bottom: 1px solid #008cd7;
    border-top: 1px solid #1a9ce2;
	

}

.navigation li.level1 current a {
	
		font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS;
color: #005fa7;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.1em;
	font-size: 100%;
    border-bottom: 1px solid #008cd7;
    border-top: 1px solid #1a9ce2;
	background-color:#0689c4;

}



.navigation li.level2 a {
	
		font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 25px;
	font-family: Lucida Sans Unicode, Lucida Grande, Trebuchet MS;
color: #005fa7;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.1em;
	font-size: 100%;
   
	background-color:#42b2e4;

	font-size: 95%;
}
.navigation li.level3 a {
	margin-left: 20px;
	font-size: 90%;
}
.navigation li.level4 a {
	margin-left: 25px;
	font-size: 85%;
}


.edit-navigation-entry {
/*	line-height: 24px;  eelis 18.3.09 */
	height: 24px;
}
.edit-navigation-control {
	float: right;
}

/* IE6.0 Hack for additional spaces between li's */
* html li a  {
	height: 100%;
} 


 


ul, li { /* remove all indentation, whether li margins or ul padding */
    margin:  0;
    padding: 0;
}
* ul, li { /* remove all indentation, whether li margins or ul padding */
    margin:  0;
    padding: 0;
}

* html navigation li a  {
	height: 100%;
} 


/**  START NAVIGATION **/

* {margin: 0; padding: 0;}  


#subheader1 {
	color:#000000;
	margin: 0px;
	padding: 0px;
display:inline;
float:left;
width:247px;

	
	
} 
#subheader1 ul {
	display:block;

	
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#subheader1 li {
	display:block;
	
	list-style-type:none;

	margin:0px;
	padding:0px;
	

}
#subheader1 a {
	
	text-decoration:none;
	
	
	
}


/*   NAVI LEVEL ZERO  */

ul li ul {
	display: none;
}
div.subheader1 ul {
list-style:none;
margin:0;
padding:0;
}
div.subheader1 ul li {
list-style:none;
margin:0;
padding:0;
}

div.subheader1 ul li.level0 {
list-style:none;
display: none;
margin:0;
padding:0;
}
div.subheader1 ul li.level0_current {
list-style:none;
display: none;
margin:0;
padding:0;
}

#subheader1 li.level0 {
	display:none;
	padding:0;
	margin:0;
}

#subheader1 li.level0_current {
	display:none;
	padding:0;
	margin:0;
}

li.level0 {
	display:none;
	padding:0;
	margin:0;
}

li.level0_current {
	display:none;
	padding:0;
	margin:0;
}


li.level0 a, li.level0_current a {
	display:none;
	visibility:hidden;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
	margin:0px;
	
	
}

/*   NAVI LEVEL ZERO ENDS   */

/*   NAVI LEVEL ONE  */
li.level1 a {
	text-decoration:none;
	color:#000000;
	padding:5px 5px 5px 20px;
	display:block;
	background-color:#FFF;
	background-position:top left;

}
li.level1 a:hover {
	text-decoration:none;
	color:#9d9d9d;
	padding:5px 5px 5px 20px;
	display:block;
	background-color:#CCC;
	background-position:top left;

}

li.level1_current a {
	color:#000000;
	text-decoration:none;
	padding:5px 5px 5px 20px;
	background-image:url(http://www.fysiostore.fi/templates/site/img/subnavi_on.jpg);
	background-position:top left;
	 display:block;
}

/*   NAVI LEVEL TWO  */
li.level2 a {
	text-decoration:none;
	color:#bebebe;
	padding:2px 2px 2px 30px;
	font-size:11px;
	display:block;
	text-transform:uppercase;
	background-image:url(http://www.fysiostore.fi/templates/site/img/subnavi2_off.jpg);
	background-position:top left;

}
li.level2 a:hover {
	text-decoration:none;
	display:block;
	color:#9d9d9d;
	padding:2px 2px 2px 30px;
	font-size:11px;
	background-image:url(http://www.fysiostore.fi/templates/site/img/subnavi2_over.jpg);
	background-position:top left;
text-transform:uppercase;
}

li.level2_current a {
	color:#eb6e07;
	text-decoration:none;
	display:block;
	padding:2px 2px 2px 30px;
	font-size:11px;
	background-image:url(http://www.fysiostore.fi/templates/site/img/subnavi2_on.jpg);
	background-position:top left;
	 
	text-transform:uppercase;
}






/**  END NAVIGATION **/







/**** root-navigation ***/
#header1 {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#000;
	

}

#header {
	color:#000000;

	
	
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header ul {
	display:block;
	margin:0 0 0 0px;
	padding:0;
	font-size: 12px;
}
#header li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	
	background-position:top right;

}
#header a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	
	
}
#header a:hover {
	text-decoration:none;
	color:#bebebe;
	padding:10px 10px 10px 10px;
	

	background-position:top right;

}

#header.root_current a {
	color:#000000;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
	background-position:top right;
}

#header a.root_current {
	color:#000000;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
	background-position:top right;
}



/*******************************************************************************/


/*********** Root navigation *************/

a.root {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	
	background-position:top right;
	font-size:11px;
}
a:hover.root  {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 10px 10px 10px;

	background-position:top right;
	font-size:11px;
}
a.root_current {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	
	background-position:top right;
	font-size:11px;
}
a:hover.root_current {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	
	background-position:top right;
	font-size:11px;
}



/*********************************** Content ***********************************/
.introduction {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
.content {
	line-height: 16px;
}
.content ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.content p {
	margin-top: 5px;
	margin-bottom: 3px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}

.float_right {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
}

.float_left {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}

.float_left_no_clear {
	float: left;
	margin: 0px 10px 10px 0px;
}

.page-ressource-subtitle {
	padding: 0px !important;
	margin: -8px 0px 10px 0px !important;
}

/*******************************************************************************/



/************************************ Module ***********************************/
.module_intro {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 6px;
	padding-bottom: 3px;
}
.module_admin {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 6px;
	padding-bottom: 8px;
	min-height: 20px;
	width: 100%;
	clear: left;
}
.module_admin a {
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	border: 1px solid gray;
	float: left;
}
.module_admin a img {
	float: left;
	margin-right: 3px;
}
.module_admin a:hover {
	background: #AAAAAA;
	color: #FFFFFF !important;
}
/*******************************************************************************/



/************************************ Search ***********************************/
.search_item {
	display: block;
	text-decoration: none !important;
	padding-top: 5px;
}

.search_item_title,
.search_item_title .highlighting {
	text-decoration: underline;
	font-weight: bolder;
}
.search_item_introduction {
	display: block;
	font-weight: bolder;
}
.search_item_content {
	display: block;
	text-decoration: none;
}
.search_item_details {
	display: block;
	color: gray;
}
/*******************************************************************************/



/************************************ Tools ************************************/

/***** Next and previous buttons *****/
.next_previous {
	color: black;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float: left;
	clear: left;
	width: 100%;
}
.next_previous a {
	color: black;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}


/***** Page 1 2 3 (on the bottom of a page) *****/
.page_123 {
	border-top: 1px dotted #AAAAAA ;
	border-bottom: 1px solid #8dc63f ;
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px 10px;
	margin: 6px 0px 6px 0px;
	float: left;
	clear: left;
	width: 95%;
}
.page_123 a {
	padding: 0px 10px 10px 2px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none !important;
}
.page_123 span {
	padding: 0px 10px 10px 2px;
	font-weight: bolder;
	background-image:url(../templates/basic/img/123_on.jpg);
	background-position:center bottom;
}

.multipage a {
	text-decoration: none !important;
}
.multipage .current {
	font-weight: bold;
}


.breadcrumb a, breadcrumb a:visited {
	text-decoration: none;
	color: #5a5a5a !important;

}

.breadcrumb a:hover {
	text-decoration: none;
	color:#eb6e07 !important;
	border-bottom: dotted 1px;
	border-bottom-color:#eb6e07;
}

/***** Page counter (multiple pages in a category) *****/
.page_counter {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	padding: 2px 6px 2px 6px;
	margin: 5px 0px 5px 0px;
	float: left;
}
.page_counter a {
	text-decoration: none !important;
}
.page_counter .page {
	margin-right: 5px;
}
.page_counter .current {
	font-weight: bolder;
}
.next-button {
	margin-left: 10px;
}


.file_content {
	font-family: Courier;
	width: 98%;
}

table th {
	text-align: left;
}

.table {
	border: 1px solid #999999;
}
.table th {
	background: #999999;
	color: white;
	padding: 2px;
	margin: 0px;
}

.table td {
	padding: 2px;
	background: transparent;
	margin: 0px;
}

.table tr {
	padding: 0px;
	margin: 0px;
}

.even {
	background: white;
}
.odd {
	background: #EEEEEE;
}


/*********** News module *****************/

#news {
	background: transparent;
}

#news .even {
	background: #333333;
}
#news .odd {
	background: #000000;
}



.add-comment-button {
	background: #EEEEEE url(img/../../img/icon_add.gif) 1px 4px no-repeat;
	border: 1px solid gray;
	text-decoration: none !important;
	line-height: 24px !important;
	height: 24px !important;
	display: block;
	padding: 0px 0px 0px 18px;
	margin-top: 10px;
}



.mod-database-detail,
.mod-database-detail td,
.mod-database-detail th,
.mod-database-detail tr {
	border: none;
}
.mod-database-detail td {
	padding-left: 0px;
}
.mod-database-detail {
	border-top: 1px solid #999999;
}
.mod-database-detail td {
	border-bottom: 1px solid #999999;
}


.padding-top-250 {
	margin-top: 250px;
}

.documents a {
	text-decoration: none !important;
}

/***** Access and permission styles *****/
.access_fieldset {
	display: none;
}
.page_permission_left{
	float:left;
	width:31%;
	display: inline;
}
.page_permission_right{
	float:right;
	width:31%;
}
.filemanager_permission {
	float:left;
}

/*********** Listing module *****************/
div.listing-entry {
  padding-bottom: 6px;
  float: left;
  clear: left;
  width: 100%;
}

/*******************************************************************************/

.OTSIKKO {
	font-size: 21px;
	font-weight: bold;
	color: #CCC;
}
.KAPPALETEKSTI {
	font-size: 18px;
	color: #CCC;
	text-align: left;
	font-weight: normal;
}
.KAPPALETEKSTI p {
	color: #333;
	text-align: left;
	font-size: 16px;
}
.Perusteksti .content {
	font-size: 14px;
}
.Perusteksti .content {
	color: #CCC;
}
.Perusteksti .content {
	font-size: 12px;
}
.Perusteksti .content {
	font-size: 12;
}
.Perusteksti .content {
	color: #CCC;
}
.pieni_kappaleteksti {
	font-size: 14px;
}
.OTSIKKO {
	font-size: 18px;
	color: #333;
}
.dx {
	text-align: center;
}
