/**********************************************
 ** Uranus.fi stylesheet v.10.0.1 05.08.2007
 **********************************************
 ** Contents:
 **	RESETS
 **	GLOBAL CONTAINERS
 **	HEADER CONTAINER
 **	PAGE CONTAINER
 **	LEFT COLUMN STYLES
 **	SUBLEFT COLUMN BOXES
 **	SUBRIGHT COLUMN BOXES
 **	RIGHT COLUMN STYLES
 **	BOTTOM CONTAINER
 **	LISTINGS (normal listing in content_style.css)
 **********************************************
 ** Colors:
 **	Name1: #0079E6
 **	Name2: #0079E6
 **	Name3: #0079E6
 **********************************************

/**********************************************
 **                 RESETS
 *********************************************/

html,
head,
body,
form,
img {
	padding: 0; margin: 0; border: 0;
	}
img.floatRight {
	float: right;
	margin: 6px;
	}
img.floatLeft {
	float: left;
	margin: 6px;
	}

ul, li, dl, dd, dt {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	}
/* links */
a,
a:link {
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	color: #1e449d;
	}
a:visited,
a:active,
a:focus {
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	}

/* Initial styles for common html elements */

/* Horizontal break line */
div.hr {
	content: ' ';
	margin: 10px 14px 10px 14px; padding: 0; border: 0;
	border-bottom: 1px #999 dashed;
	clear: both;
	}
div.clear { clear: both }

input[type="button"],
input[type="submit"],
button,
button.button,
.button {
	/*background: url(/css/img/button.gif) no-repeat top right;*/
	border: 0px;
	height: 23px;
	color: #222;
	cursor: pointer;
	font-size: 11px;
	line-height: 15px;
	padding: 2px 4px 2px 0px;
	margin: 0 0 2px 0;
	background: #FBF0F5 url(/css/img/selectboxbg.gif);
	border-top: 1px #eee solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #eee solid;
	border-right: 1px #999 solid;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
	}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
button.button:hover {
	background: #d4e5ff url(/css/img/selectboxbg_hover.gif);
	}

#searchbox button:hover,
#myuranus button:hover,
#open_jobs button {
	cursor: pointer;
	}

input[type="text"],
input[type="password"],
select {
	/*background-color: #ABE4A4;*/
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
/* Iconized link styles */
a.iconLink,
a.iconLink:link,
a.iconLink:focus,
a.iconLink:visited,
a.iconLink:active {
	background: url(/css/img/link_icon_blue.gif) no-repeat 0px 4px;
	padding: 2px 0 0 13px;
	color: #1e449d;
	text-decoration: none;
	letter-spacing: 1px;
	}
a.iconLink:hover {
	text-decoration: underline;
	color: #111;
	}
* html a.iconLink,
* html a.iconLink:link,
* html a.iconLink:focus,
* html a.iconLink:visited,
* html a.iconLink:active {
	background-position: 0 6px;
	padding: 2px 0 0 14px;
	letter-spacing: 0px;
	}
*:first-child+html a.iconLink,
*:first-child+html a.iconLink:link,
*:first-child+html a.iconLink:focus,
*:first-child+html a.iconLink:visited,
*:first-child+html a.iconLink:active {
	background-position: 0 6px;
	padding: 2px 0 0 14px;
	}
a.iconLinkWhite,
a.iconLinkWhite:link,
a.iconLinkWhite:focus,
a.iconLinkWhite:visited,
a.iconLinkWhite:active {
	background: url(/css/img/link_icon_white.gif) no-repeat 0px 4px;
	padding: 2px 0 0 13px;
	color: #f8f8f8;
	text-decoration: none;
	letter-spacing: 1px;
	}
* html a.iconLinkWhite,
* html a.iconLinkWhite:link,
* html a.iconLinkWhite:focus,
* html a.iconLinkWhite:visited,
* html a.iconLinkWhite:active {
	background-position: 0 6px;
	padding: 2px 0 0 14px;
	letter-spacing: 0px;
	}
*:first-child+html a.iconLinkWhite,
*:first-child+html a.iconLinkWhite:link,
*:first-child+html a.iconLinkWhite:focus,
*:first-child+html a.iconLinkWhite:visited,
*:first-child+html a.iconLinkWhite:active {
	background-position: 0 6px;
	padding: 2px 0 0 14px;
	}
a.iconLinkWhite:hover {
	text-decoration: underline;
	color: #fff;
	}


/**********************************************
 **            GLOBAL CONTAINERS
 *********************************************/
html,
head,
body {
	text-align: center;
	color: #f00;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	}
html {
	background: #188dee url(/css/img/bg.jpg) no-repeat top left;
	}
* html {
	background-image: none;
	background-color: #4e91ec;
	}
body {
	margin: 0px auto 0px auto;
	width: 990px;
}
/*
div#globalContainer {
	margin: 0 auto;
	}*/
div#uranusContainer {
	margin: 0 auto;
	width: 842px;
	background: url(/css/img/canvas_bg.png) repeat-y;
	float: left;
	text-align: center;
	}
* html div#uranusContainer {
	background: url(/css/img/canvasbg.jpg) repeat-y;
/* 	padding-bottom: -16px; */
	margin-top: -1px;
	}
div#uranusContainer img.border {
	margin: 0; padding: 0; border: 0;
	}
div#uranusContainer>div {
	/* creates margins for the shadow effect */
	margin: 8px;
	}
div#topImage {
	padding: 0; 
	margin: 0 0 -1px 0; 
	border: 0;
	background: url(/css/img/top.png) no-repeat;
	width: 842px;
	height: 16px;
	}
* html div#topImage {
	background: url(/css/img/top.jpg) no-repeat;
	margin-left: -10px;
	margin-bottom: -1px;
	}
*:first-child+html div#topImage {
	margin-left: 0px;
	}
div#bottomImage {
	padding: 0; margin: 0; border: 0;
	width: 842px;
	height: 16px;
	margin-top: 8px;
	text-align: left;
	margin-left: -1px;
	}
* html div#bottomImage {
	margin-left: -10px;
	margin-top: -16px;
	}
*:first-child+html div#bottomImage {
	margin-left: -1px;
	margin-top: 0px;
	}


/**********************************************
 **        HEADER AND FOOTER CONTAINERS
 *********************************************/
div#header {
	height: 96px;
	width: 806px;
	background-repeat: no-repeat;
	}
div#header * {
	z-index: 1;
	}
* html div#header {
	margin-bottom: -20px;
/* 	padding-bottom: -20px; */
	}
div#header #logo {
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 55px;
	float: left;
	}
div#header #logo h1 {
	display: none;
	}
div#header #logo span {
	margin: inherit;
	padding: inherit;
	width: inherit;
	height: inherit;
	display: inherit;
	cursor: inherit;
	}
div#header #logo a {
	width: inherit;
	margin: inherit;
	padding: inherit;
	height: inherit;
	display: inherit;
	cursor: inherit;
	text-decoration:none;
	}

div#topadBg {
	padding: 5px;
	/* centers top addvertising block by uranusContainer */
	width: 842px;
	}
div#topad a, #topad img {
	border: 0px;
	margin-top: 5px;
	}

