/*Default Stylesheet*/


/* clearfix */
.clearfix:after {
    clear: both;
    height: 0;

    display: block;
    visibility: hidden;

    content: ".";
}


.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* end clearfix */

.error{
    color: #ff5555;
}
.notice{
    color: #5533ff;
}

img {
    vertical-align: top;
    border: 0px none;
}

.clear {
    clear: both;
}


ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/*Layout css*/

html, body {
    background-color: #A3A2A1;
    margin:0;
    padding:0;
}

#container {
    background-repeat: repeat-x;
    background-image: url('/img/layout/bg.gif');
    margin: 0;
}

.con01{
    width: 815px;
    margin: 0 auto;
}

#footer .con01{
    background-color: transparent;
    background-image: url('/img/layout/overfooterbg.gif');
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 10px;
}

#overheader {
/*    height: 25px; */
    background-color: transparent;
    background-image: url('/img/layout/overheaderbg.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}

#leftshadow{
    background-color: white;
    background-image: url('/img/layout/leftshadow.gif');
    background-position: left;
    background-repeat: repeat-y;
}
#rightshadow{
    background-color: transparent;
    background-image: url('/img/layout/rightshadow.gif');
    background-position: right;
    background-repeat: repeat-y;
}

#leftshadowgrad{
    background-color: transparent;
    background-image: url('/img/layout/leftshadowgrad.gif');
    background-position: left;
    background-repeat: no-repeat;
	/*height: 668px;  - tyle musi byc jak beda bannery na dole strony*/
    height: 500px;
    width: 8px;
    float: left;
}
#rightshadowgrad{
    background-color: transparent;
    background-image: url('/img/layout/rightshadowgrad.gif');
    background-position: left;
    background-repeat: no-repeat;
	/*height: 668px;  - tyle musi byc jak beda bannery na dole strony*/
    height: 500px;
    width: 9px;
    float: right;
}

#con02 {
    margin: 0 9px 0 8px;
    padding: 13px 13px 5px 13px;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: url('/img/layout/hbg.gif');
    background-position: top;
}

#header {
    position: relative;
    height: 8.4em;
}

.nav-top a, .nav-bottom a{
    color: #BDBDBD;
    text-decoration: none;
}


#header .nav-top{
    padding: 43px 0 0 0;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

#header .nav-top .selected a{
    color: #AC2B24;
}
#footer .nav-bottom .selected a{
    color: #BC3B34;
}

#overheader .nav-top{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.9em;
    padding: 3px 0 0 3px;
}

#overheader .nav-top li {
    border-left-color: white;
}

#overheader .nav-top a{
    color: white;
}

#overheader .nav-top .selected a{
    color: #AC2B24;
}

#content {
    padding-top: 14px;
    background-color: white;
}


#footer {
    height: 54px;
    background-image: url('/img/layout/fbg.gif');
    background-repeat: repeat-x;
    background-position: top;
}

#footer p {
    margin: 0;
}

#footer .nav-bottom {

	padding-left: 155px;
}

#footer .nav-bottom a{
    color: white;
}

#footer .nav-bottom li {
    font-family: Helvetica, Verdana, Arial, sans-serif;;
    font-size: 1em;
    border-left-color: white;
    padding: 0 10px;
}

#footer address {
    text-align: center;
    font-style: normal;
    font-family: Helvetica, Verdana, Arial, sans-serif;;
    font-size: 1em;
    color: #FFF;
    padding-top: 8px;
}

ul.horizontal, ul.horizontal li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.horizontal li {
    float: left;
    padding: 0 5px;
    border-left: 1px solid #BDBDBD;
    margin-top: 2px;
}

ul.horizontal li.first-child {
    border-left: 0px none;
}

.more {
    text-align: right;
}

.message {
    background-image: url('/img/layout/blockHbg.gif');
    background-color: #AFAEAF;
    color: #CCFFCC;
    font-size: 10pt;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.block {
    float: left;
    padding-right: 10px;
    padding-top: 10px;
    margin: 0px;

}

body .right {
    float: right;
    padding-right: 0px;
}

.block .bcontent {
    background-color: #D9D9D9;
    color: #727272;
}

.block h2 {
    margin: 0;
    background-color: transparent;
    color: white;
    background-image: url('/img/layout/blockHbg.gif');
    background-position: top;
    background-repeat: repeat-x;
    font-weight: normal;
    font-size: 14px;
    padding: 6px 7px 6px 7px;
    border: 0px none;
}



#containterrrr .input
{
    margin-top: 5px;
}

#containterrrr .input label
{
    padding-top: 3px;
}

#sidebar
{    height: 30px;
    line-height: 30px;}

#sidebar a:link,
#sidebar a:visited,
#sidebar a.visited {

    padding: 5px;
    outline: none;
    color: #aaa;
    text-decoration: none;
}

#sidebar a:hover,
#sidebar a:active {

    padding: 5px;
    outline: none;
    color: #666;
    text-decoration: none;
}

/* tables */

.articles, .paging
{    float: left;
    width: 100%;}

.paging *
{    display: inline;
    font-size: 11px;
    font-weight: bold;}

.paging a:link,
.paging a:visited,
.paging a.visited {

    padding: 5px;
    outline: none;
    color: #aaa;
    text-decoration: none;
}

