@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
h1   {
	font: 18px Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif, MS Gothic;
	color: #FFFFFF;
	margin-left: 5px;
}
h2   {
	margin: 5px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}
	a
{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
.logo{
	margin: 0;
	padding: 0;
}
.menu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 180px;
}
.menu  li  a{
	font: 14px Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif, MS Gothic;
	color: #333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background: url('../images/link-off.png');
}
.menu  li  a:hover{
	background: url('../images/link-on.png');
	color: #09F;
}
.menu  li  a:visited{

}
.menu  li  a:active{
	color: #F90;
	text-decoration: blink;
}


.listtitle  {
	background: url('../images/link-header.png');
	font: 16px Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif, MS Gothic;
	width: 175px;
	padding-left: 5px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}
.listtitleSuperAdmin  {
	font: 16px Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif, MS Gothic;
	width: 175px;
	padding-left: 5px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}



.listsubtitle  {
	padding: 0;
	width: 180px;
	margin-left: 5px;
	font-size: 80%;
}
.menuDropdowns  {
	padding: 0;
	width: 180px;
	font-family: 18px Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif, MS Gothic;
	border-width: 1px ! important;
	border-color: #333 ! important;
}

