* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x 0 80px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 
{
	margin-bottom: .4em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 10px;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #D6D5D5;
}

.post .date {
	margin-top: -26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .date .month {
	display: block;
	float: right;
	width: 60px;
	margin-bottom: 3px;
	padding: 5px 0;
	background: #D6D5D5;
	text-align: center;
	font-size: 11px;
}

.post .date .day {
	display: block;
	float: right;
	clear: right;
	width: 60px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #EAEAEA;
	text-align: center;
	font-size: 24px;
}

.post .date .year {
	display: none;
}

.post .meta {
	padding: 30px 0 5px 10px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 9px;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 20px 40px;
}

.post .fixedWidth {
 width:750px;/*540px;*/
}

/* LogoClass */

.LogoClass {
	width: 990px; /*770px;*/
	height: 182px;
	margin: 0 auto;
	background: url(images/img02b.jpg) no-repeat 0 15px;
}

.LogoClass h1 {
	padding: 56px 0 0 40px;
}

.LogoClass h1 a 
{

	font-size: 30px;
	color: #FFFFFF;
}

.LogoClass h1 i
{
    letter-spacing: -3px;
    font: italic normal 48px Georgia, "Times New Roman" , Times, serif;
    color: #990000;
}

.LogoClass h2 {
	padding: 0 0 0 42px;
	text-transform: lowercase;
	font-size: 1em;
}

.LogoClass a {
}
/* Logo */

#logo {
	width: 990px;/*770px;*/
	height: 182px;
	margin: 0 auto;
	background: url(images/img02b.jpg) no-repeat 0 15px;
}

#logo h1 {
	padding: 56px 0 0 40px;
}

#logo h1 a 
{

	font-size: 30px;
	color: #FFFFFF;
}

#logo h1 i
{
    letter-spacing: -3px;
    font: italic normal 48px Georgia, "Times New Roman" , Times, serif;
    color: #990000;
}

#logo h2 {
	padding: 0 0 0 42px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/* Content */

#content {
	width: 990px; /*770px;*/
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 750px;/*540px;*/
	margin-top: -140px;
}

/* Content > Main > Welcome */

#welcome 
{
    margin-top: 138px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 210px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu 
{
	margin-bottom: 20px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 7px 0 7px 24px;
	background: url(images/img05.gif) no-repeat 10px 14px;
	border-top: 1px solid #EBEBEB;
	color: #990000;
}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #D6D5D5;
	background: #EAEAEA;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


/* ---- ----- --- --- --- */
/* ---- ----- --- --- --- */
.Galeria-dl
{
    clear:both; 
    height:44px; 
    width:80px; 
    text-align:center;
    overflow: hidden;
}
.GaleriaMedium-dl
{
    clear:both;  
    width:210px; 
    text-align:center;
    overflow: hidden;
}
.srodek
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gvzarzad-header
{
	background: #EBEEF3;
	font-weight: bold;
	color: #385B88;
	height: 22px;
	padding: 5px;  
}
.gvzarzad-row
{
    text-decoration: none;
    font-size: 12px;
    height: 24px;
    text-align: left;
    text-indent: 20px;
    color: #000000;
    background-color: #f0f0f0;
}
.gvplan-row
{
    font-size: 12px;
    height: 24px;
    text-align: center;
    color: #000000;
}
.dllisty
{
    clear:both; 
    /*height:170px; */
    width:130px; 
    text-align:center;
    overflow: hidden;
}
.margintop3
{
    margin-top: 3px;
    border: solid 1px black;
}
 .wraptocenter50
{
    width: 52px;
    height: 52px;
    margin: auto 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
/* --- BasicTab CSS Menu --- */

.basictab
{
padding: 3px 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover
{
    background-color: #d3d3d3;
    color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a
{
    /*selected tab effect*/
    position: relative;
    top: 1px;
    padding-top: 4px;
    background-color: #ffffff;
    color: #b22222;
    font-weight: bold;
}
.panel-status-msg
{
    /*height: 21px;*/
    color: #8b0000;
    font-weight: bold;
    display: block;
    border: 2px solid #cccc6c;
    padding: 5px;
    width: 90%;
    background: lightyellow;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}