.imgCrop_wrap {
	/* width: 500px;   @done_in_js */
	/* height: 375px;  @done_in_js */
	position: relative;
	cursor: crosshair;
}

/* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */
.imgCrop_wrap.opera8 .imgCrop_overlay,
.imgCrop_wrap.opera8 .imgCrop_clickArea { 
	background-color: transparent;
}

/* fix for IE displaying all boxes at line-height by default, although they are still 1 pixel high until we combine them with the pointless span */
.imgCrop_wrap,
.imgCrop_wrap * {
	font-size: 0;
}

.imgCrop_overlay {
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}

.imgCrop_selArea {
	position: absolute;
	/* @done_in_js 
	top: 20px;
	left: 20px;
	width: 200px;
	height: 200px;
	background: transparent url(castle.jpg) no-repeat  -210px -110px;
	*/
	cursor: move;
	z-index: 2;
}

/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
.imgCrop_clickArea {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.01;
	filter:alpha(opacity=01);
}

.imgCrop_marqueeHoriz {
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent url(marqueeHoriz.gif) repeat-x 0 0;
	z-index: 3;
}

.imgCrop_marqueeVert {
	position: absolute;
	height: 100%;
	width: 1px;
	background: transparent url(marqueeVert.gif) repeat-y 0 0;
	z-index: 3;
}

/* 
 *  FIX MARCHING ANTS IN IE
 *	As IE <6 tries to load background images we can uncomment the follwoing hack 
 *  to remove that issue, not as pretty - but is anything in IE?
 *  And yes I do know that 'filter' is evil, but it will make it look semi decent in IE
 *
* html .imgCrop_marqueeHoriz,
* html .imgCrop_marqueeVert {
	background: transparent;
	filter: Invert; 
}
* html .imgCrop_marqueeNorth { border-top: 1px dashed #000; }
* html .imgCrop_marqueeEast  { border-right: 1px dashed #000; }
* html .imgCrop_marqueeSouth { border-bottom: 1px dashed #000; }
* html .imgCrop_marqueeWest  { border-left: 1px dashed #000; }
*/

.imgCrop_marqueeNorth { top: 0; left: 0; }
.imgCrop_marqueeEast  { top: 0; right: 0; }
.imgCrop_marqueeSouth { bottom: 0px; left: 0; }
.imgCrop_marqueeWest  { top: 0; left: 0; }


.imgCrop_handle {
	position: absolute;
	border: 1px solid #333;
	width: 6px;
	height: 6px;
	background: #FFF;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 4;
}

/* fix IE 5 box model */
* html .imgCrop_handle {
	width: 8px;
	height: 8px;
	wid\th: 6px;
	hei\ght: 6px;
}

.imgCrop_handleN {
	top: -3px;
	left: 0;
	/* margin-left: 49%;    @done_in_js */
	cursor: n-resize;
}

.imgCrop_handleNE { 
	top: -3px;
	right: -3px;
	cursor: ne-resize;
}

.imgCrop_handleE {
	top: 0;
	right: -3px;
	/* margin-top: 49%;    @done_in_js */
	cursor: e-resize;
}

.imgCrop_handleSE {
	right: -3px;
	bottom: -3px;
	cursor: se-resize;
}

.imgCrop_handleS {
	right: 0;
	bottom: -3px;
	/* margin-right: 49%; @done_in_js */
	cursor: s-resize;
}

.imgCrop_handleSW {
	left: -3px;
	bottom: -3px;
	cursor: sw-resize;
}

.imgCrop_handleW {
	top: 0;
	left: -3px;
	/* margin-top: 49%;  @done_in_js */
	cursor: w-resize;
}

.imgCrop_handleNW {
	top: -3px;
	left: -3px;
	cursor: nw-resize;
}

/**
 * Create an area to click & drag around on as the default browser behaviour is to let you drag the image 
 */
.imgCrop_dragArea {
	width: 100%;
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
}

.imgCrop_previewWrap {
	/* width: 200px;  @done_in_js */
	/* height: 200px; @done_in_js */
	overflow: hidden;
	position: relative;
}

.imgCrop_previewWrap img {
	position: absolute;
}

@CHARSET "UTF-8";

.xs {
	font-size: 9px;
}

.s {
	font-size: 10px;
}

.m {
	font-size: 11px;
}

.l {
	font-size: 12px;
}

.xl {
	font-size: 13px;
}

.menuFontSize {
	font-size: 13px;
}

.xxl {
	font-size: 15px;
}

.xxxl {
	font-size: 18px;
}

.xxxxl {
	font-size: 22px;
}

.italic {
	font-style: italic;
}

.backgroundColor1 {
	background-color: #0c0c0c;
}

.backgroundColor2 {
	background-color: #1c1c1c;
}

.backgroundColor3 {
	background-color: #2d2d2d;
}

.backgroundColor4 {
	background-color: #2d2d2d;
}

.backgroundColor5 {
	background-color: #2d2d2d;
}

.gray1 {
	color: #c1c1c0;
}

.gray2 {
	color: #7e7e7d;
}

.gray3 {
	color: #6f6f6f;
}

.gray4 {
	color: #5f5f5f;
}

.gray5 {
	color: #3f3f3f;
}
.gray55 {
	color: #2f2f2f;
}

.gray6 {
	color: #191919;
}

.bold {
	font-weight: bold;
}

.nav-menu-color {
	color: #a1a1a1;
}

.grayBold {
	color: #c1c1c0;
	font-size: 15px;
	font-weight: bold;
}

.addGallery-head {
	color: #c1c1c0;
	font-size: 13px;
	font-weight: bold;
}

.common_top_text {
	padding-top: 9px;
	display: block;
	color: #c1c1c0;
	text-align: center;
	font-size: 18px;
}

.addGallery-name {
	font-weight: normal;
	margin: 0px 0px 0 0px;
	display: block;
}

.smallGray {
	font-size: 12px;
	font-weight: 600;
	font-stretch: wider;
}

.grayHeader {
	color: #6f6f6f;
	display: inline;
	font-size: 12px;
	text-align: center;
}

.footer-font {
	height: 15px;
	color: #6f6f6f;
	font-size: 12px;
	margin-top: 2px;
	display: inline-table;
}

.mini {
	color: #7e7e7d;
	font-size: 9px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
}


.red-link, .red-link11px {
	color: #cc0606;
}

.red-link11px {
	font-size: 11px;
}

.red-link-position-right {
	width: 260px;
	padding-bottom: 6px;
	margin-top: -8px;
	display: block;
	text-align: right;
}

.beforeInputsNoTop,.beforeInputs {
	text-align: right;
	font-weight: bolder;
	display: block;
	font-size: 12px;
	margin-right: 13px;
}

.beforeInputs {
	margin-top: 5px;
}

.green-font {
	color: #61D719;
}

.red-font,.big-red {
	color: #e01616;
}

.big-red {
	font-size: 22px;
}

.swPanel-nav {
	font-size: 15px;
	color: #bebeba;
	margin: 0 7px 0 0;
	text-decoration: none;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}
 
.block {
	display: block;
}

.inline {
	display: inline;
}

.underline {
	text-decoration: underline;
}

.smallLink {
	color: #9b0a0a;
	font-size: 10px;
}
.smallLink:hover {
	text-decoration: underline;
}

.redFont {
	color: #9b0a0a;
}

.redFont2 {
	color: #e01616;
}

.space {
	line-height: 3mm;
}

a {	text-decoration: none;
	cursor:pointer;
}
 
.grayLinkColor{
	color: #9E9E9D;
	 font-weight: bold;
}

a:hover {	text-decoration: underline;
	cursor:pointer;
}
.leftMenuLink{
	color:#9e9e9d;
	font-size: 12px;
	}
 
.link {
	text-decoration: none;
}

.link:hover{
	text-decoration: underline;
}

.linkGray1 {
	font-size: 12px;
	color: #9e9e9d;
	text-decoration: none;
	font-weight: bold;
}

.linkGray1:hover {
	font-size: 12px;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: bold;
}

.linkRed1 {
	font-size: 12px;
	color: #e01616;
	text-decoration: none;
	font-weight: bold;
}
.normal-font{
	font-weight: normal;
	}
.linkRed1:hover {
	font-size: 12px;
	color: #bebebe;
	text-decoration: none;
	font-weight: bold;
}

@CHARSET "UTF-8";