div.slanguage {
	color: #fff;
	padding: 0 0 0 730px;
	margin:  0;
	}
div.slanguage p {
	color: #fff;
	font-size: 9px;
	line-height: 11px;
	padding: 10px 0 0 0;
	margin: 0px;
	}
div.slanguage a {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	line-height: 11px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}
div.slanguage a:hover {
	color: #fff;
	text-decoration: underline;
	}
div.slanguageFI a {
	background: url(/css/img/fi.gif) no-repeat;
	}
div.slanguageEN a {
	background: url(/css/img/gb.gif) no-repeat;
	}
div.slanguageSE a {
	background: url(/css/img/se.gif) no-repeat;
	}
div#slanguage1 {margin-left: 4px; margin-top: -54px}
div#slanguage2 {margin-left: 0px; margin-top: 0px}

div#headerlogin {
	font-weight: bold;
	text-align: left;
	padding: 38px 4px 0 0px;
	font-size: 12px;
	color: #ffffff;
}
div#headerlogin a {
	padding-left: 4px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
div#headerlogin a:hover {
	text-decoration: underline;
}
/**********************************************
 **            PAGE CONTAINER
 *********************************************/
#contentwrap {
	float: left;
	display: block;
	color: #000;
	width: 621px;
	background: #fff;
}
.admin #contentwrap {
	width: 825px;
}
#inner_ad {
	text-align: center;
}
div#page {
	background-image: none;
	text-align: left;
	padding-left: 1px;
	margin: -2px 0 0 0;
	padding-top: 5px;
	}
/* reset margin-left for IE6 */
* html div#page {
	padding: 0 0 0 10px;
	margin: 0;
	width: 100%;
	}
/* reset margin-left for IE7 */
*:first-child+html div#page {
	background-image: none;
	padding: 6px 0 0 0;
	}

/**********************************************
 **            LEFT COLUMN STYLES
 *********************************************/
/* General */
div#leftcolumn {
	float: left;
	display: block;
	width: 601px;
	margin: 0 0 0 -1px;
	/*border-right: 2px solid #003399;*/
	background-color: #fff;
	z-index: 10;
	}
* html div#leftcolumn {
	width: 825px;
	}
div#open-jobs {
	width: 580px;
	min-height: 260px;
	color: #333;
	padding: 0 10px 10px 10px;
	}
* html div#open-jobs {
	width: 580px;
	padding: 0 10px 10px 10px;
	}
div#subcenter {
	margin-left: 10px;
	color: #333; padding: 0 20px;
	}
* html div#subcenter {
	margin: 10px 0 0 0; padding: 0 20px;width: 540px;
	}
div#subleft {
	float: left;
	display: block;
	color: #000;
	width: 360px;
	height: 729px;
	padding: 0 0 0 0;
	margin: 0;
	border-right: 2px #002A72 solid;
/* 	background: #fff url(/css/img/frontpageLogo.jpg) no-repeat 0 2px; */
	}
* html div#subleft {
	/*width: 358px;*/
	}
div#subleft h1,
div#subleft h2,
div#subleft h3,
div#subleft h4,
div#subleft h5 {
	margin: 10px 15px 5px 15px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	line-height: 20px;
	padding: 0;
	}
div#subleft p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 15px 0 15px;
	}
/* subRightColumnBoxWrap, subRightColumnBox */
div#subright {
	float: left;
	color: #e8e8e8;
	width: 239px;
	}
* html div#subright {
	/*width: 235px;*/
	}
div#subright h2 {
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	line-height: 20px;
	background: #ffffff url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) 0 -3px no-repeat;
	height: 18px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 0 0 6px 0;
	padding: 3px 0 3px 0;
	}
div#subright h3 {
	padding-top: 2px;
	font-size: 15px;
	font-weight: bold;
	color: #BFFAFF;
	margin: 8px 10px 5px 10px;
	}
div#subright h5 {
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #ddd;
	margin: -2px 10px 5px 10px;
	}
div#subright p {
	font-size: 12px;
	line-height: 15px;
	margin: 0px 10px 10px 10px;
	}
div#subright p a {
	color: #fff;
	font-weight: bold;
	}
/* Wrapper block */
div#subright div.subRightColumnBoxWrap {
	float: left;
	background: #0a286f;
	margin: 2px 2px 0 2px;
	width: 235px;
	}
/* Inside wrapper block */
div#subright div.subRightColumnBox {
	float: left;
	width: 100%;
	}
* html div#subright div.subRightColumnBoxWrap {
	width: 236px;
	margin: 2px 1px 1px 1px;
	}
div#prevailNews h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	}
div#prevailNews b {
	font-weight: bold;
	font-size: 13px;
 	color: #fff;
}

/**********************************************
 **            SUBLEFT COLUMN BOXES
 *********************************************/
/* First page wellcome box */
div#fpWellCome p, div#fpWellCome h2 {
	text-align: right;
	}
div#fpWellCome h2 {
	font-size: 18px;
	}
/* Frontpage links */
div#fpLinks {
	margin: 0 auto;
	}
div#fpLinks table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 5px 50px;
	}
div#fpLinks table td {
	padding: 0 10px 0 0;
	white-space: nowrap;
	font-size: 13px;
	}
div.fpComponent:hover {
	background-color: #f6f6f6;
	}
div#subcenter p br {
	margin-bottom: -15px;
	}

div#article1 img {
	margin-right: 15px;
	}

/* Front page news */
#fpNews {
	background-color: #efefef;
	/*background: url(/css/img/selectboxbg.gif) repeat-x 5px;*/
	margin: 5px 10px 5px 10px;
	padding: 7px 0 7px 0;
	border: #999 dashed 1px;
	}
#fpNews h1 {
	padding: 8px 0px 2px 0px;
	margin: 0px 3px 2px 25px;
	color: #000;
	}
#fpNews p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	/*color: #1e449d;*/
	text-align: left;
	font-weight: bold;
	}
/*
#fpNews a {
	font-size: 12px !important;
	font-weight: bold;
	color: #fff !important;
	}
*/
#fp_news_ense {
	background-color: #5186FD;
	clear: right;
	border: 2px groove blue;
	margin: 2px 2px 2px 2px;
	padding: 8px 0px 8px 0px;
}

#fp_news_ense h1 {
	padding: 8px 0px 2px 0px;
	margin: 0px 3px 2px 25px;
	color: #fff;
}

#fp_news_ense p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	padding: 0px 0px 8px 0px;
	margin: 0px 3px 2px 25px;
}

#fp_news_ense a {
	font-size: 11px !important;
	font-weight: bold;
	color: #fff !important;
}

div.fpComponent p#comic {
	height: 165px;
	margin: 10px 10px 0px 10px;
	text-align: right;
	padding: 0;
	}
div.fpComponent p#comic img {
	width: 25px;
	height: 0;
	width: 0;
	border: 0pt none;
	margin: 0pt;
	}
div.fpComponent p {
	background-color: #fff;
	}
div#fpComic:hover {
	background-color: inherit;
	}

/**********************************************
 **           SUBRIGHT COLUMN BOXES
 *********************************************/
div#prevailNews { }
div#solutions { }

div.topBox {
	padding: 5px 0 0 3px;
	width: 219px;
	margin: 0 5px 8px 5px;
	}
