html {
	height: 100%;  
}

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	color: #000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

h4 {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.ext {
	background: url('../img/start/ext.gif') no-repeat right center;
	padding-right: 14px;
}

img {
	border: 0;
}

p {
	margin: 0 0 1em;
} 

#page {
	padding-top: 22px;
}


#ot_frame {
	/* border: 1px solid #7c7c7c; */
	border: 0;	
}

#wrapper {
	background: #fff;
	overflow: auto;
	padding-bottom: 100px;
}
	
#header {
	width: 960px;
	margin: 0 auto;
	/*
	position: relative;
	*/
	color: #fff;
	margin-bottom: 14px;
	/* padding-left: 100px; */
}
#copyright {
	margin-top: 3px;
	color: #8e8e86;
}

#logo {
	margin-bottom: 14px;
}

#headLinks {
	background: url('../img/start/menu_bg.jpg');
	width: 100%;
	height: 34px;
	float: left;
}

#headLinks .start {
	background: url('../img/start/menu_left.jpg');
	width: 5px;
	height: 34px;
	float: left;
}

#headLinks .end {
	background: url('../img/start/menu_right.jpg');
	width: 5px;
	height: 34px;
	float: right;
}

#headLinks ul {
	color: #244a79;
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
	list-style-type: none;
	float: left;
}

#headLinks li {
	float: left;
	/*height: 34px;*/
	padding: 0 0 4px 4px;
	padding-top: 5px;
}

#headLinks a:hover {
	background: url('../img/start/alink_bg.jpg') repeat-x;
	color: white;
	text-decoration: none;
}

#headLinks a {
	padding: 0 8px;
	color: white;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 10px;
	height: 100px;
/*
	background: url('../img/start/navi_spacer.jpg') no-repeat;
	padding: 0 5px;
*/
}


#headLinks .active a {
	background: url('../img/start/alink_bg.jpg') repeat-x;
	color: white;
	text-decoration: none;
}

#header h1 {
	margin: 0;
	position: absolute;
	top: 24px;
}

#header ul#navigation-tabs {
	list-style: none;
	margin: 0;
	float: left;
	overflow: hidden;
	padding: 0 0 0 0;
	
	position: absolute;
	bottom: 0;
	background: #0485ac url('../img/start/bg_tabs.gif') repeat-x bottom left;
	border-left: 1px solid #059dc9;
	border-right: 1px solid #059dc9;
}

#header ul#navigation-tabs li {
	float: left;
	margin: 0 1px;
}

#header ul#navigation-tabs li a {
	color: #333;
	background: #f7f7f7 url('../img/start/bg_tab.gif') repeat-x bottom left;

	padding: 4px 20px 7px;
	display: block;
	margin: 0;
}

#header ul#navigation-tabs li.selected a {
	background: #fff;
	font-weight: bold;
}

#header div.info {
	bottom: 11px;
	right: 0;
	text-align: right;
	color: black;
}

#header div.info ul {
	margin: 0;
	list-style: none;
	font-size: 10px;
}

#header div.info ul li {
	display: inline;
}

#header div.info ul li a {
	color: black;
	text-decoration: underline;
}

#header div.info ul li a:hover {
	color: #79f3ff;
}

#header div.info ul li.home a {
	padding-left: 20px;
	background-image: url('../img/start/icon_home.gif');
	background-repeat: no-repeat;
}
#footer .descr {
	margin-top: 7px;
	float: left;
	color: white;
	width: 550px;
	font-size: 11px;
	text-align: right;
}

#footer .descr a {
	color: white;
}

#footer .descr a:hover {
	color: black;
}

#smartmenu {
	color: black;
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 11px;
}

#smartmenu ul {
	float: left;
	padding: 0 30px 0 0;
	margin: 0;
	list-style-type: none;
	width: 165px;
}

#smartmenu li {
	margin: 5px 0px;
	line-height: 14px;
}

#content {
	width: 960px;
	margin: 0px auto;
	padding:0;
	overflow: auto;
	font-size: 13px;
}

#main {
	float: left;
	width: 780px;
	overflow: hidden;
	margin-right: 10px;
}

#content a {
	color: #666666;
}

#content h3 {
	margin: 0;
	line-height: 18px;
}

#content h3 span {
	color: #09c;
}
	
#content p a {
	text-decoration: underline;
}
	
	/*
	 * New search box style
	 */
	
#search {
	/* float: left; */
	margin-left: auto;
	margin-right: auto;
	background: url('../img/start/search_bg.jpg');
	height: 105px;
	float: left;
}

#search .left {
	background: url('../img/start/search_left.jpg');
	width: 6px;
	height: 105px;
	float: left;
}

#search .right {
	background: url('../img/start/search_right.jpg');
	width: 7px;
	height: 105px;
	float: right;
	
}

