/* Normal, standard links. 

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	font-size: x-small;
	color: #6e5d03;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #6e5d03;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td
{
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;

}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;

}

/* Standard horizontal rule.. */
hr
{
	
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #706754;
	background-color: #706754;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #fff;
	background-color: #706754;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #222222;
	background-color: #dfddd9;
}
.windowbg2
{
	color: #222222;
	background-color: #f1efea;
	padding:15px;
}
.windowbg3
{
	color: #222222;
	background-color: #a79775;
}
.windowbg4
{
	color: #222222;
	background-color: #f1efea;

}
/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #706754;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #706754;
	/* background-image: url(images/catbg.gif); */
	color: #ffffff;
}

/* The borders around things. */
.bordercolor
{
	background-color: #ccc;
}
.tborder
{
	border-bottom: 1px solid #302302;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

td.catbg a	{
	color: #ffffff;
}


body {
padding:0;
margin: 0;
text-align:center;
background: #fff url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/bodybg.jpg) repeat-x top left;
color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif; 
font-size: small;
}



a:link, a:visited, a:active	{
	color:#6e5d03;
	text-decoration: none;
}

a:hover	{
	color: #302302;	
	text-decoration: underline;
}

#footer a:link, a:visited, a:active	{
	color:#302302;
	text-decoration: none;
}

#footer a:hover	{
	color: #302302;	
	text-decoration: underline;
}
#wrap {

width:1000px;
text-align:left;
margin:0 auto 0 auto;
background: #fff;
min-height: 800px;
height: auto !important;
height: 100%;
z-index:0;

}
#wrap2 {
width:100%;
height: auto !important;
height: 100%;
text-align:left;
margin:0 auto 0 auto;
background: #fff url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/wrapbg2.jpg) repeat-y top left;
z-index:10;
}

#top	{
	width:100%;
	height:20px;
	background: #706754;
	border-bottom: 1px solid #fff;
}

#header	{
	text-align:left;
	height:210px;
	width: 100%;
	
	
}
.logo	{
	float:left;
	position: relative;
	top: 00px;
	left: 20px;
	width: 250px;
	height: 250px;
}
#content {
float:left;
width:500px;
z-index:100;

background-color: #ffffff;

}

#footer {
clear:both;
background: #706754;
color:#ccc;
font-size: x-small;
text-align: center;
height:112px;
width:1000px;
margin:0 auto 0 auto;
}

#titleimg	{
	color:#ffffff;
	position: relative;
	
	text-align: center;
	font-size: 2.8em;
	font-weight: bold;
}

.inside {
padding:10px;
}
.inside_left {
padding-left:3px;
padding-right:3px;
padding-top:3px;
}
.inside_right {
padding-left:10px;
padding-right:3px;
padding-top:3px;

}
.header_inside {
margin-left:330px;
margin-right: 200px;

font-size: x-small;
}
#left {
float:left;
width:208px;
overflow:hidden;
position: relative;
clear:left;
padding-right:2px;
}

#right {
float:left;
width:195px;
overflow:hidden;
position: relative;
background:url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/rightbg.jpg) no-repeat left top;

}

#topmenu	{
width:100%;
position: relative;
border-bottom:1px solid #000000;

height: 40px;
background: #ccc /* url("http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/menu-bg.gif") top left repeat-x*/; 
z-index:10;
}
.topmenu_in	{
position: relative;
top:0px;
width: 100%;
height:40px;
}

.topmenu_inside	{
width:295px;
float:right;
position: relative;
padding-left: 15px
height:15px;
text-align: right;
top:3px;
}


#content60 {background-color: #ffffff;min-height: 800px; float:left;width:590px;overflow:hidden;z-index:500;}
#content80 {background-color: #ffffff;min-height: 800px; width:750px;overflow:hidden;z-index:500;}
#content100 {background-color: #ffffff;min-height: 800px; width:950px;overflow:hidden;z-index:500;padding-left:25px;padding-right:25px;} 


#form-login	{
padding-top: 10px;
}
#topdivider	{
width:100%;
height:3px;
background-color:#fff;
}

#clear	{
width:100%;
height:1px;
clear: both;
}

#wrap0 {

width:100%;
text-align:left;
margin:0 auto 0 auto;
background: url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/bodybg2.jpg) repeat-x bottom left;
min-height: 300px;
height: auto !important;
height: 300px;
z-index:0;

}

.moduletable-banner {
margin-top: 10px;
}

.moduletable-random {
margin-top: 10px;
}


img	{
	border: 0;
}

.componentheading {
	font-size: 1.7em;
	color: #837b43;
	margin-bottom: 10px;
}
.contentheading {
	font-size: 1.4em;
	color: #b49000;
	margin-bottom: 10px;
	
}
/* .moduletable-story h3	{
	font-size: 1.4em;
	color: #666602;
	margin-bottom: 10px;
	font-weight: normal;
} */
ul.menu
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul.menu li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	list-style-type: none;
	
	}

