@import url("/common/styles-profile.css");

body {
	margin: 0;
	padding: 0;
	background: #f3f4f4;
	color: #4d4d4f;
}


a:link {
	color: #98b340;
}

#pageBody a:visited {
	color: #b2c670;
}

a:hover,
#pageBody a:hover {
	color: #ee4037;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1 {
	color: #000;
}

h2,
h3,
h4,
h5,
h6 {
	color: #333;
}


hr {
	height: 1px;
	background: #eee;
	color: #eee;
}


.spacerGlobal,
.spacerColumn {
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0 0 -1px;
	font-size: 1px;
}

.spacerGlobal {
	width: 999px;
}

.spacerColumn {
}


*.gray,
*.gray *,
.gray a {
	color: #999 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #333 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #c5c5c5 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #333 !important;
}


*.white,
*.white *,
.white a {
	color: #fff !important;
}

a.white:hover,
.white a:hover,
.white a:hover * {
	color: #d0ec70 !important;
}


.shadow {
}

.shadow-t {
	background: top url("/images/page/shadow-t.gif") repeat-x;
}

.shadow-r {
	background: right url("/images/page/shadow-r.gif") repeat-y;
}

.shadow-b {
	background: bottom url("/images/page/shadow-b.gif") repeat-x;
}

.shadow-l {
	background: left url("/images/page/shadow-l.gif") repeat-y;
}

.shadow-lt {
	background: left top url("/images/page/shadow-lt.gif") no-repeat;
}

.shadow-rt {
	background: right top url("/images/page/shadow-rt.gif") no-repeat;
}

.shadow-rb {
	background: right bottom url("/images/page/shadow-rb.gif") no-repeat;
}

.shadow-lb {
	background: left bottom url("/images/page/shadow-lb.gif") no-repeat;
}

.shadow-c {
		padding: 2px 4px 6px;
}


.shadow2 .shadow-t {
	background-image: url("/images/page/shadow2-t.gif");
}

.shadow2 .shadow-r {
	background-image: url("/images/page/shadow2-r.gif");
}

.shadow2 .shadow-b {
	background-image: url("/images/page/shadow2-b.gif");
}

.shadow2 .shadow-l {
	background-image: url("/images/page/shadow2-l.gif");
}

.shadow2 .shadow-lt {
	background-image: url("/images/page/shadow2-lt.gif");
}

.shadow2 .shadow-rt {
	background-image: url("/images/page/shadow2-rt.gif");
}

.shadow2 .shadow-rb {
	background-image: url("/images/page/shadow2-rb.gif");
}

.shadow2 .shadow-lb {
	background-image: url("/images/page/shadow2-lb.gif");
}


#pageHeader {
		margin: 0 10px;
	padding: 9px 0 0;
	cursor: default;
}

#pageHeader .shadow {
	position: relative;
	bottom: -6px;
}

#pageHeader .rectangle {
	background: #8b6b5f center bottom url("/images/page/gradient-brown.gif") repeat-x;
}


#logotype {
	display: block;
	padding: 0 25px;
}

#logotype img {
	vertical-align: bottom;
}


#date {
	background: #aecc49 center bottom url("/images/page/gradient-green.gif") repeat-x;
}

#date table {
	width: 164px;
	height: 109px;
	background: 6px 6px url("/images/page/asterisk.gif") no-repeat;
}

#date span {
	display: block;
	padding: 37px 6px 5px;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.17em;
	white-space: nowrap;
}


#separatorColumn {
	width: 5px;
	height: 109px;
	overflow: hidden;
	background: #dadbdb url("/images/page/separator-column.gif") no-repeat;
	font-size: 1px;
}


#pageMenu {
}

#pageMenu .menuItem {
	text-align: center;
}
#pageMenu p {
	margin: 0;
	padding: 9px;
}

#pageMenu a {
	/*display: block;*/
	color: #fff;
	font: bold 0.95em/1em Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}


#pageMenu .menuItemNow {
}

#pageMenu .menuItemNow a {
	color: #b4db34 !important;
	text-decoration: none;
}


#pageMenu a:hover {
	color: #b9d365;
}


#pageMenu strong {
	/*display: block;*/
}


.pageMenu-separator {
	background: center center url("/images/page/menu-item-separator.gif") no-repeat;
}

.pageMenu-separator .spacer {
	width: 1px;
	height: 109px;
}


#register {
	padding: 11px 9px;
}

#registerTitle {
	color: #fff;
}

#registerContent {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#register a {
	text-decoration: none;
}


#search {
	width: 107px;
	height: 20px;
	margin: 13px 9px;
	background: left top url("/images/page/search.gif") no-repeat;
	text-align: left;
	white-space: nowrap;
}

