/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin:0 auto;
	padding: 0px;
	background-color: #f0f0f0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
clear{
	clear:both;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: auto;
	height: auto;
	overflow: visible;
	background-position: bottom;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#Container { 
		width: 950px;
		height: auto;
		margin: 0 auto;
		padding: 5px;
		overflow: hidden;
		background-color: White;
		border: 1px solid #c8c8c8;
		border-top: 0px;
	}
#Layout {
	margin: 0px;
	margin-top: 20px;
	margin-left: 10px; 
	padding: 5px;
	padding-top: 0px;
	width: 730px;
	height: auto;
	float: left;
}	div.box {
		width: 230px;
		height: 250px;
		float: left;
	}
	div.box div.box_content{
		margin-left: 4px;
		margin-right: 4px;
	}
	
	div.box h1{
		width: 100%;
		margin-bottom: 5px;
	}
	div.box strong {
		color: #383e4a;
		font-weight: bold;
	}
	div.box p {
		color: #383e4a;
		margin-top: 5px;
	}
	div.box p.left {
		color: #383e4a;
		margin-top: 5px;
		float: left;
	}
	div.box img {
		width: 230px;
	}
	div.box a.more {
		color: #383e4a;
	}
	div.box a.more2 {
		font-size: 11px;
		color: #74a3c5;
		background-image: url(../images/more2.jpg);
		background-repeat: no-repeat;
		padding: 0px;
		padding-left: 15px;
	}
	div.box a.more2Right {
		font-size: 11px;
		color: #74a3c5;
		background-image: url(../images/more2.jpg);
		background-repeat: no-repeat;
		padding: 0px;
		padding-left: 15px;
		margin-top: 5px;
		float: right;
	}
	div.box2 {
		width: 240px;
		height: 250px;
		float: left;
		padding-left: 0px;
		padding-right: 0px;
		background-color: #efefef;
	}
	div.box2 h1{
		display: block;
		width: 225px;
		background-color: #d9e6ef;
		padding: 5px;
		padding-left: 10px;
	}
	div.box2 strong {
		margin-left: 10px;
		margin-right: 10px;
		color: #383e4a;
		font-weight: bold;
	}
	div.box2 p {
		margin-left: 10px;
		margin-right: 10px;
		color: #383e4a;
		margin-top: 5px;
	}
	div.box2 p.left {
		margin-left: 10px;
		margin-right: 10px;
		color: #383e4a;
		margin-top: 5px;
		float: left;
	}
	div.box2 img {
		width: 230px;
	}
	div.box2 a.more {
		color: #383e4a;
	}
	div.box2 a.more2 {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 11px;
		color: #74a3c5;
		background-image: url(../images/more3.jpg);
		background-repeat: no-repeat;
		padding: 0px;
		padding-left: 15px;
	}
	div#LeftBoxes {
		float: left;
		width: 480px;
		height: auto;
		overflow: hidden;
	}
	div#RightBoxes {
		float: right;
		width: 240px;
		height: auto;
	}
