/**
 *
 *  General
 *
 **/

* {
	margin: 0px;
	padding: 0px;
}

BODY {
	margin: 0px;
	background-color: #F0F0F0;
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}

HR {
  margin-top: 1em;
  margin-bottom: 1em;
}

TBODY, TD{
	border: none;
}

TABLE.separate {
	border-collapse: separate;
}

H1, H2, H3, H4 {
	color: black;
}

H1, .node H1 {
	font-size: 14pt;
	margin-bottom: .5em;
}

H2, .node H2 {
	font-size: 12pt;
	margin-bottom: .5em;
}

H3, .node H3 {
	font-size: 10pt;
	margin-bottom: .5em;
}

H4, .node H4, .h4 {
	font-size: 1em;
	margin-bottom: 0px;
}

.h4 {
	font-weight: bold;
}

H2.intro, .node H2.intro {
	margin-bottom: .5em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;
}

/*
BLOCKQUOTE, UL, OL {
	margin-bottom: 1.5em;
	line-height: 1.65em;
}
*/
P {
	line-height: 1.4em;
	margin-bottom: .5em;
}

BLOCKQUOTE {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

UL, OL {
	margin-left: 3em;
}

UL LI, OL LI {
}

A {
	text-decoration: underline;
	color: black;
}

A.linkhover {
	text-decoration: none;
}
A.linkhover:hover {
	text-decoration: underline;
}

.link {
	cursor: pointer;
	text-decoration: underline;
}

IMG {
	border: none;
}

IMG.left {
	float: left;
	margin: 5px 20px 0px 0px;
}

IMG.right {
	float: right;
	margin: 5px 0px 0px 20px;
}

.wrapper {
	display: inline;
}
.background {
	display: inline;
}

.shy {
	font-size: 0px;
	line-height: 1px;
}

BODY #content {
	width: 100%;
}

.block {
	margin-bottom: 10px;
}

.top-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/box-top-left.png) no-repeat top left;
}
.top-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/box-top-right.png) no-repeat top right;
}
.bottom-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/box-bottom-left.png) no-repeat bottom left;
}
.bottom-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/box-bottom-right.png) no-repeat bottom right;
}

.white-top-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/white-top-left.png) no-repeat top left;
}
.white-top-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/white-top-right.png) no-repeat top right;
}
.white-bottom-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/white-bottom-left.png) no-repeat bottom left;
}
.white-bottom-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/white-bottom-right.png) no-repeat bottom right;
}
.yellow-top-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/yellow-top-left.png) no-repeat top left;
}
.yellow-top-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/yellow-top-right.png) no-repeat top right;
}
.yellow-bottom-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/yellow-bottom-left.png) no-repeat bottom left;
}
.yellow-bottom-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/yellow-bottom-right.png) no-repeat bottom right;
}

.small-white-top-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/small-white-top-left.png) no-repeat top left;
}
.small-white-top-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/small-white-top-right.png) no-repeat top right;
}
.small-white-bottom-left {
	padding: 0px;
	height: 100%;
	background: transparent url(images/small-white-bottom-left.png) no-repeat bottom left;
}
.small-white-bottom-right {
	padding: 0px;
	height: 100%;
	background: transparent url(images/small-white-bottom-right.png) no-repeat bottom right;
}

.container {
	padding: 10px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.subscript {
	font-size: 7pt;
}

.bold {
	font-weight: bold;
}

.colortitlebackground {
	background-color: #666666;
}

.colortitle {
	color: #FFFF99;
}

.column {
	width: 30ex;
	padding: 15px;
	float: left;
	text-align: justify;
}

.fixpagewidth {
	width: 450px;
	margin: auto;
}

/**
 *
 * Header
 *
 **/

#header {
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

#logo {
	float: left;
	margin-top: 7px;
}

#sitename {
	height: 55px;
	margin: 0px;
	background-color: white;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	text-align: left;
}

#sitename H1,#sitename H2 {
	font-weight: 400;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}

