@CHARSET "UTF-8";

.flash_message
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	border: 0px solid brown;
	background-color: lightyellow;
	clear: both;
	height:56px;
	width: 594px;
	margin-bottom: 10px;
}

.flash_message p
{
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	position: relative;
	display: inline;
	vertical-align: middle;
	clear: left;

}

.flash_message img
{
	vertical-align: middle;
	padding-top: 11px;
	clear: left;
}

#message_sidebar
{
	background-image: url(../images/containers/message_green.jpg);
	color: green;
}


#message_sidebar p
{
	color: white;
}

#error_sidebar
{
	background-image: url(../images/containers/message_red.jpg);
	color: green;
}

#error_sidebar p
{
	color: white;
}


#warning_sidebar
{
	background-image: url(../images/containers/message_yellow.jpg);
	color: green;
}

#warning_sidebar p
{
	color: white;
}


ol.group_info
{
	list-style-type: decimal;
	list-style-position: inside;
	font-weight:bold;
	min-height: 150px;
}

ol.group_info li
{
	margin-top: 5px;

}

ol.group_info li span
{
	margin-top: 5px;
	font-weight: normal;
}

div.default_pagination
{
margin-top: 10px;
text-align: right;
color: black;
font-size: 14px;
}

div.default_pagination  a
{
color: darkorange;
}

#photo_pager
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0px solid black;
	text-align:center;
	font-size: 14px;
}
#photo_pager a
{
	color: olive;
}


/* 25 kwietnia */

/*  edycja profilu */

.edit
{
	text-align: center;
	margin: auto;
	margin-left: 110px;
}

.edit th
{
	text-align: right;
	width: 102px;
}

.edit td
{
	text-align: left;
}


div.center
{
	text-align: center;
}


.user-comments li p
{
	overflow: auto;
}



span.date
{
 float: right;
}

a.anchor, a.anchor:Hover
{
	display: block;
	font-weight: bold;
	margin-left: 8px;
	text-decoration:none;
	font-size: 14px;
}

a.rules_list, a.rules_list:Hover
{
	display: block;
	font-weight: bold;
	margin-left: 8px;
	font-size: 14px;
}

.user-profile-info
{
	width: 100%;
}

.user-profile-info td {
line-height: 230%;
}

.user-profile-info td.user-label {
text-align: right;
width: 140px;
}

.user-profile-info td.user-value {
text-align: left;
padding-left: 6px;
font-weight: bold;
}

.user-profile-info td.left {
width: 40%;
text-align: right;
}

.user-profile-info td.right {
text-align: right;
}


textarea
{
	color: white;
}





