/* Tabbed menu */

.windowTabs {
			font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
			font-weight: bold;
			font-size: 20px;
			margin: 0;
			padding: 2px 0;
			color: black;
			text-align: left;
			position: relative;
	}

.windowTabs .small {
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 15px;
			position: relative;
			bottom: -3px;
	}

.windowTabs .right {
			position: absolute;
			right: 0;
			top: -3px;
	}

.windowTabs *,
.windowTabs a:link,
.windowTabs a:visited,
.windowTabs a:active {
			color: black;
			padding: 2px 5px 2px 5px;
			margin: 0;
			border-width: 3px 0 0 0;
			border-style: dashed;
			font-variant: small-caps;
	}

.windowTabs a:hover {
			border-color: red ! important;
			border-style: solid;
	}

#windowTabSelected {
			color: black;
			padding: 2px 5px 2px 5px;
			margin: 0;
	/*		text-decoration: underline;*/
			border-width: 3px 0 0 0;
			border-style: solid;
	}

a.pageAnchor,
a.pageAnchor:link,
a.pageAnchor:visited,
a.pageAnchor:active {
			cursor: help;
	}

a.pageAnchor:hover {
	}

/* Sub-menu */

.window .subMenu {
			padding: 5px;
			border-width: 0 0 3px 0;
			border-style: solid;
	}

/* Layers */

.layer {
			padding: 2px;
			border: 1px #8C8977 solid;
			background: #FEF9E6;
	}

.layer strong {
			color: black;
	}

#layerInfo, #layerHelp, #layerTip {
			text-align: justify;
			padding: 2px;
			border: 1px #6FB7E5 solid;
			background: #DEF0FA;
			position: absolute;
			z-index: 350;
			width: 200px;
	}

#layerError, #layerWarning {
			text-align: justify;
			padding: 2px;
			border: 1px #EA8686 solid;
			background: #F6CECE;
			position: absolute;
			z-index: 351;
			width: 200px;
	}

/* Buttons */

.button,
a.button,
a.button:link,
a.button:visited,
a.button:active {
			white-space: nowrap;
			color: black;
			margin: 2px;
			padding: 3px;
			background: #DCF0F8;
			border-top: 3px solid #6FB7E5;
			border-bottom: 3px solid #6FB7E5;
	}

a.button:hover {
			color: black;
			margin: 2px;
			padding: 3px;
			background: white;
			border-top: 3px dashed #1E86A8;
			border-bottom: 3px dashed #1E86A8;
	}

.bb,
.bb:link,
.bb:visited,
.bb:active {
			font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #0066CC;
			font-variant: small-caps;
			font-weight: bold;
			background: url("../images/arrow_small_down.gif") left no-repeat;
			padding-left: 20px;
			cursor: pointer;
			display: block;
			border: 0;
	}

.bb:hover { 
			color: red;
	}

.bb span {
			color: black;
	}

.window .userFrame {
/*			border-top: 3px solid #8C8977;
			border-bottom: 3px solid #8C8977;
			margin: 0 5%;
			background: #DEDDD8 url("../images/quote.gif") right bottom no-repeat;*/
			border-top: 1px solid #8C8977;
			padding: 5px;
	}

.window .userFrame .avatar {
			margin: 10px;
			padding: 10px;
			text-align: center;
			border: 1px solid #8C8977;
			background: #DFF8D2;
	}

.title {
			font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			border: 0;
	}

.titleLine {
			font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			border-bottom: 2px solid black;
			margin: 0 10% 5px 10%;
	}

.titleLineContent {
			margin: 0 10% 0 10%;
	}

h2 {
			font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 28px;
			font-variant: small-caps;
			font-weight: bold;
			margin: 0;
			color: #000099;
			letter-spacing: 2px;
	}
	
.window .frame .title,
.window .frame2 .title,
.window .frame3 .title,
.window .frame4 .title,
.window .frame5 .title,
.window .frame6 .title,
.window .frame7 .title {
			text-align: center;
	}
			
.pageMenu {
			text-align: right;
	}

.pageMenu a,
.pageMenu a:link,
.pageMenu a:visited,
.pageMenu a:active {
			font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			color: black;
			border-width: 0 4px 0 0;
			border-style: solid;
			padding-right: 5px;
	}

.pageMenu a:hover {
			border-color: red;
			color: black;
	}