/* Start of CMSMS style sheet 'kisapaino' */
* {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 11px;
color: #333333;
}

body {
background-color: #d4d4d4;
}

#wrapper {
	margin: 0 auto;
	width:944px;
	height:782px;
}

#navigation {
	background-image:url(images/kisapaino-navigation-bg.jpg);
	background-repeat:no-repeat;
	height:761px;
	margin-left:0;
	margin-top:0;
	padding-top:21px;
	position:absolute;
	text-align:right;
	vertical-align:bottom;
	width:259px;
}

#flash-navi ul {
padding-top: 150px;
padding-right: 20px;
}

#flash-navi a {
color: white;
}

#header {
background-image:url(uploads/images/kisapaino-header-bg2.jpg);
height:72px;
margin-left:259px;
margin-right:200px;
margin-top:0;
padding-left:420px;
padding-top:110px;
position:absolute;
text-align:left;
width:265px;
}

#header ul {
list-style-image:url("uploads/images/kisapaino-blue.png");
list-style-type:square;
text-transform: uppercase;
line-height: 20px;
padding-left:17px;
}

#header ul a {
text-decoration: none;
}

#content {
	background-image: url(images/kisapaino-content-bg.jpg);
	background-repeat: no-repeat;
	position:absolute;
	margin-left:259px;
	margin-top:182px;
	padding-top: 20px;
	padding-left: 32px;
	padding-right: 100px;
	width:539px;
	height:413px;
}

#content ul {
list-style-image:url("uploads/images/kisapaino-blue.png");
list-style-type:square;
text-transform: uppercase;
line-height: 20px;
padding-left:17px;
}

#content td {
vertical-align: top;
border: 0px;
padding-right: 35px;
}

#content h1 {
color: #0099cc;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 7px;
}

#content h3 {
color: #666666;
text-transform: uppercase;
font-weight: lighter;
padding-bottom: 3px;
}

#footer {
background-image:url(images/kisapaino-footer-bg.jpg);
background-repeat:no-repeat;
font-family:Verdana;
font-size:8px;
height:157px;
margin-left:259px;
margin-top:615px;
padding-left:49px;
padding-top:10px;
position:absolute;
text-transform:uppercase;
width:636px;
}

/* custom scroll */
#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 300px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

#mycustomscroll2 {
background-color:#ffffff;
height:380px;
margin:0 auto;
overflow:auto;
padding:15px;
position:relative;
width:525px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url(/uploads/scrollbar.png);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 110px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/uploads/scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}


/* Scroll Bar Master Styling Ends Here */

/* End of 'kisapaino' */

