* {
	padding: 0;
	margin: 0;
}

div.text {
	font-size: 12px;
	line-height: normal;
}

input {
	font-size: 12px;
	color: #00728F;
}

div.cleaner {
	clear: both;
}

body {
	color: #646464;
	background-color: white;
	background-repeat: repeat-x;
	background-image: url(../img/bg.png);
	font-family: "Trebuchet MS";
}

textarea,select {
	font-family: "Trebuchet MS";
	resize: none;
}

a {
	color: #F8AF00;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

div.paginacja {
	display: inline;
}

.pseudolink {
	color: #F8AF00;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.highlight {
	text-decoration: underline;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.marginTop {
	margin-top: 15px;
}

.paddingTop {
	padding-top: 15px;
}

.marginBottom {
	margin-bottom: 15px;
}

.marginLeft {
	margin-left: 55px;
}

.fullWidth {
	width: 100%;
}

.white {
	color: white;
}

.orange {
	color: orange;
}

.red {
	color: red;
}

.green {
	color: #0a0;
}

.blue {
	color: #00a;
}

.gold {
	font-size: 130%;
	border: 2px solid gold;
	padding: 5px;
}

.silver {
	font-size: 120%;
	border-bottom: 2px solid silver;
}

.bronze {
	font-size: 110%;
	border-bottom: 2px solid brown;
}

.underlineable {
	text-decoration: none;
}

.underlineable:hover {
	text-decoration: underline;
}

ul.bullet {
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.bullet.float li {
	float: left;
	margin-left: 25px;
}

ul.bullet li {
	background: url(../img/bullet.png) no-repeat left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

ul.bTop li {
	background-position: left 0.7em;
	margin-top: 20px;
}

table.generalContainer.userContainer td.content ul.bullet li {
	float: none;
}

div#body {
	width: 1000px;
	line-height: 0;
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
}

div#topHeader { /*background-image: url(../img/topHeader.jpg);*/
	width: 1000px;
	height: 127px;
}

div#topHeader div#notebookLogo {
	float: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	margin-left: 20px;
	margin-top: 45px;
}

div#topHeader div#siteLogo {
	float: left;
}

div#topHeader div#siteLogo img {
	padding-left: 20px;
	padding-top: 40px;
}

div#goToZadane {
	float: left;	
	font-size: 18px;
	line-height: normal;
	width: 200px;
	height: 20px;
	color: white;
	font-weight: bold;
	margin-top: 110px;
	padding-bottom: 5px;
		
	
}

div#topHeader div#smallLogin {
	color: white;
	line-height: normal;
	float: right;
	margin-top: 20px;
	padding-right: 14px;
}

div#topHeader div#smallLogin  div.content h2 {
	text-align: center;
}

div#topHeader div#smallLogin div.header div.left {
	width: 80px;
	float: left;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 22px;
}

div#topHeader div#smallLogin div.header div.right {
	width: 220px;
	float: right;
	font-size: 12px;
	text-align: right;
	line-height: 22px;
}

div#topHeader div#smallLogin input.text {
	width: 124px;
	height: 22px;
	line-height: 22px;
	font-family: "Trebuchet MS";
	border: 1px solid #00526C;
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 3px;
}

div#topHeader div#smallLogin input.checkbox {
	vertical-align: middle;
	border: 1px solid #00526C;
}

div#topHeader div#smallLogin div.footer {
	padding-top: 10px;
}

div#topHeader div#smallLogin div.footer div.left {
	width: 80px;
	float: left;
	font-size: 18px;
	font-variant: small-caps;
}

div#topHeader div#smallLogin div.footer div.right {
	width: 220px;
	float: right;
	font-size: 12px;
	text-align: right;
}

div#topHeader div#smallLogin div.notlogged {
	width: auto;
	margin-right: 0;
}

div#topHeader div#smallLogin div.notlogged div.leftB {
	height: 100px;
	width: 3px;
	background: url(../img/loggedLeft.png);
	float: left;
}

