﻿/* FOR PORTAL SERVICES PANEL */
* html, * html body, html, body {
	height:100%;
	margin:0;
	padding:0;
}
#portal_services {
	width:217px;
	min-height:20px;
	margin-bottom:10px;
}
#portal_services div.header {
	height:20px;
	background-image:url(http://www.islamindex.ru/services_images/header.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#portal_services div.header .txt {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-right:5px;
	padding-top:3px;
}
#portal_services div.content {
	height:auto;
	background-image:url(http://www.islamindex.ru/services_images/bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border-bottom:1px solid #7ba0fd;
}
#portal_services ul.portal_services {
	margin:0;
	padding:3px;
	list-style-type:none;
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:26px;
	width:209px;
}
#portal_services ul.portal_services li {
	margin:0;
	width:209px;
}
#portal_services ul.portal_services li.active {
	width:209px;
	height:24px;
	background-image:url(http://www.islamindex.ru/services_images/button_down.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#portal_services ul.portal_services li.active .txt, #portal_services ul.portal_services li a {
	padding-left:10px;
	cursor:pointer;
	display:block;
}
#portal_services li a {
	width:199px;
	height:24px;
}
#portal_services li a:link, #portal_services li a:visited {
	text-decoration:none;
	color:black;
	background-image:none;
}
#portal_services li a:hover {
	text-decoration:none;
	color:black;
	background-image:url(http://www.islamindex.ru/services_images/button_over.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#portal_services li a:active {
	text-decoration:none;
	color:black;
	background-image:url(http://www.islamindex.ru/services_images/button_down.png);
	background-position:0 0;
	background-repeat:no-repeat;
}