@charset "UTF-8";

.Accordion 
{
	overflow: hidden;
}

.AccordionPanel 
{
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab 
{
	width: 173px;
	height: 15px;
	display: block;
	position: relative;
	background: url('http://wypas.eu/templates/wypas/images/Server-Status-Tab.png') no-repeat;
	cursor: pointer;
	padding-left: 25px;
	padding-top: 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelTab .right
{
	margin-left: 110px;
	position: absolute;
	z-index: 110;
}

.AccordionPanelContent 
{
	width: 198px;
	height: 45px;/*65*/
	position: relative;
	background: url('http://wypas.eu/templates/wypas/images/Server-Status-Info-Mid.png') repeat-y;
}

.AccordionPanelContent .top
{
	width: 198px;
	background: url('http://wypas.eu/templates/wypas/images/Server-Status-Info-Top.png') top no-repeat;
	position: relative;
}

.AccordionPanelContent .bot
{
	width: 158px;
	height: 65px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	background: url('http://wypas.eu/templates/wypas/images/Server-Status-Info-Bot.png') bottom no-repeat;
	position: relative;
}