div#topHeader div#smallLogin div.notlogged div.content {
	padding: 0 5px;
	background: white;
	color: #646464;
	font-size: 12px;
	float: left;
	height: 100px;
}

div#topHeader div#smallLogin div.notlogged div.content div.as {
	margin-top: 3px;
}

div#topHeader div#smallLogin div.notlogged div.content div.rightP {
	float: left;
	margin: 15px 30px;
}

div#topHeader div#smallLogin div.notlogged div.rightB {
	background: url(../img/loggedRight.png);
	height: 100px;
	width: 3px;
	float: left;
}

div#topHeader div#smallLogin div.notlogged div.avatar {
	float: left;	
	height: 65px;
	width: 65px;
	line-height: 63px;
}

div#topHeader div#smallLogin div.notlogged div.avatar img {
	vertical-align: middle;
}

div.contentStart {
	background-image: url(../img/contentStart.png);
	_background: none;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'../img/contentStart.png', sizingMethod = 'scale' );
	width: 1000px;
	height: 5px;
}

div.contentEnd {
	background-image: url(../img/contentEnd.png);
	_background: none;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'../img/contentEnd.png', sizingMethod = 'scale' );
	width: 1000px;
	height: 4px;
}

div.contentMargin {
	width: 1000px;
	height: 6px;
}

div#main {
	background-color: white;
	width: 974px;
	margin-left: 12px;
}

div#mainLeftPanel {
	font-size: 12px;
	line-height: normal;
	width: 213px;
	padding-left: 22px;
	padding-top: 22px;
	font-weight: bold;
	float: left;
}

div#mainLeftPanel div.welcome {
	font-size: 14px;
}

div#mainLeftPanel ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#mainLeftPanel ul li {
	background: url(../img/bullet.png) no-repeat left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

div#mainRightPanel {
	font-size: 12px;
	line-height: normal;
	width: 689px;
	padding-right: 50px;
	float: right;
}

table.taskList td.avatar div.avatar,table.generalContainer td.meta div.avatar,table.ranking td.meta div.avatar,div#userAvatar div.avatar,div#editableAtt div.thumbnail div.image,div.att div.thumbnail div.image
	{	
	padding: 0;
	margin: 0;
	width: 100px;
	height: 100px;
	line-height: 98px;
	text-align: center;
}

div#editableAtt div.thumbnail div.delLink {
	text-align: right;
	width: 100%;
	padding: 0;
	margin: 0;
}

div#editableAtt div.thumbnail div.delLink a {
	display: inline;
	color: red;
}

div#editableAtt div.thumbnail div.image a,div.att div.thumbnail div.image a
	{
	display: block;
	width: 100%;
	height: 100%;
}

table.taskList td.avatar div.avatar img,table.generalContainer td.meta div.avatar img,table.ranking td.meta div.avatar img,div#userAvatar div.avatar img,div#editableAtt div.thumbnail img,div.att div.thumbnail img
	{
	vertical-align: middle;
}

table.taskList tr.spacer td {
	border: none;
	height: 20px;
}

div.archiveLink {
	width: 150px;
	float: right;
	padding-bottom: 50px;
}

div#mainStats,div#bottomBar {
	line-height: normal;
	font-size: 12px;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #B2B2B2;
}

div#mainStats {
	margin-top: 50px;
	width: 934px;
}

div#bottomBar {
	width: 934px;
}

div#bottomBar ul {
	margin-left: 40px;
}

div#mainStats ul li {
	width: 165px;
}

div#bottomBar ul li {
	width: 155px;
}

div#mainStats ul li,div#bottomBar ul li {
	background: url(../img/bullet.png) no-repeat left;
	padding-left: 20px;
	list-style-type: none;
	float: left;
}

div#mainStats ul li span.number {
	font-weight: bold;
	color: #F8AF00;
}