.golden-col2-profile {
	padding-top: 50px;
	padding-left: 8px;
}

.profile_profile_top {
	display: block;
	background-image: url("../png/profilTop.png");
	width: 484px;
	height: 37px;
}

.profile_profile_content {
	display: block;
	background-image: url("../png/profilBackgr.png");
	width: 484px;
	height: 300px;
}

.profile_profile_bottom {
	display: block;
	background-image: url("../png/profilBottom.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 11px;
	width: 484px;
}

.profile_biezacy_cykl_top {
	display: block;
	width: 484px;
	background-image: url("../png/cyklTop.png");
	height: 36px;
}

.profile_komentarze_profilu_top {
	display: block;
	width: 484px;
	background-image: url("../png/komentarzeTop.png");
	height: 35px;
}

.profile_galerie_top {
	display: block;
	width: 274px;
	background-image: url("../png/galerieTop.png");
	height: 34px;
}

.content_outer_274px_box {
	display: block;
	background-image: url("../png/galerieBackgr.png");
	width: 274px;
	min-height: 100px;
}

/* for Internet Explorer */ /*\*/
* html .content_outer_274px_box {
	height: 100px;
}

.profile_galerie_bottom {
	display: block;
	background-image: url("../png/galerieBottom.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 11px;
	width: 274px;
}

.profile_znajomi_top {
	display: block;
	width: 274px;
	background-image: url("../png/znajomiTop.png");
	height: 35px;
}

.profile_o_sobie_top {
	display: block;
	width: 274px;
	background-image: url("../png/osobieTop.png");
	height: 33px;
}

.profile_profile_col1,.profile_profile_col2 {
	width: 220px;
}

.profile_profile_col2 {
}

.profile_profile_photo_top {
	display: block;
	background-image: url("../png/profilFotoTop.png");
	height: 11px;
	width: 199px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.profile_profile_photo_bottom {
	display: block;
	background-image: url("../png/profilFotoBottom.png");
	height: 11px;
	width: 199px;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.profile_profile_photo_content {
	text-align: left;
	display: block;
	background-color: #3c3d3c;
	width: 199px;
	height: 20px;
	margin: 0;
	padding: 0;
}

.profile_profile_text_top {
	display: block;
	background-image: url("../png/profilTextFrameTop.png");
	height: 11px;
	width: 199px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.profile_profile_text_content {
	text-align: left;
	display: block;
	background-image: url("../png/profilTextFrameBackgr.png");
	background-repeat: repeat-y;
	width: 199px;
	height: 40px;
	margin: 0;
	padding: 0;
}

.profile_profile_text_bottom {
	display: block;
	background-image: url("../png/profilTextFrameBottom.png");
	height: 11px;
	width: 199px;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.invitation-was-sent-box, .reminder-was-sent-box{
	display: none;
	color: white;
	display: block;
	margin: 7px 0 7px -10px;
	padding: 5px 3px;
	font-size: 11px;
	font-style: italic;
	font-family: Arial;
	text-align: center;
}
.leftMenuDiv{
	padding: 3px 13px;
	border-bottom: 1px solid #121212 ;
}
.leftMenuDiv:hover{
	background-color:#141414;
}

.invitation-was-sent-box{
	width: 130px;
}
.userDataCellHead{
	background-color: #161616;
	padding: 3px ;	
}
.userDataCell{

	padding: 3px 2px 3px 6px;
	 
}

.dairy-comment-added-info {
	border: 1px solid rgb(16, 16, 16); 
	background-color: rgb(10, 10, 10);	
	width:425px;
	height: 30px;
}

.dairy-comments-outer-table{
	border: 1px solid rgb(16, 16, 16); 
	background-color: rgb(10, 10, 10);
	padding: 10px;
	width:405px;
	margin-bottom: 20px;
}
.column1Stats{
	width:350px;
	text-align:left;
}
.column2Stats{
	width:80px;
	text-align:left;
}

.atlas-grupa-cwiczen-grid {
	width: 720px;
	display: block;	
	margin: 10px 0 15px 20px;
	padding: 0;
}

.atlas-grupa-cwiczen-grid-header {
 	font-size:14px;
	padding: 5px 7px;
	width: 720px;
	border: 2px solid #141414;
	border-bottom: none;
	background-color:#1f1f1f;
	text-align:left;
}

.atlas-grupa-cwiczen-grid-col1, .atlas-grupa-cwiczen-grid-col2 {
	margin: 0;
	width: 460px;
	background-color: #080808;
	color:#7E7E7D;
	 vertical-align: middle;
	 padding-left:8px;
}

.atlas-grupa-cwiczen-grid-col2 {
	width: 260px;
}

.atlas-grupa-cwiczen-grid-col-header {
	text-align:left;
	background: url("../png/bgs/bg1.png");
	margin: 0;
	padding: 6px 8px;
}

.atlas-grupa-cwiczen-table {
	background-color: #141414;
}

.atlas-grupa-cwiczen-muscle-label-opaque {
	width: 70px;
	display: inline-table;
	color: #7e7e7e;
}

.atlas-cwiczenie-opaque {
	width: 650px;
	display: block;
	margin: 25px 0 30px 50px;
}

.atlas-cwiczenie-title-bar {
	width: 100%;
	background: #343434;
	line-height: 22px;
	padding-left:6px;
	font-weight: bold;
}

.atlas-cwiczenie-content-box { 
	width: 100%;
	color: #7E7E7D;
	margin: 0px 0 20px 0;
	padding:6px;
}

.atlas-cwiczenie-movie-box {
	width: 100%;
	height: 460px;
	display: block;
	margin: 10px 0 20px 0;
}

.atlas-cwiczenia-other-exercises-from-group-list {
 
	list-style: none;
}

.margTop5Bottom5 {
	margin: 5px 0;	
}

.margTop0 {
	margin-top: 0px
}

.margTop7 {
	margin-top: 7px;
}

.margTop9 {
	margin-top: 9px;
}

.margBottom9 {
	margin-bottom: 9px;
}

.margAuto-top0 {
	margin: 0 auto;
}

.margAuto {
	margin: auto;
}

.margTop11 {
	margin-top: 11px;
}

.margTop3 {
	margin-top: 3px;
}

.margTop5 {
	margin-top: 5px;
}

.margTopM10 {
	margin-top: -10px;
}

.margLeft5 {
	margin-left: 5px
}

.margLeft20 {
	margin-left: 20px
}

.margLeft200 {
	margin-left: 200px
}

.margLeft3 {
	margin-left: 3px;
}

.margLeft4 {
	margin-left: 4px;
}

.margLeft15 {
	margin-left: 15px;
}

.margLeft8 {
	margin-left: 8px;
}
.margRight6{
	margin-right:6px;
}

.margRight20 {
	margin-right: 20px
}

.margRight5 {
	margin-right: 5px
}

.margLeft3 {
	margin-left: 2px
}

.margLeft5 {
	margin-left: 5px;
}

.margLeft2 {
	padding: 0px;
	margin: 0 auto auto auto;
}

.marg4 {
	margin: 4px;
}

.marg1 {
	margin: 1px;
}

.margBottom5px {
	margin-bottom: 5px
}

.margBottom7 {
	margin-bottom: 5px
}

.margBottom10 {
	margin-bottom: 10px
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingTop11 {
	padding-top: 11px;
}

.paddingTop10 {
	padding-top: 10px;
}

.margBottom15px {
	margin-bottom: 15px
}

.paddingBottom10 {
	padding-bottom: 10px;
}

.paddingBottom5 {
	padding-bottom: 5px;
}

.paddingBottom2 {
	padding-bottom: 2px;
}

.paddingLR15px {
	padding-left: 15px;
	padding-right: 15px;
}

.clearMargs {
	margin: auto;
	padding: auto;
	display: block;
}

.marginAuto {
	display: block;
	margin: auto;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.positionAbsolute {
	position: absolute;
}

.inlineTable {
	display: inline-table;
}

.positionRelative {
	position: relative;
}

.valignAuto {
	valign: auto;
}

.red {
	background-color: red;
}

.clearMargs2 {
	margin: 0px;
	padding: 0px;
}

.width500 {
	width: 505px;
}

.width370 {
	width: 370px;
}

.width100p {
	width: 100%
}

.rich-mpnl-ovf-hd {
	overflow: hidden;
}

.rich-mpnl-trim {
	position: relative;
	z-index: 0;
}

.rich-mpnl-iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow-y: hidden;
	z-index: -1;
}

.rich-mpnl-mask-div {
	position: fixed;
	top: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-style: none;
	background-color: #d0d0d0;
}

.rich-mpnl-mask-div-opaque {
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.rich-mpnl-mask-div-transparent {
	background-color: transparent;
}

.rich-mpnl-panel {
	position: fixed;
	margin: 0px;
	padding: 0px;
	background-color: inherit;
	z-index: 9;
	left: 0px;
	top: 0px;
	height: 550px;
}

.rich-mpnl-resizer {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	/*background-color: red;
			filter: alpha(opacity=50); 
			opacity: 0.5;*/
}

.rich-mpnl-header-cell {
	height: 20px;
	width: 100%;
	vertical-align: middle;
	z-index: 5;
}

.rich-mpnl-button {
	outline-style: none;
	position: absolute;
	border: 10px solid red;
	position: absolute;
	clip: rect(0px, 0px, 1px, 1px);
	height: 10px;
	width: 10px;
	left: 0px;
	top: 0px;
	z-index: -300;
}

.rich-mpnl-controls {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 1;
}

.rich-modalpanel {
	left: 0px;
	top: 0px;
	
	background-color: black;
}

.rich-mpnl-content {
	border-width: 5px;
	border-style: solid;
	border-color: #131313;
	padding: 1px;
	background-color: #191919;
}

.rich-mpnl-header {
	padding: 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
	background-position: top left;
	background-repeat: repeat-x;
}

.rich-mpnl-body {
	padding: 10px;
}

.rich-mpnl-shadow {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 4px;
	left: 4px;
	background-color: none;
	filter: alpha(opacity = 10);
	opacity: 0.1;
}

.rich-mp-container {
}

.rich-mpnl_panel {
}

.colx1 {
	width: 60%;
	vertical-align: top;
	height: 100%;
	background: green;
}

.colx2 {
	width: 40%;
	vertical-align: top;
	height: 100%;
	background: green;
}

.profile-panel-grid {
	background: black;
	display: block;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
	width: 860px;
}

.comments-data-table{
	width:100%;
  border-collapse: separate;
  border-spacing:  0 3px;
  *border-collapse: expression('separate', cellSpacing = '0 15px');
}
.comments-data-table-row1 {
	border-top: thin solid #B9C8FF;
	background-color: #F1F1F1;
	border-spacing: 0px;
}
.comments-data-table-row2 {
	border-top: thin solid #B9C8FF;
	background-color: #F1E141;
}


#nav-ul {
	list-style: none;
	display: inline;
	float: left;
}

#nav-ul li {
	list-style: none;
	display: inline;
	float: left;
	margin-left: 10px;
}

.section1-div {
	float:left;
	height: 24px;
	width: 82px;
	background-image: url("../png/nav/section1.png");
}
.nav-menu-cell{
	float:left;
	height: 24px;
	color: #a1a1a1;
	display: block;
	font-weight: bold;
	line-height: 28px;
	margin-right: 6px;
}


.section2-div {
	float:left;
	height: 28px;
	width: 79px;
	background-image: url("../png/nav/section2.png");
}
.section3-div {
	float:left;
	height: 28px;
	width: 65px;
	background-image: url("../png/nav/section3.png");
}
.section4-div {
	float:left;
	height: 28px;
	width: 68px;
	background-image: url("../png/nav/section4.png");
}

.common_top_520px {
	background-image: url("../png/divide2/commonTop520.png");
	width: 520px;
	height: 38px;
}

.common_top_228px {
	background-image: url("../png/divide2/commonTop228.png");
	width: 228px;
	height: 34px;
}
 

.content_outer_228px_box {
	display: block;
	background-image: url("../png/divide2/galerieBackgr.png");
	background-repeat: repeat; 
	width: 228px;
 	height:100%;
	padding-bottom:15px;
}

.divide2-col1 {
	width: 520px;
}
 
.widthInsideDiv2col1 {
	width: 514px;
}
 
.widthDiv2Smaller {
	width: 480px;
}

.divide2-col2 {
	width: 239px;
}

.divide2-left {
	padding-top: 7px;
	padding-left: 10px;
 
}

.divide2-col1-padding {
	padding-left: 0px;
}

.divide2-content-padding {
	padding: 0px 10px;
}

.divide2-col1_inner_box_gradient,.divide2-col2_inner_box {
	display: block;
	width: 514px;
	margin: 0 auto;
	background-image: url("../png/gradientOkno2.png");
	background-repeat: repeat;
	overflow: visible;
}

.divide2-col2_inner_box {
	min-height: 100px;
	text-align: left;
	display: block;
	width: 100%;
}

/* for Internet Explorer */ /*\*/
* html .divide2-col2_inner_box {
	height: 100px;
}

.divide2_col2_bottom {
	display: block;
	background-image: url("../png/divide2/galerieBottom.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 11px;
	width: 228px;
}

.divide2_col1_bottom {
	display: block;
	background-image: url("../png/divide2/bottom520.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 11px;
	width: 520px;
}
 
.divide2-col1-outer-box {
	background-image: url("../png/divide2/profilBackgr520.png");
	background-repeat: repeat-y;
	display: block;
	width: 520px;
	padding: 10px 0;
}

.innerFrameDiv2, .innerFrameDivNewGray {
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0px 15px 0px;
	background-color:black;
	margin-top: 15px;
	margin-bottom: 5px;
	border: solid 1px #121212;
	width: 480px;
}
.innerFrameDiv3 {
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0px 15px 0px;
	background-color:black;
	margin-top: 15px;
	margin-bottom: 5px;
	border: solid 1px #121212;
	width: 470px;
	overflow: hidden;
}
.innerFrameDivNewGray{
		padding: 0;
}

.innerFrameLeftPanel {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 15px 0px;
	background-color:black;
	margin-top: 0px;
	margin-bottom: 5px;
	border: solid 1px #121212;
	width: 230px;
}
.littleBorder{
	border: solid 1px #121212;
	}
.lineX{
	border: solid 1px #881212;
	width:100%; 
	height:2px;
	background-color:red;
	}
.mediumBorder{
	border: solid 2px #121212;
	}
.bigBorder{
	border: solid 3px #121212;
	}
.col0Targets{
	width:200px;	
}
.col1Targets{
	
	width:150px;	
}
.col2Targets{
	width:120px;	
}
.col3Targets{ 
	width:80px;	
}
.col4Targets{ 
	width:50px;	
}
.colClass1 {
	width:  60px;
}
.colClass2 { 
	width:  170px;
}
.colClass3 {
	width:  35px;
}
.colClass4 { 
	width:  80px;
}
.colClass5 {
	width:  80px;
}
.backgrGray{
background-color:#131313;
}

.divide-left-col-art{
	width: 200px;
	padding-left: 10px;
}

.divide-right-col-art{
	width: 550px
}

.register-error {
	background-color: #101010;
	padding: 4px;
	z-index: 1000;
	position: absolute;
	border: 1px solid #9b0a0a;
	font-size: 11px;
	display: block;
	color:#efefef;
	font-stretch: wider;
}

.register-error-bigger{
	padding: 5px 10px;
	font-stretch: ultra-expanded;
	font-size: 12px;	
	font-family: Arial;
}

.position-for-createTopic-topic-error {
	padding: 2px; margin-top: 3px;
	position: relative;
	margin-left: 400px;
	width: 155px;
}
.position-for-createTopic-subTopic-error{
margin-left: 565px; padding: 2px; margin-top: 3px;
position: relative;
}
.position-for-createTopic-post-error{
	margin-left: 75px; padding: 2px; margin-top: 4px;
}

.position-right-to-input-180 {
	margin: 9px 0 0 180px;
}

.position-right-to-input-180-top0 {
	position: absolute;
	margin: 0 0 0 180px;
	width: 270px;
}
 
 .position-left-to-input-420 {
	margin: 0 0 0 -420px;
}
 
 
.position-right-to-input-200 {
	margin: 3px 0 0 215px
}
.position-right-to-input-155 {
	margin: 0 0 0 155px;
}

.position-bottom-to-input-marg5-4 {
	margin: 5px 0 0 4px;
}

.position-bottom-to-input-step1-targetName {
	margin: 5px 0 0 40px;
}

.position-right-to-input-upd-trTargs{
	margin: 0 0 0 60px;
}

.position-bottom-to-input-photoComment {
	margin: 5px 0 0 80px;
}


.position-bottom-to-input-step1-targetVal {
	margin: 5px 0 0 210px;
}

.position-bottom-to-input-step3-mealName{
	margin: 5px 0 0 3px;
}

.position-bottom-to-input-step3-mealAmount{
	margin: 5px 0 0 3px;
}

.position-bottom-to-input-step3-supplement {
	margin: 5px 0 0 135px;
}
.rich-tool-tip{
	width:210px;
	padding:3px;
	overflow:visible;
	background: #141414;
	border: 1px;
	border-color: #2d2d2d;
	border-style: solid;
	color: #131313;
	generalFontColor: #771313;
	font-size: 12px; 
}


.swPanel {
	text-align: center;
	width: 100%;
	display: block;
	background-color: #000000;
}

.sub_menu_top {
	display: block;
	width: 777px;
	height: 11px;
	background-image: url("../png/subMenuTop.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

.sub_menu_content {
	display: block;
	width: 777px;
	height: 42px;
	background-image: url("../png/subMenuBackg.png");
	background-repeat: repeat-y;
}

.sub_menu_bottom {
	display: block;
	width: 777px;
	height: 11px;
	background-image: url("../png/subMenuBottom.png");
	background-position: top;
	background-repeat: no-repeat;
}

.sub_menu_inner_box {
	text-align: left;
	display: inline;
	padding-left: 10px;
	width: 773px;
	height: 100%;
	background-image: url("../png/subMenuGrad.png");
	background-repeat: repeat-x;
}

.other_users_box {
	width: 45px;
	height: 45px;
	margin-left: 6px;
}

.gray_font_description {
	font-size: 12px;
	color: #4f4f4f;
	margin-right: 6px;
}

* {
	color: #c1c1c0;
	border: 0 solid;
	outline: none;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size:12px;
}

form {
	
}

.moveRight{
	padding-left: 65px;
	}

.empty-block {
	display: block;
}

.margin-auto-top-0 {
	margin: 0 auto;
}

.margin-auto-top-10px {
	margin: 10px auto;
}

input {
	color: black;
	margin: 2px;
	padding: 2px;
}

.login_button {
	height: 20px;
	border: 1px solid;
	background-color: #c1c1c1;
	padding: 3px 4px;
}

div {
	vertical-align: top;
}

td {
	vertical-align: top;
}

tr {
	
}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal;}

h1{font-size:175%; line-height: 120%}h2{font-size:150%;line-height:130%;}h3{font-size:140%;}h4{font-size:130%;}h5{font-size:120%;}h6{font-size:110%;}

table {
	
}

.golden-col1 {
	width: 512px;
}

.golden-col2 {
	width: 288px;
}

.golden-right-col-padding {
	padding-left: 10px;
}

.golden-col1_content_body {
	background-image: url("../png/profilBackgr.png");
}

.golden-col1_content_body484 {
	background-image: url("../png/profilBackgr484.png");
}

.backgr479img {
	background-image: url("../png/backgr479.png");
	width: 479px;
	min-height: 75px;
	display: block;
}

.backgrRightCol {
	background-image: url("../png/glowna/registerBlockBackgr.png");
}

.golden-col1_content-484px {
	width: 484px;
	min-height: 175px;
}

/* for Internet Explorer */ /*\*/
* html .golden-col1_content-484px {
	height: 175px;
}

.golden-col1_inner_box_gradient,.golden-col2_inner_box {
	display: block;
	width: 478px;
	margin: 0 auto;
	background-image: url("../png/gradientOkno2.png");
}

.paker-backgr-div {
	min-height: 180px;
 	display:block;
	background-repeat:repeat-y; 
	background-image: url("../png/paker.gif");
}

/* for Internet Explorer */ /*\*/
* html .paker-backgr-div {
	height: 180px; 

}

.footerLine{    
 	display : block;
	width: 800px;
	border-top: 2px solid #1E1E1E;
	vertical-align: top;
	padding-bottom: 6px;
	height: 24px;
}

.golden-col-inner-box-min-height {
	min-height: 150px;
}

/* for Internet Explorer */ /*\*/
* html .golden-col-inner-box-min-height {
	height: 150px;
}

.golden-col2_inner_box {
	min-height: 100px;
	text-align: left;
	display: block;
	width: 100%;
}

/* for Internet Explorer */ /*\*/
* html .golden-col2_inner_box {
	height: 100px;
}

.common-content-padding { 
	padding: 11px 10px ;
 
}

.sub_menu_opaque {
	width: 777px;
	padding: 10px 0;
}

.no_boxing {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: none;
}

.margin-top-8px {
	margin-top: 8px;
}

.common_top_484px {
	background-image: url("../png/galerie/commonTop484.png");
	width: 484px;
	height: 38px;
}

.common_top_479px {
	margin-top: 10px;
	background-image: url("../png/commonTop479.png");
	width: 479px;
	height: 30px;
}

.common_top_274px {
	background-image: url("../png/galerie/commonTop274.png");
	width: 274px;
	height: 34px; 
}

.bottom479px {
	display: block;
	background-image: url("../png/bottom479.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 11px;
	width: 479px;
}

.footer {

	height: 30px;
}

.centerAutoBlock{
	margin-left:auto;
	margin-right:auto;
	margin:auto;
	display:block;
}

.column1BasicUserInfo{
	text-align:left;
	width:60px;
}
.column2BasicUserInfo{
	text-align:left;
	width:180px;
}
.column3BasicUserInfo{
	text-align:left;
	width:120px;
}
.column4BasicUserInfo{
	text-align:left;
	width:120px;
}
.stepp1 {
 background-color: #000000; 	
 display:block; 
 width: 516px
}


.min-height-70 {
	min-height: 70px;
}

/* for Internet Explorer */ /*\*/
* html .min-height-70 {
	height: 70px;
}

.min-height-100 {
	min-height: 100px;
}

/* for Internet Explorer */ /*\*/
* html .min-height-100 {
	height: 100px;
}


.min-height-120 {
	min-height: 120px;
}

/* for Internet Explorer */ /*\*/
* html .min-height-120 {
	height: 120px;
}

.min-height-175 {
	min-height: 175px;
}

/* for Internet Explorer */ /*\*/
* html .min-height-175 {
	height: 175px;
};

.min-height-180 {
	min-height: 180px;
}

/* for Internet Explorer */ /*\*/
* html .min-height-180 {
	height: 180px;
}
.clearIt{
	padding:2px;
	margin:0px;
	background-color: #000000;
}


.colll1{
	width: 180px;
}

.mailBox-main-table {
	padding-bottom: 5px;
	width: 480px;
	display: block;
	border: 1px solid #191919;
	font-size: 12px;
	text-align: left;
	margin: auto;
}

.mailBox-main-table-col0,.mailBox-main-table-col2
{
	width: 70px;
}

.mailBox-main-table-col0 {
	width: 130px;
	margin-left: 7px;
}

.mailBox-main-table-col2 {
	width: 235px;
}

.mailBox-main-table-col3 {
	width: 115px;
}

.mailBox-main-table-col4 {
	width: 40px;
}

.mailBox-header {
	background-color: #141414;
}

.marginLeft {
	padding-left: 6px;
	padding-right: 6px;
	display: block;
}

.mailBox-footer {
	text-align: center;
	margin-top: 15px;
	width: 480px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.mailBox-footer-tools {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin: auto;
	width: 480px;
	text-decoration: none;
	font-size: 11px;
	color: #6f6f6f;
	background-color: #141414;
	height: 16px;
}

.main-napisz-div-opaque {
	margin-left: 10px;
	width: 490px;
	display: block;
	border: 1px solid #1c1c1c;
}

.main-napisz-forms-opaque {
	padding-top: 5px;
	width: 370px;
	text-align: left;
}

.napisz-input-menu {
	width: 360px;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

@CHARSET "UTF-8";

.dark-input-common,.dark-input {
	background: #141414;
	border: 2px;
	border-color: #2d2d2d;
	border-style: solid;
	color: #6f6f6f;
	font-size: 12px;
}

.dark-input {
	height: 14px;
	width: 180px;
	margin-top: 9px;
	margin-right: 0px;
}

.narrow-input {
	width: 35px;
}

.dark-input-header {
	background: #141414;
	border: 2px;
	border-color: #2d2d2d;
	border-style: solid;
	height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	color: #6f6f6f;
	font-size: 12px;
}

.dark-input-header:hover,.dark-input-header:focus {
	background: #191919;
}

.chceckBox {
	background: #141414;
	border: 2px solid #2d2d2d;
}

.inputStyle0,.inputStyle1,.inputStyle2,.smallInput,.twoDigitsInput,.monthsInput,.fourDigitsInput,.intputTextArea1 {
	background:#141414 none repeat scroll 0 0;
	border: 2px;
	border-color: #2d2d2d;
	border-style: solid;
	color: #6f6f6f;
	font-size: 12px;
	overflow: auto;
}
.intputTextArea1{
		padding:0;
		margin:0px;
		width:200px;
		height:90px;
		float:left;
	}
.smallInput {
	height:15px;
	padding:0;
	width:35px;
}
.twoDigitsInput {
 
	padding:0;
	width:45px;
}
.monthsInput {
 
	padding:0;
	width:75px;
}
.fourDigitsInput {
 
	padding:0;
	width:57px;
}


.inputHeight1 {
	height: 11px;
}

.inputDigitWidth {
	width: 60px;
}

.inputStyle1,.inputStyle2 {
	height: 14px;
}

.inputStyle1 {
	margin-top: 9px;
}

.selectOneMenuStyle1 {
	margin-top: 2px;
	background: #141414;
	border: 2px;
	border-color: #2d2d2d;
	border-style: solid;
	height: 22px;
	color: #6f6f6f;
	font-size: 12px;
}

.selectOneMenuStyle2 {
	margin-top: 2px;
	background: #141414;
	border: 2px;
	border-color: #2d2d2d;
	border-style: solid;
	height: 22px;
	color: #6f6f6f;
	font-size: 12px;
	float: left;
}

.inputBounds1 {
	width: 160px;
}

.inputBounds2 {
	width: 140px;
}

.inputBounds3 {
	width: 100px;
}

.inputBounds3:hover {
	width: 100px;
}

.inputBounds4 {
	width: 80px;
}

.inputBounds5 {
	width: 40px;
}

.inputBounds6 {
	width: 115px;
}
.inputBounds7 {
	width: 30px;
}

.inputAreaBounds1 {
	width: 160px;
	height: 80px
}

.inputAreaBoundsStep2CreateCycle {
	width: 260px;
	height: 80px
}

.light-input {
	background: #141414;
	border: 1px;
	border-color: #adadad;
	border-style: solid;
	background-image: url("../png/lightInputBackgr.gif");
	width: 180px;
	margin-top: 9px;
	margin-right: 0px;
	color: #2f2f2f;
	font-size: 12px;
}

.black-input {
	background: #000000;
	border: 2px;
	border-color: #212120;
	border-style: solid;
	height: 14px;
	width: 180px;
	margin-top: 9px;
	margin-right: 0px;
	color: #6f6f6f;
	font-size: 12px;
}

.inputMainPage {
	width: 160px;
}

.dark-button-no-opaque,.dark-button {
	background: none;
	background-image: url("../png/buttonBackgr.png");
	background-repeat: repeat-x;
	background-color: #a4a4a2;
	height: 20px;
	font-family: Arial;
	color: #000000;
	font-size: 13px;
}

.dark-button {
	display: block;
	margin-top: 11px;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 84px;
}

.dark-button:hover,.dark-button-no-opaque:hover {
	background-color: #999999;
	background-image: none;
	background-repeat: repeat-x;
}

.buttonStyle1 {
	display: block;
	background-image: url("../png/buttonBackgr.png");
	background-repeat: repeat-x;
	background-color: #a4a4a2;
	height: 18px;
	min-width: 84px;
	color: #000000;
	font-size: 13px;
}

.dod {
	font-weight: bold;
	margin-right: 10px;
	width: 110px;
	background-image: url("../png/buttonBackgr.png");
	background-repeat: repeat-x;
	background-color: #a4a4a2;
	height: 22px;
	color: #000000;
	font-size: 13px;
}

.blackButton {
	font-weight: bold;
	padding-bottom: 18px;
	padding-left: 10px;
	min-width: 70px;
	background-image: url("../png/buttonBlackBackgr.gif");
	background-repeat: no-repeat;
	background-color: #000000;
	color: #c1c1c0;
	height: 22px;
	font-size: 12px;
	border: 2px;
	border-color: #141414;
	border-style: solid;
}

.register-button {
	margin-left: 115px;
	font-size: 12px;
	height: 22px;
	width: 84px;
}

.register-button:hover {
	margin-left: 115px;
	font-size: 12px;
	height: 22px;
	width: 84px;
}

.delPhotoDiv {
	background-image: url("../png/galerie/X.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 22px;
	float: right;
	margin: 2px 2px 2px 0px;
}

.text-area-scroll {
	overflow: auto;
}

.button-settings-table {
	font-size: 12px;
	margin: 10px 0 0 3px;
	min-width: 70px;
	width: 85px;
	position: relative;
	float: left;
}

.column1BasicUserInfoUnderAv,.column2BasicUserInfoUnderAv {
	text-align: left;
	width: 60px;
}

.column2BasicUserInfoUnderAv {
	width: 120px;
}

.rowsInBasicUserInfo {
	padding: 3px;
}

.basicUserInfoOpaque {
	border-bottom: 1px solid #131313;
	width: 192px;
	padding: 5px 0 5px 4px;
}

.userDataRow {
	padding: 3px;
	border-bottom: solid 1px #0b0b0b;
}

.userDataCol1 {
	width: 60px;
	display: inline-table;
	text-align: left;
}

.training-diary-entry {
	padding: 9px;
	border: 1px solid #101010;
	background-color: rgb(10, 10, 10);
	margin-bottom: 15px;
}

.box-bg-bord-padding {
	background-color: #232323;
	border: 2px solid #323232;
	padding: 0;
	margin: 5px;
}

.box-bgSemi-bord {
	background-color: #080808;
	border: 1px solid #252525;
}

.box-bgDark {
	background-color: #050505;
	border: 1px solid #171717;
}

.box-bgDark-bord1-padding15-margin20 {
	background-color: #050505;
	border: 1px solid #171717;
	padding: 15px 0 0 18px;
	margin: 20px;
	display: block;
}

.box-header-no-bg {
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #131313;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.box-header {
	background-color: #131313;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #323232;
	padding: 0;
	margin: 0;
	text-align: center;
}

.box-header-dark {
	background-color: #090909;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #181818;
	padding: 0;
	margin: 0;
	text-align: center;
}

.border-bottom {
	border-bottom: 1px solid #323232;
}

.huge-box-thick-border {
	margin: 25px auto 35px auto;
	width: 750px;
	border-width: 2px;
}

.big-box-thick-border {
	margin: 25px auto 35px auto;
	width: 700px;
	border-width: 2px;
}

.margin-in-huge-box {
	margin: 20px 70px 0 70px;
}

.margin-for-regulations {
	margin: 20px 10px 20px 20px;
}

.margin-for-about {
	margin: 20px 30px 20px 35px;
}

.warn-box {
	background-image: url("../png/warn-65px.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 65px;
}

.kreator-step-box {
	background-color: #090909;
	border: 2px solid #171717;
	border-left: none;
	border-right: none;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pytania-kreator-box {
	padding: 5px 10px 5px 20px;
}

.training-example-main-box {
	border: 1px solid #131313;
	margin: 10px 0 0 0;
	padding-bottom: 4px;
	width: 470px;
	display: block;
}

.left-box-art {
	display: block;
	border: 1px solid #2d2d2d;
	margin-top: 12px;
}

.article-cont-box {
	margin: 7px 15px;
	width: 520px;
	padding: 15px 10px 15px 10px;
	margin-bottom: 15px;
	border-width: 2px;
}

.inner-art-cont-box {
	padding-left: 4px;
	padding-top: 18px;
}

.p-art {
	line-height: 19px;
	text-indent: 30px;
	text-align: justify;
	font-size: 12px;
}

.border-gray-1 {
	border: solid 1px #181818;
}


.border-gray-2 {
	border: solid 1px #333333;
}

.background-gray-1 {
	background-color: #141414;
}

.background-gray-2 {
	background-color: #232323;
}


.border-bottom-0 {
	border-bottom: 0px;
}

.border-just-bottom-1{
 border-width: 0 0 1px 0;	
}

.text-align-left-padding-left-5 {
	text-align: left;
	padding-left: 5px;
}

.header-padding-top-bottom-3 {
	padding: 3px 0;
}
.gray1-background{
background-color:#2D2D2D;
}
.heightAuto{
height:auto;}

.contentTab {
	background-color: black;
}

.headerTab {
	
}

.styleTab {
	margin: auto;
	margin-top: 15px;
	width: 480px;
	border-bottom: 1px solid #121212;
}

.rich-tabhdr-side-cell{
	font-size: 12px;
	border: 1px solid #121212;
	border-width: 1px 1px 0 1px;
	margin: 4px;
	padding: 2px 6px;
	background: black;
}
.tabBackgroundColor,.rich-tab-header {
	border-top: 0px solid #121212;
	background-image: none;
}

.rich-tab-inactive {
	background-color: #090909;
	color: #6f6f6f;
	cursor:pointer;
}

.rich-tab-active {
	background-color: black;
	color: #c1c1c0;
	padding-top: 3px;
	cursor:default;
}

.rich-tabpanel,.rich-tabhdr-side-border,.rich-tabhdr-side-cell,.rich-tab-bottom-line
	{
	border-color: #121212;
	background-image: none;
}

.rich-tabpane {
	background-color: black;
}

.rich-tabpanel-content {
	color: #6f6f6f;
	background-color: black;
	background-image: none;
	border: none;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
	padding: 10px 8px;
	border-top: 1px solid #121212;
}
.test6{
	font-size:12px;
	vertical-align:bottom;
	text-align:left;
}
 .goalsColumns{
 padding-left:3px;
 padding-right:8px;
 }
.headerTest{
	background-color: #121212;
	padding-left:2px;
	padding-right:2px;
	text-align:left;
}

.row-dark1 {
	background-color: #101010;
	vertical-align: middle;
}

.row-dark2 {
	background-color: #0d0d0d;
	vertical-align: middle;
}

.admin-col1 {
	color: #989898;
	padding: 4px;
}

.columnForReminder {
	width: 350px;
	margin-left: 15px;
}

.reminderGrid {
	margin: 20px auto;
	width: 750px;
}

.remindButtonOp{
	vertical-align: bottom;
	width: 70px;
}

.remindBoxDiv {
	width: 330px;
	height: 140px;
	display: block;
}

.remindLogin {
	width: 350px;
	display: block;
}

.remindHeader {
	width: 100%;
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	background-color: #0a0a0a;
	border-bottom: 1px solid #212121;
}

.remindContent {
	padding: 15px 10px;
}

.reminderInnerPadding{
	padding: 20px 8px;
}

.reminderLoginInnerPadding{
	padding: 15px 8px;
}

.reminderLub {
	width: 100%;
	height: 50px;
	line-height: 45px;
	display: block;
	font-style: italic;
	font-size: 25px;
	text-align: center;
	vertical-align: middle;
}

.remindLoginLoginWidth{
	width: 130px;
}
.remindLoginLoginLabels{
	display: block;
	line-height: 30px;
	vertical-align: text-bottom;
	margin-bottom: 0;
	padding-bottom: 0;	
}

.test2{
	margin: 0;
	padding: 0;
}

.pamietajMnieLabel {
display: inline; margin: 0 0 0 6px; line-height: 20px; vertical-align: middle;
}

.forum-table {
	background: #040304;
}

.forum-box {
	margin: 0 15px 35px 13px;
	width: 774px;
}

.forum-box-header,.forum-box-header-no-top-img {
	width: 774px;
	display: block;
	background-color: #080808;
}

.forum-box-header {
	height: 39px;
	background-image: url("../png/forum/top.png")	;
	text-align: center;
	line-height: 38px;
}

.forum-box-header-no-top-img {
	height: 29px;
	line-height: 29px;
	border: 3px solid #2c2c2c;
	border-bottom: 1px solid #252525;
	width: 768px;
}

.forum-box-cont {
	padding-top: 11px;
	border: 3px solid #2c2c2c;
	border-top: none;
	background-color: #000000;
}

.forum-main-page-dt {
	
}

.forum-main-page-col {
	font-size: 12px;
	background-color: #080808;
}

.forum-main-page-col1 {
	width: 472px;
	padding: 5px;
}

.forum-main-page-col2 {
	width: 214px;
	padding:  5px 5px 0px 5px;
}

.forum-main-page-col3 {
	width: 75px;
	text-align: center;
	vertical-align: middle;
}

.forum-vForum-page-col1 {
	width: 551px;
	padding: 5px;
}

.forum-vForum-page-col2 {
	width: 150px;
	padding: 5px;
}

.forum-vForum-page-col3 {
	width: 59px;
	text-align: center;
	vertical-align: middle;
}

.forum-main-page-header {
	text-align: left;
	background-color: #1F1F1F;
	font-size: 14px;
	font-weight: bold;
	padding:  3px 5px;
}

.forum-gray-text {
	color: #565656;
	font-weight: normal;
}

.forum-main-page-last-post-date {
	text-align: right;

}

.forum-vForum-page-last-post-date {
	text-align: right;
	margin-right: 5px;
}

.forum-new-topic-horizontal-separator {
	width: 570px;
	border-top: 1px dashed #171717;
	margin-top: 5px;
	padding-top: 9px;
	display: block;
}

.new-topic-main-grid {
	margin: 0 0 10px 10px;
}

.forum-new-topic-header {
	font-weight: normal;
	text-align: left;
	height: 35px;
	line-height: 35px;
}

.margin-for-no-access {
	margin: 5px 30px 20px 35px;
}

.view-topic-all-opaque {
	padding: 0 10px 15px 10px;
}

.view-topic-posts-opaque {
	
}

.view-topic-post-grid {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #171717;
	padding: 0;
}

.view-topic-post-header {
	background-color: #1F1F1F;
	font-weight: normal;
	height: 22px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.view-topic-colLeft {
	width: 155px;
	border-right: 1px solid #171717;
	padding: 4px 0 4px 8px;
}

.view-topic-colRight {
	width: 600px;
}

.view-topic-member-stats {
	font-size: 11px;
	color: #545454;
	line-height: 11px;
}

.view-topic-member-login {
	font-size: 18px;
	color: #C1C1C1;
	font-weight: normal;
}

.view-topic-member-avatar {
	margin: 6px 0 8px 0;
}

.view-topic-content-topBar {
	border-bottom: 1px solid #171717;
	line-height: 24px;
	display: block;
	height: 24px;
}

.view-topic-content-topBar-date,.view-topic-content-topBar-remove {
	float: left;
	color: #545454;
	font-size: 12px;
	margin: 0 0 0 10px;
}

.view-topic-content-topBar-remove {
	float: right;
	margin: 0 15px 0 0;
}

.view-topic-content-body {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 17px;
	color: #A3A3A3;
}

.forum-topic-register-or-login-teaser {
	border: 1px solid #242424;
	padding: 7px 10px;
	margin-top: 5px;
}

.forum-topic-register-or-login-teaser-p {
	color: #909090;
}

.forum-podstrona-links {
	line-height: 19px;
	margin-left: 5px;
	text-align:right;
	color: #898989;
}

.forum-paging-link-style {
	color: #c1c1c0;
	margin-left: 5px;
}

.forum-topic-profileDesc-label {
	margin-right: 5px;
}

.calendarSpecBackgroundColor {
	background: white;
}

.rich-calendar-hover {
	cursor: pointer;
}

.rich-calendar-cell,.rich-calendar-weekends,.rich-calendar-days {
	border: solid #181818;
	border-width: 0px 1px 1px 0px;
	background: #303030;
}

.rich-calendar-weekends,.rich-calendar-days,.rich-calendar-holly,.rich-calendar-week
	{
	background: #252525;
}

.rich-calendar-week {
	border: solid #181818;
	border-width: 0px 1px 1px 0px;
}

.rich-right-cell {
	border-right: 0px;
}

.rich-bottom-cell {
	border-bottom: 0px;
}

.rich-calendar-today {
	color: white;
}

.rich-calendar-hover,.rich-calendar-select {
	background: #171717;
	color: f0f0f0;
}

.rich-calendar-boundary-dates {
	color: #505050;
}

.rich-calendar-exterior {
	font-size: 11px;
	background: #141414;
	border: 2px;
	border-color: #2d2d2d;
	border-style: solid;
	width: 170px;
}


.rich-calendar-header {
	padding-bottom: 2px;
	cursor: pointer;
	background: transparent;
}

.rich-calendar-input {
	background: #141414;
	border: 2px;
	border-color: #2d2d2d;
	border-style: solid;
	height: 14px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 2px;
	color: #6f6f6f;
	font-size: 11px;
}

.rich-calendar-button {
	margin-top: 1px;
	background-image: url("../png/cal.gif");
	background-image: none;
}

.rich-calendar-footer{
}
.rich-calendar-editor-btn {
border: 1px solid #222222;
}


.rich-calendar-editor-btn-over, .rich-calendar-editor-btn-selected {
	cursor: pointer;
	border: 1px solid #303030;
	background: #141414;
	color: f0f0f0;
}


.rich-calendar-date-layout,rich-calendar-editor-layout-shadow {
	width: 130px;
	font-size : 11px;
	background: #222222;
	border: 1px;
	border-color: #3d3d3d;
	border-style: solid;
	position: relative;
}

.rich-calendar-date-layout-split {
	border-right: 1px solid #2d2d2d;
}

.rich-calendar-date-layout-cancel, .rich-calendar-date-layout-ok  {
	background: #141414;
	padding: 2px 2px 2px 4px;
	cursor: pointer;
	width: 30px;
	height: 22px;
	font-size: 11px;
}

.rich-calendar-editor-tool-over{
	cursor: pointer;
}

.rich-calendar-date-layout-ok {
	padding: 2px 4px 2px 2px;
}

.main_body {
	background-image: url("../png/pattern.png");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

TEXTAREA {
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}

.main_div {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}

.top-bar {
	width: 100%;
	background-image: url('../png/topR.png');
	background-repeat: repeat-x;
	display: block;
	height: 98px;
}

.wrap_ws {
	margin: 0 auto 100px auto;
	text-align: left;
	padding: 20px 0 0 0;
	width: 800px;
	min-height: 200px;
	height: auto;
	display: block;
	background-color: #000000;
}

/* for Internet Explorer */ /*\*/
* html .wrap_ws {
	height: 200px;
}

/**/
.header-panel-grid {
	width: 800px;
	height: 68px;
	padding-right: 0px;
}

.header-panel-login-box {
	margin-top: 5px;
	float: right;
	vertical-align: top;
	display: block;
	width: 280px;
	height: 40px;
}

.login_pass_opaque {
	width: 100%;
	display: block;
	text-align: center;
}

.login_passwd_box {
	margin: 0;
	padding: 0 0 0 3px;
	width: 90%;
	display: block;
	border: 1px solid black;
	height: 18px;
	color: #191919;
}

.login_passwd_box:hover {
	
}

.login_label {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 10px;
	font-family: Arial;
	color: #c1c1c0;
	font-style: italic;
}

.footer-text {
	font-size: 10px;
}

.login_c1 {
	width: 110px;
	vertical-align: top;
}

.login_c2 {
	width: 110px;
	vertical-align: top;
}

.login_c3 {
	width: 50px;
	padding-top: 11px;
	vertical-align: top;
}

.header-panel-user-box {
	display: block;
	width: 100px;
	height: 40px;
}

.warn-box {
	display: block;
	width: 80%;
	margin: 10px auto;
}

.mainpage-top-slogan {
	display: block;
	width: 777px;
	height: 90px;
	background-image: url("../png/glowna/topSlogan.png");
	background-repeat: no-repeat;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.center-text {
	text-align: center;
}

.space {
	margin-right: 15px;
}

.bulletCheckImg {
	display: block;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 13px;
	list-style-image: url("../png/glowna/check.png");
	line-height: 130%;
}

.oneColumnWidth {
	width: 784px;
}

.commonTopOneCol {
	background-image: url("../png/oneColDivide/mainTop.png");
	width: 774px;
	height: 38px;
	margin: 0;
	padding: 0;
}

.contentOuterOneColBox {
	display: block;
	background-image: url("../png/oneColDivide/mainBackgr.png");
	width: 774px;
}

.oneColInner {
	display: block;
	margin: 0 auto;
	background-image: url("../png/gradientOkno3.png");
	background-repeat: repeat;
	text-align: left;
	width: 760px;
}

.oneColBottom {
	display: block;
	background-image: url("../png/oneColDivide/mainBottom.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 11px;
	width: 774px;
}

.oneColPaddings {
	padding-top: 0px;
	padding-left: 1px;
}

.divHeader {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: solid 1px #161616;
	display: inline-table;
	padding-bottom: 4px;
	width: 460px;
	text-align: left;
	color: #c1c1c0;
	font-weight: bold;
	font-size: 13px;
}

.divHeader3 {
	background-color: #161616;
	border-bottom: 1px solid #161616;
	color: #C1C1C0;
	display: inline-table;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0px 3px 15px;
	text-align: left;
	width: 465px;
}

.header-inside-black-div {
	width: 460px;
	text-align: left;
	color: #c1c1c0;
	font-weight: bold;
	font-size: 15px;
}

.header-inside-black-div1 {
	margin: 0 0 5px 0;
	padding: 0 0 4px 15px;
}

.header-inside-black-div2 {
	margin: 30px 0 10px 0;
	padding: 10px 0 0px 15px;
	border-top: solid 1px #161616;
}

.header-inside-black-div3 {
	font-weight: normal;
	margin: 0px 0 10px 0;
	padding: 0px 0 0px 15px;
	border-top: none;
}

.div-maximize-width {
	width: 100%;
	margin: auto;
}

.valign-middle {
	vertical-align: middle;
}

.valign-top {
	vertical-align: top;;
}

.valign-bottom {
	vertical-align: bottom;
}

.changeRemindedPswLabel {
	width: 50px;
	vertical-align: bottom;
	line-height: 25px
}

.regulations-outer-ul {
	padding: 10px 20px;
	list-style: none;
}

.regulations-inner-ol {
	padding: 10px 10px 20px 47px;
	list-style: decimal
}

.regulations-inner-inner-ul {
	padding: 5px 10px 5px 25px;
	list-style: disc;
}

.article-menu-outer-ul {
	padding: 10px 0 7px 20px;
	list-style: square;
}

.table-text-field {
	padding: 0 5px 0 80px;
	vertical-align: middle;
	width: 50%;
	text-align: left; 
}

.table-big-text-field {
	padding: 5px 5px 0 40px;
	vertical-align: top;
	width: 50%;
	text-align: left;
}
.header-nav-URL
{
	font-weight: bold;
	font-size:14px;	
}
.dark-background {
	background-color: #0b0b0b;
}

@CHARSET "UTF-8";

.avatar-for-write-email {
	margin: 8px 15px 0 8px;
}

.small-avatar-generic {
	border: 1px solid #191919;
	width: 59px;
	padding: 5px 0 0;
	text-align: center;
	display: block;
	background-color:black;
}

.small-avatar-generic-img{
	margin: 5px auto 0 auto;	
}

.float-left {
	float: left;
}

.float-right {
float: right;	
}

.photo-comments-outer {
	margin: 25px 22px;;
	width: 695px;
	border: 0px solid #252525;
	padding: 0px;
}
.photoBox-outer-main1{
width: 700px; height: 40px; margin: auto;}
.photoBox-outer-main2{
.margin:auto;width:700px; margin-top:10px; min-height: 100px;}
.photoBox-photo-navigation-text{
	margin-right:4px; position:relative;bottom:8px;right:3px;}
.photoBox-outer-big-photo-div{
margin: auto; width: 715px; margin-top: 15px; border: 1px solid #191919; min-height: 200px;}
.photoBox-big-image{
	  margin: 10px auto 10px auto;}
.photoBox-comments-outer-table{
	  border: 1px solid rgb(16, 16, 16); background-color: rgb(10, 10, 10); margin-bottom: 15px;
 
	  }
.photoBox-button{
	margin-top:5px;width:75px;}  
.photoBox-delete-comment-button{
float:right; margin-right:-13px; margin-top:-3px;} 

#m_rozmiar{
 position:absolute;
 left:187px;
 top:187px;
 width:13px;
 height:13px;
 line-height:1px;
 cursor:se-resize;
 z-index: 20;
 background-image:url('http://i.fotka.pl/img/nozyczki_ico.gif');
 background-repeat:no-repeat;
}

#m_ramka{
 position: relative;
 border: 1px solid #4996BA;
 z-index:1;
}

#m_nozyczki{
 position:absolute;
 border:2px solid #4996BA;
 z-index: 10;
 cursor:move;
}

#m_pre{
 position: relative;
}

#m_nozyczki{
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
}

#m_pre_img{
	position: absolute;
	clip: rect(96px 0px 0px 96px);
	overflow: hidden;
}

#m_pre_border{
	position: relative;
	border: 1px solid #4996BA;
	width: 96px;
	height: 96px;
	z-index: 50;
}

.articles-entryPage-articles-group {
	width: 360px;
	display: block;
	border: 2px solid #161616;
	margin: 10px 4px  ;
}

.articles-entryPage-articles-group-header {
	line-height: 22px;
	text-align: left;
	padding-left: 10px;
	background: #161616;
	border: 1px solid #161616;
	border-width: 0 0 1px 0;
}

.articles-entryPage-articles-group-body {
	padding: 7px 0 3px 22px;
	background-color: black;
}

.articles-entryPage-articles-group-footer {
	padding:1px 4px;
	border: 1px solid #171717;
	border-width: 1px 0 0 0;
	text-align: right;
	background-color: #0a0a0a;
}

.articles-entryPage-articles-group-body-ul {
list-style: square; padding-bottom: 5px;
}


.articles-grupa-mainDiv {
	width: 720px;
	display: block;	
	margin: 15px 0 15px 20px;
	padding: 0;
	line-height: 19px;
	font-size:12px;
}

.pytanie{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

.odpowiedzi{
	margin-left: 15px;
}

.kreator-name-of-tr{
	padding: 2px 0;
}

.kreator-rozpiska-na-dni {
	margin: 10px 0 0 15px;
	display: block;
	width: 415px;
}

.add-training-record-text-area {
	width: 400px;
	height: 70px;
	margin-top: 7px;
}

.add-training-record-main-div {
	display: block;
	margin: 0 0 15px 0;
}

.add-training-record-button {
	margin: 5px auto auto auto;
	display: block;
	float: left;
}

.training-results-table-opaque {
	width: 400px;
}

.add-comment-right-box {
	margin: 1px 12px 0px 2px;
	padding-bottom: 0px;
	width: 300px;
}

.comment-text {
	padding: 3px 5px
}

.add-comment-text-area-370 {
	width: 370px;
	height: 50px;
}

.add-comment-text-area-290 {
	width: 290px;
	height: 40px;
}

.goals-table {
	width: 400px;
	margin: auto auto auto auto;
}

.dairy-div {
	display: inline-table;
	margin-bottom: 2px;
	text-align: left;
	width: 100%;
}

.dairy-div2 {
	float: left;
	margin-bottom: 12px;
	text-align: left;
	display: inline-table;
	width: 100%;
}

.update-outer-table {
	position: relative;
	top: 0px;
	right: 8px;
	float: right;
	width: 460px;
}

.update-inner-goals-table {
	border: 2px solid #191919;
	padding: 0px 0px 5px 0px;
}

.update-inner-goals-table-td1,.update-inner-goals-table-td2 {
	padding-bottom: 3px;
	border-bottom: solid 1px #121212;
	background-color: #2d2d2d;
}

.update-inner-goals-table-td1 {
	width: 130px;
}

.update-inner-goals-table-td2 {
	padding-right: 4px;
}

.update-target-padding {
	padding: 0 5px 0 6px;
}

.update-motywator-td {
	width: 220px;
}

.update-button-div {
	padding-top: 10px;
	margin-top: 10px;
	width: 100%;
}

.outer-motywator-div {
	width: 430px;
	padding-left: 15px;
	margin-top: 10px;
}

@CHARSET "UTF-8";

.galleries-col2 {
	padding-top: 50px;
}

.golden-gallery-left {
	padding-top: 10px;
	padding-left: 4px;
}

.gallery_galleries_top {
	background-image: url("../png/galerie/galerieTop.png");
	width: 484px;
	height: 38px;
}

.gallery-galleries-add-g-box {
	background-image: url("../png/galerie/dodajGal.png");
	width: 383px;
	height: 71px;
	margin: 0 auto;
	text-align: left;
}

.gallery-add-g-box {
	background-image: url("../png/galerie/dodajPhoto.gif");
	width: 383px;
	height: 110px;
	margin: 0 auto;
	text-align: left;
}

.galleries-grid-cell {
	background-image: url("../png/galerie/nowe2.png");
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	margin: 9px;
	padding: 0;
	width: 132px;
	height: 137px;
}

.galleries-grid-cell-inner {
	background-position: center;
	background-repeat: no-repeat;
	width: 132px;
	height: 132px;
	width: 132px;
}

.outer {
	display: table;
	height: 132px;
	line-height: normal;
	margin: auto;
	border: 1px solid red;
}

.avatar {
	vertical-align: middle;
	display: inline;
	border: 1px solid yellow;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.gallery-grid-cell {
	display: block;
	margin: 6px;
	padding: 0px;;
	width: 100px;
}

.galleries-outer-box {
	background-image: url("../png/profilBackgr484.png");
	background-repeat: repeat-y;
	display: block;
	padding: 10px 0;
}

.gallery-main-grid {
	color: red;
	border: none;
}

.gal-col {
	display: block;
	width: 120px;
}

.add-gallery-button-box {
	display: block;
	width: 474px;
	min-height: 25px;
	margin: 0 0 10px 34px;
}

/* for Internet Explorer */ /*\*/
* html .add-gallery-button-box {
	height: 25px;
}

.addGallery-button-show {
	background: none;
	background-image: url("../png/galerie/dodajGalerieButton.png");
	width: 184px;
	height: 27px;
}

.addGallery-button-hide {
	background: none;
	background-image: url("../png/galerie/X.png");
	width: 17px;
	height: 17px;
	float: right;
}

.gallery-trash {
	border: 1px solid red;
	display: block;
	width: 30px;
	height: 12px;
	font-size: 12px;
	background-color: red;
	margin-top: -30px;
}

.gallery-url {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	width: 120px;
	display: block;
	color: #c1c1c0;
	text-align: left;
	padding-left: 13px;
}

.gallery-details {
	text-align: left;
	font-size: 10px;
	color: #c1c1c0;
	display: block;
	height: 25px;
	font-size: 10px;
	padding-left: 17px;
}

.galleries-grid-wrapping {
	padding-left: 30px;
	text-align: center;
	display: block;
}

.galleries-paging-box {
	border-bottom: 1px solid #141414;
	text-align: right;
	margin: 0 auto;
	font-size: 11px;
	display: block;
	width: 435px;
}

.galleries-paging-box-opqaue {
	display: block;
	margin: 10px 45px 0 0;
	height: 25px
}

.paging-active-link {
	margin: 2px;
}

.paging-selected-link {
	margin: 2px;
	padding: 0 3px;
	background: #141414;
	color: #dedede;
}

.paging-links-separator {
	margin-right: 2px;
}

.paging-active-button,.paging-disabled-button {
	background: #141414;
	display: inline-table;
	font-size: 10px;
	padding: 0 3px;
	margin-left: 4px;
	line-height: 9px;
}

.paging-disabled-button {
	color: #333333;
}

.add-gallery-box-header,.add-gallery-box {
	width: 370px;
}


.add-gallery-header {
	line-height: 20px;
}

.add-gallery-input {
	width: 170px;
	margin: 0 10px
}

.add-gallery-box-content {
	padding: 19px 15px;
}

.add-gallery-button {
	line-height: 25px;
	padding: 3px;
	margin-bottom: 0px;
	font-size: 11px;
}

.gallery-outer-panelgrid {
	display: block;
	margin: auto;
	height: auto;
	width: 97%
}

.gallery-thumbs-inner-div {
	position: relative;
	top: 10px;
	background-color: #0d0d0d;
	width: 100%;
	border: 1px solid #141414;
	margin: 0px;
	padding: 0px;
}

.gallery-thumb-width-td {
	width: 78px;
}

.avatar-choose-td {
	width: 170px;
	padding-top: 4px;
}

.avatar-test-wrap-div {
	margin: auto auto 15px auto;
	padding: 0px;
}

.avatar-preview-area {
	position: relative;
	top: -20px;
	left: 140px;
}
.avatar-preview-button{
position:relative; top:-23px;}

