/* Alerts */
#alertSmall {
	position:absolute;
	display: none;
	z-index: 1000000;
	height: 67px;
	background-color: #555555;
        border: none;
	border-bottom: 1px solid #999999;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
	-moz-opacity:0.97;
	filter:alpha(opacity=97);
	font-weight:bold;
	font-family:Arial;
	left:0px !important;
	width:100%;
}

#alertSmall p {
    margin:0;
}

#alertSmall #alert_close {
	float:left;
	color:#cacaca;
	border:1px solid;
	height:13px;
	margin:3px 0 0 3px;
}

#alertSmall #alert_close a{
	float: left;
	margin: -2px 0 0 3px;
	padding:0px 4px 1px 1px;
	width:auto;
	color:#cacaca;
	font-weight:bold;
	font-size: 9pt;
	text-decoration:none;
}


#alertSmall div.alertTextWrap {
	width:100%;
	min-height:1px;
	text-align:center;
}
#alertSmall #alertSmallTxt{
	position:relative;
	float:left;
	padding:26px 0px 0px 10px;
	color:white;
	border:0px solid red;
	font-size:10pt;
	font-weight:bold;
	width:auto;
}

#alertSmall #alertSmallTypeTxt{
	position:relative;
	float:left;
	padding:26px 0px 0px 20px;
	width:auto;
	font-weight:bold;
	margin-left:30px;
}

#alertSmall #alertSmallImg {
	position:relative;
	top:-4px;
	border:0px solid green;
}

#alertSmall .alertWarning {
      color: #FFCC00;
}

#alertSmall .alertLoading {
      color: #CCCCCC;
}

#alertSmall .alertError {
      color: #FF0000;
}

#alertSmall .alertSuccess {
      color: #00FF00;
}

#alertSmall .alertInfo {
      color: #FFFF99;
}

#alertSmall a:link, #alertSmall a:visited, #alertSmall a:active, #alertSmall a:hover
{
	color: yellow;
}

