/* GENERIC STYLES */ 
.typography * {
	font-family: Tahoma, Arial, sans-serif; 
}

/* PARAGRAPHS */
.typography p { 
 	color: #5F6062;
 	line-height: 17px;
 	font-size: 11px;
}

#Layout p {
 	margin: 5px 5px 5px 0;
}

#Sidebar p {
 	margin: 10px 10px 0 10px;
}

.typography blockquote {
	margin: 10px;
	font-size: 14px;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #E10000;
}

.typography a:hover { 
 	text-decoration: underline;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
	font-size: 11px;
}


/* HEADER STYLES */
.typography h1 {
	color:#6BB01F;
	font-size:26px;
	font-family:Arial;
	margin: 15px 0 15px 0;
}

.typography h1 span{
	font-weight:normal
}

.typography h2, .typography h2 a { 
	color: #6BB01F;
	font-size:18px; 
	margin: 10px 0 5px 0;
}

.typography h3, .typography h3 a {
	color: #5E5F61;
	margin: 10px 0 5px 0;
	font-size: 13px;
}


/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse:collapse;
}

.typography td {
	border:1px solid #999;
	padding:5px;
}

.typography ul li.geo{margin:5px 0;list-style:none; padding:0 0 0 28px; background: transparent url(../images/geo_ico.gif) no-repeat 0px 0px;color:#308DD2}
.typography ul li.eko{margin:5px 0;list-style:none; padding:0 0 0 28px; background: transparent url(../images/eko_ico.gif) no-repeat 0px 0px;color:#4DAD03}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */

.typography p.left { text-align:left;}
.typography p.center { margin:auto; }
.typography p.right { text-align:right; }

.typography div.left { text-align:left; }
.typography div.center { margin:auto;}
.typography div.right { text-align:right; }

.typography img.right { float:right; margin:0 0 0 8px}
.typography img.left { float:left; margin:0 8px 0 0}
.typography img.center {float:none; margin-left:auto; margin-right:auto; display:block;}

.typography .leftAlone { clear: both; }

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}