ul.menu li a
{
	font-family: Arial;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #5A5E68;
	background: transparent;
	margin-top: 4px;
}

.menu li a { width: auto; }

	ul.menu li a:hover
{
	color: #4060AA;

}

.moduletable_menu a	{
	padding-left: 20px;
	line-height:20px;
	display: block;
}

ul#mainlevel {
	list-style-position: outside;
	list-style-type: none;
	
}


.moduletable-story h3	{
	position:relative;
	top:-2px;
	color: #fff;
	font-size: 1.0em;

}
.moduletable-story h3	{
	position:relative;
	/top:-8px;
	color: #fff;
	font-size: 1.0em;

}
.moduletable_menu2 h3, .moduletable_menu3 h3	{
	padding-left: 10px;
	color: #fff;
	display: block;
	position: relative;
	top:-8px;
	padding-top:3px;
	font-size: 1.0em;
}
.moduletable_menu2 h3, .moduletable_menu3 h3	{
	padding-left: 10px;
	color: #fff;
	display: block;
	position: relative;
	/top:-14px;
	padding-top:3px;
	font-size: 1.0em;
}
#topmenu a{
	color: #706f2e;
	text-decoration: none;
	padding-right: 15px;
	line-height: 40px;
	text-transform: uppercase;
	
}
#topmenu a:hover, #topmenu a:active {
	color: #074e16;
	text-decoration: none;
	padding-right: 15px;
	line-height: 40px;
	text-transform: uppercase;

}
a.mainlevel-topnavi	{
	padding-right: 10px;
	font-size: x-small;
	color: #fff;
}
.inputbox-top	{
	font-size: x-small;
	border: 1px solid #000000;
	width: 130px;
}
.contentpaneopen h3	{
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
}

.contentpaneopen h4	{
	color: #666702;
	font-weight: bold;
	font-size: 0.9em;
}

a:link, a:visited, a:active, a:hover	{
	text-decoration: none;
}

.inputbox	{
	font-size: x-small;
	border: 1px solid #000000;
	width: 130px;
	color: #666666;
}
label	{
	color: #666666;
	padding-bottom: 2px;
}

.button	{
	border: 1px double #666702;
	pointer: cursor;
 }

.moduletable_menu td	{
	border-bottom: 1px solid #ccc;
	
	padding: 5px 5px 5px 5px;
}

fieldset	 {
border: 0;
margin-top: 10px;
}

.button-top {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	background: #666602;
	padding-left: 2px;
}
td.mainlevel-main	{
	display: block;
	text-align: center;
	border-right: 1px solid #ccc;
}
.moduletable_menu1	{
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold;

}
.moduletable_menu2 {
	border: 1px solid #ddd;
	
}
.moduletable_menu2	{
background: #fff url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/leftmenu.jpg) no-repeat left top;
}


.moduletable_menu2 a	{
	font-size: 0.9em; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	display: block;
	padding-left:10px;
	padding-bottom:5px;
}

.moduletable_menu3 {
	border: 1px solid #ddd;
	margin-top:15px;
	background: #fff;
}
.moduletable_menu3	{
background: #fff url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/leftmenu.jpg) no-repeat left top;
}


.moduletable_menu3 a	{
	font-size: 0.9em; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	display: block;
	padding-left:10px;
	background: #fff;
	padding-bottom:5px;
}





div.moduletable_menu1 ul, #right ul {
list-style: none;
margin: 0;
padding: 0;

}

div.moduletable_menu1 li {


position: relative;
float: left ;
text-align: left;
background: #ccc;
display: inline;
white-space: nowrap;

}
div.moduletable_menu1 li a{
position: relative;
float: left ;
text-align: center;
background: #ccc;
display: inline;
white-space: nowrap;
padding: 0px 0px 0px 10px;
border-right: 1px solid #ddd;
}
div.moduletable_menu1 li a:hover {
position: relative;
float: left ;
text-align: center;
background: #ddd;
display: inline;
white-space: nowrap;
padding: 0px 0px 0px 10px;
}

#right li	{
	display: block;
	margin:0;
	padding-bottom: 10px;
	
}

#right li a	{
	padding-left: 12px;
	color: #3c3302;
	display: block;
	background: url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/listim.png) no-repeat top left;
}
#right li a:hover	{
	
	color: #30302e;
	display: block;
	background: url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/listim2.png) no-repeat top left;
}

.createdate, .modifydate	{
	font-size: x-small;
}
.article_separator	{
	width: 100%
	height:20px;
	/*background: url(http://www.rauhanturvaajaliitto.fi/dev/templates/SRTLweb/images/artsep.jpg) no-repeat center top;*/
	display:block;
	margin-top:10px;
	margin-bottom:30px;
}

.topmenu_inside	a {
	color: #fff;
	font-size: x-small;
	padding-right:11px;
	position: relative;
	top:1px;
}

.time	{
	font-size: 6pt;
	
}
