BODY {
 
	background:#ffffff;
	background-attachment:fixed; 
	background-position: top left; 
	background-repeat: no-repeat;
	background-repeat:repeat-x;
	text-align: center;
	margin:0px;
	font-size:  11px ;
	font-family: century gothic, arial;
	COLOR: #333333;
	
}

A {
	COLOR: #000;
	CURSOR: hand;
	font-size:  11px ;
	font-family: century gothic, arial;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000;
	TEXT-DECORATION: none
}

A:active {
	COLOR: #000
}

td{
	font-size:11px;
}

#div_loading
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:10000;
	visibility:visible;
	background:rgba(0,0,0,0.8);
	
}
	
	
	
	
	
	
	
.top_bar{
    background:#222233;
    height:50px;
}

.top_bar_logo{
    float:left;
    padding:12px 3px;
}

.top_bar_title{
    float:left;
    padding:12px 3px;
    line-height: 25px;
	
}


.top_bar_menu{
    float:left;
    margin-left:0px;
}

#menu_panel{
 
	position:static;
	margin-left:0px;
	top:0px;
	display:block;
	opacity:100;
	
}


.top_bar_setting{
    float:right;
    padding:9px 8px;
    position:absolute;
    right:0px;
    
}

.top_bar_setting_inner
{
	visibility:hidden;
	position:absolute;
}



.top_bar_mobile_menu
{
	visibility:hidden;
	position:absolute;
}




.tab_content
{
	position:absolute;
	left:?px;
	top:?px; width:?px;
	height:300px;
	z-index:1;
	visibility:hidden;	
	
}



.tab_active
{
	border-top:2px solid #1fbad6;
	border-bottom:0px solid #bdc3c7;
	padding:10px;
	margin:10px 10px 0px 10px;
	min-width:100px;
	width:auto;
	overflow:hidden;
	float:left;
	background:#fff;
	
}

.tab_active_text
{
	color:#000;
	max-width:130px;
	width:auto;
	overflow:hidden;
	margin:0px 10px 0px 0px;
}


.tab_inactive
{
	border-top:2px solid #BDC3C7;
	background:#BDC3C7;
	border-bottom:0px solid #bdc3c7;
	padding:10px;
	margin:10px 10px 0px 10px;
	min-width:100px;
	width:auto;
	float:left;
	bottom:0px;
}
.tab_inactive_text
{
	color:#fff;
	max-width:130px;
	width:auto;
	overflow:hidden;
	margin:0px 10px 0px 0px;
}


.tab_close_button
{
	float:right;
	color:#000;
}

.div_tab_container
{
	
}
#div_tab
{
	background:#ecf0f1;
	width:100%;
	 position: relative;
	 overflow:hidden;
}


.color_white
{
	color:#fff;
}


.color_black
{
	color:#000;
}

.color_blue
{
	color:#1fbad6;
}

.color_red
{
	color:#e74c3c;
	
}

.color_grey
{
	color:#95a5a6;
	
}

.color_green
{
	
	color:#1ABC9C;
}


.color_purple
{
	
	color:#8E44AD;
}





.bg_blue
{
	background:#3498db;
}

.bg_red
{
	background:#e74c3c;
	
}

.bg_grey
{
	background:#95a5a6;
	
}

.bg_green
{
	
	background:#2ecc71;
}







.loading_panel{
	background:#333333;
	border:solid 1px #333333;
	width:100%; 
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;"
}

.login_body
{
	background:url(../images/grey.png);
	
}
.login_system_name
{
	
	color:#fff;
	font-size:20px;
}


.login_title
{
	
	color:#c0c0c8;
	font-size:12px;
}


.login_panel
{
	float:left;
	margin-top:10%;
	width:40%;
	margin-left:27%;
	padding:3%;
	border-radius:5px;
	background:#161629;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	
}
.login_label
{
	padding:8px;
	color:#fff;
	float:right;
}




.message_box_green {
	position:fixed;
	background:#16a085;
	border:0px solid #000;
	text-align:left;
	width:90%;
	padding:2%;
	height:100px;
	z-index:1000;
	left:3%;
	bottom:3%;
	color:#fff;
	font-size:12px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 2px 2px 10px #888;
	box-shadow: 2px 2px 10px #888;
		
	-moz-transition: .25s;
	-webkit-transition:  .25s;
	-o-transition: .25s;
	transition: .25s;
				
	
}

.message_box_red {
	
  	
	position:fixed;
	background:#c0392b;
	border:0px solid #000;
	text-align:left;
	width:90%;
	padding:2%;
	height:100px;
	z-index:1000;
	left:3%;
	bottom:3%;
	color:#fff;
	font-size:12px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 2px 2px 10px #888;
	box-shadow: 2px 2px 10px #888;
	
	-moz-transition: .25s;
	-webkit-transition:  .25s;
	-o-transition: .25s;
	transition: .25s;
		
}


.message_box_yellow {
  	position:fixed;
	background:#16a085;
	border:0px solid #000;
	text-align:left;
	width:90%;
	padding:2%;
	height:100px;
	z-index:1000;
	left:3%;
	bottom:3%;
	color:#fff;
	font-size:12px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 2px 2px 10px #888;
	box-shadow: 2px 2px 10px #888;
		
}




.dialog_box{
	position:absolute;
	z-index:100;
	visibility:hidden;
}


.dialog_box_arrow{
	content:'' ;
	width: 0;
	height: 0;
	position:relative;
	left:50%;
	bottom: 0;
	margin-left:0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #BDC3C7;
	
}


.dialog_box_content{

	position:relative;
	width: 100%;
	height: 100;
	text-align:left;
	padding:10px;
	background:#BDC3C7;
	border-radius:5px;
	color:#fff;
	
}