* html div.topBox {
	width: 219px;
	}
div.topBox p {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	}
div.topBox p a,
div.topBox p a:link,
div.topBox p a:active,
div.topBox p a:visited,
div.topBox p a:hover {
	margin-left: -14px;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 13px;
	}
div.topBox p:first-line {
	margin-left: -12px;
	}
div.topBox p span {
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 11px;
	}
/* IE7 Hack */
*:first-child+html div.topBox {
	margin: 0;
	}
*:first-child+html div.topBox p {
	padding: 0;
	}
*:first-child+html div.topBox span {
 	padding: 0;
	margin: 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	}
/* Notice: a href must point to real file like /laura/ajankohtaista/index.php,
not to the directory like /laura/ajankohtaista/ */
*:first-child+html div.topBox a.iconLinkWhite {
	padding-left: 28px;
	font-size: 12px;
	font-weight: bold;
	}
*:first-child+html div.topBox a.iconLinkWhite:link,
*:first-child+html div.topBox a.iconLinkWhite:hover,
*:first-child+html div.topBox a.iconLinkWhite:visited,
*:first-child+html div.topBox a.iconLinkWhite:active {
	padding-left: 28px;
	font-size: 12px;
	display: block;
	background-position: 12px 3px;
	}
/* IE6 Hack */
* html div.topBox {
	margin: 0;
	}
* html div.topBox p {
	padding: 0;
	}
* html div.topBox span {
 	padding: 0;
	margin: 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	}
/* Notice: a href must point to real file like /laura/ajankohtaista/index.php,
not to the directory like /laura/ajankohtaista/ */
* html div.topBox a.iconLinkWhite {
	padding-left: 28px;
	font-size: 12px;
	}
* html div.topBox a.iconLinkWhite:link,
* html div.topBox a.iconLinkWhite:hover,
* html div.topBox a.iconLinkWhite:visited,
* html div.topBox a.iconLinkWhite:active {
	padding-left: 28px;
	font-size: 12px;
	display: block;
	background-position: 12px 3px;
	}

div.fpQuote {
	background-image: url(/css/img/blue_texture2.gif);
	background: #4978e2 url(/kuvat/quotes2.jpg) no-repeat 2px 2px;
	font-family: Verdana,Arial,Helvetica,Georgia;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	margin: 10px 10px 15px 10px;
	min-height: 90px;
	padding: 7px 12px 5px 12px;
	width: 190px;
	border: 1px #9BCBCF dotted;
	}
*:first-child+html div.fpQuote {
	background: #4978e2 url(/kuvat/quotes2.jpg) no-repeat 2px 2px;
}
/* fix for IE6 */
* html div.fpQuote {
	background: #4978e2 url(/kuvat/quotes2.jpg) no-repeat 1px 2px;
	width: 190px;
}
div.fpQuote a, div.fpQuote a:link {
	color: #e8e8e8;
	text-decoration: none;
	font-weight: bold;
	display: block;
	}

div.fpQuote:first-letter {
	font-size: 18px;
}
div.fpQuote span {
	color: #e8e8e8;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, Georgia;
	font-size: 11px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	}

div#subright div#jobSupport {
	background: #4978e3 url(/css/img/fpbox/sinivaalea_kaari.gif) no-repeat;
	background: #4978e3 url(/css/img/blue_texture.gif);
	background-position: bottom;
	margin-bottom: 0px;
	}
div#subright  div#fpLauraIntroLink h3 {
	text-align: center;
	}
div#subright  div#fpLauraIntroLink a {
	color: #ffffff;
	text-decoration: none;
	}
div#subright  div#fpLauraIntroLink a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
div#subright div.jobList {
	padding: 2px;
/* 	padding: 2px 0 2px 0; */
}
div#subright div.jobListOdd {
	background: #ffffff;
	padding: 4px;
}
div#subright div.jobListEven {
	background: #d4e5ff;
	padding: 4px;
}
div#subright a.jobTitle, div#subright a.jobTitle:link {
	background: url(/css/img/window_new.png) no-repeat 0 1px;
/* 	background: url(/css/img/tab_new.png) no-repeat 0 1px; */
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #0e572c;
	display: block;
	padding-bottom: 1px;
}
div#subright a.jobTitle:hover {
	text-decoration: underline;
}
div#subright a.jobOwner, div#subright a.jobOwner:link {
	margin-right: 3px;
	text-decoration: none;
	color: #272727;
	display: block;
	text-align: right;
	font-size: 11px;
}
div#subright div#openJobsWrap {
	background: #0d6028;
/* 	background: #0d4e28 url(/css/img/fpbox/vihreavaalea.jpg) 0 -3px repeat-x; */
	}
div#subright div#openJobs {
	background: url(/css/img/fpbox/vihreavaalea_kaari.gif) no-repeat;
	background: #4978e3 url(/css/img/green_texture.gif);
	background-position: bottom;
	margin-bottom: 0px;
	border-bottom: 2px solid #FFFFFF;
	}
div#subright div#openJobs form {
	padding-bottom: 10px;
	}
div#openJobs div#leaveCV {
	background-image: url(/css/img/green_texture1.gif);
	margin: -10px 10px 10px 10px;
	padding: 1px 0 1px 0;
	border: 1px #999 dotted;
	}
div#subright div#cvwrap {
	/*background-image: url(/css/img/cv.gif);*/
	background-image: url(/css/img/blue_texture.gif);
	}
div#subright div#cv {
	/*background: #4978e4 url(/css/img/fpbox/sinivaalea_kaari.gif) no-repeat;
	background: #4978e3 url(/css/img/blue_texture.gif);
	background-image: url(/css/img/cv.gif);*/
	background-position: -12px -2px;
	margin-bottom: 0px;
 	border-bottom: 2px solid #ffffff;
	}
div#subright div.subRightColumnBoxWrap div#jobSupport h3 {
	/*background: #4978e3 url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) 0 -3px no-repeat;*/
	margin-top: 8px;
	color: #BFFAFF;
	}
div#subright div.subRightColumnBoxWrap div#openJobs h3 {
	color: #e8e8e8;
	/*background: #0d4e28 url(/css/img/ilmoitukset/ylatekstibg_vihrea.gif) 0 -3px no-repeat;*/
	margin-top: 8px;
	}
div#subright div.subRightColumnBoxWrap div#cv h3 {
	/*background: #0a286f url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) 0 -3px no-repeat;*/
	margin-top: 8px;
	}
div#subright div.subRightColumnBoxWrap div#cv p {
	padding-bottom: 10px;
	}

/**********************************************
 **            RIGHT COLUMN STYLES
 *********************************************/
/* General */
div#fpRightColumnBoxes {float: left; width: 30%; padding: 52px 0 0 0; margin-left: -10px}
* html div#fpRightColumnBoxes {margin: 0 0 0 -30px;}

div#rightcolumn {
	width: 222px;
	float: left;
	display: block;
	background-color: #003399;background-color: #fff;
	}
* html div#rightcolumn {
	margin-left: -222px;
	}
div.rightColumnBoxWrap {
	border: 0px solid #fff;
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
	float: left;
	background: #ffffff;
	}
