/*******************************************************************************
*                                                                              *
*  Typo Theme  :  Phokus                                                       *
*  Author      :  John Serris (a.k.a JB)                                       *
*  Web         :  http://phonophunk.com/                                       *
*  E-mail      :  phonophunk ( at ) gmail ( dot ) ( com )                      *
*  Modified    :  04-DEC-2005                                                  *
*                                                                              *
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}
html {
	padding: 10px;
}
body {
	background: #FFF7CD;
	color: #4f4f4f;
	font: 76% Arial, Tahoma, Verdana;
	overflow: auto;
	margin: 2px;
}

/* General
*******************************************************************************/

h1,
h2 {
	color: #fff;
	font-family: "Lucida Grande", "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3,
h4,
h5,
h6 {
	color: #777;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 1em 0;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-style: italic;
}
a {
	border-bottom: 0px solid #CED7EF;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	border-bottom-color: #0a78cb;
	font-weight:bold;
}
h1 a,
h2 a {
	background: none;
	border: none;
	color: #fff;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover {
	background: none;
	border: none;
	color: #c2e5ff;
	text-decoration: none;
}
img {
	border: none;
	max-width: 501px;
}
p,
ul,
ol,
dl,
pre {
	margin: 1em 0;
}
li {
	list-style-position: inside;
	margin-top:5px;
}
ul li {
	background: url(../../images/phokus/blt-01.gif) no-repeat 0 .2em;
	color: #000000;
	list-style: none;
	padding: 0 0 0 16px;
}

#menuheader {
  background-color: #CED7EF;
	position: relative;
	width: 99%;
	color: #000000;
}
#menuheader p {
	padding: .75em;
	margin: 0px;
	font-weight: bold;
	font-size:13pt;
}

#menuheader p span {
	font-weight:normal;
	font-size:11pt;
}

div.top { clear:both;margin:0px;font-size: 16px; }
#accordion1 {
    border : 1px solid #FFF7CD;
    width: 99%;
    margin-top:6px;
	font-size:larger;
}

div.selected, div.hover {
  background-color:#9999ff;
  color:#000000;
  font-weight:bold;
  height: 22px;
  padding-left: 5px;
}

.accordionTabTitleBar
{
  background-color:#ccccff;
  color:#000000;
  height: 22px;
  font-weight : normal;
  padding-left: 5px;
  padding-top: 5px;
  
  border-bottom:1px solid #182052;
  border-style:solid none;
  border-top:1px solid #BDC7E7;
  border-width:1px 0px;
  font-size:14px;
}

.accordionTabContentBox {
  font-size: 14px;
  padding-left: 5px;
  overflow: auto;
}