body {
  background-color:#FAFAFA;
  font:11px "Arial CE", Arial, sans-serif;
  color:#404040;
  line-height:1.3em;
}
* {margin:0; padding:0;}
hx1, hr {display:none;}
img, fieldset {border:none;}
ul {list-style:none;}
a {text-decoration:none; color:#404040;}
a:hover {text-decoration:underline;}

h1, h2, h3
{
	margin-bottom: 10px;
	text-align: center;
}

ul#lista{
list-style-type:square
}

div#content a{
color: #3300BB;
}

div#container {
  width:800px;
  margin:0 auto;
  overflow:hidden;
  background:white url(sidebar.gif) repeat-y 8px 0;
  position:relative;
}
div#title {
  height:127px;
  background:#A7AC1D url(title.jpg) no-repeat;
}
div#content {
  width:566px;
  padding:5px 12px 45px 12px;
  float:right;
}
div#content h2 {
  padding:0.6em 0;
  font-size:1.6em;
  font-weight:bold;
}
div#content h3 {
  padding:2em 0 0.5em 0;
  font-size:1.2em;
  font-weight:bold;
}
div#content p, div#content ul, div#content ol, div#content dl {
  padding:0.5em 0;
}
div#content table {
  width:100%;
  margin:0.5em 0;
  border:none;
  border-collapse:collapse;
}
div#content th {
  height:16px;
  padding:2px 3px;
  border:1px solid white;
  border-bottom:none;
  border-top:1px solid #F3EBC3;
  
  background:white url(table-header.gif) repeat;
  text-align:center;
}
div#content td {
  padding:2px 3px;
  border:1px solid #F3EBC3;
  border-collapse:collapse;
}
div#content ul.acount-info em {
  display:block;
  width:265px;
  font-style:normal;
  color:#808080;
  float:left;
}
/*input, textarea, option {
  background-color:#FAFAFA;
  font:11px "Arial CE", Arial, sans-serif;
  color:#404040;
}*/

form#form_kampania legend {
  display:none;
}
form#form_kampania .submit {
  width:47px;
  height:16px;
  border:none;
  margin:0 5px;
  background:white url(form_kampania-submit.gif) no-repeat;
  cursor:pointer;
}
form#form_kampania p {
  padding-left:90px;
  font-weight:bold;
}
div#sidebar {
  width:199px;
  padding:1px 1px 20px 9px;
  float:left;
}
dl#login-info {
  padding:5px 7px;
  background-color:#DFE6D4;
}
dl#login-info em {
  display:block;
  width:118px;
  font-style:normal;
  float:left;
}
dl#login-info .logout {
  padding-bottom:0.5em;
}
ul#menu {
  padding:0 1px 0 7px;
}
ul#menu li {
  height:21px;
  font-size:12px;
  line-height:20px;
  background:#EFF3EA url(menu.gif) no-repeat;
  text-indent:12px;
}
ul#footer {
  padding:1em 0.5em;
  border-top:1px solid #8AAF55;
  background-color:#BED89A;
  clear:both;
  text-align:right;
  color:#48681A;
}
ul#footer li {
  display:inline;
  padding:0 3px;
}


input, select {

	BACKGROUND: #cddded;
	COLOR: #000;
	border: 1px solid #2150a7;
	FONT-FAMILY: tahoma, verdana;
}





.punkt {
	font-size: 20px;
	font-weight: bold;
}

/* CALENDAR */

.ui-datepicker-calendar th span
{
    font-size: 11px;
    padding: 8px 0 7px;
    display: block;
    margin: 0 1px 2px;
    width: 25px;
    background: #f2d583;
    background: #DFDFDF;
	font-weight: normal;
    color: #8a6c1d;
    vertical-align: middle;

}
.ui-datepicker-calendar tbody td a:hover,
.ui-datepicker-calendar tbody td a.ui-state-active
{
    background: url('img/calendar-middleh.gif') 0 0 no-repeat;
}
.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span.ui-state-default
{
    color: #666;
    display: block;
    margin: 1px 1px 2px;
    padding: 8px 0 6px;
    width: 25px;
    background: url('img/calendar-middle.gif') 0 0 no-repeat;
}
.ui-datepicker-calendar tbody td span.ui-state-default
{
	opacity: 0.5;
}
.ui-datepicker-calendar
{
    font-family: tahoma,verdana,arial;
    margin: 0 0 0 4px;
    
}
.ui-datepicker-calendar th
{
    text-align: center;
}
.ui-datepicker-title
{
    margin: 6px 0 0 0;
    float: left;
    width: 145px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}
.ui-datepicker-prev
{
    width: 20px;
    height: 25px;
    display: block;
    text-indent: -99999px;
    float: left;
    background: url('img/arrow1.gif') 5px 5px no-repeat;
}
.ui-datepicker-next
{
    width: 20px;
    height: 25px;
    display: block;
    text-indent: -99999px;
    float: right;
    background: url('img/arrow2.gif') 5px 5px no-repeat;
}
.ui-datepicker-header
{
    margin: 0 0 3px 5px;
    width: 216px;
    height: 25px;
    background: url('img/calendar_top.gif') no-repeat;
}
.ui-datepicker
{
    padding: 3px 0 5px 0;
    width: 229px;
    border: 1px solid #3e3622;
    background: #fff;
}

#ui-datepicker-div
{
	text-align: center;
    display: none;
	z-index: 5;
}

