/* 
    Document   : style
    Created on : 2009-04-17, 17.24.20
    Author     : paulius
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {margin: 0; padding: 0;}

body {background: #909590;}

p {font-size: 12px; color: #AD1E23;}

img {border: 0}

#conteiner {margin: 0px auto 0px auto; width: 640px; background: url(../../public/images/web/bg.jpg) repeat-y 17px 0;}

#header {width: 640px; background-image: url(../../public/images/web/liuks_header.jpg); height: 97px; }

#time {text-align: right; padding-top: 40px; padding-right: 50px; color: #fff;}

#content {margin: 0 0 0 20px; }

#main {width: 400px; float: left; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; padding-left: 10px;}
#main ul {padding-left: 0px; margin: 0px;}
#main li {list-style-type: none;}

#right {padding-top: 10px; float: left; width: 200px;}

.advertisments {
    background: url('/public/images/web/ads.png') top right no-repeat;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 166px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
}

.advertisments .adsItem {
    border: 1px solid #AAA;
    border-radius: 4px;
    height: 88px;
    margin: 2px 0px;
    padding: 2px 0px;
    text-align: center;
}
.advertisments .adsItem a {
    color: #ED2D2C;
    position: relative;
    top: 36px;
} 

.advertisments .adsItem a:hover {
    text-decoration: none;
}

.display_inline {display: inline;}
.fl {float:left;}
.footer {
    clear: both; 
    background: #AD1E23;
    left: 17px;
    padding: 5px;
    position: relative; 
    width: 595px;
}

.footer #copyright {
    color: #fff;
    display: inline-block;
    font-size: 11px;  
    left: 80px;
    padding-top: 7px;
    position: relative; 
    vertical-align: text-top;
}

.padding0 {padding-bottom: 10px}

.pTime {
	color: red;
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

.pTitle {
	color: black;
	display: inline-block;
	width: 350px;
}

.ui-datepicker {
    width: 9em
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 1em;
    height: 1em;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.2em;
    font-size: .7em;
}

.ui-datepicker table {
    font-size: .5em;
}