div#footer {
	line-height: normal;
	font-size: 10px;
	clear: both;
	width: 874px;
	padding: 30px;
	text-align: center;
}

/* Forms */
form.pretty {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
	margin-left: 70px;
}

form.pretty fieldset,fieldset.pretty {
	border: 1px solid #178db2;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 16px 20px;
}

form.pretty fieldset legend,fieldset.pretty legend {
	background: orange /*url(../img/legend.png)*/;
	color: white;
	font-size: 160%;
	font-weight: bold;
	border: 1px solid #178db2;
	height: 24px;
	padding: 4px;
}

form.pretty fieldset fieldset,fieldset.pretty fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
	border: 1px dashed #178db2;
	background-color: #f5f5f5;
}

form.pretty fieldset fieldset legend,fieldset.pretty fieldset legend {
	font-size: 112%;
	font-weight: bold;
	border-style: dashed;
	height: 17px;
}

form.pretty fieldset fieldset div.error-message {
	padding: 0;
	width: 100%;
	clear: both;
	text-align: center;
}

form.pretty fieldset fieldset.error {
	background-color: #FAC2C2;
	border: 1px dashed red;
}

form.pretty fieldset fieldset div,fieldset.pretty fieldset div {
	clear: left;
	margin: 0 20px;
}

form.pretty div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}

form.pretty div.input {
	
}

form.pretty div.checkbox.longer {
	width: 280px;
}

form.pretty div.checkbox input {
	float: right;
}

form.pretty div.checkbox {
	width: 180px;
}

form.pretty div.required {
	font-weight: bold;
}

form.pretty div.error {
	background-color: #FAC2C2;
	border: 1px dashed red;
	padding-bottom: 0;
}

form.pretty div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

form.pretty div.submit input {
	border: 0;
}

form.pretty label.required {
	font-weight: bold;
}

form.pretty label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	line-height: 24px;
}

form.pretty label.longer {
	width: 250px;
}

div.error-message {
	color: red;
	font-weight: bold;
	padding-left: 160px;
}

form.pretty input,form.pretty select,form.pretty textarea {
	font-family: "Trebuchet MS", "Verdana";
	padding: 2px;
	border: 1px solid orange;
}

form.pretty textarea {
	width: 490px;
}

form.pretty#MessageAddForm {
	margin-left: 30px;
}

form.pretty#MessageAddForm textarea {
	width: 390px;
	height: 140px;
}

form.pretty select {
	font-size: 120%;
	vertical-align: text-bottom;
}

form.pretty select[multiple=multiple] {
	width: 100%;
}

form.pretty option {
	font-size: 120%;
	padding: 0 3px;
}

form.pretty input[type=radio] {
	float: left;
	width: auto;
	margin: 0 3px 7px 0;
}

form.pretty div.radio label {
	margin: 0 0 6px 20px;
}

form.pretty input[type=submit],form#cse-search-box input[type=submit] {
	color: white;
	background: orange;
	border-color: #178db2 :  
    	 display :   inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

form#cse-search-box input[type=submit] {
	border: 1px solid white;
	width: 70px;
}

input.refLink {
	color: #646464;
	font-size: 20px;
	font-family: "Trebuchet MS";
	padding: 5px;
	border: 1px solid orange;
	margin-top: 5px;
}

/* Po zalogowaniu */
div#userWelcome {
	width: 191px;
	margin-right: 22px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #b2b2b2;
}

div#userWelcome img {
	vertical-align: bottom;
	padding-right: 20px;
	width: 49px;
}

div#userAvatar {
	background: url(../img/avatarBg.png) top no-repeat #eeebeb;
	margin-left: 33px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 102px;
	height: 144px;
	padding-left: 11px;
	padding-right: 12px;
	padding-top: 10px;
	text-align: right;
}

div#mainLeftPanel div.userData {
	width: 191px;
	margin-right: 22px;
}