#sitename A {
	font-weight: normal;
	color: White;
}

#sitename H1 {
	font-size: 2.4em;
	padding-top: 20px;
}

#sitename H2 {
	font-size: 1.4em;
}

#sitename H2 {
	font-size: 1.4em;
}

/**
 *
 * Primary menu
 *
 **/

TD#menu {
	height: 53px;
	white-space: nowrap;
	background-color: white;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	vertical-align: bottom;
	padding-left: 10px;
}

#menu UL {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#menu LI {
	white-space: nowrap;
	float: left;
	list-style: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 5px;
}

#menu A {
	display: block;
	background-image: url(images/tab-normal.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	text-align: center;
	background-color: #F0F0F0;
	color: black;
}
#menu .background {
	display: block;
	background-image: url(images/tab-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 7px 4px 7px;
	height: 100%;
	vertical-align: middle;
}


#menu A:hover {
	background: url(images/tab-hover.png) no-repeat top right;
	cursor: pointer;
}

#menu LI.active A:hover {
	background: url(images/tab-select.png) no-repeat top right;
}

#menu LI.active A {
	background: url(images/tab-select.png) no-repeat top right;
}

#menu #headerbar {
	position: absolute;
	float: right;
	right: 10px;
	top: 5px;
	text-align: right;
}

#menu #headerbar DIV {
	float: left;
	padding: 0px;
	margin: 0px;
}

#menu #headerbar A {
	display: inline;
	background: transparent;
	text-decoration: underline;
	text-align: left;
	color: black;
}

#menu #headerbar A.sitemap-icon {
	display: block;
	background-image: url(icons/sitemap.png);
	width: 33px;
	height: 24px;
}
#menu #headerbar A.sitemap-icon:hover {
	background-image: url(icons/sitemap-hover.png);
}

#menu #headerbar FORM {
	float: left;
	padding: 0px;
}

#menu #headerbar .title {
	padding-right: .1em;
}

#menu #headerbar .block-search .form-text {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	border: 1px solid white;
}

#menu #headerbar .block-search .search-top-left {
	background-color: white;
	background-image: url(images/search-top-left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu #headerbar .block-search .search-top-right {
	background-image: url(images/search-top-right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu #headerbar .block-search .search-bottom-left {
	background-image: url(images/search-bottom-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#menu #headerbar .block-search .search-bottom-right {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
	background-image: url(images/search-bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu #headerbar .block-search .form-image {
	margin-top: 1px;
}

/**
 *
 * Locationbar
 *
 **/

#Locationbar {
	border-top: .5em solid White;
	border-bottom: 1.5em solid #F0F0F0;
	background-color: #DCDCDC;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

#Locationbar A {
	text-decoration: none;
	color: #333333;
}

#Locationbar #breadcrumb {
	vertical-align: middle;
	display: inline;
	float: left;
	margin-left: 5px;
}

#Locationbar #locationbarright {
	float: right;
	text-align: right;
	vertical-align: middle;
}
#Locationbar #locationbarright DIV {
	display: inline;
}
#Locationbar #locationbarright FORM {
	display: inline;
}
#Locationbar #locationbarright .title {
	padding-right: .1em;
}

/**
 *
 * Sidebars
 *
 **/

.sidebar {
	vertical-align: top;
	width: 220px;
}

.sidebar .boxed {
	min-width: 220px;
	width: 220px;
}

/* Content > Sidebars > blocks */

.content UL {
	margin: 0px;
	list-style: none;
}

.content UL LI{
	line-height: 1.3em;
	margin-bottom: .5em;
}

.content P {
	line-height: normal;
}

/* Content > Sidebar > Login */

#login {
}

#login FORM {
}

#login FIELDSET {
	border: none;
}

#login LEGEND {
	display: none;
}

#login LABEL {
	display: block;
}

#login INPUT {
	margin-bottom: 10px;
	padding: 2px 5px;
	font-weight: normal;
	font-size: small;
	color: #666666;
}

