/*Görev Çubuğu*/

.trnTaskbar
{
	width:100%;
	height:40px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#604058;
	
	/*
	-webkit-box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
	*/
	
	/*border-bottom:1px solid #999;*/
	
}

.trnTaskbar .trnAction
{
	width:200px;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

.trnTaskbar .trnAction .trnActionBtn
{
	width:40px;
	height:40px;
	float:left;
	text-align:center;
	color:#FFF;
}

.trnTaskbar .trnAction .trnActionBtn i
{
	margin:8px 0 0 0;
	font-size:24px;
}
.trnTaskbar .trnAction .trnActionBtn img
{
	height: 30px;
	margin-top:5px;
}

.trnTaskbar .trnAction .trnActionBtn button
{
	line-height: 30px;
	margin-top:5px;
	font-weight:bold;
	font-size:14px;
}

.trnTaskbar .trnAction .trnActive
{
	color:#FFF;
	background-color:rgb(255,255,255,0.1);
}

/* Explorer */
.trnTaskbar .trnExplorer
{	
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	padding-left:200px;
	overflow:auto;
	z-index:1;
}

.trnTaskbar .trnExplorer ul
{
	width:auto;
	height:40px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	/*border-left:1px solid #999;*/
}

.trnTaskbar .trnExplorer ul li
{
	width:auto;
	height:40px;
	line-height:40px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	font-size:14px;
	background-color:transparent;
	/*border-right:1px solid #999;*/
}

.trnTaskbar .trnExplorer ul li i
{
	width:auto;
	float:left;
	margin:8px 8px 0 0;
	font-size:24px;
}

.trnTaskbar .trnExplorer ul li span
{
	width:auto;
	float:left;
	margin:0;
	padding:0;
}

.trnTaskbar .trnExplorer ul li .trnExplorerItem
{
	width:auto;
	float:left;
	cursor:pointer;
}

.trnTaskbar .trnExplorer ul li .trnExplorerClose
{
	width:auto;
	height:40px;
	float:left;
	padding:0 10px 0 10px;
	cursor:pointer;
}

.trnTaskbar .trnExplorer ul li .trnExplorerClose i
{
	margin:14px 0 0 0;
	font-size:14px;
}

.trnTaskbar .trnExplorer .trnActive
{
	background-color:rgb(0,0,0,0.2);
}

@media only screen and (max-width: 1024px),(min-device-width: 768px) and (max-device-width: 1024px)
{
	.trnTaskbar .trnExplorer ul li .trnExplorerItem span
	{
		display:none;
	}
	.trnTaskbar .trnExplorer ul li .trnExplorerClose
	{
		display:none;
		padding:0;
	}
}