/*div#fpRightColumnBoxes */div.rightColumnBoxWrap {
	border: 0px solid #999;
	margin: 5px;margin: 0;
	}
div.rightColumnBox {
	width: 218px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: #ffffff;
	color: #111;
	}
div#fpRightColumnBoxes div.rightColumnBox {
	width: 240px;
	}
* html div#fpRightColumnBoxes div.rightColumnBox {
	width: 240px;
	}
div#fpRightColumnBoxes div.rightColumnBox p {
	padding-left: 5px;
	}
div#rightcolumn div#myuranus h1,
div#rightcolumn div#myuranus h2,
div#rightcolumn div#myuranusSE h1,
div#rightcolumn div#myuranusSE h2,
div.rightColumnBox h1,
div.rightColumnBox h2 {
	/*background: #ffffff url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) 0 -3px no-repeat;*/
	/*background: #ffffff url(/css/img/job-list-menu-1.png) -150px -20px no-repeat;*/
	/*height: 18px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 0 0 3px 0;
	padding: 3px 0 3px 0;*/margin: 0 0 3px 0;
	font-size: 14px;
	}
/*div#fpRightColumnBoxes*/ div.rightColumnBox h2 {
	background: transparent;
	color: #1e449d;
	text-align: left;
	padding: 20px 0 0 20px;
	}
div.rightColumnBox p {
	margin: 7px 15px 7px 15px;
	padding: 0;
	line-height: 13px;
	font-size: 12px;
	color: #000;
	text-align: left;
	}
div.rightColumnBox input[type="text"],
div.rightColumnBox input[type="password"], 
div.rightColumnBox input.inputField {
/* 	background-color: #ABE4A4; */
	background-color: #d4e5ff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
* html input.inputField {
	background-color: #d4e5ff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}

div.rightColumnBox a {
	font-weight: bold;
	}


/**********************************************
 **               Job seekers
 *********************************************/
#fpJobSeekersWrap {}
#fp_jobseekers {}
#fp_jobseekers h2 {
	background: #ffffff url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) 0 -3px no-repeat;
	}
#fp_jobseekers p {}
#fp_jobseekers a {}
#fp_jobseekers table {
	margin-top: 6px;
	}
#fp_jobseekers table a {
	padding-left: 10px;
	}

#fp_jobseekers tr {
	/*background: #F5F5F5 url(/css/img/add_corner_gray_.gif) no-repeat;
	background-position: top right;*/
	height: 75px;
	}
#fp_jobseekers tr>td {
	border-bottom: 1px solid #aaa;
	border-right: 0px solid #aaa;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	}
#fp_jobseekers tr>td>td {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 0px solid #eee;
	border-top: 1px solid #eee;
	}
#fp_jobseekers td {
	color: green;
	padding: 2px;
	}
#fp_jobseekers tr>td img {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin: 2px;
	}
#fp_jobseekers i {
	font-size: 9px;
	color: #424242;	
	}


/**********************************************
 **               My Uranus
 *********************************************/
div#fpRightColumnBoxes div#uranusmanager {
	background: url(/css/img/box_uratarina_3.png) no-repeat #f8f8f8;
	height:200px;
	}
div#fpRightColumnBoxes div#uranusmanager h2 {
	text-transform: uppercase;
	}
div#fpRightColumnBoxes div#uranusmanager p {
	padding:0;margin:0;
	}
div#fpRightColumnBoxes div#uranusmanager ul {
	margin: 0 0 0 16px;
	padding: 0 15px 0 0;
	list-style-image: none;
	}
div#fpRightColumnBoxes div#uranusmanager ul li {
	padding: 4px 0 0 20px; margin: 0; background: url(/kuvat/rounddot.gif) no-repeat 0 5px;
	}
div#fpRightColumnBoxes div#uranusmanager ul li a {
	text-decoration: none; margin-top: -5px; margin-right: 15px;font-weight: normal;
	}
div#fpRightColumnBoxes div#uranusmanager ul li a:hover {
	text-decoration: underline;
	}
div#myuranuswrap {
/*
	background: url(/css/img/myuranusfooter_.gif) no-repeat;
	background-position:  0px bottom;
*/
	}
div#myuranus {
	/*background: url(/css/img/myuranusfooter.gif) no-repeat #f8f8f8;
	background-position:  160px 32px;*/
/*	height: 115px;	*/
	}
div#myuranuswrap div#myuranus {
	background: url(/css/img/box_omauranus_w218.png) no-repeat #f8f8f8;
	height:190px;
	}
div#fpRightColumnBoxes div#myuranuswrap div#myuranus {
	background: url(/css/img/box_omauranus_3.png) no-repeat #f8f8f8;
	height:190px;
	}
div#myuranus p {
	padding: 0 0 0 5px;
	font-size: 13px;
	}
div#myuranuswrap form div#myuranus a.iconLink,
div#myuranuswrap form div#myuranus a.iconLink:link,
div#myuranuswrap form div#myuranus a.iconLink:hover,
div#myuranuswrap form div#myuranus a.iconLink:active,
div#myuranuswrap form div#myuranus a.iconLink:visited {
	line-height: 16px;
	}
div#myuranus input[type="text"],
div#myuranus input[type="password"] {
	margin: 3px 0;
	}

div#myuranus h1 {}

/*div#fpRightColumnBoxes*/ div#myuranuswrap div#myuranus h2 {
	text-transform: uppercase;
	text-align: left;
	}
div#myuranus input[type="text"] {
	width: 140px;
	}
div#myuranus input[type="password"] {
	width: 90px;
	}
/*
#myuranuswrapSE {
	float: left;
	display: block;
	width: 200px;
	height: 121px;
	background: url(/css/img/myuranusfooter.gif) no-repeat;
	background-position:  0px bottom;
	padding-bottom: 10px;
	margin-bottom:5px;
	}
#myuranusSE {
	float: left;
	display: block;
	height: 111px;
	width: 200px;
	background: url(/css/img/myuranus.gif) no-repeat;
	background-position:  0px 0px;
	color: #000;
	}
#myuranusSE h1 {
	font-size: 22px;
	padding: 0px 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#rightcolumn #myuranusSE h2 {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 13px;
	font-size: 11px;
	color: #164E80;
	}
#myuranusSE p {
	padding: 5px 13px;
	padding-bottom: 10px;
	margin: 0px 4px 5px 0px;
	margin-right: 30px;
	line-height: 14px;
	font-size: 12px;
	}
#myuranusSE a {
	margin-right:0px;
	font-size: 12px;
	font-weight: bold;
	}
*/


/**********************************************
 **                 Search
 *********************************************/
#searchboxwrap {
/*
	background: url(/css/img/myuranusfooter_.gif) no-repeat #f8f8f8;
	background-position:  0px bottom;
*/
	}
#searchbox {
	background: #ffffff url(/css/img/flow_corner.gif) no-repeat right bottom;
	margin-bottom: -2px;
	background: #ffffff url(/css/img/box_haku_w218.png) no-repeat 0 0;
	margin-top: 0;
	height: 115px;
/*
	background: url(/css/img/searchbox_.gif) no-repeat;
	background-position:  0px 0px;
*/
	}
#searchbox h2 {
	/*background: #ffffff url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) 0 -3px no-repeat;
	background: #ffffff url(/css/img/job-list-menu-1.png) -150px -20px no-repeat;*/
	
	}
