﻿/* pfsmedia 
/* lilac #ec008c
/* purple #2e3192
/* v0.1 */

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
	outline: none;
}
body {
	background: #F7F8FF;
	font: normal 100%/1.3em "Lucida Grande",tahoma,verdana,arial;
	margin-top: 0px;
	color: #333;
}
h1,h2,h3 {color: #2e3192;}
h1,h2,h3 {margin: 10px 0;}
h1 {font-size: 1.5em;}
a {color: #ec008c;}
a:hover {text-decoration: underline;}
#header {
	width: 960px;
	margin: 0 auto;
	background: url(../images/system/logo.png) no-repeat 0px 0px;
	height: 100px;
}
.hListSimple li {
	overflow: hidden;
	color: #2e3192;
	letter-spacing:2px;
	padding-left: 10px;
}
.hListSimple li.ext {
	width: 100px;
	float: left;
}
.hListSimple li a {
	list-style:none;
	padding : 0px;
	cursor : pointer;
	text-decoration : none;
    color: #ec008c;
    text-shadow: 0 -1px 1px #fff; 
    display: block;     
    width: 100%;
}
.hListSimple a:hover {
	color: #2e3192;
}
.hListSimple li.current {
    color: #2e3192;
    font-weight: bold;
}
.vListSimple {
	list-style-type: square 
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#set1 {
	color: #2e3192;
}
#set1:hover {
	text-decoration: none;
	cursor: default;
}
/* utilities */
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clear {
   clear: both;
} 

 a img {border: none;}

.grey {color: #666 !important;}