div#mainLeftPanel div.userData div.pointsLine {
	vertical-align: middle;
	line-height: 30px;
}

div#mainLeftPanel div.userData div.pointsLine div {
	float: left;
	margin-right: 0.5em;
}

div#mainLeftPanel div.userData .points {
	color: orange;
	text-align: center;
	font-size: 30px;
}

div#mainLeftPanel div.userData div.rankingLink {
	width: 191px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#mainLeftPanel div.userData div.rankingLink a {
	font-size: 22px;
}

div#whatYouWant {
	font-weight: bold;
	float: right;
	width: 649px;
	margin-top: 22px;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 5px;
}

div#referOthers {
	font-size: 18px;
}

table#imageOptions {
	float: right;
	width: 649px;
	height: 420px;
	margin-top: 20px;
	text-align: center;
}

/* Edycja danych */
form.pretty div.subjectCheckbox div.checkbox {
	width: 150px;
	float: left;
	clear: none;
	vertical-align: top;
}

form.pretty label.subjectCheckbox {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
}

form.pretty div.subjectCheckbox div.checkbox input {
	float: left;
}

form.pretty div.subjectCheckbox div.checkbox label {
	line-height: normal;
	width: 100px;
	text-align: left;
	float: right;
	clear: none;
}

/* flashyk */
div#flashMessage,div.flashMessage,form.pretty div.flashMessage {
	padding: 7px 7px 7px 37px;
	margin: 15px 7px 0px 7px;
	color: black;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

div#flashMessage.success,div.flashMessage.success {
	border: 2px solid #BEDF5D;
	background-color: #E2F1A8;
	background-image: url(../img/sessionSuccess.png);
}

div#flashMessage.failure,div.flashMessage.failure {
	border: 3px solid #990000;
	background-color: #F97D88;
	background-image: url(../img/sessionFailure.png);
}

div#flashMessage.info,div.flashMessage.info {
	border: 2px solid #00499A;
	background-color: #7CB4FA;
	background-image: url(../img/sessionInfo.png);
}

div#flashMessage.info a,div.flashMessage.info a {
	color: white;
}

/* contenery */
table.generalContainer {
	width: 639px;
	float: right;
	border: 1px solid #b2b2b2;
}

table.generalContainer td.meta,table.ranking td.meta {
	background: top no-repeat url(../img/avatarBg.png) #eeebeb;
	margin-left: 33px;
	margin-top: 10px;
	width: 102px;
	height: 134px;
	padding-left: 11px;
	padding-right: 12px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}

/* paginacja i char wstawianie*/
div.tasksPagination {
	float: left;
}

div.numbersPagination {
	width: 120px;
}

div.tasksPagination div.numbers div.text,div.numbersPagination div.text
	{
	float: left;
	width: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
}

div.numbersPagination.smaller div.text {
	padding: 5px 5px 0 5px;
}

div.tasksPagination div.numbers span.current,div.numbersPagination span.current,div.tasksPagination div.numbers a,div.numbersPagination a,div#symbolBars a
	{
	display: block;
	float: left;
	padding: 3px 7px 3px 7px;
	margin: 5px;
	border: 1px solid #b2b2b2;
	text-decoration: none;
}

div#symbolBars {
	display: none;
	float: left;
}

div.symbolBar {
	font-size: 0;
	line-height: 0;
}

div#symbolBars div div.name {
	clear: left;
	float: left;
	text-align: right;
	width: 90px;
	padding-top: 7px;
}

div#symbolBars div div.chars {
	clear: right;
	float: right;
	width: 365px;
}

div.numbersPagination.smaller span.current,div.numbersPagination.smaller a,div#symbolBars a
	{
	padding: 0 3px 0 3px;
	margin: 3px;
}

div.tasksPagination div.numbers a:hover,div.numbersPagination a:hover,div#symbolBars a:hover
	{
	background-color: #118AB0;
	color: orange;
}

