/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index: 6;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; color: #FFF;}
.ui-datepicker .ui-datepicker-next { right:2px; color: #FFF;}
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; color: #FFF;}
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #9D2E23 url(img/ui-bg_highlight-soft_75_9D2E23_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(img/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(img/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(img/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(img/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(img/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(img/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(img/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(img/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(img/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(img/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(img/ui-icons_cd0a0a_256x240.png); }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(img/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }
html
{
background: url('img/bground.png') repeat;
}

body
{
margin: 0px;
padding: 0px;
min-height: 524px;
font-family: Arial,Helvetica;
font-size: 12px;
background: url('img/bground2.png') repeat-x;
z-index: 1;
}

a:link, a:visited, a:active
{
color: #9d2e23;
text-decoration: none;
}

a img
{
border: 0px;
}

/*
Fonts
*/
input, select
{
background-color: #FFF;
border: 1px solid #c0c0c0;
color: #202020;
}

textarea
{
border: 1px solid #c0c0c0;
}

.title
{
font-size: 20px;
font-weight: bold;
}

.smalltitle
{
font-size: 16px;
font-weight: bold;
}

.frontpagesmalltitle
{
font-size: 12px;
font-weight: bold;
}

.greytext
{
color: #ACACAC;
}

.boldtext
{
font-weight: bold;
}

.revieworiginalname
{
font-size: smaller;
}

.leftminitext
{
color: #BCBCBC;
font-size: 9px;
font-family: Verdana;
}

.membername
{
position: relative;
top: -13px;
left: 5px;
font-size: 18px;
font-weight: bold;
}

.editcomment a:link, .editcomment a:visited, .editcomment  a:active, 
.menutitle a:link, .menutitle a:visited, .menutitle a:active, 
#description a:link, #description a:visited, #description a:active,
#loggedin a:link, #loggedin a:visited, #loggedin a:active,
#reviewlinks a:link, #reviewlinks a:visited, #reviewlinks a:active,
.newestname a:link, .newestname a:visited, .newestname a:active, #loggedin,
#topten .itemtopbig a:link, #topten .itemtopbig a:visited, #topten .itemtopbig a:active, 
#tvfilmlink a, #search a
{
color: #FFF;
}

.menutitle a:hover, #description a:hover, #tvfilmlink a:hover, .newestname a:hover
{
color: #BCBCBC;
}

#fontsize a:link, #fontsize a:active, #fontsize a:visited,
#topten a:link, #topten a:visited, #topten  a:active,
#newcomments a:link, #newcomments a:visited, #newcomments  a:active
{
color: #000;
}

.descriptionline
{
position: relative;
left: -6px;
width: 212px;
height: 2px;
margin-top: 3px;
margin-bottom: 3px;
background: url('img/descriptionline.png') no-repeat;
}

#description
{
position: relative;
left: 10px;
padding-right: 5px;
}

#description .type
{
color: #AF9797;
width: 209px;
}

#loggedin a:hover
{
color: red;
}

#choosefontbig
{
font-size: 15px;
}

#choosefontnormal
{
font-size: 13px;
}

#choosefontsmall
{
font-size: 11px;
}

#thumbfont
{
font-size: 22px;
font-weight: bold;
}

#reviewlinks a:hover
{
color: #D3D3D3;
}

#reviewlinks tr.reviewgreen:hover
{
background-color: #3AC930;
}

#reviewlinks tr.reviewred:hover
{
background-color: #E02D23;
}

.reviewgreen
{
background-color: #30A828;
}

.reviewred
{
background-color: #C1271F;
}

.reviewtable
{
color: #FFF;
font-weight: bold;
}

/*
Layout
*/

.frontpage
{
position: absolute;
top: -6px;
left: -12px;
width: 86px;
height: 33px;
}

.frontpageempty
{
background: url('img/frontpage.png') no-repeat;
}

.frontpageselected
{
background: url('img/frontpageselected.png') no-repeat;
}

.film
{
position: absolute;
top: -6px;
left: 75px;
width: 159px;
height: 33px;
}

.filmempty
{
background: url('img/film.png') no-repeat;
}

.filmselected
{
background: url('img/filmselected.png') no-repeat;
}

.dvd
{
position: absolute;
top: -6px;
left: 235px;
width: 159px;
height: 33px;
}

.dvdempty
{
background: url('img/dvds.png') no-repeat;
}

.dvdselected
{
background: url('img/dvdsselected.png') no-repeat;
}

.article
{
position: absolute;
top: -6px;
left: 388px;
width: 86px;
height: 33px;
}

.articleempty
{
background: url('img/article.png') no-repeat;
}

.articleselected
{
background: url('img/articleselected.png') no-repeat;
}

.about
{
position: absolute;
top: -6px;
left: 478px;
width: 86px;
height: 33px;
}

.aboutempty
{
background: url('img/about.png') no-repeat;
}

.aboutselected
{
background: url('img/aboutselected.png') no-repeat;
}

/*
Other layout settings
*/
.middlereviewer
{
position: relative;
width: 384px;
}

.rightreviewer
{
position: relative;
width: 270px;
}

.commentcount
{
float: right;
}

.horizontalline
{
color: #ccc;
border-bottom: 1px dotted #ccc;
}

.articleline
{
height: 3px;
}

.infoline
{
width: 190px;
}

#reviewlist
{
position: relative;
top: 5px;
left: 23px;
width: 650px;
margin-bottom: 35px;
}

#reviewnamecolumn
{
position: absolute;
top: 0px;
left: 190px;
font-weight: bold;
}

#reviewstarcolumn
{
position: absolute;
top: 0px;
left: 480px;
width: 60px;
font-weight: bold;
}

.starcolumn
{
position: absolute;
left: 400px;
top: 0px;
}

.starrow
{
position: relative;
top: 30px;
left: 0px;
width: 610px;
}

.starrowalter
{
position: relative;
background-color: #EEE;
top: 30px;
left: 0px;
width: 610px;
}

.color
{
position: relative;
left: 2px;
top: 3px;
height: 9px;
}

.green
{
background: url('img/greenbar.png') repeat-x;
}

.yellow
{
background: url('img/yellowbar.png') repeat-x;
}

.red
{
background: url('img/redbar.png') repeat-x;
}

.starcolumn
{
background: url('img/scorebackground.png') no-repeat left;
width: 208px;
height: 14px;
top: 8px;
}

#starbackground
{
background: transparent url('img/scorebackground.png') no-repeat left;
width: 208px;
height: 14px;
}

.star
{
width: 23px;
height: 21px;
float: left;
}

.smallstar
{
position: relative;
top: 5px;
width: 17px;
height: 16px;
float: left;
}

.starempty
{
background: url('img/stars.png') 0px 0px no-repeat;
}
.smallstarempty
{
background: url('img/smallstars.png') 0px 0px no-repeat;
}

.starfull
{
background: url('img/stars.png') -23px 0px no-repeat;
}
.smallstarfull
{
background: url('img/smallstars.png') -17px 0px no-repeat;
}

.starhalf
{
background: url('img/stars.png') -46px 0px no-repeat;
}
.smallstarhalf
{
background: url('img/smallstars.png') -34px 0px no-repeat;
}

.reviewname
{
position: relative;
left: 10px;
top: 0px;
font-weight: bold;
}

#menuoptions
{
position: relative;
top: 7px;
left: 23px;
width: 405px;
font-size: 14px;
}

#ratingbutton
{
color: #FFF;
background-color: #282828;
border: 1px solid #000;
font-weight: bold;
}

#reviewtitle
{
position: absolute;
left: 6px;
top: -37px;
background: url('img/reviewtitle.png') no-repeat;
width: 682px;
height: 50px;
font-size: 20px;
color: #FFF;
padding-left: 80px;
padding-top: 7px;
}

#contenttitle
{
position: absolute;
left: 6px;
top: -36px;
background: url(img/contenttitle.png) no-repeat;
width: 682px;
height: 37px;
font-size: 20px;
padding-left: 15px;
padding-top: 7px;
color: #FFF;
}

#defaultcontent
{
position: relative;
top: 5px;
left: 20px;
width: 600px;
text-align: justify;
}

#lefttitle 
{
position: absolute;
background: url(img/lefttop.png) no-repeat;
color: #FFF;
font-size: 20px;
width: 220px;
height: 45px;
top: -37px;
letter-spacing:-0.4px;
padding-top: 7px;
text-align: center;
}

#leftcontent
{
position: relative;
top: 5px;
left: 10px;
width: 210px;
}

.newestname
{
position:relative;
display: block;
left: 35px;
top: -14px;
color: #FFF;
font-weight: bold;
width: 174px;
}

.newestreviewer
{
position: relative;
left: 35px;
top: -14px;
color: #BCBCBC;
font-size: 10px;
}

.newestrow
{
width: 210px;
display: block;
}

.newestrowalter
{
background-color: #351516;
width: 210px;
display: block;
}

.newestrow img, .newestrowalter img
{
position: relative;
top: 8px;
left: 3px;
}

#tvfilm
{
position: relative;
bottom: -70px;
margin-bottom: 20px;
}

#tvtitle
{
position: relative;
background: url(img/lefttop.png) no-repeat;
color: #FFF;
font-size: 13px;
font-weight: bold;
width: 220px;
height: 45px;
top: -37px;
letter-spacing:-0.4px;
padding-top: 10px;
padding-left: 24px;
}

#tvimage
{
position: absolute;
top: -28px;
left: 137px;
width: 77px;
height: 89px;
}

#tvfilmlink
{
font-size: 18px;
}

#tvcontent
{
position: relative;
top: -43px;
left: 10px;
width: 130px;
font-size: 13px;
min-height: 120px;
}

#originaltitle
{
position: relative;
top: 6px;
left: 1px;
font-size: 14px;
font-weight: bold;
color: #585858;
}

#info
{
position: absolute;
left: 470px;
top: 54px;
width: 225px;
background-color: #f4f4f4;
}

#infocontent
{
position: relative;
top: 10px;
left: 10px;
width: 213px;
padding-bottom: 15px;
}

#reviewposition
{
position: relative;
left: 25px;
width: 419px;
}

#text
{
position: relative;
top: 5px;
width: 419px;
text-align: justify;
}

#fontsize
{
position: relative;
left: 25px;
top: 0px;
width: 40px;
}

#top
{
position: relative;
width: 963px;
margin-left: auto;
margin-right: auto;
z-index: 2;
}

#elokuvateatteri
{
position: absolute;
top: 10px;
left: 50px;
width: 186px;
height: 38px;
background: url('img/elokuvateatteri.png') no-repeat;
}

/*
Search layout
*/
#whitesearch
{
position: relative;
top: 4px;
width: 147px;
font-weight: bold;
color: #FFF;
}

#redsearch
{
position: absolute;
width: 150px;
left: 348px;
top: 4px;
font-weight: bold;
}

#search
{
position: absolute;
top: 20px;
right: 0px;
width: 500px;
height: 24px;
}

#searchform
{
position: absolute;
width: 230px;
left: 157px;
top: 1px;
color: #FFF;
border: 0px;
}

#searchbar
{
position: absolute;
background: url('img/searchbar.png') no-repeat;
width: 180px;
height: 16px;
color: #a84848;
padding: 4px;
border: 0px;
}

#searchbutton
{
position: absolute;
background: url('img/searchbutton.png') no-repeat;
width: 38px;
height: 18px;
left: 143px;
top: 2px;
font-size: 10px;
font-family: arial;
border: 0px;
color: #FFF;
padding-bottom: 1px;
}

.pagenumbers a
{
border: 1px solid #800E0E;
text-decoration: none;
}

.pagenumbers a.prevnext
{
border: 1px solid #800E0E;
font-weight: bold;
}

.pagenumbers span.prevnext
{
border: 1px solid #636363;
color: #636363;
}

.pagenumbers .current
{
background-color: #800E0E;
border: 1px solid #800E0E;
color: #FFF;
font-weight: bold;
}

.pagenumbers .currentdots
{
color: #000;
font-weight: bold;
}

.pagenumbers a, .pagenumbers span
{
margin-right: -2px;
padding: 0.2em 0.5em;
}

#background
{
position: relative;
background-color: #360f0f;
width: 963px;
top: 58px;
min-height: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 70px;
border: 1px solid #4b1a1a;
z-index: 2;
}

#header
{
position: relative;
top: 7px;
left: 5px;
height: 181px;
width: 953px;
background: url('img/navbg.jpg') no-repeat;
z-index: 3;
}

#navigation
{
position: absolute;
top: 15px;
left: 20px;
color: #FFF;
}

/*
Login layout
*/
#login
{
position: absolute;
top: 18px;
left: 615px;
}

#loginusername
{
position: absolute;
background: url('img/loginname.png') no-repeat;
width: 95px;
height: 16px;
top: -2px;
padding: 3px;
color: #a84848;
border: 0px;
}

#loginpassword
{
position: absolute;
background: url('img/loginpassword.png') no-repeat;
border: 0px;
width: 146px;
height: 16px;
left: 100px;
top: -2px;
color: #a84848;
padding: 3px;
}

#loginbutton
{
position: absolute;
background: url('img/loginbutton.png') no-repeat;
border: 0px;
color: #FFF;
font-size: 10px;
font-family: arial;
width: 54px;
height: 18px;
top: 0px;
left: 190px;
padding-bottom: 1px;
}

#registerbutton
{
position: absolute;
background: url('img/registerbutton.png') no-repeat;
border: 0px;
color: #FFF;
font-size: 10px;
font-family: arial;
width: 67px;
height: 18px;
top: 0px;
left: 250px;
padding-bottom: 1px;
}

#registerform input
{
padding-bottom: 5px;
}

#logo
{
position: relative;
left: 4px;
top: 51px;
background: url('img/logo.jpg') no-repeat;
height: 106px;
}

#main
{
position: relative;
min-height: 455px;
margin-top: 37px;
z-index: 3;
}

#left 
{
position: relative;
float: left;
left: 8px;
width: 220px;
min-height: 483px;
background-color: #260A0A;
color: #FFF;
padding-bottom: 10px;
z-index: 4;
}

#content
{
position: relative;
float: right;
right: 10px;
min-height: 480px;
width: 717px;
background: url('img/contenttop.jpg') top left white no-repeat;
z-index: 4;
padding-bottom: 10px;
}

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

#thumbfont a:hover
{
text-decoration: underline;
}

#middle
{
position: relative;
float: left;
top: -18px;
left: 15px;
width: 404px;
font-size: 11px;
text-align: justify;
z-index: 4;
}

#right
{
position: relative;
float: right;
top: -18px;
left: -8px;
width: 285px;
z-index: 4;
}

.rightcolumncontent
{
position: relative;
background: url('img/rightcontenttop.png') top left no-repeat;
padding-top: 10px;
padding-left: 10px;
top: -48px;
width: 275px;
font-size: 11px;
text-align: justify;
}

#topten
{
position: relative;
left: 0px;
}

#topten a:hover, #newcomments a:hover
{
color: #515151;
}

.topten
{
position: relative;
float: left;
width: 18px;
height: 12px;
left: 2px;
top: 1px;
color: #FFF;
text-align: center;
font-size: 9px;
font-weight: bold;
}

.toptenimagetop3
{
background: url('img/toptenred.png') no-repeat;
}

.toptenimage
{
background: url('img/toptengray.png') no-repeat;
}

.toptenname
{
position: relative;
left: 12px;
font-weight: bold;
}

.toptenalter
{
background-color: #DEDEDE;
}

#news, #articlenormal
{
position: relative;
background: url('img/itemback.png') no-repeat;
top: 17px;
width: 404px;
}

#newscontent, #promotioncontent, .articlecontent
{
position: relative;
left: 10px;
top: -38px;
width: 384px;
}

#promotion
{
position: relative;
background: url('img/itemback.png') no-repeat;
width: 404px;
}

#articledifferent
{
position: relative;
background: url('img/itemback.png') no-repeat;
top: 30px;
width: 404px;
}

#commentdiv
{
position: relative;
left: 25px;
top: 20px;
width: 418px;
padding-bottom: 25px;
}

#commentform
{
position: relative;
top: 10px;
}

.commentbox
{
width: 416px;
}

.commentboxalter
{
background: url('img/commentbackground.png') no-repeat;
width: 416px;
}

.commentbody
{
position: relative;
left: 5px;
width: 416px;
margin-bottom: 14px;
}

.commentnumber
{
font-weight: bold;
font-size: 18px;
}

.commenttext
{
text-align: justify;
width: 408px;
}

.itemtopbig
{
position: relative;
left: 0px;
top: -37px;
background: url('img/itemtopbig.png') no-repeat;
width: 280px;
height: 39px;
font-size: 19px;
font-weight: bold;
padding-left: 10px;
padding-top: 9px;
color: #FFF;
}

#itemtopsmall
{
position: absolute;
left: 0px;
top: -39px;
background: url('img/itemtopsmall.png') no-repeat;
width: 183px;
height: 39px;
font-size: 19px;
font-weight: bold;
padding-left: 10px;
padding-top: 9px;
color: #FFF;
}

#membercolumn1
{
float: left;
width: 280px;
}

#membercolumn2
{
float: right;
width: 280px;
}

#uuttasivustolla
{
position: relative;
left: -2px;
top: -2px;
height: 94px;
width: 140px;
background: url('img/uuttasivustolla.png') no-repeat;
z-index: 5;
}

#footer
{
position: relative;
left: 1px;
width: 961px;
height: 48px;
background: url('img/footerbground.png') no-repeat;
z-index: 3;
clear: both;
}

#twitter
{
position: absolute;
color: #8d1919;
top: 10px;
left: 7px;
font-weight: bold;
}

#avenlalogo
{
position: absolute;
top: 10px;
left: 37px;
}

#mellikki
{
position: absolute;
color: #8d1919;
left: 720px;
top: 15px;
font-weight: bold;
}

#mellikkilogo
{
position: absolute;
left: 852px;
top: 10px;
}

#copyright
{
position: relative;
width: 963px;
margin-left: auto;
margin-right: auto;
color: #8d1919;
text-align: center;
margin-bottom: 20px;
z-index: 2;
}

#tooltip
{
position: absolute;
z-index: 3000;
border: 1px solid #111;
background-color: #D12222;
color: #FFF;
padding: 5px;
opacity: 0.85;
width: 250px;
font-size: 10px;
}
#tooltip h2, #tooltip div { margin: 0; }

.hiddenelements
{
display: none;
}table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	padding-right: 15px;
}
table.tablesorter thead tr .header {
	background-image: url(img/tablebg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/tableasc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/tabledesc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/* jQuery UI tabs */
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }#TB_window
{
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine
{
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus
{
  color: #666666;
}
#TB_window a:hover
{
  color: #000;
}

#TB_overlay
{
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack
{
  background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#TB_window
{
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}

#TB_window img#TB_Image
{
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption
{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}

#TB_closeWindow
{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow
{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle
{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#TB_title
{
  background-color:#AA0000;
  height:27px;
  color: #FFF;
}

#TB_title a:link, #TB_title a:visited, #TB_title a:active
{
  color: #FFF;
  text-decoration: underline;
}

#TB_ajaxContent
{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#TB_ajaxContent.TB_modal
{
  padding:15px;
}

#TB_ajaxContent p
{
  padding:5px 0px 5px 0px;
}

#TB_load
{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
}

#TB_HideSelect
{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

#TB_iframeContent
{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}