/**
  SilverStripe PaddyGreen Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
/* hide other page types for standard users */
ul.tree li.disabled { display: none; }

/* GENERIC STYLES */ 
.typography {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	padding-top: 5px;
}

/* PARAGRAPHS */
.typography p { 
 	color: #666;
 	/*line-height: 1.8em; */
	 }
#Layout p {
 	margin: 10px 0 5px 0;
	}
	
.typography blockquote {
	margin: 10px;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
.typography a:hover { 
 	text-decoration: underline;
	 }
.typography a:visted { 
 	text-decoration: underline;
	 }


/* HEADER STYLES */

.typography h1, .typography h2, .typography h3, .typography h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	/*font-weight: bold; */
	}
	
.typography h1 { 
	font-size: 1.4em;
	}
.typography h2 {  
	font-size: 1.3em;
	}
	
.typography h3 {
	padding: 0.5em 0;
	font-size: 1.2em;
}
.typography h4 {
	width: 95%;
	font-size: 1.1em;
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
}

/* ADRESS STYLES */	
.typography pre {
	display:block;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

/* LIST STYLES */

#main_part .typography ul, #right_part .typography ul , #Aktualnosci .typography ul {
    margin: 1.5em;
}
#main_part .typography ul li, #right_part .typography ul li {
    list-style-image: url(../images/uncheck.gif);
    /*border-bottom: 1px solid #ccc; */
    padding: .2em 0 .2em .5em;
    font-weight: bold;
    color: #666;
}
#main_part .typography ul li:hover, #right_part .typography ul li:hover {
    cursor: pointer;
    list-style-image: url(../images/check.gif);
    background-color: #f2f2f2;
    color: #000;
}

#main_part .typography ol, #right_part .typography ol {
	margin: 1.5em;
}

#main_part .typography ol li, #right_part .typography ol li {
	/*border-bottom: 1px solid #ccc; */
	padding: .2em 0 .2em .5em;
	font-weight: bold;
	color: #666;
}

#main_part .typography ol li:hover, #right_part .typography ol li:hover {
	cursor: pointer;
	background-color: #f2f2f2;
	color: #000;
}


/* TABLE STYLING */
.typography table {
		border-collapse:collapse;
		background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font-size: 1em 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
		margin-left: 20px;
}

.typography td, th {
		padding:5px;
}

.typography caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

.typography table a {
		color:#950000;
		text-decoration:none;
}

.typography table a:link {}

.typography table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

.typography table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

.typography thead th, .typography tfoot th, .typography tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}

.typography tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

.typography tbody th, .typography tbody td {
		border-bottom: dotted 1px #333;
}

.typography tbody th {
		white-space: nowrap;
}

.typography tbody th a {
		color:#333;
}

.odd {}

.typography tbody tr:hover {
		background:#ddd
}




/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #primaryContent p.authorDate {
	color: #444;
	margin-top: -15px;
	}

#flash_right {
float: right;
padding: 5px;
}