#user-login-form {
	text-align: left;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0px;
	padding: 0px;
}

/* Content > Sidebar_right */

#sidebar_left {
	padding-left: 10px;
}

#sidebar_right {
	padding-right: 10px;
}

/* Content > Sidebar > Menu */

/* drupal reset */
UL.menu, UL.menu LI, LI.expanded, LI.collapsed, LI.leaf {
	padding: 0px;
	margin: 0px;
}
.content .menu LI {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
}

/* menu style */
.content UL.menu {
	list-style-type: none;
	padding: 0px;
	padding-left: 11px;
	margin: 0px;
}
.content > UL.menu {
	padding: 3px;
}

.content .menu LI {
	background-image: url(icons/menu-background.png);
	background-position: 7px 0px;
	background-repeat: repeat-y;
}
.content .menu LI.expanded.last {
	background-image: none;
}

.content .menu .wrapper {
	display: block;
	padding-left: 18px;
}
.content .menu A {
	display: block;
	text-decoration: none;
	color: black;
	-moz-outline: none
	-moz-mac-focusring;
}

.content .menu .background {
	display: block;
	padding: .5em 0px;
	padding-left: 4px;
}

.content .menu LI.expanded .wrapper {
	background-image: url(icons/menu-expanded.png);
	background-position: 0px .4em;
	background-repeat: no-repeat;
}
.content .menu LI.collapsed .wrapper {
	background-image: url(icons/menu-collapsed.png);
	background-position: 0px .4em;
	background-repeat: no-repeat;
}
.content .menu LI.leaf .wrapper {
	background-image: url(icons/menu-leaf.png);
	background-position: 7px 1.15em;
	background-repeat: no-repeat;
}

.content .menu LI.expanded.active > A > .wrapper {
	background-image: url(icons/menu-expanded-selected.png);
	background-position: 0px .4em;
	background-repeat: no-repeat;
}
.content .menu LI.expanded.active > A > .wrapper > .background {
	border-left: 2px solid rgb(220, 220, 220);
}

.content .menu LI.leaf.last, .content .menu LI.collapsed.last, .content .menu LI.expanded.last {
	background-image: url(icons/menu-end.png);
	background-position: 7px -.2em;
	background-repeat: no-repeat;
}

.content .menu LI.last {
	background-image: none;
}

.content .menu LI.active > A .background {
	/*background-color: #FFFF66;*/
	background-color: #999999;
	color: white;
	font-weight: bold;
}

.block-revision_moderation .content {
	padding: 10px;
}

/**
 *
 * Sitemap Style
 *
 **/

