body
{
	margin: 		0;
	padding: 		0;
	
	font-family: 	tahoma;
	font-size: 		11px;
}

img
{
	border:			0;
}

/* PAGE CONTENT */

	#pageContent
	{
		margin: 15px 0 0 0;
	}
	
	
/* PAGE CONTENT */


/* APP PATH */

#appPath
{
	border-bottom: 	1px solid silver;
	background: 	#F5F5F5;	
	padding: 		5px;
	height: 		17px;
}

#appPath #pathInfo
{
	float: left;
}

#appPath #userInfo
{
	float: right;
}

#appPath #pageTitle
{
	font-size: 		12px;
	font-weight:	bold;
}

/* APP PATH */


/* APP MESSAGE */

#appMessage
{
	width: 			100%; 
	text-align: 	center; 
	z-index:		1000; 
	position: 		absolute; 
	text-align: 	center;
	top: 			100px;
}

#appMessageContainer
{
	width: 			300px; 
	background: 	#F5F5F5; 
	padding: 		10px; 
	border: 		1px solid silver; 
	margin-bottom: 	10px;
}

#appMessageClose
{
	text-align: 	right;
}

#appMessageClose img
{
	cursor: 		hand;
}

/* APP MESSAGE */


/* PREVIEW */

h1.post_title
{
	font-size: 14px;
}

div.post_header
{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}

div.post_body
{
	line-height: 1.5em;
}

div.post_body a
{
	color: red;
	text-decoration: none;
}

/* STATYSTYKI */

div#statsContainer
{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	
}

div#statsContainer h1
{
	font-size: 15px;
}

div#statsContainer h2
{
	font-size: 13px;
}

div#statsContainer .mark
{
	color: red;
}

table.info
{
	background: silver;
	font-size: 12px;
	width: 	400px;
}

table.info th
{
	background: 	url('/var/img/grid/table_header.gif') repeat-x; 
	padding: 		5px;
}

table.info td
{
	background: white;
	padding: 2px;
}

.mark
{
	font-weight: bold;
	color: red;
}


h1
{
	font-size: 16px;
}


a{
	color: red;
	text-decoration: none;
}