@charset "UTF-8";

#fr_brd {
	border-left: solid 1px #D4DBDC;
	border-right: solid 1px #D4DBDC;
	border-top: solid 1px #D4DBDC;
	border-bottom: solid 1px #D4DBDC;
}
#fr_brd_2 {
	border-left: solid 1px #D4DBDC;
	border-right: solid 1px #D4DBDC;
	border-top: solid 1px #D4DBDC;
	border-bottom: solid 1px #D4DBDC;
	background-color:#DBE3E7;
	padding:16px;
}
#icon {
	height:22px;
	padding-top:2px;
	padding-left: 6px;
	float:left;
}

.tab_title {
	color: #496270;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
}


.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

 .CollapsiblePanelTabSub {
	background:url(../images/tab_sub_bg.gif) repeat-x;
	height:24px;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

 
 
.CollapsiblePanelTab {
	background:url(../images/tab_col_bg.gif) repeat-x;
	height:24px;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
#manage_tab{
	background:url(../images/tab_sub_bg_hover.gif) repeat-x;
	height:24px;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}


.CollapsiblePanelTab a{
	background:url(../images/tab_sub_bg_hover.gif) repeat-x;
	height:24px;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

.CollapsiblePanelContentMan {
	background-color:#DBE3E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding:1px;
}
.CollapsiblePanelContent {
	background-color:#DBE3E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding: 6px;	
}
.CollapsiblePanelContentManage {
	background-color:#DBE3E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}


.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelTabSub a {
	color: black;
	text-decoration: none;
}


.CollapsiblePanelOpen .CollapsiblePanelTab {
	background:url(../images/tab_col_bg.gif) repeat-x;
}
.CollapsiblePanelOpen .CollapsiblePanelTabSub {
	background:url(../images/tab_sub_bg.gif) repeat-x;
}



.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background:url(../images/tab_col_bg_hover.gif) repeat-x;
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}
