/* http://design.quagma.net
q-phpws template v0.1 */
body {
	font: small Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 3px;
	width: auto;
	height: auto;
	background: #ec8342 no-repeat fixed center center;
}
p {
	text-align: justify;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #00f;
}
a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}	
a:hover {
	color: #008000;
}
a:active {
	color: #0f0;
}
h1 {
	padding: -60px 0 0 0;
	text-align: center;
	border-top: 2px groove #ff9d00;
	list-style-type: disc;
	list-style-position: outside;
	color: white;
	font: italic small-caps bold 21px Georgia, "Times New Roman", Times, serif;
	background-color: orange;
}

h2 {
	color: #ffffff;
	background: blue;
	font: bold medium Verdana, Lucida, "Lucida Grande", sans-serif;
	padding: 3px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}
	
.boxContent
	{
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom: 1px solid #000;
	margin: 5px;
	border: 0px solid #000;
}

.boxContent2
	{
	padding: 5px;
	background: white;
	margin: 5px;
	border: 1px solid #000;
}

.boxContent3
	{
	padding: 5px;
	background: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom: 1px solid #000;
	margin: 5px;
	border: 0px solid #000;
}

.boxTitle
	{
	padding: 0px;
	background: orange;
	color: white;
	margin: 2px;
	height: 26px;
	width: 100%;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.boxTitle2
	{
	padding: 2px;
	background: orange;
	color: white;
	margin: 2px;
	height: 20px;
	width: 100%;
	border: 1px solid #000;
}

.boxTitle3
	{
	padding: 2px;
	background: orange;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 1px solid #000;
	color: white;
	margin: 2px;
	height: 20px;
	width: 100%;
	border: 1px solid #000;
}
#header {
	height: 50px;
	width: 900px;
	margin: auto;
	color: #0d3774;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	background: url(/teebows/themes/tebows/images/teebows-hdr.png) no-repeat center center;
	top: 20px;
	position: relative;
}
img {
	border: none;
}

.boxleftside {
	background: url(/teebows/themes/tebows/images/left.gif) repeat-y;
}

.boxrightside {
	background: url(/teebows/themes/tebows/images/right.gif) repeat-y;
}

.boxbtm {
	background: url(/teebows/themes/tebows/images/bottom.gif) repeat-x;
}

#mainBodyWrap {
	clear: both;
	margin: 0 auto;
	width: 890px;
}
.empty {
	padding: 0 1em 0 1em;
}
#leftCol {
	float: left;
	width: 15%;
}
#midCol {
	width: 700px;
	float: left;
	padding: 0 3% 5% 3%;
	border: solid #dddddd;
	border-width: 0 1px 0 1px;
	background-color: #fff;
}
#midCol .box {
	border: dashed #999999;
	border-width: 0 0 1px 0; 
}
#rightCol {
	width: 15%;
	float: left;
}
#footer {
	clear: both;
}
#leftCol .box {
	padding: 0 0 1px 2px;
}
#rightCol .box {
	padding: 0 0 2em 5px;
}
#leftCol h2, #rightCol h2 {
	color: orange;
	border: solid #dddddd;
	border-width: 0 0 1px 0; 
	background: #00f no-repeat left;
	padding-left: 10px;
	margin-left: -5px;
	font-size: 12px;
}
.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: #00f;
	text-align: center;
}
#footer li {
	display: inline;
	padding: 0 1em 0 0;
}
.loginbox p {
	padding-left: 0em;
}
.rightAlign {
	text-align: right;
}
.skip {
	position: absolute;
	top: 150px;
}
/* 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 : #00f;
}
.bg_dark {
  background-color : #ff8000;
}
.bg_medium {
  background-color : #0080ff;
}
.bg_light {
  background-color : #fc6;
}

.alt_bg_dark {
  background-color : #333;
}

.alt_bg_medium {
  background-color : #666;
}

.alt_bg_light {
  background-color : silver;
}

/* 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
{

}