#searchForm {
	width: 107px;
	height: 20px;
	overflow: hidden;
	background: right -20px url("/images/page/search.gif") no-repeat;
	cursor: default;
}

#search table {
	width: 107px;
}

.screen1280 #search,
.screen1280 #searchForm,
.screen1280 #search table {
	width: 148px;
}

#searchInput {
	padding: 0 11px 0 5px;
	vertical-align: middle;
}

#searchInput input {
	width: 73px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -1px;
	background: transparent;
	color: #fff;
	border: none;
	font-size: 0.85em;
	text-transform: lowercase;
	cursor: text;
}

.screen1280 #searchInput input {
	width: 114px;
}

#searchButton {
	height: 20px;
	padding: 0 0 0 8px;
	vertical-align: middle;
}

#searchButton input {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 0.85em;
	vertical-align: middle;
	cursor: pointer;
}


#pageContent {
		margin: 0 10px;
	padding: 9px 0 0;
}

#homepage #pageContent {
}


.caption {
		padding: 4px 6px;
	background: #8a6a5e bottom url("/images/page/gradient-brown2.gif") repeat-x;
	cursor: default;
}

.caption h2 {
	margin: 0;
	color: #fff;
	font-size: 0.85em;
}


#pageBody {
	}


#pageFooter {
		margin: 0 10px;
	padding: 9px 0 8px;
	cursor: default;
}

#pageFooter a {
	white-space: nowrap;
}

#pageFooter img {
	vertical-align: bottom;
}


#pageNavigation {
	height: 36px;
	overflow: hidden;
	background: #adcb49 center bottom url("/images/page/gradient-green2.gif") repeat-x;
}

#pageNavigation table {
	height: 36px;
}

#pageNavigation td {
	background: center right url("/images/page/separator.gif") no-repeat;
}

#pageNavigation p {
	margin: 0;
	padding: 0 10px 0 9px;
}

#pageNavigation a {
	color: #fff !important;
	font-size: 0.7em;
	text-decoration: none;
}

#pageNavigation a:hover {
	color: #cfffc9 !important;
}


#home {
	display: block;
	width: 20px;
	height: 23px;
	overflow: hidden;
	float: right;
	margin: 6px 9px 0 0;
	font-size: 1px;
}

#home span {
	display: block;
	width: 20px;
	height: 23px;
	overflow: hidden;
	background: url("/images/page/asterisk.png");
}

#home a {
	display: block;
	width: 20px;
	height: 23px;
	margin: -23px 0 0;
}


#pageList {
	margin: 0 35px 0 0;
}

#pageList h2 {
	margin: 0;
}

#pageList ul,
#bodyMap ul {
	margin: 1em 0 1.5em 0.75em;
}

#pageList ul ul,
#bodyMap ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList strong a:link,
#pageList strong a:visited,
#pageList strong a:hover {
	color: #333;
	text-decoration: none;
	cursor: default;
}


#cover {
	padding: 0 0 3px;
}

#cover .rectangle {
	height: 198px;
	overflow: hidden;
	background: #90aa3c;
	text-align:center;
}

#coverFlash {
}


#bodyHomepage {
		margin: 0 10px 0 8px;
}

#bodyHomepage h1 {
	font-size: 1.65em;
}

#bodyHomepage h2 {
	font-size: 1.3em;
}

#bodyHomepage h3 {
	font-size: 1.1em;
}


#ruler {
		margin: 0 6px;
	padding: 1px 0 0;
	cursor: default;
}

#ruler div {
	height: 100%;
}

#ruler .shadow2 {
	background: #fff;
}

#ruler .shadow-c {
	height: auto;
}

.rulerItem {
}

.rulerIcon {
	display: block;
	width: 49px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	margin: -9px 0 0 -10px;
	background: url("/images/page/ruler-icon.png");
}

.rulerIcon em {
	display: block;
	width: 49px;
	height: 50px;
	background: center center url("/images/page/blank.gif") no-repeat;
}

.rulerDescription {
	margin: 0;
	padding: 42px 7px 8px;
	color: #808080;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	text-align: center;
}

.rulerDescription strong {
	color: #333;
	font-weight: normal;
}

#ruler .spacer {
	width: 7px;
	height: 12px;
	margin: 0 1px 0 2px;
	background: url("/images/page/ruler-arrow.png");
	visibility: visible;
}


#bodyNews .rectangle {
		padding: 3px 8px 0;
}


#bodyProjects {
	padding: 9px 0 0;
}

#bodyProjects .rectangle {
		padding: 3px 8px 0;
}


#pageBody .rectangle {
		padding: 3px 8px 0;
}

#pageBody .caption h1 {
	margin: 0;
	color: #fff;
	font-size: 1.0em;
}