#searchbox a {
	font-size: 13px;
}
#searchbox input[type="text"] {
	width: 140px;
	}
#searchbox h2 {
	background: transparent;
	color: #1e449d;
	text-align: left;
	text-transform: uppercase;
	}
#searchbox p {
	padding: 0 0 0 5px;
}
/**********************************************
 **              Uranus poll
 *********************************************/
div#pollWrap {
	/*margin-bottom: 5px;*/
	}
div#poll {
	background: #ffffff url(/css/img/box_kysely_w218.png) no-repeat 0 0;
	margin-top: 0;
	}
div#fpRightColumnBoxes div#poll {
	background: #ffffff url(/css/img/_box_kysely_3.png) no-repeat 0 0;
	margin-top: 0;
	}
div#poll ul,
div#poll #pollError {
	padding: 0 10px 5px 10px;
	line-height: 18px;
	font-weight: bold;
	}
div#poll ul li {
	line-height: 16px;
	font-weight: normal;
	margin-left: 10px;
	}
div#poll form {
	margin: 5px 5px 5px 0px;
	}
div#poll div.pollAnswerBar,
table#pollAnswers div.pollAnswerBar {
	background: url(/css/img/green_bar.jpg) #003399;
	height: 14px;
	}
div#poll div.pollPercentTitle {
	font-size: 11px;
	}

div#poll h2 {
	/*background: #ffffff url(/css/img/ilmoitukset/ylatekstibg_vihrea.gif) 0 -3px repeat-x;*/
	/*background: #9ce618;*/
	}
/*div#fpRightColumnBoxes*/ div#poll h2 {
	background: transparent;
	color: #1e449d;
	text-align: left;
	text-transform: uppercase;
	}
div#poll p {
	font-weight: bold;
	font-size: 13px;
	margin-left: 15px;
	padding-left: 5px;
}
/*div#fpRightColumnBoxes*/ div#poll form {
	padding-left: 5px;
}
/*div#fpRightColumnBoxes*/ div#poll a.iconLink {
	margin-left: 7px;
}
div#pollAdmin {
	padding: 10px;
	}
div#pollAdmin input[disabled="disabled"] {
	background-color: inherit;
	border: 0;
	color: #666;
	}
div#pollAdmin table {
	margin: 5px; padding: 0;
	border: 1px #ddd solid;
	color: #333;
	border-collapse: separate;
	border-spacing: 0;
	}
div#pollAdmin table#pollQuestions,
div#pollAdmin table#pollAnswers {
	width: 100%;
	}
div#pollAdmin table#pollRecord {
	/*width: 320px;*/
	}
div#pollAdmin table th {
	border-right: 1px #fff solid;
	border-bottom: 1px #ddd solid;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background-color: #eee;
	font-size: 13px;
	}
div#pollAdmin table td {
	padding: 2px;
	border-bottom: 1px dotted #ddd;
	}
div#pollAdmin table td input[name="Title"],
div#pollAdmin table td input.title {
	width: 300px;
	}
div#pollAdmin .pollActive1 {
	background: url(/css/img/chart_bar.png) no-repeat 4px 4px;
	padding: 2px 0 0 23px;
	}
div#pollAdmin #poll {
	background-image: none;
	}
div#pollAdmin #poll ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	}
div#pollAdmin #flashMessage {
	border: 1px #ddd solid;
	padding: 0px 0 0px 35px;
	color: #0e572c;
	font-size: 16px;
	background: #eee url(/css/img/accept.png) no-repeat 12px 16px;
	}

/**********************************************
 **              Theme box
 *********************************************/
#theme_box {
	float: left;
	display: block;
	width: 200px;
	height: 348px;
	background: url(/css/img/theme_box.gif);
	text-align: left;
	margin-bottom: 5px
	}
#theme_box h1 {
	color: #000;
	margin: 20px 15px 10px 15px;
	}
#theme_box h2 {
	color: #000;
	font-size: 13px;
	line-height: 15px;
	margin: 10px 15px 2px 15px;
	}
#theme_box p {
	color: #444;
	line-height: 14px;
	margin: 0px 15px 10px 15px;
	}
#theme_box_flash {
	width: 175px;
	height: 300px;
	margin: 6px 6px 6px 18px;
	padding: 0px 0px;
	}

/**********************************************
 **              Side banners
 *********************************************/
#sidebanners {
	padding: 110px 0 0 0; margin: 0;
	}
#sidebanners a,
#sidebanners img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
#sidebanners p {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	}

/*
#advertise_here {
	position: absolute;
	left: 828px;
	top: 1px;
	width: 140px;
	padding-left: 20px;
	}*/
#sidebanners p#advertise_here {
	margin-top: -12px;
	font-size: 11px;
	}
#sidebanners p#advertise_here a {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
	}

#sideBanners2Wrap {
}
#sidebanners2 {
	margin: 40px 0 20px 0;
	text-align: center;
	background-color: #FFFFFF;
	}
#sidebanners2 a,
#sidebanners2 img {
	border: 0px;
	margin-left: 13px;
	padding: 0px;
	}
#sidebanners2 p {
	padding: 0;
	border: 0;
	margin: 5px;
	}


/**********************************************
 **            BOTTOM CONTAINER
 *********************************************/
div#bottomContainer {
	background: url(/css/img/footertop.jpg) repeat-x 0px -10px;
	height: 30px;
	margin-top: -5px;
	padding-top: 15px;
	z-index: 9;
	}
* html div#bottomContainer {
	width: 826px;
	margin-top: 18px;
	margin-bottom: 20px;
	}

div#bottomContainer table {
	/*margin: 18px 20px 10px 0;*/
	border-collapse: collapse;
	border-spacing: 0;
	color: #eee;
	font-size: 13px;
	width: 780px;
	text-align: left;
	}
div#bottomContainer table td {
	padding: 0px 5px 0 50px;
	}
div#bottomContainer table td.first {
	width: 45%;
	}
div#bottomContainer table td.second {
	width: 27%;
	}
div#bottomContainer table td.third {
	width: 27%;
	}

/**********************************************
 **            Bottom banners
 *********************************************/
div#bottombanners {
/* 	background-color: #C7D1E9; */
/* 	border: 2px solid #fff; */
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	width: 832px;
	}
div#bottombanners a,
div#bottombanners img {
	border: 0px;
	margin: 10px 5px 0 5px;
	padding: 5px 0 0 0;
	}
div#bottombanners a {
	margin: 0px 0px 5px 5px;
	}

/**********************************************
 **            LISTINGS
 *********************************************/
div#content table.indexbox {}

div#content td.indexbody:first-letter {
	font-weight: bold;
	font-size: 32px;
	color: #666;
	padding-right: 3px;
	padding-left: 1px;
	float: left;
	padding-top: 5px;
	line-height: 21px;
} 

div#content td.indexheader {
	background: #558c1d url(/css/img/ilmoitukset/ylatekstibg_vihrea.gif) top right repeat-x;
	text-align: center;
	width: 33%;
	margin: 3px 3px 0px 3px;
	padding: 5px 2px 2px 4px;
	font-weight: bold;
	height: 30px;
	border-bottom: 1px solid #696969;
}