.sitemap-tone {
	background-color: #F0F0F0;
	background-image: url(images/sitemap-tone-left.png);
	background-repeat: repeat-y;
}
.sitemap {
	background-image: url(images/sitemap-tone-right.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px 20px;
}

.sitemap > H2 {
	margin-left: 10px;
}

.sitemap UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.sitemap UL UL {
	margin-top: 0px;
	margin-left: 0px;
}

.sitemap UL UL UL {
	margin-left: 19px;
}

.sitemap UL LI {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(icons/menu-background.png);
	background-position: 7px 0px;
	background-repeat: repeat-y;
	border-bottom: 1px solid transparent;
}

.sitemap UL .wrapper {
	display: block;
	padding-left: 18px;
}
.sitemap UL A {
	text-decoration: none;
	color: black;
}

.sitemap UL UL .wrapper {
	display: block;
	padding-left: 38px;
}

.sitemap UL .background {
	display: block;
	padding: .5em 0px;
	padding-left: 4px;
	padding-bottom: 1px;
}

.sitemap UL UL .background {
	padding-bottom: 2px;
}

.sitemap UL LI.expanded .wrapper {
	background-image: url(icons/sitemap-arrow1.png);
	background-position: 0px .4em;
	background-repeat: no-repeat;
}

.sitemap UL UL LI.expanded .wrapper {
	background-image: url(icons/sitemap-arrow2.png);
	background-position: 7px .5em;
	background-repeat: no-repeat;
}

.sitemap UL UL LI.leaf .wrapper {
	background-image: url(icons/sitemap-leaf.png);
	background-position: 7px 1.15em;
	background-repeat: no-repeat;
}

.sitemap UL UL LI.leaf.last,
.sitemap UL UL LI.collapsed.last,
.sitemap UL UL LI.expanded.last {
	background-image: url(icons/menu-end.png);
	background-position: 7px -.2em;
	background-repeat: no-repeat;
}

.sitemap > UL > LI.leaf {
	background: none;
}

.sitemap > UL > LI.expanded {
	background: none;
}

.sitemap > UL > LI {
	margin-top: 5px;
}

.sitemap > UL > LI > A {
	font-size: 16px;
	font-weight: bold;
}

.sitemap > UL > LI.leaf.first > A > .wrapper {
	background-image: url(icons/sitemap-home.png);
	background-position: 0px .4em;
	background-repeat: no-repeat;
}


/**
 *
 * Boxed Style
 *
 **/

.boxed {
	margin-bottom: 10px;
}

.boxed .title {
	background: #DCDCDC url(images/box-top-left.png) no-repeat;
}

.boxed .title H4 {
	background: transparent url(images/box-top-right.png) no-repeat right top;
	padding: 5px 15px;
	margin-bottom: 0px;
}

.boxed .block {
	padding: 0px;
	background: white;
}

.boxed .content {
	height: 100%;
	background-color: transparent;
	background-image: url(images/box-bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Post */
.pagetitle {
	padding-bottom: 10px;
}

.pagetitle .top-left {
	background-color: #999999;
}
.pagetitle .bottom-right {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px 6px 0px;
}

.pagetitle H1 {
	font-weight: bold;
	font-size: 12pt;
	color: white;
	margin-bottom: 0px;
}

.post {
	padding-bottom: 10px;
}

.post .title {
	background: #FFCD00 url(images/box-top-left.png) no-repeat top left;
}

.post .title A {
	font-weight: bold;
	font-size: 1em;
	color: black;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}


.post .title SPAN {
	display: block;
	height: 28px;
	padding: 12px 0px 0px 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: White;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}
.post .picture {
	float: right;
}
.post .meta {
	margin: 0px;
	padding: 0px 20px 40px 20px;
	line-height: normal;
	font-size: x-small;
}
.post .meta A {
	margin: 0px;
	padding: 10px 20px 40px 20px;
	line-height: normal;
	font-size: x-small;
}

.post .submitted {
	font-size: x-small;
}
.post .submitted A{
	color: black;
}
.post .new {
	color: red;
}

/******************************************************************************
 * Popup window
 **************/

.popup {
	position: absolute;
	width: 100%;
	z-index: 300;
}

.popup .background {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/popup/background.png);
	z-index: 300;
}

.popup .body {
	position: relative;
	width: 400px;
	margin: auto;
	margin-top: 50px;
	padding-top: 38px;
	padding-bottom: 17px;
	z-index: 400;
}

.popup .subject {
	position: absolute;
	top: 16px;
	left: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.popup .close {
	position: absolute;
	top: 12px;
	right: 17px;
	width: 21px;
	height: 21px;
	background-image: url(images/popup/border/close.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.popup .close:hover {
	background-image: url(images/popup/border/close-hover.png);
}

.popup .body .tl, .popup .tc, .popup .tr, .popup .bl, .popup .bc, .popup .br, .popup .handle {
	position: absolute;
	background-repeat: no-repeat;
}

.popup .body .tl, .popup .tc, .popup .tr {
	top: 0px;
	height: 38px;
}

.popup .body .bl, .popup .bc, .popup .br {
	bottom: 0px;
	height: 17px;
}

.popup .body .tl {
	left: 0px;
	width: 14px;
	background-image: url(images/popup/border/24bit/top-left.png);
}
.popup .body .tc, .popup .handle {
	left: 14px;
	width: 369px;
	background-image: url(images/popup/border/24bit/top-center.png);
	background-repeat: repeat-x;
}
.popup .body .tr {
	right: 0px;
	width: 17px;
	background-image: url(images/popup/border/24bit/top-right.png);
	background-position: 100% 0px;
}

.popup .body .ml {
	padding-left: 13px;
	background-image: url(images/popup/border/24bit/middle-left.png);
	background-repeat: repeat-y;
}
.popup .body .mr {
	padding-right: 16px;
	background-image: url(images/popup/border/24bit/middle-right.png);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}

.popup .body .bl {
	left: 0px;
	width: 13px;
	background-image: url(images/popup/border/24bit/bottom-left.png);
	background-position: 0px 100%;
}
.popup .body .bc {
	left: 13px;
	width: 371px;
	background-image: url(images/popup/border/24bit/bottom-center.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
.popup .body .br {
	right: 0px;
	width: 16px;
	background-image: url(images/popup/border/24bit/bottom-right.png);
	background-position: 100% 100%;
}

.popup .handle {
	top: 7px;
	height: 31px;
	background-image: none;
}

.popup .body .content {
	position: relative;
	padding: 1px;
	background-color: white;
}

.popup .body .content-cyan {
	background-image: url(images/popup/tone-cyan.png);
	background-repeat: repeat-x;
	background-position: 0px 40%;
}



/* Content */
#mission{
	padding: 20px;
	margin-bottom: 10px;

}
#content {
	margin: 0px;
	padding: 20px;
}

/* Content > Main */

#main {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#nodetop .boxed {
	margin: 0px;
}

#nodetop .boxed .block {
	margin: 0px;
	background-color: transparent;
}

#nodetop .boxed .content {
	background-image: none;
}

/* Node */
.node UL{
	margin: .5em 0px .5em .5em;
}
.node LI{
	line-height: 1.3em;
	margin-left: 1.5em;
	margin-bottom: .5em;
}

/* Footer */

#footer {
	clear: both;
	height: 80px;
	margin: 0px auto;
	padding: 5px 20px 0px 20px;
}

#footer P {
	margin: 0px;
	text-align: center;
	line-height: normal;

	
}