div.tasksPagination div.numbers span.current,div.numbersPagination span.current
	{
	color: white;
	background-color: orange;
}

div#symbolBarsTriggers div.text {
	width: 120px;
	float: left;
	text-align: right;
	padding-top: 15px;
}	

/* widok użytkownika */
table.userContainer td.meta div.times {
	font-size: 12px;
	margin-top: 20px;
}

table.userContainer td.meta div.times div.time {
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 5px;
}

table.userContainer td.content {
	font-size: 13px;
	padding: 5px;
}

div.tasksPagination span.number,table.userContainer td.content span.number,table.taskContainer td.content span.number
	{
	font-weight: bold;
	font-size: 110%;
	color: #F8AF00;
}

table.userContainer td.content ul.bullet {
	margin-left: 10px;
}

ul.subjects li,table.generalContainer.userContainer td.content ul.bullet.subjects li
	{
	margin-left: 10px;
	float: left;
	width: 125px;
}

table.userContainer td.content ul.subjects {
	margin-bottom: 15px;
}

/* zmiany po 22 lipca */
div#mainPanel {
	font-size: 12px;
	line-height: normal;
	padding-top: 1em;
}

div#mainPanel div#leftP {
	width: 736px;
	margin-left: 13px;
	margin-right: 0px;
	float: left;
}

div#mainPanel div#rightP {	
	width: 178px;	
	font-weight: bold;
	margin-right: 29px;
	float: right;
}

div.bordered {
	border: 1px solid #9c9c9c;
	margin-bottom: 1em;
}

div.paddingReg {
	padding: 10px 20px;
}

div#aboutMe div#left {
	font-size: 11px;
	width: 150px;
	float: left;
}

div#aboutMe div#left h2 {
	padding-left: 0.2em;
}

div#mainPanel div.avatar {
	width: 100px;
	height: 100px;	
	text-align: center;
	line-height: 98px;
}

div#mainPanel div.avatar img {
	vertical-align: middle;
}

div#mainPanel div#flashMessage {
	margin-top: 0;
	margin-right: 32px;
	margin-bottom: 15px;
	margin-left: 60px;
}

div#aboutMe div#left div.avatar {
	margin: 1em 0.2em;
}

div#aboutMe div#info {
	font-size: 12px;
	float: right;
	width: 280px;
}

div#aboutMe div#info h1 {
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}

div#aboutMe div#info div {
	border-top: 1px solid #9c9c9c;
	padding-top: 0.5em;
}

div#aboutMe div#info div#rank {
	border-top: 1px solid #9c9c9c;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

ul#userData {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

ul#userData li {
	width: 125px;
	float: left;
	margin-left: 0.5em;
	/*white-space:nowrap;*/
}

div#userSubjects ul.subjects li {
	margin-left: 10px;
	float: left;
	width: 120px;
}

.huge {
	font-size: 1.5em;
}

div.pageNavigation {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.pageNavigation div {
	float: left;
	width: 222px;
}

div#pageNav {
	margin-top: 2em;
}

div#pageNav div {
	float: left;
	width: 176px;
}

div.userTasks {
	padding: 10px;
}

table.userTasks {
	text-align: center;
}

#mainRightPanel table.userTasks {
	width: 600px;
	margin-top: 2em;
}

td.taskCont {
	width: 366px;
	padding-bottom: 2em
}

#mainRightPanel td.taskCont {
	width: 450px;
}

td.taskCont div.content {
	text-align: left;
}

td.taskInfo {
	padding-top: 0.5em;
	vertical-align: top;
}

table.userTasks caption {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

table.usersTable td {
	vertical-align: top;
	text-align: center;
	width: 120px;
}

table.usersTable {
	margin: 1em 0;
}

#rightP table.usersTable {
	margin-left: -0.5em;
}

#mainRightPanel table.usersTable td {
	padding-bottom: 2em;
}

table.usersTable div.avatar {
	width: 100px;
	height: 100px;	
	margin: 0 10px;
	line-height: 98px;
}

