/* http://design.quagma.net
q-phpws template v0.1 */
body {
	font: small Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
p {
	text-align: justify;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #660066;
}	
a:hover {
	color: #CC3366;
}
a:active {
	color: #FF3366;
}
h1 {
	padding: -60px 0 0 0;
}
h2 {
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	background: #999999 url() repeat-x top right;
	padding-left: 1em;
}
#header {
	background: #ffffff url(images/header_repeat.jpg) repeat-x;
}
img {
	border: none;
}
#mainBodyWrap {
	clear: both;
	margin: 0 auto;
	width: 99%;
}
.empty {
	padding: 0 1em 0 1em;
}
#leftCol {
	float: left;
	width: 15%;
}
#midCol {
	width: 60%;
	float: left;
	padding: 0 3% 5% 3%;
	background: #ffffff url(back3tl.png) no-repeat top left;
	border: solid #dddddd;
	border-width: 0 1px 0 1px;
}
#midCol .box {
	border: dashed #999999;
	border-width: 0 0 1px 0; 
}
#rightCol {
	width: 15%;
	float: left;
}
#footer {
	clear: both;
}
#leftCol .box {
	padding: 0 0 2em 5px;
}
#rightCol .box {
	padding: 0 0 2em 5px;
}
#leftCol h2, #rightCol h2 {
	color: #336699;
	border: solid #dddddd;
	border-width: 0 0 1px 0; 
	background: #ffffff url(images/jighead.png) no-repeat top left;
	padding-left: 20px;
	margin-left: -5px;
}
.pageInfo {
	margin: 50px 0 0 0;
}
.pageInfo p {
	font-size: x-small;
	padding-left: 0;
}
.leftSide {
	float: left;
}
.rightSide {
	float: right;
}
#footer .bar {
	color: #ffffff;
	background: #999999;
}
#footer li {
	display: inline;
	padding: 0 1em 0 0;
}
.loginbox p {
	padding-left: 0em;
}
.rightAlign {
	text-align: right;
}
.skip {
	position: absolute;
	top: -50px;
}
/* styles the modules will expect
-----------------------------------------*/
.smalltext {
font-size: x-small; 
font-family: sans-serif;
}
table {
	border-width: 0;
}
.smalltext a {
	font-size: x-small;
}
.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}
.largetext {
font-size: medium; 
}
.largetext a {
font-size: medium; 
}
.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color: red;
  font-weight: bold;
}
.grid {
border: red .05em solid;
}
.white {
  background-color: white;
}
.black {
  background-color : black;
}
.bg_dark {
  background-color : #0066CC;
}
.bg_medium {
  background-color : #CCCCFF;
}
.bg_light {
  background-color : #CCCCFF;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #CCCCFF;
}

.alt_bg_light {
  background-color : #CCCCFF;
}

/* Basic menu list properties
   (thanks to verdon's cssmenuKit) */
ul.menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Level 1 items */
li.menu_l0
{
	margin: 0;
	padding: 0;
}


/* Level 1 links */
li.menu_l0 a {
}

li.menu_l0 a:hover
{

}


/* Level 2 items */
li.menu_l1
{	margin: 0;
	padding: 0 0 0 1em;
}

/* Level 2 links */
li.menu_l1 a
{

}

li.menu_l1 a:hover
{

}


/* Level 3 items */
li.menu_l2
{	margin: 0;
	padding: 0 0 0 1.5em;
}

/* Level 3 links */
li.menu_l2 a
{

}

li.menu_l2 a:hover
{

}