/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id: uncommon.css,v 1.4.2.1 2009/04/08 19:43:27 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	background-color: #fff;
	color: #333;
}

a:link {
	color: #006699;
}

a:active {
	color: #3399CC;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #eee;
	background: #477BC6;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #8c8c8c;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #8c8c8c;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}

#header {
	background-color: #ffffff;
                background-position: center;
	text-align: center;
}

#header h1 {
	padding: 1em 0 1em 0;
	font-family: Garamond,'Times New Roman',Times,serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #ffffff;
	letter-spacing: 2px;
    background-position: center;
	text-align: center;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #006699;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
	font-weight: bold;
	color: #006699;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
	font-weight: bold;
	color: #006699;
}

#navbar {
	height: 30px;
	width: 100%;
	border-bottom: 2px solid #DBEFF6;
	line-height: normal;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.menu {
	list-style: none;
	margin: 0 3px;
	padding: 0px;
}

.menu li, td input.button {
	float: left;
	height: 20px;
	background:#FFFFFF;
	margin: 0 0px;
	white-space: nowrap;
	font-size: 15px;
	border: 1px solid #becbdd;
}

.menu li a{
	color:#485B84;
	display: block;
	background:#FFFFFF;
	width: 100%;

	text-decoration: none;
	padding: 0px 0px 0px 20px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-transform: uppercase; 	
}
td input.button{
	color:#485B84;
	display: block;
	background:#FFFFFF;
	width: 100%;

	text-decoration: none;
	padding: 0px 0px 0px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-transform: uppercase; 	
}
.menu li:hover, input.button:hover {
	background:#dae4f2;
	color:#ffffff;
}
 ul.menu li a{
  width :90px;
}
ul.menu li {
  clear:right;
  padding:0;
  width:110px;
}
 #announcements a {
  width:100%;
}
.menu li a:hover, input.button:hover {
	background-position: 0px -36px;
	border: none;
	color:#ffffff;
	background:#5CA1FF;
}

#breadcrumb {
	color: #666666;
}

#content {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
	font-weight: bold;
	color: #006699;
	font-weight: bold;
}

#content h4 {
	font-family:Garamond,'Times New Roman',Times,serif;
	font-weight: bold;
	color: #666666;
}

#content h5 {
	color: #666666;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	margin-bottom: 5px;
	color: #999999;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006699;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006699;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 2px solid #8c8c8c;
}


.module-hilite2
{

	margin-top: 0px;	

	margin-bottom: 25px;

}
ul.arrow-3
{

	padding-left: 0;

	margin-left: 0;

}
ul.arrow-3 li
{
	list-style: none;

	margin-left: 0;

	margin-bottom: 10px;

	padding-left: 22px;
	
}

.module-hilite2 div div div
{

	padding: 0 0 0 8px;

}