table.usersTable div.avatar img {
	vertical-align: bottom;
}

div#commentForm {
	background: #dd832b url(../img/comment_form_background.png) repeat-x;
	padding: 14px;
	font-size: 11px;
}

.pseudoLinkWhite {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

form.commentForm textarea {
	font-family: "Trebuchet MS", "Verdana";
	border: 1px solid white;
	width: 330px;
	height: 75px;
}

form.commentForm div.submit {
	color: #fff;
	text-align: right;
	padding-left: 5px;
	margin-top: 5px;
}

form.commentForm div.submit input[type=submit] {
	color: #fff;
	background: transparent;
	border: none;
	font-weight: bold;
}

div#profileComments {
	
}

.jcarousel-skin-profileComments ul,ul.jcarousel-skin-profileComments {
	list-style-type: none;
	list-style-position: outside;
}

.profileComment {
	border-top: 1px solid #9c9c9c;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#rightP .profileComment div.avatar,.profileComment div.avatar {
	width: 65px;
	height: 65px;
	line-height: 63px;	
}

.profileComment div.adder {
	float: left;
	width: 80px;
}

.profileComment div.footter {
	clear: both;
	text-align: right;
}

.profileComment div.content {
	width: 275px;
	float: left;
}

.profileComment div.content .time {
	text-decoration: underline;
}

.profileComment div.content p {
	margin-bottom: 0.5em;
}

.thebest {
	background: #d2fbae;
}

.pseudoLinkDisabled {
	cursor: default;
	color: gray;
}

div#mainLeftPanel ul.content {
	margin-bottom: 1em;
	margin-top: 0;
}

ul.links {
	list-style-position: inside;
	margin: 0.5em 0;
	line-height: 1.5em;
}

div.teams {
	text-align: left;
	margin: 1em;
}

div.teams div.team {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
}

#mainPanel div.teams {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

#mainPanel div.teams div.team {
	width: 120px;
}

div.teams div.avatar {
	width: 100px;
	height: 100px;
	line-height: 98px;	
	margin: 0 auto;
}

div.teams div.avatar img {
	vertical-align: middle;
}

div.otherCont {
	width: 100%;
	text-align: right;
}

form.center {
	text-align: center;
	margin-left: 20px;
	width: 80%
}

form.pretty select.up {
	vertical-align: top;
	font-size: 100%;
	line-height: 100%;
}

.buttonSmall {
	background: url(../img/btnSmall.png);
	width: 100px;
	height: 36px;
	border: 0;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: white;
	font-weight: normal;
	font-family: Trebuchet MS;
	letter-spacing: -0.7px;
}

.buttonBig {
	background: url(../img/btnBig.png) no-repeat;
	width: 162px;
	height: 58px;
	border: 0;
	line-height: 56px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: white;
	font-weight: normal;
	font-family: Trebuchet MS;
	letter-spacing: -0.7px;
}

a.buttonBig,a.buttonSmall {
	display: block;
}

.buttonBig a:hover,a.buttonBig:hover,.buttonSmall a:hover,a.buttonSmall:hover
	{
	text-decoration: none;
}

.buttonBig span {
	display: block;
	width: 162px;
	height: 58px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	top: -1px;
	left: -1px;
	font-family: Trebuchet MS;
}

table.activities {
	border-collapse: collapse;
	margin: 0 auto;
}

table.activities tr {
	border-top: 1px solid gray;
	margin-bottom: 1em;
}

table.activities td {
	padding: 10px;
}

table.activities td.type {
	text-align: left;
}

table.activities td div.avatar {
	width: 65px;
	height: 65px;	
	line-height: 63px;
}

div.smallAvatar {
	
}

div.smallAvatar img {
	vertical-align: middle;
	width: 30px;
	height: 30px;	
}

div.activity_item div.type {
	width: 100px;
	text-align: center;
}

