ul.tabs {
	margin: 0;
	padding: 0;
	height: 17px;
	border: 0px;
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 27px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	border: 0px;
	display: block;
	border: 0px;
}
/* START user config green */

.system {
	display: block;
	float: left;
	padding: 0 0 0 19px;
	white-space: nowrap;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}
.system_messages {
	margin: 0;
	padding: 15px 0 0;
	
}
.system_messages li {
	list-style:none;
	margin: 0 0 7px;
	padding: 6px 0 6px 38px;
	font-size: 11px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
	list-style-position: outside;
	
}
.system_title {
	font-size: 11px;
}

.ico {
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 1px;
	
}

.green {
	background: #c7e5c2 url(java/dashboard/green_message.gif) repeat-x;
	border: 1px solid #a2d399;
	
}

.green .system_title {
	color: #386d19;
}

.green .ico {
	background-image:url(java/dashboard/green_ico.png);
}

.red {
	background: #e2c5c5 url(java/dashboard/red_message.gif) repeat-x;
	border: 1px solid #cf9e9e;
	
}

.red .system_title {
	color: #ae2727;
}

.red .ico {
	background-image:url(java/dashboard/red_ico.png);
}

.yellow {
	background: #eae1b1 url(java/dashboard/yellow_message.gif) repeat-x;
	border: 1px solid ##e0d182;;
	
}

.yellow .system_title {
	color: #675918;
}

.yellow .ico {
	background-image:url(java/dashboard/yellow_ico.png);
}

/* END user config green  */

/*
	Dashboard shortcut
*/

#shortcut
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#shortcut li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#shortcut li a
{
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	background: #ffffff url('images/shortcut/bg_shortcut.png') repeat-x center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
	-moz-box-shadow: 0 2px 2px #ffffff;
 	-webkit-box-shadow: 0 2px 2px #ffffff;
 	box-shadow: 0 2px 2px #ffffff;
}

#shortcut li a:hover
{
	background: #eaeced url('images/shortcut/bg_shortcut_h.png') repeat-x center;
}

#shortcut li a:active, #shortcut li a.active
{
	background: #C6CACB url('images/shortcut/bg_shortcut_a.png') repeat-x center;
}

#shortcut li a img
{
	margin-bottom: 5px;
}

#shortcut_notifications
{
	display: none; !important
}
#shortcut strong
{
	font-size: 10px;
	text-align: center;
	text-decoration: none;

}

a#toggle-menu{float:right;}
ul#submenu {padding:0 0 10px 10px;margin:0 0px 0 0;margin:0px 0 10px 0;}
ul#submenu li{float:left;list-style-type:none;}
a.icon-menu{width:78px;height:78px;float:left;margin:10px 10px 0 0;background:url('http://www.myesport-gaming.eu/templates/images/shortcut/menu-icon-bg.png') no-repeat;border:1px solid #ccc;position:relative;text-decoration:none;}
a.icon-menu:hover{border:1px solid #888;-moz-box-shadow:0px 0px 4px #ccc;-webkit-box-shadow:0px 0px 4px #ccc;box-shadow:0px 0px 4px #ccc;/* IE CSS3 solution */behavior: url(http://labs.markdijkstra.eu/ezicms/cms/css/pie/PIE.htc);}
a.icon-menu img{float:left;margin:8px 0 0 16px;}
a.icon-menu span{width:100%;position:absolute;top:56px;left:0;text-align:center;font-size:11px;color:#666;cursor:pointer;}