.paging a:hover,
.paging a:active {

    padding: 5px;
    outline: none;
    color: #666;
    text-decoration: none;
}

.articles table {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 0px solid #999;
  color:#333;
  background-color: #fff;
  clear:both;
  padding: 0;
  margin: 0 0 0.5em 0;
  white-space: normal;
  margin-top: 5px;
  font-size: 11px;
  }
.articles th {
  background-color: #999;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  padding: 1px 4px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  }
.articles th a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  }
.articles th a:hover {
  color: #f89828;
  }
.articles table tr td {
  border-right: 1px solid #999;
  padding:4px 4px;
  vertical-align:top;
  text-align: left;
  border-bottom: 1px solid #999;
  }
.articles table tr td a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  }
.articles table tr td a:hover {
  color: #f89828;
  }
.articles table tr.altRow td, .articles .altRow {
  background: #f4f4f4;
  }

.articles  table tr.valid td {
 	background: #DFF9E0;
 }

.articles  table tr.not_valid td {
 	background: #FFE3DF;
 }


.mceEditorContainer html, .mceEditorContainer  body
{    background: #fff !important;}

.subscribers fieldset
{
    margin-top: 0px;
    padding: 0px;
    border: 0px;
    width: 94%;
    padding: 2%;
    padding-left: 4%;
    background:none repeat scroll 0 0 #EAEAEA;}

.subscribers fieldset .input
{
    margin-top: 10px;
}
.subscribers fieldset .submit
{    margin-top: 10px;
    margin-left: 160px;}

.subscribers fieldset legend
{    padding: 10px;}

.subscribers fieldset .input label
{
    width: 70px;
    padding-top: 5px;
    float: left;
}
#resForm
{    position: relative;}
#twitterlink
{    position: absolute;
    top: -7px;
    right: 0px;}

.msgFlash
{
background-image:url(/img/layout/blockHbg.gif);
height: 15px;
line-height: 15px;
padding: 3px;
width: 504px;
margin-top: 10px;
color: #fff;
font-size: 11px;
font-weight: bold;
}

.last_infos
{
height: 225px;
overflow: hidden;
padding: 10px;
padding-top: 5px;
}

.last_infos a
{
    color: #6e6c6d;
    text-decoration: none;
}

.last_infos .title
{    font-size: 13px;
    font-weight: bold;
    color: #6e6c6d;
    margin-top: 10px;}

.last_infos .content
{
    font-size: 12px;
    color: #6e6c6d;
    margin-top: 4px;
    line-height: 15px;
}

.last_infos .read
{    text-decoration: none;
    color: #6e6c6d;
    font-size: 10px;
    font-style: italic;}

.infos_index, .infos_view
{    width: 100%;
    /*height: 350px;*/
    float: left;
    position: relative;
    margin-top: 20px;}

#twitterlink2
{
    position: absolute;
    top: -20px;
    left: 0px;
}

.infos_index .left, .infos_view .left
{
    width: 435px;
    /*height: 365px;*/
    float: left;
    overflow: hidden;
}

.infos_index .right, .infos_view .right
{
    width: 315px;
    /*height: 350px;*/
    float: right;
    overflow: hidden;
}

.infos_index .right img, .infos_view .right img
{
    width: 315px;
    height: 160px;
    float: left;
}

.infos_index .large_info .title, .infos_index .large_info .title a
{    font-size: 20px;
    line-height: 26px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #7e7a7a;
    text-decoration: none;
    width: 100%;
    float: left;
    outline: none;}

.infos_index .large_info
{
    padding-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    float: left;
}

.infos_index .small_info
{    background: url(/img/info_top.jpg) top no-repeat;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    float: left;}

.infos_index .small_info .title, .infos_index .small_info .title a
{
    font-size: 14px;
    line-height: 20px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #7e7a7a;
    text-decoration: none;
    width: 100%;
    float: left;
    outline: none;
}

.infos_index .created
{
    font-style: italic;
    margin-top: 7px;
    font-size: 11px;
    width: 100%;
    float: left;
}

.infos_view .info
{    padding-left: 5px;}

.infos_view.info .title, .infos_view .info .title a
{
    font-size: 20px;
    line-height: 26px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #7e7a7a;
    text-decoration: none;
    margin-bottom: 7px;
    max-height: 52px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.infos_view .created
{
    font-style: italic;
    font-size: 11px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.infos_view .content
{
    line-height: 120%;
    /*height: 254px;*/
    float: left;
    overflow: hidden;
    width: 100%;
    float: left;
}


.left .paging
{    color: #AC2B24;
    font-size: 12px !important;
    font-weight: normal !important;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 5px;
    border-top: 1px solid #eee;}

.left .disabled
{    color: #aaa;
    font-size: 12px !important;
    font-weight: normal !important;}

.left .paging a:link,
.left .paging a:visited,
.left .paging a.visited {
    font-size: 13px !important;
    outline: none;
    color: #AC2B24;
    text-decoration: none !important;
    font-weight: normal !important;
    padding: 0px;
}

.left .paging a:hover,
.left .paging a:active {
    font-size: 13px !important;
    outline: none;
    color: #666;
    text-decoration: none !important;
    font-weight: normal !important;
    padding: 0px;
}

.a_sign
{    background: url(/img/a.png) 0px 1px no-repeat;
    width: 17px;
    height: 18px;
    display: inline;
    float: left;}