div#content td.indexheader a:link, div#content td.indexheader a, .indexheader a:visited {
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

div#content td.indexheader a:hover {
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

div#content td.indeximage {
	vertical-align: middle;
	text-align: center;
	height: 60px; 
	margin: 0px 3px 0px 3px;
	padding: 6px 6px 2px 6px;
	border-style: solid; 
	border-color: #9a9a9a;
	border-width: 0px 1px 0px 1px;
	border-top: 1px solid #e1e1e1;
}


div#content td.indexbody {
	vertical-align: top;
	width: 190px;
	height: 100px;
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 13px;
 	color: #000000;
	padding: 4px 4px 6px 6px;
	margin: 0px 3px 0px 3px;
	border-style: solid; 
	border-color: #9a9a9a;
	border-width: 0px 1px 0px 1px;
}
/* For /paivitys/arena/edit.php */
.indexbody {
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 13px;
	width: 190px;
	height: 140px;
}

/* Don't touch, IE6 crashes itself with background etc. */
div#content td.indexbody a.linkopacity,
div#content td.indexbody a.linkopacity:link {
	color: #484848;
	text-decoration: none;
}
div#content td.indexbody a.linkopacity:hover {
	color: #000000;
}
/*  */

div#content td.indexfooter {
	font-family: "Trebuchet MS", Arial, Tahoma, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 13px;
	width: 190px;
	background: #ddd url(/css/img/ilmoitukset/alatekstitausta.jpg) repeat-x top;
	margin: 0px 3px 13px 3px;
	border-color: #9a9a9a;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 4px 2px 2px 4px;
}

div#content td.indexfooter div {
	float:right; 
	display:inline; 
	padding-right: 2px;
}

div#content td.indexlimiter {
	height: 10px;
}

div#content .indexalt {
	padding-top: 10px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #009;
	font-weight: bold;
}

div#content .indexspacer {
	width: 10px;
	overflow: hidden;
}

div#content .eval_bg {
	background: url(/css/img/rateplanets_gray.gif) no-repeat;
	width: 90px;
	height: 12px;
	margin-top: 5px;
}

div#content .eval {
	background: url(/css/img/rateplanets_color.gif) no-repeat;
	height: 12px;
}

/* File downloads */
div#fileDownloads {
	padding: 0 10px 10px 10px;
	}
div#fileDownloads h4 {
	margin: 5px 0 5px 5px; padding: 0;
	font-size: 18px;
	}
div#fileDownloads h5 {
	margin: 15px 0 5px 5px; padding: 0;
	font-size: 16px;
	}
div#fileDownloads p {
	margin: 5px;
	}
div#fileDownloads table {
	margin: 5px; padding: 0;
	border: 1px #ddd solid;
	color: #333;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	}
div#fileDownloads table#educationSites {
	}
div#fileDownloads table#businessSites {
	}
div#fileDownloads table#recruitmentSites {
	}
div#fileDownloads table#resultSites {
	}
div#fileDownloads table th {
	border-right: 1px #fff solid;
	border-bottom: 1px #ddd solid;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background-color: #eee;
	font-size: 13px;
	}
div#fileDownloads table td {
	padding: 4px;
	border-bottom: 1px dotted #ddd;
	}
div#fileDownloads table td.download {
	background: url(/css/img/page_save.gif) no-repeat 4px 4px;
	padding-left: 24px;
	}

/* Calling card */
.kkEdit {

}

.kkEdit h3 {
/* tÃ¤mÃ¤ pitÃ¤is hoitaa ilman importantteja */
	font-size: 13px !important;
	margin: 10px 0px 0px 0px !important;
}

.kkImagestrip {
	
}

.kkImagestrip div {
	float: left;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
	border-right: 1px solid #666;
	border-top: 1px solid #bbb;
	margin: 2px;
	width: 100px;
	padding-bottom: 4px;
	text-align: center;
}
.kkImagestrip div img {
	margin-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	padding: 5px 25px 5px 25px;
}
.kkImagestrip div input {
	margin-bottom: -4px;
}
.kkCard {
	border-bottom: 1px solid #666;
	width: 225px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #666;
	border-top: 1px solid #bbb;
	margin: 5px 5px 5px 0;
}

.kkCard i {
	font-size: 9px;
	color: #424242;
}

.kkCard b {
	color: green;
}

.kkGuide {
	clear: left;
	font-size: 70%;
}

/* Front page RN-flash banner */
div.RNFlash {
	height: 100px;
	padding-top: 2px;
}
div.RNFlashInfo {
	background: #302462;
}
* html div.RNFlash {
	padding-top: 22px;
}
* html div.RNFlashInfo {
	margin-left: 8px;
	margin-right: 8px;
}
div.RNFlashInfo a, div.RNFlashInfo a:link {
	text-decoration: none;
	color: #fbf5ff;
	font-size: 14px;
	display: block;
	font-weight: bold;
}
div.RNFlashInfo a:hover {
	text-decoration: underline;
}

/* Oma Uranus, rekisterÃ¶inti yms. */
.CVIntro {
	background: url(/css/img/personal.png) no-repeat 15px 0px;
	padding-left: 155px;
	padding-right: 40px;
	height: 140px;
	margin: 10px 20px;
	}
.OwnCVPart {
	padding: 5px 10px 5px 75px;
	margin-left: 50px;
	margin-right: 15px;
	min-height: 75px;
	background-repeat: no-repeat;
	/*background-color: #f8f8f8;*/
	background-position: 20px 5px;
	}
.OwnCVPart p {
	margin-left: 50px;
	}
/* Campaign form margin left correction on Own Uranus frontpage */
.OwnCVPart form {
	margin-left: 50px;
	}
div#content div.OwnCVPart h2 {
	margin-left: 50px;
	}
.OwnCVPart table {
	margin-left: 15px;
	}
.OwnCVPart td {
	padding-left: 10px;
	}
.OwnCVPart table#applicationList {
	margin: 0 0 15px 25px;
	padding: 3px;
	}
#CVNews {
	background-image: url(/css/img/xfmail.png);
	}
#CVSaldo {
	background-image: url(/css/img/calc.jpg);
	}
#CVPluto {
	background-image: url(/css/img/bell.png);
	}
#CVForum {
	background-image: url(/css/img/community_help.png);
	}
#EDBRights {
	background-image: url(/css/img/crystal_kuser.png);
	}
#CVCard {
	background-image: url(/css/img/personal_.png);
	}
#CVOwn {
	background-image: url(/css/img/browser.png);
	}
#CVCompetition {
	background-image: url(/css/img/easymoblog.png);
	}
#CVNewAd {
	background-image: url(/css/img/Crystal_Clear_action_edit-medium.png);
	}
#CVViewStatistics {
	background-image: url(/css/img/viewStatistics.png);
	}

#CVApplications {
	background-image: url(/css/img/mydocuments.png);
	padding-right: 60px;
	}
#OwnCVs  {
	background-image: url(/css/img/mydocuments.png);
	}
#CVFin {
	background: url(/css/img/finland64x64.png) no-repeat 10px 15px;
	}
#CVEn {
	background: url(/css/img/uk64x64.png) no-repeat 10px 10px;
	}
