/* FOME v2.0 - Box CSS */

.InfoBox {
	width:218px;
	height:110px;
	margin-top:6px;
	margin-bottom:6px;	
	background-color:#FFFFFF;
}

.IBDarkHeadLE {
	width:2px;
	height:32px;
	background-image: url(../gfx/IBDarkHeadLEBackground.gif);
	float:left;
}
.IBDarkHead {
	width:204px;
	height:32px;
	background-image: url(../gfx/IBDarkHeadBackground.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	float:left;
	line-height: 30px;
	text-align: left;
	padding-left:10px;
}
.IBDarkHeadRE {
	width:2px;	
	height:32px;
	background-image: url(../gfx/IBDarkHeadREBackground.gif);
	float:right;
}
.IBLightHeadLE {
	width:2px;
	height:32px;
	background-image: url(../gfx/IBLightHeadLEBackground.gif);
	float:left;
}
.IBLightHead {
	width:204px;
	height:32px;
	background-image: url(../gfx/IBLightHeadBackground.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	float:left;
	line-height: 30px;
	text-align: left;
	padding-left:10px;
}
.IBLightHeadRE {
	width:2px;	
	height:32px;
	background-image: url(../gfx/IBLightHeadREBackground.gif);
	float:right;
}
.IBMain {
	height:60px;
	width:208px;
	float:left;
	padding-left:10px;
	padding-top:18px;
}
.IBHelpMenu {
	background-image: url(../gfx/IBBackgroundHelpMenu.gif);
	background-repeat: no-repeat;
}
.IBPanaszforum {
	background-image: url(../gfx/IBBackgroundComplaint.gif);
	background-repeat: no-repeat;
}
.IBHatarozatok {
	background-image: url(../gfx/IBBackgroundResolution.gif);
	background-repeat: no-repeat;
}

#MCModules ul { 
	margin:0;
	padding:0;
}

#MCModules ul li {
	padding-left:15px;
	background-image: url(../gfx/RedArrow.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	list-style-type: none;
	height:17px;
}

#MCModules ul li a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4079A5;
	text-decoration: none;
}

#MCModules ul li a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4C90C4;
	text-decoration: none;
} 

.CBBorder1, .CBBorder2 {
	font-size:1px; 
	overflow:hidden; 
	display:block;
}
.CBBorder1 { 
	height:1px; 
	background:#D8E0E6; 
	margin:0 1px;
}
.CBBorder2 {
	height:0px; 
	background:#F9FAFB;
	border-right:1px solid #D8E0E6;
	border-left:1px solid #D8E0E6;
	margin:0 1px;
}
.CBContent {
	border-right:1px solid #D8E0E6;
	border-left:1px solid #D8E0E6;
	background-color: #F9FAFB;
	background-image: url(../gfx/CBBackground.gif);
	background-repeat: repeat-x;
	padding:10px;
	background-position: left bottom;
}
.CBContent div {
	padding:3px;
}

.CBContent div img.Childs{
	margin:5px;
	padding:4px;
 	border: 1px solid #CCCCCC;
}

.CBContent .Textbox {
	width:200px;
	height:16px;
	border: 1px solid #BAC7D1;
	font-family: Tahoma;
	color:#60626C;	
	font-size: 11px;
	padding-top:2px;
	padding-left:5px;
	background-image: url(../gfx/InputBackground.gif);
	background-repeat: no-repeat;
	margin:0px;
}

.CBContent select {
	width:207px;
	height:20px;
	color:#60626C;
	border: 1px solid #BAC7D1;
	font-family: Tahoma;
	font-size: 11px;
}

.SubmitButton {
width:auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../gfx/IBDarkHeadBackground.gif);
	background-repeat: repeat-x;
	background-position: left -3px;
	margin:0px;
	border:none;
	padding:5px;
}

#MainContent .CBContent ul { 
	padding:0;
}

#MainContent .CBContent ul li {
	padding-left:15px;
	background-image: url(../gfx/RedArrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style-type: none;
}

#MainContent .CBContent ul li a{ 
	font-weight:bold;
	color: #114A76;
}

#MainContent .CBContent ul li a:hover{
	color: #4079A5;
	text-decoration:underline;
} 	