/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#contentPanel h2
{
	margin: 0 0 10px 0;
	color: #eca83e;
	font-size: 16px;
	font-weight: bold;
}

#contentPanel h3
{
	margin: 0 0 15px 0;
}

#contentPanel p
{
	margin: 0 0 10px 0;

}

#contentPanel a.external
{
	padding: 0 12px 0 0;
	background: url(images/exlink.gif) no-repeat right top;
}


#contentPanel ul,
#contentPanel ol
{
	margin: 0 0 15px 20px;
}

#contentPanel ol
{
	list-style-type: none;
}

#contentPanel ol li p
{
	margin: 10px 0;
	padding: 0 0 0 15px;
	color: #000000;
}

#contentPanel a.pdf
{
	padding: 0 0 0 20px;
	background: url(images/pdf.gif) no-repeat left center;
}

#contentPanel a.xls
{
	padding: 0 0 0 20px;
	background: url(images/xls.jpg) no-repeat left center;
}

#contentPanel .articleItem
{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(images/separator-background.png) repeat-x left bottom;
}

#contentPanel .articleItem h3
{
	margin: 0 0 12px 0;
	color: #333333;
	font-size: 14px;
}

#contentPanel .articleItem h3 a
{
	color: #333333;
	text-decoration: none;
}

#contentPanel .articleItem h3 a:hover
{
	text-decoration: underline;
}

#contentPanel .articleItem p a
{
	text-decoration: none;
}

#contentPanel .articleItem p a:hover
{
	text-decoration: underline;
}

h3#respond
{
	margin: 20px 0 10px 0;
}

#contentPanel hr,
#contentPanel .separator
{
	width: 100%;
	height: 2px;
	margin: 10px 0;
	border: none;
	background: url(images/separator-background.png) repeat-x left top;
	overflow: hidden;
	font-size: 0px;
}

#contentPanel .articleItem p a.more-link,
#rightPanel .box a.more-link
{
	color: #1a2192;
	text-decoration: underline;
}

#contentPanel .articleItem p a.more-link:hover,
#rightPanel .box a.more-link:hover
{
	text-decoration: none;
}

#contentPanel .quote
{
	/*color: #0066cc;
	font-style:italic;*/
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 15px 15px 35px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	color: #0066CC;
	font-style: italic;
}