#footer A {
	text-decoration: underline;
	color: #666666;
}

#footer A:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
	font-size: x-small;
}

/* Footer > Links */

#links {
}
/**********Display Icons *******************/
#block-user-2 UL LI, #block-user-3 UL LI {
	list-style-type: none;
	list-style-image: none;
	margin-left: -5px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.error {
	border-color: red;
	border: 2px solid #E1471D;
}

.messages.error {
	padding: 10px;
	margin-bottom: 10px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
	background-color: #eee;
	padding: 1em;
	margin: 1em 0px 1em 0px;

}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .title {
	margin-bottom: 0.5em;
	text-decoration: underline;
	font-size: 1.4em;
}

#aggregator H3 {
	margin-top: 1em;
	text-decoration: underline;

}
#forum TABLE {
	width: 100%;
	font-size: 1.1em;
}
#forum TD {
	padding: 0.5em 0.5em 0.5em 0.5em;

}
#forum TD.forum, #forum TD.posts {
	background-color: #edfafe;
}
#forum TD.topics, #forum TD.last-reply {
	background-color: #e6f3f2;
}
#forum TD.container {
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#forum TD.container A {
	color: #555;
}
#forum TD.statistics, #forum TD.settings, #forum TD.pager {
	height: 1.5em;
}
#forum TD .name {
	color: #96c;
}
#forum TD .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}

/* admin */
.admin-block TD {
	padding: 5px;
}

.admin-block .tabs.secondary {
	display: none;
}

.admin-block #block-admin-configure #edit-body {
	width: 99%;
}

.checked {
	padding-left: 26px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(icons/checked.png);
	background-repeat: no-repeat;
}

.unchecked {
	padding-left: 26px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(icons/unchecked.png);
	background-repeat: no-repeat;
}
/*** End of file ***/