@charset "utf-8";
/* CSS Document */
#wraper {
	background: url(../images/contentBckWhite.jpg) top right repeat-y #fff;
}
#content {
	
	background: none;	
}
#header_kir {
	height: 20px;
}
#content .pane#news {
/*	width: 230px !important; */
	width: 150px !important;
	background: #00325c; 
}
#content .pane#main {
	width: 712px !important;
}
#news .moduletable_menu a{
	margin-left: 1px;
	width: 228px;
	font-weight: bold;
	font-size: 11px;
}	
#news .moduletable_menu li li a {
	padding-left: 30px;
	width: 208px;
	font-weight: bold;
	font-size: 11px;	
}
#news .moduletable_menu li li li a {
	padding-left: 45px;
	width: 193px;
	font-weight: normal;
	font-size: 11px;	
}
/* +2px... na jakie� mrginy ;) */
#content .pane#left {
	padding-top: 12px;
	
}
#content .pane#left .menu ul,
#content .pane#left .menu li{
	margin: 0px;
	padding: 0px;
	padding-bottom : 10px;	
}
#content .pane#left {
	width: 242px !important;
	float: left;	
	padding: 0px;
	color: #001b54;
	background: #01325d;	
	
}
#content .pane#left,
#content .pane#left a {
	color: #fff;
}
#content .pane#left h3 {
	font-weight: normal;
	line-height: 110%;
	font-size: 17px;
	padding-left: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .pane#left .menu a {
	/*border-top: 1px solid #0042C9;
	border-bottom: 1px solid #001b54;*/
	width: 226px;
	display: block;
	color: #fff;

	background-image: url('../../swps_bspsp/images/line_blue_100.jpg');
	padding: 5px 0px 1px 1px;
	margin: 2px 0px 4px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	font-size: 11px;	
}
#content .pane#left .menu a:hover {
	/*background-image: url(../../swps/images/contextMenuBckOn.jpg);*/
	color: #e9b007;
	font-weight: normal;
	background-image: url('../../swps_bspsp/images/line_blue_light_20.jpg');	
}
#content .pane#left .menu li a {
	font-size: 13px;
	font-weight: normal;
	padding-top: 10px;	
	margin: 0px;
}
#content .pane#left .menu li li a,
#content .pane#left .menu li li li a, 
#content .pane#left .menu li li li li a, 
#content .pane#left .menu li li li li li a, 
#content .pane#left .menu li li li li li li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-image: none;	
	font-weight: normal;
	margin: 0px;
	margin: 1px 0px 2px 0px;
	background-image: url('../../swps_bspsp/images/line_blue_5.jpg');	
}
#content .pane#left .menu li li a {
	padding-left: 20px;
	width: 216px;
	font-weight: normal;
	font-size: 11px;	
	padding-top: 0px;
	
}
#content .pane#left .menu li li li a {
	padding-left: 35px;
	width: 201px;
	font-weight: normal;
	font-size: 11px;	
	padding-top: 0px;
}
#content .pane#left .menu span {
	display: block;
	margin-left: 13px;
	margin-bottom: 5px;
}
#common {
	background: #5f6466;
	clear: both;	
	height: 10px;
	width: 100%;
	text-align: left;	
	border-bottom: #565656 1px solid; 
	background-image: url('../../swps_bspsp/images/back_menu.jpg');
}
#common2 {
	background: #fbba00;
	clear: both;	
	height: 14px;
	width: 100%;
	text-align: left;	
	background-image: url('../../swps_bspsp/images/back_menu.jpg');
}




#common ul, #common li, #common table, #common td, #common tr {
	display: inline;
}
#common a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:normal;
	font-weight: bold;	
	margin: 0px 5px 0px 0px;
}
#common a:hover {
	color: #fbba00;
}
#common img {
	vertical-align: middle;
	border: none;
	margin: 0px 5px 0px 0px;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

.button {
	margin-top:10px;
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {

}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
input, select, textarea, .inputbox {
	padding: 3px 5px;
	border: 0px solid #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #CCCCCC;
}