div.activity_item div.link {
	width: 100px;
	text-align: center;
}

div.activity_item div.content {
	width: 450px;
	margin-left: 1em;
}

div.leftBox {
	width: 200px;
	margin: 1em 0;
}

div.leftBox div.boxHeader {
	background: url(../img/box_header.png) no-repeat;
	height: 37px;
	color: white;
	padding-left: 2em;
	line-height: 37px;
	vertical-align: middle;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}

div.leftBox div.content {
	background: url(../img/box_bg.png) repeat-y;
	margin-bottom: 0;
	padding: 5px 10px;
}

#mainLeftPanel div.leftBox div.content ul.content,#mainRightPanel form.pretty div.leftBox div.content ul.content
	{
	margin-bottom: 0;
	list-style-type: none;
}

#mainLeftPanel div.leftBox div.content ul.content li,#mainRightPanel div.leftBox div.content ul.content li
	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	background: #fff;
	line-height: 1em;
}

#mainLeftPanel div.leftBox div.content ul.content li img,#mainRightPanel div.leftBox div.content ul.content li img
	{
	vertical-align: middle;
}

div.leftBox div.content a {
	color: gray;
}

div.leftBox div.content a:hover {
	color: black;
}

div.leftBox div.boxFoo {
	height: 3px;
	background: url(../img/box_foo.png) no-repeat;
}

/** duzy kontener*/
div.bigBox {
	width: 469px;
	margin: 1em 0;
}

div.bigBox div.boxHeader {
	background: url(../img/box_big_header.png) no-repeat;
	height: 49px;
	color: white;
	padding-left: 3em;
	line-height: 47px;
	vertical-align: middle;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}

div.bigBox div.content {
	background: url(../img/box_big_bg.png) repeat-y;
	margin-bottom: 0;
	padding: 5px 10px;
}

div.bigBox div.content a {
	color: gray;
}

div.bigBox div.content a:hover {
	color: black;
}

div.bigBox div.content ul.content {
	margin-bottom: 0;
	list-style-type: none;
}

div.bigBox div.content ul.content li {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.teamDesc td {
	vertical-align: top;
}

div.bigBox div.content ul.big {
	font-size: 14px;
	font-weight: bold;
}

div.bigBox div.content ul.content li {
	background: #fff;
	padding-left: 0;
}

div.bigBox div.content ul.content li img {
	vertical-align: middle;
}

div.bigBox div.boxFoo {
	height: 9px;
	background: url(../img/box_big_foo.png) no-repeat;
}

/********************** BLOG STUFF *********************/

div.content li {
	list-style: none;
	margin-left: 5px;
}

div.post_info {
	font-size: 90%;
	color: gray;
}

div.post_content {
	margin: 10px auto;	
} 
div.post_category {
	margin: 5px auto;
	font-size: 90%;
	color: gray;
	border-bottom: 1px solid #ECECEC;
}

div.post h1 {
	margin-top: 10px;
}

div.comment {
	margin: 20px;
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
}

div.comment img {	
	float: left;
	margin-right: 5px;
}

div.comment p {
	margin: 3px;
	padding 3px;
}

.delete_comment {
	font-size: 80%;	
}

form.prettyLogin {
	clear: both;
}

form.prettyLogin input,form.prettyLogin select,form.prettyLogin textarea {
	font-family: "Trebuchet MS", "Verdana";
	padding: 2px;
	border: 1px solid orange;
	margin-bottom: 10px;
}

form.prettyLogin div.input {
	float: left;
}

form.prettyLogin div.submit input {
	border-width: 0px;
}

form.prettyLogin input[type=submit] {
	color: white;
	background: orange;
	border-width: 0px;
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;	
}

form.prettyLogin label {
	display: block;
	float: left;
	width: 4px;
	text-align: right;
	padding-right: 0px;
	line-height: 24px;
}

.notlogged h2 {
	font-size: 12px;
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
}