.CVBR {
	margin: 2px 30px;
	width: 740px;
	border-top: 1px #aaa dotted;
	border-bottom: 1px #eee solid;
	}
p#CVIntro {
	margin: 5px 17px 15px 17px;
	}
table#CV  {
	padding-right: 2px;
	}
table#CV table td {
	vertical-align: top;
	padding: 4px;
	}
table#CV table {
	border-collapse: collapse;
	}
table#CV table tbody {
	background-color: #eee;
	}
table#CV td.cvRegisterTd {
	}
table.registerSignIn td.cvAlignLeft {
	text-align: left;
	width: 210px;
	}
table.registerSignIn td.cvAlignLeft input[type="text"], table.registerSignIn td.cvAlignLeft input[type="password"]  {
	width: 175px;
	}
table.registerSignIn td.cvAlignRight {
	text-align: right;
	width: 150px;
	}
table#CV .cvTitle {
	font-weight: bold;
	margin-top: 3px;
	}
table#CV input#login {
	margin: 10px 10px 10px 0;
	}
table#CV table td.cvHeader {
	margin: 3px 3px 0px 3px;
	padding: 7px 2px 7px 7px;
	font-weight: bold;
	font-size: 15px;
	height: 16px;
	border-bottom: 1px solid #696969;
	color: #f8f8f8;
	}
table#CV table td.cvHeaderNewUser {
	background: #558c1d url(/css/img/ilmoitukset/ylatekstibg_vihrea.gif) top right repeat-x;
	}
table#CV table td.cvHeaderLogin {
	background: #4978e3 url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) top right repeat-x;
	}
table#CV div#cvRegisterSpecs {
	border: #999 solid 1px;
	background-color: #f5f5f5;
	overflow: scroll;
	height: 150px;
	width: 450px;
	}
table#CV div#cvRegisterSpecs ol {
	color: #666;
	}
table#CV .fullwidth {
	width: 800px;
	}
table#CV td.cvTdCenter {
	text-align: right; 
	width: 280px;
}
div.plutoPage {
	padding: 4px;
	background: #eee url(/css/img/bell128x128_gray.png) no-repeat;
	background-position: 650px 20px;
}
div.settingsPage {
	padding: 4px;
	background: url(/css/img/settings128x128_gray.png) no-repeat;
	background-position: 650px 20px;
}

div.createAdForm {
	padding: 4px;
	background: url(/css/img/Crystal_Clear_action_edit-large.png) no-repeat;
	background-position: 620px 20px;
}
div.apply2AnyJob {
	padding: 4px;
	background: url(/css/img/xfmail128.png) no-repeat;
	background-position: 620px 0px;
}
div.plutoLists {
	margin-top: 0px;
}

table.PlutoList {
	border: 1px solid white;
	width: 500px;
}

table.PlutoList td {
}

#rssUusiSuomi {
	width: 150px;
	margin: 5px;
	}
#rssUusiSuomi p.rssNewsItem {
	margin: 0; 
	padding: 4px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-align: left;
	}
#rssUusiSuomi p.rssNewsItem a {
	margin: 0; padding: 0;
	font-size: 11px;
	color: #000000;
	}
#rssUusiSuomi p.rssNewsItem a:link,
#rssUusiSuomi p.rssNewsItem a:focus,
#rssUusiSuomi p.rssNewsItem a:visited,
#rssUusiSuomi p.rssNewsItem a:active {
	text-decoration: none;
	}
#rssUusiSuomi p.rssNewsItem a:hover {
	text-decoration: underline;
	}
#rssUusiSuomi p.even {
	background-color: #DDE5EA;
	}
#rssUusiSuomi p.odd {
	background-color: #FFFFFF;
	}
#rssUusiSuomi span.time {
	font-style: italic;
	}
span.statusOK {
	font-size: 14px;
	color: #008000;
	background: url(/css/img/statusOK.png) no-repeat 10px 10px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 35px;
	text-align: left;
	display: block;
	border: 1px solid #eee;
}
span.statusError {
	font-size: 14px;
	color: #ff0000;
	background: url(/css/img/statusError.png) no-repeat 10px 10px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 35px;
	text-align: left;
	display: block;
	border: 1px solid #eee;
}
span.statusAlert {
	font-size: 14px;
	color: #f96400;
	background: url(/css/img/statusAlert.png) no-repeat 10px 10px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 35px;
	text-align: left;
	display: block;
	border: 1px solid #eee;
}
div.registerNow {
	color: #1e449d;
	cursor: pointer;
	font-size: 16px;
	padding-top: 7px;
	font-weight: bold;
	height: 24px;
	width: 200px;
	background: url(/css/img/goto_register.gif) no-repeat 115px 4px;
}
td.cvImg {
	cursor: pointer;
}

/* Uratie suurtaulu banneri tyylittelyt */

table#uratieNimitykset {
	border: 2px solid #c8211b;
	width: 138px;
	font-family: sans-serif;
	font-size: 12px;
	}
table#uratieNimitykset td#top {
	background: #fff url(/css/img/uratie.gif) 10px 10px no-repeat;
	height: 45px;
	}
table#uratieNimitykset td#med {
	background: #c8211b url(/css/img/nimitysuutiset.gif) 8px 5px no-repeat;
	height: 25px;
	}
table#uratieNimitykset td#mai {
	background-color: #fff;
	}
table#uratieNimitykset div.uut {
	background: #fff;
	border-bottom: 1px #999 solid;
	margin: 0 5px 0 5px;
	padding: 4px 1px;
	width: 138px;
	overflow: hidden;
	}
table#uratieNimitykset div.last {
	border-bottom: 0px #999 solid;
	}
table#uratieNimitykset div.uut span.date {
	display: block;
	color: #999;
	}
#uratieNimitykset div.uut a.name,
#uratieNimitykset div.uut a.name:link,
#uratieNimitykset div.uut a.name:visited {
	display: block;
	text-decoration: none;
	color: #c8211b;
	font-weight: bold;
	}
#uratieNimitykset div.uut a.name:hover {
	text-decoration: underline;
	cursor: pointer;
	}
#uratieNimitykset div.uut span.company {
	display: block;
	font-weight: bold;
	color: #111;
	}
#uratieNimitykset div.uut span.title {
	display: block;
	color: #111;
	}
#uratieNimitykset td#bot {
	background: #c1c6bf url(/css/img/lisaa.gif) 8px 2px no-repeat;
	height: 20px;
	}
#uratieNimitykset td#bot a {
	display: block;
	text-decoration: none;
	}
