/* FOR fadeMessage jQuery plug in */
#fade_message
{
	display: none;
	width: 320px;
	min-height: 90px;
	border: solid 2px #dcdcdc;
	background-color: #efefef;
	padding: 15px 15px 10px 45px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;		
	z-index: 14000;	
	cursor: pointer;
	white-space: normal;
	overflow:auto;
	/* position: absolute;
	left: 200px;
	top: 200px; */
}



#fade_message p
{
	margin-bottom: 5px;
}

#fade_message_text
{
	padding: 8px 8px 8px 8px;
	white-space: normal;
}

#fade_close
{
	float: right;
	position: relative;
	top: -10px;
	left: 10px;
	cursor: pointer;
	background-color: blue;
	width: 100px;
	height: 200px;	
}

.fade_message {	
	background-color: #000;
	filter:alpha(opacity=40);
	opacity:0.4;
	moz-opacity:0.4;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 12000;
    background-image:url(/assets/images/transparent.png);    
    display: block;
    width: 100%;
    height: 1100px;
    
}

/* FOR fadeMessage jQuery plug in */

/* For JQuery TOOLTIPS plug-in */
.infotip
{
	font-weight: bold;
	padding: 0 3px 0 3px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

#toolTip
{
	position: absolute;		
	min-height: 26px;
	width: 157px; 	
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
	z-index: 20000;
	display: none;
	cursor: pointer;	
}

#tooltop
{
    height:2px;
    width: 157px;
    background-image:url(/assets/images/admin/newtooltip_top.png);
	background-repeat: no-repeat;
}

#tooltext
{
    width: 139px;
    min-height: 16px;
    
    border-left: solid 1px #ffbd42;
    border-right: solid 1px #ffbd42;
    background-color: #ffff9c;
    padding: 3px 8px 3px 8px; 
    
    text-align: justify;
    word-wrap: break-word;
    line-height: 14px;
}

#toolbottom
{
    height:8px;
    width: 157px;
    background-image:url(/assets/images/admin/newtooltip_bottom.png);
	background-repeat: no-repeat;
}
/* For JQuery TOOLTIPS plug-in */


/* for no script modal warning */
#blackout {	
	background-color: #000;
	filter:alpha(opacity=40);
	opacity:0.4;
	moz-opacity:0.4;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 12000;
    background-image:url(/assets/images/transparent.png);    
    display: none;
    width: 100%;
    height: 1100px;
}

#noscript_warning
{    
	z-index: 14000;		
	white-space: normal;
	position: absolute;
	left:210px;
	top:10px;
    border: solid 2px red;    
	height: 40px;    
}

/* this is a test class*/
.hideonclick
{
    cursor: wait;
    background-image:url(/assets/images/admin/ajax-loader.gif) !important;        
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    border: none;
    background-color: Transparent;
}

.modal_box
{
	border: solid 3px #ccc; /* #CACACA;	*/
	background-color: #fefefe;
	color: #000000;
	min-height: 300px;
	min-width: 400px;
	text-align: left;		
	display:none;
	z-index: 60000;
	position:fixed;	
}

.modal_box_title
{	
	background-color: #ddd;
	font-size: 1.2em;
	text-transform: capitalize;
	height: 20px;
	padding:5px;	
	position: relative;
}

.modal_box_content
{
	padding:10px;	
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	/* background-color: green;
	height: 100%; specify height in control	 */  
	overflow: auto;
}

.modal_box_closeimage
{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}

.modal_box input
{
    font-family:Verdana;
}

.pwdLinkDiv
{    
    position: absolute;
    bottom:60px; 
    left: 380px;
}

.pwdLinkDiv a
{
    font-family:Verdana; font-weight:bold;
    text-decoration:none;   
}
.pwdLinkDiv a:hover
{
    text-decoration: underline;
}

#ie_warning
{
    position: absolute;
    top: -141px; /* left:0; */
    border-bottom: solid 1px red;
    border-left: solid 1px red;
    border-right: solid 1px red;
    width: 908px;
    height: 90px;
    background-color: #FFFF99;
    margin: auto;
    z-index: 100;
    background-image: url(/assets/images/admin/warning.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 10px 20px 20px 70px;
    cursor: pointer;
    display:none;
}

#ie_warning a
{
    font-weight: bold;
    color: Blue;    
}

.static_message, .warning_message, .error_message
{
    background-color:#fff;
    border: solid 1px #dcdcdc;
    padding: 10px 10px 10px 60px;
    background-image: url(/assets/images/admin/info.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	min-width: 250px;
	min-height: 30px;
    clear:both;
}

.warning_message
{    
    background-image: url(/assets/images/admin/warning.gif) !important;	
    background-repeat: no-repeat;
	background-position: 10px 10px;
}

.error_message
{    
    background-image: url(/assets/images/admin/error.gif) !important;	
    background-repeat: no-repeat;
	background-position: 10px 10px;
}

.static_message ul,.warning_message ul,.error_message ul
{
    margin-top: 8px;
}

.static_message ul li, .warning_message ul li, .error_message ul li
{
    margin-bottom: 3px;
}