#Content,
#BoxPage,
#HolderPage,
#SubPage,
#SiteMap,
#SearchResults,
#GraphPage {
	width: 100%;
	text-align: justify;
	font-size: 12px;
	}

	#GraphPage img {
		width: 100%;
		border: none;
		}
	#GraphPage table {
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
		.alulvonaltd
		{
		border-bottom: 2px solid #e2e2e2;
		}
		
		.valasztotd
		{
		border-right: 2px solid #e2e2e2;
		border-bottom: 2px solid #e2e2e2;
		}
		
		.tovabbgombtd
		{
		border-top: 2px solid #e2e2e2;
		text-align: right;
		}
		
		.kivalaszto
		{
		width: 200px;
		border: 1px #AAAAAA solid;
		background-color: #FFFFFF
		font-family: Verdana;
		font-size: 9pt;
		font-weight: normal;
		}
		
		.meretbeallito
		{
		width: 80px;
		border: 1px #AAAAAA solid;
		background-color: #FFFFFF;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		}
		
		.tovabbiinfo
		{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #CCCCCC;
		}
		
		.tovabbgomb
		{
		width: 150px; 
		background-color: #DDDDDD;
		border: 2px #555555 solid;
		font-family: Tahoma;
		font-size: 10pt;
		font-weight: normal;
		}
		
		.cimszoveg
		{
		font-family: Tahoma;
		font-size: 12pt;
		font-weight: bold;
		color: #74A3C5;
		}
		
		.kephivatkozas
		{
		width: 600px;
		border: 1px #AAAAAA solid;
		background-color: #FFFFFF;
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		}
	
/** Header **/
#Header { 
	width: 950px;
	height: 221px;
	overflow: hidden;
	}
	#Header #Search {
		margin-top: 10px;
		width: 250px;
		height: 27px;
		float: right;
	}
	#Header #Search input.text {
			width: 160px;
			background-image: url(../images/SearchIkon.jpg);
			background-repeat: no-repeat;
			padding-left:20px;
		}
	#Header #Search input.action {
			background-image: url(../images/Button.gif);
			width: 63px;
			height: 18px;
			border: 0px;
			font-size: 10px;
			font-weight: bold;
			color: White;
			text-align: center;
			text-transform: uppercase;
		}
	#Header #TextBox {
		margin:0px;
		padding: 0px;
		padding-left: 5px;
		padding-right: 5px;
		width: 240px;
		height: 180px;
		float: right;
		clear: right;
	}
/*** Main Nav ***/
#Navigation {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	width: auto;
	height: auto;
	background-color: #F0F0F0;
	float: left;
}
	#Navigation ul { 
		margin: 0px;
		padding: 0px;
	}
	#Navigation ul li { 
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 0px;
		margin-left: 0px;
		}
  		#Navigation ul li a { 
		display: block;
		width: 172px;
		height: 20px;
		background-color: #d9e6ef;
		padding-left: 25px;
		padding-top:3px;
		font-weight: bold;
		color: #383e4a;
		text-decoration: none;
			}
			#Navigation ul li a.section,
			#Navigation ul li a.current {
				background-color: #6187a3;
				color: #ffffff;
			}
			#Navigation ul li.with_sub a {
				background-image: url(../images/IkonPlusz.jpg);
				background-repeat: no-repeat;
			}
			#Navigation ul li.with_sub a.current,
			#Navigation ul li.with_sub a.section {
				background-image: url(../images/IkonMinusz.jpg);
				background-repeat: no-repeat;
			}
			#Navigation ul.sub li a {
					background-image: none;
					background-color: #f1f6f9;
					width: 157px;
					padding-left: 40px;
					font-weight: normal;
					}
					#Navigation ul.sub li a.section,
					#Navigation ul.sub li a.current {
						background-image: none;
						background-color: #dedede;
						color: #383e4a;
						font-weight: bold;
					}
/** Breadcrumbs **/
#Breadcrumbs { 
	width: 950px;
	height: 27px;
	background-color: #F0F0F0;
	padding: 0px;
	}
	#Breadcrumbs p {
		margin: 5px;
		display: inline;
		float: left;
	}
	#Breadcrumbs img.language{
		display: inline;
		float: right;
		
	}

/* Footer 
*****************************************/

#Footer { 
	margin: 0 auto;
	padding: 5px;
	padding-left: 60px;
	width: 890px;
	height: 60px;
	background-image: url(../images/IpsosLogo.jpg);
	background-repeat: no-repeat;
	color: #4d4d4d;
	}
	#Footer a,
	#Footer a:hover {
		color: #4d4d4d;
		text-decoration: none;
	}
	#Footer p.footerMenu {
		float: left;
		margin: 0px;
	}
	#Footer p.copyright {
		float: left;
		clear: left;
		margin: 0px;
		color: #bbbbbb;
	}
	#Footer p.back {
		margin: 0px;
		padding: 0px;
		float: right;
		clear: both;
		background-image: url(../images/BackIkon.jpg);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 20px;
	}

	/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}