div.link-banner-stats table th {
	background: #aaa;
	color: #000;
}
/* Link & Banner stats */
div.link-banner-stats table tr.odd {
	background: #fff;
}
div.link-banner-stats table tr.even {
	background: #eee;
}
div.link-banner-title {
	padding-left: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	background: #ffffff url(/css/img/ilmoitukset/ylatekstibg_sinivaalea.gif) 0 -3px no-repeat;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
div.link-banner-title h3 {
	color: #fff;
	text-align: center;
}
div#present-video p {}
div#present-video embed {}
div#present-video-swfobject p {}
div#present-video-swfobject #dreamplayerdiv {width: 99%}

/* New front page */

div.fp-search {
	padding: 0 30px 0 30px;
	margin: 50px 20px 0 20px;
	float: left;
	border: 0px #333 solid;
	color: #333;
	background: transparent;
}
* html div.fp-search {
	margin: 50px 0px 0 10px;
	padding: 0 25px 0 40px;
}

div.fp-search label {
	padding: 10px 0 5px 0;
	display: block;
	color: #333;
}

div.fp-search select {
	width: 250px;
	font-size: 15px
}

div.fp-search button {
	border:0;height:38px;padding:0 0 0 5px;vertical-align:middle;
}

div.fp-search h2 {
	
}

*:first-child+html div.fp-search p {
	margin-top: 4px;
}
* html div.fp-search p {
	margin-top: 4px;
}

div#fp-links {text-align: center}
div#fp-links a {background: url(/css/img/webpres.gif) no-repeat 0 13px; padding: 15px 15px 15px 23px}

div#job-search {margin: 0 auto; width: 88%; padding-top: 50px; background: #fff url(/css/img/etusivu070110_4.png) no-repeat -60px -5px; height: 350px;}

div.open-job-search {
	padding-top: 5px;
	padding-left: 20px;
}

div.open-job-search h1 {
	color: #1e449d;
	font-size: 18px;
	float: left;
	padding-right: 20px;
}

div.open-job-search input.search-field {
	font-size: 11px;
	color: #666;
	background-color: #d4e5ff;
	margin-right: 5px;
	margin-top: 13px;
	width: 150px;
}

/* Ad amounts */
div.open-job-count {
	clear: both;
	text-align: center;
	color: #6da111;
	padding-top: 10px;
	font-weight: normal;
}

div.open-job-count span {
	font-size: 20px;
	font-weight: bold;
}

/* Job list menu */
div#job-list-menu {
	margin: 35px 0 10px 10px;
	width: 540px;
	height: 80px;
	background: #fff url(/css/img/job-list-menu-1.png) no-repeat top left;
}
div#job-list-menu div.menu-1 {
	width: 540px;
	height: 80px;
	background: #fff url(/css/img/job-list-menu-1.png) no-repeat top left;
}
div#job-list-menu div.menu-2 {
	width: 540px;
	height: 80px;
	background: #fff url(/css/img/job-list-menu-2.png) no-repeat top left;
}
div#job-list-menu div.menu-3 {
	width: 540px;
	height: 80px;
	background: #fff url(/css/img/job-list-menu-3.png) no-repeat top left;
}
div#job-list-menu div.menu-4 {
	width: 540px;
	height: 80px;
	background: #fff url(/css/img/job-list-menu-4.png) no-repeat top left;
}
div#job-list-menu ul {
	padding-left: 72px;
	padding-top: 30px;
}
*html div#job-list-menu ul {
	padding-left: 60px;
}
div#job-list-menu li {
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
}
div#job-list-menu li a {
	padding-top: 15px;
	margin-top: -15px;
	height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
div#job-list-menu li a.newest {
	margin-left: -1px;
}
div#job-list-menu li a.read {
	margin-left: 32px;
}
div#job-list-menu li a.end {
	margin-left: 68px;
}
*html div#job-list-menu li a.end {
	margin-left: 53px;
}
div#job-list-menu li a.edu {
	font-style: italic;
	color: #9ce618;
	margin-left: -2px;
}
/* Active item in blue */
div#job-list-menu li a.active-newest,
div#job-list-menu li a.active-read,
div#job-list-menu li a.active-end,
div#job-list-menu li a.active-edu,
div#job-list-menu li a:link.active-newest,
div#job-list-menu li a:link.active-read,
div#job-list-menu li a:link.active-end,
div#job-list-menu li a:link.active-edu {
	color: #1e449d;
}

div#job-list-menu li a:hover {
	color: #1e449d;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
/* Job list */
div.open-jobs-list {
	padding-top: 0px;
}

div.list-item {
	height: 75px;
	clear: both;
 	border-bottom: 1px dashed #999; /*#9ce618;*/
	width: 88%;
	margin-left: 20px;
}
div.list-item a, div.list-item a:link, div.list-item a:visited {
	display: block;
	text-decoration: none;
	color: #1e449d;
	font-weight: bold;
	font-size: 14px;
}
div.list-item a:hover {
	background: url(/css/img/gray_gradient_bg.png) repeat-y right;
	padding-bottom:22px;
}
div.list-item span.item-logo {
	height: 70px;
	margin-top: 5px;
	text-align: center;
	width: 200px;
	float: left;
}
div.list-item span.item-logo img {
	padding-right: 10px;
}
div.list-item div.item-subject {
	padding-top: 17px;
}
div.list-item span.item-owner, div.list-item span.item-city {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
}
div.job-list-links {
	text-align: center;
	background: #9ce618;
	padding: 10px;
	margin-top: -1px;
	border: solid 1px #ccc;
}
div.job-list-links a, div.job-list-links a:link, div.job-list-links a:visited {
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	text-decoration: none;
	color: #1e449d;
	font-weight: bold;
	font-size: 14px;
}
div.job-list-links a:hover, div.job-list-links a:link:hover, div.job-list-links a:visited:hover {
	color: #111;
	text-decoration: underline;
}
div.job-list-links a.all-jobs {
	background: url(/css/img/all_jobs.png) no-repeat top left;
}
div.job-list-links a.add-ad {
	background: url(/css/img/add_ad.png) no-repeat top left;
}

div.fp-bottom-banners {
	margin: 25px;
	clear: both;
	width: 100%;
}
div.fp-bottom-banners h1 {
	color: #000;
	font-size: 16px;
}

div.fpMainContainer {
	float: left; width: 70%;
}
* html div.fpMainContainer {
	float: left; width: 60%;
}

#tag-cloud {padding: 10px 0; margin: 0;text-align: center}
.tag-cloud-item {padding: 2px; font-size: 8px; white-space: nowrap}
.tag-cloud-item a {text-decoration: none;}
.tag-cloud-item a:link {text-decoration: none;}
.tag-cloud-item a:hover {text-decoration: none;}
.tag-cloud-item a:visited {text-decoration: none;}
.tag-cloud-item a:active {text-decoration: none;}
.tag-cloud-item a:focus {text-decoration: none;}
.tag-size-8 {font-size: 8px}
.tag-size-9 {font-size: 9px}
.tag-size-10 {font-size: 10px}
.tag-size-11 {font-size: 11px}
.tag-size-12 {font-size: 12px}
.tag-size-13 {font-size: 13px}
.tag-size-14 {font-size: 14px}
.tag-size-15 {font-size: 15px}
.tag-size-16 {font-size: 16px}
.tag-size-17 {font-size: 17px}
.tag-size-18 {font-size: 18px}
.tag-size-19 {font-size: 19px}
.tag-size-20 {font-size: 20px}

#job-search button:hover,
#job-search button {
	cursor: pointer;
	background: none;
	}
div#fpRightColumnBoxes div#uranusmanagerwrap {
	height: 265px;
	margin-bottom: 0px;
	background: transparent url(/css/img/box_alareuna.png) no-repeat bottom left;
}
*:first-child+html div#fpRightColumnBoxes div#uranusmanagerwrap {
	height: 275px;
}