/* BROWSE MIDDLE */
.active_tab 
{
	font-weight:bold;
    background-color:transparent !important;
    color:#1F4978;
}

.inactive_tab 
{
    background-color:transparent !important;
    color:#808080;
    font-weight:normal;
}
.inactive_tab:hover
{
    color:#4a96be;
    font-weight:bold;
}

.BrowseContainer
{
	margin-bottom: 15px;
}

.BrowseContainer .Header
{
	margin-top:5px;
	width: 100%;
}

.BrowseContainer .HeaderLeft
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_left.gif) left top no-repeat;
}

.BrowseContainer .HeaderRight
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_right.gif) right top no-repeat;
}

.BrowseContainer .HeaderIcon
{
	float: left;
	margin-right: 5px;
}

.BrowseContainer .HeaderTitle
{
	background: #FCFCFC url(../images/module_header_bkg.gif) left top repeat-x;
	padding: 6px 4px 4px 4px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	width: auto;
}

.BrowseContainer .Content
{
	clear: both;
	border: solid 1px #7F7F7F;
	border-top: none;
	background-color: #FCFCFC;
}


/* LOGIN */
.LoginContainer
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 115px;
}

.LoginContainer .Header
{
	width: 100%;
}

.LoginContainer .HeaderLeft
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_left.gif) left top no-repeat;
}

.LoginContainer .HeaderRight
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_right.gif) right top no-repeat;
}

.LoginContainer .HeaderIcon
{
	float: left;
	margin-right: 5px;
}

.LoginContainer .HeaderTitle
{
	background: #FCFCFC url(../images/module_header_bkg.gif) left top repeat-x;
	padding: 6px 4px 4px 4px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	width: auto;
}

.LoginContainer .Content
{
	padding-top: 10px;
	clear: both;
	border: solid 1px #7F7F7F;
	border-top: none;
	background-color: #FCFCFC;
	text-align: center;
}



/* POPUP */
.PopupContainer
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 150px;
}

.PopupContainer .Header
{
	width: 100%;
}

.PopupContainer .HeaderLeft
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_left.gif) left top no-repeat;
}

.PopupContainer .HeaderRight
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_right.gif) right top no-repeat;
}

.PopupContainer .HeaderIcon
{
	float: left;
	margin-right: 5px;
}

.PopupContainer .HeaderTitle
{
	background: #FCFCFC url(../images/module_header_bkg.gif) left top repeat-x;
	padding: 6px 4px 4px 4px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	width: auto;
}

.PopupContainer .Content
{
	clear: both;
	border: solid 1px #7F7F7F;
	border-top: none;
	background-color: #FCFCFC;
}

.PopupContainer .Body
{
	padding-left: 20px;
	font-size: 8pt;
}

/* POPUP */
.Popup
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 150px;
}

.Popup-Header
{
	width: 100%;
	cursor:move;
}

.Popup-HeaderLeft
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_left.gif) left top no-repeat;
}

.Popup-HeaderRight
{
	width: 6px;
	height: 27px;
	background: transparent url(../images/module_header_right.gif) right top no-repeat;
}

.Popup-HeaderIcon
{
	float: left;
	margin-right: 5px;
}

.Popup-HeaderTitle
{
	background: #FCFCFC url(../images/module_header_bkg.gif) left top repeat-x;
	padding: 6px 4px 4px 4px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	width: auto;
}

.Popup-Content
{
	clear: both;
	border: solid 1px #7F7F7F;
	border-top: none;
	background-color: #FCFCFC;
}

.Popup-Body
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;
}

.Popup-BodyExpanded
{
	padding-left: 0;
	padding-right: 0;
	font-size: 8pt;
}

.Popup-Scroll
{
	width: auto;
	height: 200px;
	overflow: auto;
	white-space: nowrap;	
}
.Popup-Content .Popup-Body #divConfirmModalMessage ul 
{
    list-style-type: none;
}