info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 5px 0px;
padding:8px 8px 8px 45px;
background-repeat: no-repeat;
background-position: 10px center;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left;
}
.success {
color: #4F8A10;
/*background-color: #DFF2BF;*/
background-color: #ffffff;
background-image:url('../images/msg_green.gif');
}
.warning {
color: #D8000C;
background-color: #ffffff;
background-image: url('../images/msg_red.gif');
}
#feedback_bar
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:55px;	
	position:fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1;
	line-height:3.3;
}

.success_message{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#e1ffdd;
	border:1px solid #2ca71c;
	font-weight:bold;
}
.theThemeClass{
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:#F2F2f2 solid 2px;		
}
.theThemeClassSelected{
	border:#333333 solid 2px;		
}
.innnerMenu ul
{ /*topmost and sub ULs, respectively*/
	font: normal 12px arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 1px solid #3796b7;
	z-index: 100;
	
}
.innnerMenu li a
{
	display: block;
	width:200px; /*width of menu (not including side paddings)*/
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
	border-top: 1px dotted #3796b7;
	filter:alpha(opacity=90); -moz-opacity: 0.90;	
}

* html .innnerMenu li
{ /*IE6 CSS hack*/
	display: inline-block;
	width: 208px; /*width of menu (include side paddings of LI A*/
}

.innnerMenu li a:hover
{
	color: #b6021d;
}

.staus_active{
	color:#006600;
}
.staus_inactive{
	color:#FF0000;
}

.warning2 
{
	border: 1px solid #D8000C;
	margin: 10px 0px;
	width:350px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align:left;
	color: #D8000C;
	background-color:#ffffff;
	font-size:12px;
	background-image: url('../images/msg_red.gif');
}
.note
{
	font-family:verdana;
	font-size:11px;
	color:#9e9e9e;
	font-weight:normal;
	text-decoration:none;
}
.drop_down{
	width:236px;
}
