﻿.group_fieldset{
	border-left:0;
	border-bottom:0;
	border-right:0;	
	position:relative;
	border-top:1px #b0bfde solid;
	padding:0;
	margin:0;
	display:block;
	width:720px;
	margin-top:5px;
	cursor:default;
}
.group_legend{
	*margin-left:-6px; /* IE7 */
	padding-left:15px;
	padding-right:6px;
}

.group_pointer_up{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	background-color:white;
	background-image:url('../images/group_pointer_up.png');
	width:15px;
	height:15px;
}

.group_pointer_up_on{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	background-color:white;
	background-image:url('../images/group_pointer_up_on.png');
	width:15px;
	height:15px;
}
.group_pointer_down{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	background-color:white;
	background-image:url('../images/group_pointer_down.png');
	width:15px;
	height:15px;
}
.group_pointer_down_on{
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	background-color:white;
	background-image:url('../images/group_pointer_down_on.png');
	width:15px;
	height:15px;
}
.group_pointer_down, .group_pointer_down:default
{
	top:-1.2em !important; /*FF*/
	*top:0 !important;
}
.group_pointer_up, .group_pointer_up:default
{
	top:-1.2em !important; /*FF*/
	*top:0 !important;
}
.group_pointer_down_on, .group_pointer_down_on:default
{
	top:-1.2em !important; /*FF*/
	*top:0 !important;
}
.group_pointer_up_on, .group_pointer_up_on:default
{
	top:-1.2em !important; /*FF*/
	*top:0 !important;
}
.topLine{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:22px;
	z-index:1;
}
.topLineOn{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:22px;
	border-left:1px #d8f0fa solid;
	border-right:1px #d8f0fa solid;
	background-image:url('../images/group_topline_on.png');
	background-repeat:repeat-x;
	z-index:-1;
}
.group_name{
	cursor:default;
	color:#003399;
	font-weight:bold;
	font-family:"Arial";
	font-size:14px;
}
.download{
	padding-left:20px;
	background-image:url('../images/group_file_download.png');
	background-repeat:no-repeat;
	background-position:3px center;
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
}
.none{
	padding-left:20px;
	background-image:url('../images/group_file_none.png');
	background-repeat:no-repeat;
	background-position:3px center;
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
}
.ListBox{
	padding:0;
	margin:8px 0 12px 20px;
}
.ListBox li{
	line-height:1.0em;
	height:1.0em;
	list-style:none;
	vertical-align:middle;
	padding:5px 0;
	margin:0;
}
.ListBox li label
{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#detail_panel{
	height:160px;
	padding:5px;
	width:740px;
	position:relative;
	margin-top:5px;
}
#detail_panel table{
	width:595px;
	font-size:14px;
	display:block;
	*position:absolute;
	*top:-15px;
	*left:0;
	*z-index:-1;
}
#detail_panel table caption{
	padding:5px 0;
	display:block;
}
#detail_panel table tr{
	height:1.5em;
	padding:5px 0;
	display:block;
	overflow:hidden;
	width:600px;
}
#detail_panel table td{
	width:290px;
	text-indent:5px;
	padding:5px 0\0;
	*white-space:nowrap;
	white-space:normal\9;
	display:inline-block;
}
.r0{
	background-color:#c8f7fa;
}
.r1{
	background-color:#e1fdfb;
}
#copy{
	position:absolute;
	right:15px;
	top:0;
	text-align:center;
}
#copy input{
	margin-top:5px;
	width:120px;
}
.report_div
{
	position:absolute;
	right:0;
	top:0;
	padding:5px;
	border:1px red solid;
	z-index:1px;
	cursor:pointer;
	font-size:12px;
	background-color:#d0effb;
	border:1px #b5e1f1 solid;
	color:#fa0000;
	font-weight:bold;
}
.verification_div
{
	position:absolute;
	right:0;
	top:0;
	padding:5px;
	border:1px red solid;
	z-index:1px;
	cursor:pointer;
	font-size:12px;
	background-color:#d0effb;
	border:1px #b5e1f1 solid;
	color:#fa0000;
	font-weight:bold;
	padding-right:25px;
	background-image:url('/images/new.gif');
	background-repeat:no-repeat;
	background-position:right top;
}
.verification_div a{
    color:Blue;
    text-decoration:none;
}