#innerSearch {
	width: 765px;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	color: black;

	float: left;
}


#innerSearch span {
	padding-right: 12px;
	padding-left: 12px;
}
	
#innerSearch form {
	margin-top: 20px;
}

#innerSearch .noInput {
	color: silver;
}

#innerSearch a {
	color: black;
}

#innerSearch .act {
	color: black;
	font-weight: bold;
}

#innerSearch .act a {
	color: black;
}



#search ul.tabs {
	float: left;
	width: 448px;
	margin: 0;

	padding: 0;
	list-style: none;
	background: url('../img/start/bg_tabs_search.gif') repeat-x bottom left;
	border-left: 1px solid #f1f1f1;
}

#search ul.tabs li {
	float: left;
	margin: 0 2px 0 0;
}

#search ul.tabs li a {
	color: #333;
	background: #f7f7f7 url('../img/start/bg_tab.gif') repeat-x bottom left;
	border: 1px solid #d4d4d4;
	border-bottom: 0;
	
	padding: 4px 20px 4px;
	display: block;
}

#search ul.tabs li.selected a {
	background: #fff;
	font-weight: bold;
}

#searchbox {
	clear: left;
	float: left;
	width: 450px;
	background: url('../img/start/bg_bigbox.gif') no-repeat bottom left;
	padding: 20px;
}
	
#searchbox form {
	padding: 0;
	margin: 0;
	float: left;
}

#searchbox input.text {
	width: 290px;
}
	
#searchbox div.google-logo {
	float: left;
	width: 60px;
	margin-left: 10px;
}

	
#content #search-results {
	border: 1px solid #dcdcdc;  
	clear: left;
	padding: 5px;
	margin: 5px 0;   
	overflow: hidden;
	width: 600px;
}   
	     
	/* IE6 Molly hack */
#content #search-results div.gs-result div {
	height: 1%;
}
	
#content #search-results div.gs-result .gs-title {
	    	margin-bottom: 4px;
}   
	
#customer-pages {
	/*
	width: 620px;
	float: left;
	*/
}
	
#customer-navigation li.selected a { 
	font-weight: bold;
}
	
#customer-pages div.customer-content {
	clear: left;
}
	       
	
#content form {
	/* width: 50%; */
}
	
#content form div.success,	
#content form div.failed {
	padding: 0.5em;
	font-weight: bold;
	font-size: 1em;
	float: left;
}
	
#content form div.success {
	background-color: #0A0;
	color: #fff;
}
	
#content form div.failed {
	background-color: #A00;
	color: #fff;
}
	
#content form div.success p,
#content form div.failed p {
	margin: 0;
	font-size: 1em;
}	
	
#content form div {
	clear: both;
	margin-bottom: 1em;
	padding: 0.5em;
}

#content form div.input {
	
} 
	
#content form div.input label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
	
#content form div.input input,
#content form div.input textarea {
	clear: both;
	display :block;
}
	
#content form div.submit input {
	
}
	
#content form div.error-message {
	margin-top: 5px;
	background-color: #A00;
	font-size: 1em;
	color: #fff;
	font-weight: bold;	
	float: left;
}
	
	/*
	 * New link columns 
	 */
	
#links {
	clear: left;
	font-size: 13px;
	padding-left: 3px;
}

#links .external_highlight {
	background-color: #FFFFB2;
}

#links .column {
	float: left;
	width: 245px;
	margin-right: 20px;
}

#links .columnLast {
	float: left;
	width: 245px;
	margin-right: 0px;
}
	
#mainNews {
	width: 100%;
	font-size: 13px;
}

#mainNews .domain {
	color: rgb(140, 140, 140);
	font-size: 12px;
}
/*
#links .column h3 {
	background: url('../img/start/arrow_blue.gif') no-repeat left center;
	padding-left: 10px;
}
*/
#links .category {
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

#links h2 {
	padding: 0; margin: 0;
	color: black !important;
	font-size: 14px;
	/* border-left: 4px solid #2a5395; */
	padding-left: 5px;
	background: #ebebeb url('../img/start/title_bg.jpg') repeat-x;
	min-height: 30px;
	_height: 30px;
}


#links h2 table {
padding: 0; margin: 0; border: 0; border-collapse: collapse; border-spacing: 0;
}


#links h2 table tr {
	vertical-align: top;
}

#links h2 table td {
	padding: 0;
}

#links h2 .scrollink {
	position: relative; top: 5px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
	width: 100%;
	/*
	margin-bottom: 5px;
	margin-top: 5px;
	*/
}

#mainNews ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
	width: 100%;
	margin-bottom: 20px;
}



#links li {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#mainNews li {
	padding: 5px 3px 3px 3px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

