@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background-color: #0B5D96;
}

td, div ,th
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a
{
	color:#095199;
	text-decoration:underline;
}

h1
{
	margin:0;
	padding-left:15px;
	line-height:30px;
	background-image:url(img/window_pop_h1.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0B5D96;
}

h2
{
	margin:20px 0 0 0;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}

h3
{
	margin:0;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
}

#main_frame 
{
	width:275px;
	max-width:275px;
}

.content
{
	background-image:url(img/popup2_bas.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-left:5px;
	max-height:160px;
	overflow:auto;
	padding-bottom:10px;
	clear: both;
}

.info_content
{
	margin:10px;	
	background-color:#FFF;
	border:#CCC dotted 1px;
	padding:5px;
}


.parent 
{
	background-image:url(img/popup2_top.png);
	background-repeat:no-repeat;
	color:#0B3448;
	height:21px;
	font-weight:bold;
	font-size: 12px;
	line-height: 21px;
	padding-left:10px;
}

.parent .Icone
{
	visibility: visible;
	margin-top: 5px;
}
.sub_content
{
	background-color:#FFF;
	padding-left:5px;
	height:160px;
	max-height:160px;
	overflow:auto;
	padding-bottom:10px;
}

.sub_parent 
{
	color:#095199;
	background-image:url(img/popup2_top_submenu.png);
	height:15px;
	line-height: 15px;
	font-weight: bold;
	padding-left:5px;
	cursor: pointer;
	margin-top: 5px;
	font-size: 12px;
}
.sub_parent  a
{
	text-decoration:none;
}

.sub_parent:hover
{
	color:#87b5d6;
}

.sub_parent:hover .Icone
{
	visibility: visible;
}

.spacer
{
	height:5px;
}

.Icone
{
	float: right;
	position: relative;
	margin-right: 5px;
	visibility: hidden;
	z-index: 999;
	cursor: pointer;
}

.content ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.content ul li
{
	height: 18px;
	line-height: 18px;

}

.TrAlt {
	background-color:#d5d6d8;
}