@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: url(../img/panel_back.jpg) repeat-x #b74001;
	color: #000000;
}

img {
	border: 0;
}

a {
	color: #4d2700;
	text-decoration: none;
}

a:hover {
	color: #b14b00;
}
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
    border: 0px solid #000;
    background: #fff;
    width: 980px;
    height: 27px;
    margin: 0;
    padding: 0
    overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 0px;
    top: 8px;
    width: 980px;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 1000px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    background: #fff;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #f3901f;
    font: bold 10px Verdana;
    margin: 0 0 0 0;
}
ul.newsticker span {
    margin: 0 5px 20px 0 ;
}
/* TOP */
#line {
	background: #f3901f;
	border-bottom: #672502 1px solid;
	width: 100%;
	height: 10px;
}

#line2 {
	background: #ffffff;
	border-bottom: #672502 1px solid;
	width: 100%;
	height: 1px;
}

#top_menu {
	width: 880px;
	margin: 0 auto;
	height: 23px;
}

#top {
	border-bottom: #672502 1px solid;
}

#main_table {
	height: 90px;
}

#user {
	text-align: center
}

#user p {
	margin: 0;
}

#user .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

#user .name a {
	color: #672502;
}

#user .name a:hover {
	text-decoration: underline;
}

#user .type {
	font-size: 11px;
	color: #672502;
}

#user .last {
	color: #cccccc;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#flags{float:left;}
.clear{ clear:both;}
#menu {

	line-height: normal;
	float:right;

}



#menu a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


/* menu page */
#menu_page {
	float: left;
	line-height: normal;
	font-weight: bold;
}

#menu_page ul {
	margin: -1px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu_page li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu_page a {
	float: left;
	background: url("../img/menu/tableft1.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	cursor: pointer;
}

#menu_page a span {
	float: left;
	display: block;
	background: url("../img/menu/tabright1.gif") no-repeat right top;
	padding: 5px 15px 6px 11px;
	color: #627EB7;
}

#menu_page a:hover {
	background-position: 0% -42px;
}

#menu_page a:hover span {
	background-position: 100% -42px;
}

/* END TOP */
#background {
	background: url(../img/panel_bg.jpg) no-repeat top center;
}

#pmenu {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 110px;
	margin-top: 0px;
	margin-right: 20px;
}

#pmenu .sub_id {
	width: 210px;
	background: #4d2700;
	margin-bottom: 1px;
}

#pmenu .sub_id:hover {
	background: #b14b00;
}

#pmenu .sub_id .name {
	padding: 10px 0 10px 30px;
}

#pmenu .id {
	width: 210px;
	margin-bottom: 1px;
	background-color: #b14b00;
}

#pmenu .id:hover {
	background: #672502;
}

#pmenu .name {
	padding: 10px 0 10px 15px;
}

#pmenu a {
	color: #FFFFFF;
}

a
#pmenu a:hover {
	color: #FFFFFF;
}

#content {

}

.ram{
	border: #ffffff 1px dashed;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}

#content code {
	color: #FF3300;
}

#content ol {
	margin: 0;
	padding-left: 22px;
}

#content li {
	margin-bottom: 5px;
}

#content li .serv {
	border: #00CC66 1px dashed;
	padding: 5px;

	margin: 10px 0;
}

#content li .code {
	border: #FF6600 1px dashed;
	padding: 5px;
	color: #FF3300;
	margin: 10px 0;
}

#content .box_table_input td {
	padding: 3px 0px;
}

#content .box_table td {
	padding: 3px 6px;
}

#content .box a {
	color: #000000;
}

#content .box_table .mini {
	font-size: 9px;
	color: #999999;
}

#content .box_table .mini a {
	font-size: 9px;
	color: #999999;
}

#content .box a:hover {
	color: #f8a42f;
}

#content .box_table .sub {
	padding: 3px 6px;
	background: #f4f4f4;
}

#content .box_table .main td {
	padding: 3px 6px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFCC00;
}

#content .box_table .main_black td {
	padding: 3px 6px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}

#content .title_first {
	font-size: 18px;
	font-weight: bold;
	color: #672502;
	font-family: "Times New Roman", Times, serif;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .title {
	font-size: 18px;
	font-weight: bold;
	color: #672502;
	font-family: "Times New Roman", Times, serif;
	border-bottom-color: #4d2700;
	padding: 10px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content .box {
	border-top: 20px #FFFFFF solid;
	border-bottom: 20px #FFFFFF solid;
	border-left: 20px #FFFFFF solid;
	border-right: 20px #FFFFFF solid;
	background: #FFFFFF;
	width: 710px;
	padding: 0px;
}

#content .box form {
	margin: 0;
}

#content .box .mgr {
	line-height: 17px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .box2 {
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right: 30px;
}

#content .box2 a {
	color: #ffffff;
	text-decoration: underline;
}

.title_first {
	font-size: 18px;
	font-weight: bold;
	color: #672502;
	font-family: "Times New Roman", Times, serif;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .box_table .cl {
	padding: 0px;
	margin: 0px;
}

#scroller{
    background: white;
	position:absolute;
	bottom:0;
	width:100%;
	height:15px;
	z-index:999;
}
html>body #scroller{position:fixed}/* for moz/opera and others*/

#footer {
	border-top: #a1b4cd 1px solid;
	width: 100%;
	margin: 35px 0 0 0;
	padding: 15px 0 15px 0;
	color: #999999;
	background-color: #FFFFFF;
}
#footer a {
	color: #999999
}

#footer a:hover {
	color: #627eb7;
}
.site1 {

}
.site {
	padding-right: 70px;
	padding-top: 40px;
}
.tytul {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FF3300;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
.bg1 {
	background-color: #FFFFFF;
	padding: 20px;
}
.bg2 {
	background: url(../img/main_box_bg_2.jpg) repeat-y right top;


}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.boxx{
	border: 1px dashed #CCCCCC;
	padding: 20px;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}