﻿/*sAlert Style*/
.msgbgifr
{
	position: absolute;
	background-color: #000;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 1;
	filter: Alpha(opacity=30); /* IE */
	-moz-opacity: 0.3; /* Moz + FF */
	opacity: 0.3; /* CSS3*/
}
.msgbg
{
	position: absolute;
	background-color: #000;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;
	filter: Alpha(opacity=30); /* IE */
	-moz-opacity: 0.3; /* Moz + FF */
	opacity: 0.3; /* CSS3*/
}

.AlertBoxBox
{
	position: absolute;
	z-index: 3;
	width: 494px;
	padding-bottom: 24px;
	background: url('../images/bg-box-bottom.png') bottom left no-repeat !important;
	background: url('../images/bg-box-bottom.gif') bottom left no-repeat;
}
.AlertBoxInBox
{
	padding-top: 15px;
	background: url('../images/bg-box-top.png') top left no-repeat !important;
	background: url('../images/bg-box-top.gif') top left no-repeat;
}
.AlertBoxBoxContent
{
	background: url('../images/bg-box-body.png') top left repeat-y !important;
	background: url('../images/bg-box-body.gif') top left repeat-y;
	padding: 0px;
}
.AlertBoxBoxContenedor
{
	background: url('../images/dialog-information.png') top left no-repeat;
	padding: 0;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	height: 100%;
	width:85%;
}
.AlertBoxBoxTitle
{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.AlertBoxBoxContenedor em
{
	line-height: 10px;
	font-family: Verdana;
	font-style: italic;
}
.AlertBoxBoxContenedor p
{
	margin-top: 10px;
}
.AlertBoxButtons
{
	text-align: right;
	width:85%;
}
.AlertBoxButtons input
{
	margin: 10px 10px;
	padding: 2px 5px;
	border-right: #7b9ebd 1px solid;
	border-top: #7b9ebd 1px solid;
	font-size: 12px;
	border-left: #7b9ebd 1px solid;
	cursor: hand;
	color: black;
	border-bottom: #7b9ebd 1px solid;
}

.cur_pointer
{
	cursor: pointer;
}

.content_pan
{
	width: 1022px!important;
	padding-top: 20px!important;
}

.right_pan
{
	width: 792px!important;
	height: 649px!important;
	border: 5px solid #647793!important;
	background-color: #ffffff!important;
	float: right!important;
	clear: right!important;
}

.left_pan
{
	width: 198px;
	height: 456px;
	border: 5px solid #647793;
	background-color: #ffffff;
	float: left;
}
.left_pan ul
{
	list-style-type: none;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
}
.left_pan ul li
{
	height: 25px;
	width: 166px;
	padding-left: 5px;
}
.left_pan ul li a
{
	font-size: 15px;
	font-weight: bold;
	color: #365669;
	text-decoration: none;
}
.left_pan ul li a:hover
{
	color: #0999ee;
}
.left_pan ul li.user_name
{
	color: #3b474f;
	font-size: 16px;
	font-weight: bold;
	padding-left: 17px;
	padding-bottom: 18px;
}
.left_pan ul li.under_line
{
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}

.logoScript
{
	
	
	background-image:url(../Images/logo_script.png);
	display:inline-block; 
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/logo_script.png', sizingMethod='scale');
	
	
	}
/*end sAlert Style*/