#mainNews li:hover {
	background-color: #EEE;
}




#links a {
	width: 100%;
	text-decoration: none;
} 

#links a:hover {
	color: #2c579d;
	text-decoration: underline;
}
	
#links .scrollink:hover {
	color: black !important;
	text-decoration: none;
}

#links .scrollink {
	color: black !important;
}



#mainNews a {
	width: 100%;
	text-decoration: none;
} 

#mainNews a:hover {
	color: blue;
	background-color: #EEE;
}
	
#mainNews .scrollink:hover {
	color: black !important;
	background-color: white !important;
	padding: 0; margin: 0;
	border-bottom: 1px solid #CCC;

}

#mainNews .scrollink {
	color: black !important;
}


	/*
	 * New sidebar styles
	 */
	
#side {
	float: right;
	width: 155px;
	overflow: auto;
	font-size: 12px;
}

#side .top {
	font-weight: bold;
	margin: 10px 0;
}
	
#tvBox {
	width: 100%;
}

#tvBox img {
	margin: 10px 20px;
}


#feeds {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#feeds h2 {
	padding: 0; margin: 0;
	border-bottom: 1px solid #CCC;
	color: black !important;
	font-size: 14px;
	text-transform: uppercase;
	border-left: 5px solid #3B748B;
	padding-left: 5px;
}




#feeds .feedBlock {
	clear: both;
	padding-top: 5px;
	padding-bottom: 20px;
}

#feeds .box {
	background: url('../img/start/bg_box.gif') no-repeat bottom left;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	width: 220px;
	float: left;
	margin: 2px;
	margin-bottom: 20px;
}

#mainNews .box {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	float: none !important;
}

#feeds .box h3 {
	color: #fff;
	background: #09c;
	padding: 2px 10px 2px;
	margin: 0 2px;
	height: 18px;
}

#feeds .box h3 a {
	color: #fff;
}

#feeds .box p {
	margin: 12px 12px;
}

	/* Helsingin-Sanomat */
	
#feeds .box.hs h3 {
	background: #333;
}
#feeds .box.hs h3 a {
	background: url('../img/start/hs_logo.gif') no-repeat center left;
	padding: 0 0 0 26px;
	height: 10px;
}

	/* Ilta-Sanomat */

#feeds .box.is h3 {
	background: #fffe00 url('../img/start/is_logo.gif') no-repeat center left;
}
#feeds .box.is h3 a {
	padding: 0 0 0 65px;
	height: 10px;
	color: red;
}


	/* Talous-Sanomat */

#feeds .box.ts h3 {
	background: #c4151c url('../img/start/ts_logo.gif') no-repeat center left;
}
#feeds .box.ts h3 a {
	padding: 0 0 0 67px;
	height: 10px;
	color: white;
}



#feeds .box ul {
	margin: 10px 15px;
	padding-left: 8px;

	display: block;
	
	line-height: 14px;
	
	list-style-type: none;
	list-style-image: url('../img/start/arrow_blue.gif');
}

#feeds .box ul li {
	padding-top: 1px;
	margin: 0 0 5px 0;
	color: #999;
	font-size: 10px;

	vertical-align: top;

}	
	
	
#feeds .box.hs ul {
	padding-left: 8px;
	list-style-image: url('../img/start/arrow_gray.gif');
}	
	
#feeds .box ul li.more {
	border-top: 1px dotted #ccc;
	margin-top: 8px;
	padding: 6px 0 0 0;
}	

#feeds .box ul li a {
	font-size: 11px;
	margin: 0;
}

#feeds .box dl {
	margin: 0;
}

#feeds .box dl dt {
	float: left;
	width: 40px;
	margin: 0;
	font-size: 9px;
}

#feeds .box dl dd {
	margin: 0 0 5px 40px;
}
	
#side #siteSettings {
	padding: 0 0 5px 5px;
	margin-bottom: 5px;
}
	
#side #siteSettings input {
	margin: 0 5px 0 0;
}
	
#side #siteSettings label {
	font-size: 10px;
}
	
#side #siteSettings form {
	margin: 0;
}

#side #siteSettings a {
	font-size: 12px;
	text-decoration: none;
}

#side #siteSettings a:hover {
	text-decoration: underline;
}


#side a {
	text-decoration: underline;
}

#side p {
	font-size: 10px;
	width: 145px;	
}
	
	
#footer {
	clear: both;
	color: #333;
	background-color: #3B748B;
	position: fixed;
	width: 100%;
	bottom: 0px;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	height: 50px;
	/*
	bottom: 25px;
	*/
	margin-bottom: 25px;
	vertival-align: middle;
}

#footer div {
	width: 920px;
	margin: 0 auto;
}	

#footer a {
	color: #333;
	text-decoration: underline;
}

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