﻿body
{
	background:#050505;
	margin:0px;
	padding:0px;
	font-family:'Droid Sans', arial, serif;	font-size:12px;
	color:#fff;
	font-size:12px;
}

.box
{
	background:#252525;
	border:1px #000000 solid;
	padding:10px;
	border-top:0px;
}

.box ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.box ul li
{
	border-bottom:1px #353535 solid;
	text-align:left;
	cursor:pointer;
	margin:0px;
	padding:10px 5px;
}
.box ul li:hover
{
	background:#000000 ;
}
.box ul li a
{
	color:#B6D13C;
	text-decoration:none;



}


.boxover
{
	
	border:1px #000000 solid;

}

.boxhead
{
		background:#424242;
		border:1px #000000 solid;
		color:#fff;
		text-align:left;
		font-size:14px;
		padding:10px;
		
}


.input
{
	border: 1px #141414 solid;
	background: #353535;
	color: #fff;
	font-family: 'Droid Sans', arial, serif;;
	font-size: 12px;
	width: 140px;
	text-align: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:5px;
	outline: none;
}

.input:active
{
	outline:none;
	background:#353535;;
}
.input:focus
{
	outline:none;
}

.button
{
	background:#424242;
		border:1px #000000 solid;
		color:#fff;
		text-align:center;
		padding:5px;
		font-family:'Droid Sans', arial, serif;;
		font-size:12px;
		width:100px;
		cursor:pointer;

}
.button_light
{
	background:#333333;
		border:1px #252525 solid;
		color:#fff;
		text-align:center;
		padding:5px;
		font-family:'Droid Sans', arial, serif;;
		font-size:12px;
		width:100px;
		cursor:pointer;
			-moz-box-shadow: 0px 0px 2px #777;
	-webkit-box-shadow:0px 0px 2px #777;
	-box-shadow:0px 0px 2px #777;



}

a.blue
{
	color:#75BCFD;

}


.bluetext
{
	color:#75BCFD;
}
.error
{
	color:#F6A01C;
}

.green
{
	color:#B6D13C;
}

a.green
{
	color:#B6D13C;
	text-decoration:none;
}

.tip
{
	border-bottom:1px #444 solid;
	padding:10px 5px;
	
}

.tipOrange
{
	border-bottom:1px #444 solid;
	padding:10px 5px;
	background:#B3450E;
	color:#fff;
	cursor:pointer;
	
}


.main_loading
{
background: transparent url('images/bck_box.png') repeat;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
		display:none;
}

.main_loading #load
{
position: fixed;
	top: 40%;
	left: 48%;
background:#252525;
padding:10px;
z-index:200000;
-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	width:60px;
	text-align:center;

}

.WarningBox
{
	background: transparent url('images/bck_box.png') repeat;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
	display:none;
}
.WarningBox #WarningSmallBox
{
position: fixed;
	top: 35%;
	left: 35%;
background:#252525;
padding:2px;
z-index:200000;
-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	width:400px;
	height:150px;
	text-align:center;


}

.WarningBox #WarningText
{
	color:#F6A01C;	
}
.errorhead
{
	background:#424242;
		border:1px #000000 solid;
		color:#fff;
		text-align:left;
		font-size:14px;
		padding:5px;
	color:#F6A01C;

}
.red
{
	color:#F6A01C;
}
.SuccessBox
{
	background:#A38E23;
	color:#fff;
	padding:10px;
	position:fixed;
	top:0px;
	left:35%;
	width:300px;
	text-align:center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	display:none;
	z-index:200000;


		
}

#close
{
	float:right;
	background:transparent url('images/close.png') no-repeat;
	width:15px;
	height:15px;
	cursor:pointer;
}

.fetch
{
border:1px #424242 solid;
}

.fetch th
{
	background:#424242;
		border:1px #000000 solid;
		color:#aaa;
		text-align:left;
		padding:5px;
		font-weight:normal;
		border-right:0px;
		

}

.fetch td
{
	padding:5px;
	border-bottom:1px #333 solid;
}


.active
{
	background:#A38E23;
	color:#fff;
	padding:2px 5px;
	text-align:center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	cursor:pointer;
	font-size:12px;

}
.deactive
{
	background:#B3450E;
	color:#fff;
	padding:2px 5px;
	text-align:center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	cursor:pointer;
	width:140px;

}

.new
{
	color:#ED580E;
	font-size:12px;
}

.buttonLink
{
	background:#424242;
		border:1px #000000 solid;
		color:#fff;
		text-align:center;
		padding:5px;
		font-family:'Droid Sans', arial, serif;;
		font-size:12px;
		width:100px;
		cursor:pointer;

	
}

.DetailBox
{
	background: transparent url('images/bck_box.png') repeat;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
	display:none;
}
.DetailBox #DetailSmallBox{
position: fixed;
	top: 15%;
	left: 20%;
background:#252525;
padding:2px;
z-index:200000;
-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	width:800px;
	height:400px;
	text-align:left;


}

.call
{
	color:#999;
}

.newButton
{
background:#A38E23 url('images/newButton.png') no-repeat scroll 5px 4px;
	color:#fff;
	padding:4px 5px 0px 30px;
	text-align:center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	cursor:pointer;
	font-size:12px;
	border:0px;
	height:25px;
	font-family:'Droid Sans', arial, serif;

	
}

a.logout
{
	color:#999;
	text-decoration:none;
}

a.logout:hover
{
	color:#fff;
	text-decoration:underline;
}

.special td
{
border-bottom:1px #F6A01C solid;
background:#424242;
		color:#fff;
		text-align:left;
		padding:5px;
		

}
.notificationButton
{
background:#B3450E;
		color:#fff;
		border:0px;
		text-align:left;
		font-family:'Droid Sans', arial, serif;;
		font-size:12px;
		cursor:pointer;
	
}

.notificationBox
{
	background:#B3450E;		color:#fff;
		text-align:left;
		padding:2px;
		font-family:'Droid Sans', arial, serif;;
		font-size:12px;
		width:auto;
		cursor:pointer;
	

}

