/*************************************************************/
	/* VHFFS blue theme style sheet, based on the work of        */
	/* G.Wolfgang. Found on Open Source Web Design               */
	/* (http://www.oswd.org)                                     */
	/*************************************************************/
	/*************************/ /* SECTION 1 - MAIN BODY */
	/*************************/
body {
	font-size: 10px;
	margin: 0px auto;
	padding: 0px;
	background: rgb(227, 227, 227);
	font-family: arial, sans-serif;
}

div#background-container {
	background: url(../img/background_body.png) top center repeat-y;
}

.page-container-login {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	background: white;
	border: solid 1px rgb(100, 100, 100);
}

.page-container-1 {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px rgb(100, 100, 100);
}

.page-container-panel {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px rgb(100, 100, 100);;
	background: url(../img/background_layout_2.gif) top left repeat-y;
}

.page-container-public {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px rgb(100, 100, 100);;
	background: url(../img/background_layout_1.gif) top left repeat-y;
}

/*************************************/
	/* SECTION 2 - HEADER AND NAVIGATION */
	/*************************************/
.header {
	width: 770px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	background: white;
}

/*-----------------------------------*/
	/* 2.1 - Sitename, slogan and banner */
	/*-----------------------------------*/
	/*.site-name {width: 300px; height: 50px; top: 12px; position: absolute; z-index: 4; overflow: hidden; margin: 0px; padding-left: 75px; color: rgb(69,140,204);}*/
.site-name {
	width: 300px;
	height: 50px;
	padding-top: 12px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding-left: 75px;
	color: rgb(69, 140, 204);
}

/*--------------------------*/ /* 2.2 - Navigation - Flags */
	/*--------------------------*/
.navflag {
	width: 750px;
	top: 14px;
	position: absolute;
	z-index: 2;
	background-color: transparent;;
	text-align: right;;
	padding: 0px 20px 0px 0px;
}

.navflag a {
	margin: 0px;
	padding: 0px 0px 0px 1px;
}

.navflag a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.navflag img {
	margin: 0px;
	padding: 0px;;
	border: none;
	height: 14px;
}

/*----------------------------*/ /* 2.3 - Navigation - Level 1 */
	/*----------------------------*/
.nav1 {
	width: 750px;
	top: 35px;
	position: absolute;
	z-index: 3;
	background: transparent;;
	font-family: verdana, arial, sans serif;;
	font-size: 10px;;
	text-align: right;;
	padding: 2px 0px 20px 0px;;
	font-weight: bold;
}

.nav1 a {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	border-right: solid 1px rgb(115, 162, 182);
	color: rgb(115, 162, 182);
	text-decoration: none;
	font-size: 10px;
}

.nav1 a:first-child {
	border-left: solid 1px rgb(115, 162, 182);
}

.nav1 a:hover,.nav1 a.selected {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

/*----------------------------*/ /* 2.4 - Navigation - Level 2 */
	/*----------------------------*/
#top-menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans serif;
	font-size: 10px;;
	padding-bottom: 60px;;
	background-color: rgb(255, 255, 255);
}

#top-menu ul {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px rgb(54, 83, 151);
	border-bottom: solid 1px rgb(54, 83, 151);
	background-color: rgb(127, 162, 202);
	font-weight: bold;
}

#top-menu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top-menu li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-right: solid 1px rgb(54, 83, 151);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
}

#top-menu a:hover,#top-menu a.selected {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

/*----------------------------*/ /* 2.5 - Navigation - Level 3 */
	/*----------------------------*/
div#left-menu {
	overflow: hidden;
	width: 160px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	color: rgb(75, 75, 75);
	background-color: rgb(255, 255, 255);
	font-size: 10px;
	float: left;
}

div#right-menu {
	float: right;;
	overflow: hidden;
	left: 50%;
	width: 160px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	color: rgb(75, 75, 75);
	background-color: rgb(255, 255, 255);
	font-size: 10px;
}

div#left-menu h1,div#right-menu h1 {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 2px 7px;
	background-color: rgb(156, 186, 214);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	border: none;
}

div#left-menu h2,div#right-menu h2 {
	background-color: rgb(219, 230, 241);
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	border-top: solid 1px rgb(200, 200, 200);;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-size: 120%;;
	cursor: pointer;
}

div#left-menu h2.empty,div#right-menu h2.empty {
	font-style: italic;
}

div#left-menu div.menu,div#right-menu div.menu {
	background-color: rgb(219, 230, 241);
}

div#left-menu a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	border-left: solid 7px rgb(219, 230, 241);
	color: rgb(75, 75, 75);
	text-decoration: none;
	font-size: 120%;
}

div#left-menu a:hover {
	border-left: solid 7px rgb(156, 186, 214);
	color: rgb(100, 100, 100);
	text-decoration: none;;
	padding: 0px 7px 0px 7px;
}

a.tag1 {
	text-decoration: none;
	color: rgb(75, 75, 75)
}

a.tag1:visited {
	color: rgb(75, 75, 75)
}

a.tag1:hover {
	color: rgb(105, 105, 105)
}

a.tag2 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 11px
}

a.tag2:visited {
	color: rgb(75, 75, 75)
}

a.tag2:hover {
	color: rgb(105, 105, 105)
}

a.tag3 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 12px
}

a.tag3:visited {
	color: rgb(75, 75, 75)
}

a.tag3:hover {
	color: rgb(105, 105, 105)
}

a.tag4 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 13px
}

a.tag4:visited {
	color: rgb(75, 75, 75)
}

a.tag4:hover {
	color: rgb(105, 105, 105)
}

a.tag5 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 14px
}

a.tag5:visited {
	color: rgb(75, 75, 75)
}

a.tag5:hover {
	color: rgb(105, 105, 105)
}

a.tag6 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 10px;
	font-weight: bold;
}

a.tag6:visited {
	color: rgb(75, 75, 75)
}

a.tag6:hover {
	color: rgb(105, 105, 105)
}

a.tag7 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 11px;
	font-weight: bold;
}

a.tag7:visited {
	color: rgb(75, 75, 75)
}

a.tag7:hover {
	color: rgb(105, 105, 105)
}

a.tag8 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 12px;
	font-weight: bold;
}

a.tag8:visited {
	color: rgb(75, 75, 75)
}

a.tag8:hover {
	color: rgb(105, 105, 105)
}

a.tag9 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 13px;
	font-weight: bold;
}

a.tag9:visited {
	color: rgb(75, 75, 75)
}

a.tag9:hover {
	color: rgb(105, 105, 105)
}

a.tag10 {
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-size: 14px
}

a.tag10:visited {
	color: rgb(75, 75, 75)
}

a.tag11:hover {
	color: rgb(105, 105, 105)
}

div.tags-menu p.more-tags,div.public-content p.more-group {
	font-size: 12px;
	text-align: center
}

/******************************************************************************/
	/* SECTION 3 - SPECIFIC CLASSES FOR LAYOUT #1 (With navigation, with sidebar )*/
	/******************************************************************************/
.public-content {
	width: 410px;
	min-height: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 180px 10px 180px;
	color: rgb(75, 75, 75);
	font-size: 10px;
}

.public-content h2 {
	margin: 10px 0px;
}

.public-content h1+h2 {
	margin: 5px 0px 10px;
}

.public-content p {
	font-size: 120%
}

.group-info img.group-avatar {
	width: 90px;;
	height: 60px;;
	float: left;;
	margin-right: 5px;;
	margin-bottom: 5px;
}

p.tags a {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.content1-container {
	clear: both;
	float: left;
	width: 408px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.content1-container-1col {
	overflow: hidden;
	width: 408px;
	margin: 0px;
	padding: 0px;
}

.content1-container-1col-txtright-200px {
	float: right;
	width: 196px;
	margin: 0px;
	padding: 0px;
}

.content1-container-1col-txtright-160px {
	float: right;
	width: 236px;
	margin: 0px;
	padding: 0px;
}

.content1-container-1col-txtright-120px {
	float: right;
	width: 276px;
	margin: 0px;
	padding: 0px;
}

.content1-container-1col-txtright-100px {
	float: right;
	width: 296px;
	margin: 0px;
	padding: 0px;
}

.content1-container-1col-txtright-80px {
	float: right;
	width: 316px;
	margin: 0px;
	padding: 0px;
}

.content1-container-1col-txtright-60px {
	float: right;
	width: 336px;
	margin: 0px;
	padding: 0px;
}

.content1-container-1col-txtright-40px {
	float: right;
	width: 356px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-left {
	overflow: hidden;
	float: left;
	width: 191px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-right {
	overflow: hidden;
	float: right;
	width: 191px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-txtright-100px {
	float: right;
	width: 79px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-txtright-80px {
	float: right;
	width: 99px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-txtright-60px {
	float: right;
	width: 119px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-txtright-40px {
	float: right;
	width: 139px;
	margin: 0px;
	padding: 0px;
}

.content1-container-2col-txtright-20px {
	float: right;
	width: 159px;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-left {
	overflow: hidden;
	float: left;
	width: 119px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
}

.content1-container-3col-middle {
	overflow: hidden;
	float: left;
	width: 119px;;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-right {
	overflow: hidden;
	float: right;
	width: 119px;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-txtright-60px {
	float: right;
	width: 47px;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-txtright-40px {
	float: right;
	width: 67px;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-txtright-20px {
	float: right;
	width: 87px;
	margin: 0px;
	padding: 0px;
}

.content1-container-3col-txtright-10px {
	float: right;
	width: 97px;
	margin: 0px;
	padding: 0px;
}

.content1-pagetitle {
	overflow: hidden;
	width: 408px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px rgb(88, 144, 168);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 180%;
}

/******************************************************/
	/* SECTION 4 - SPECIFIC CLASSES FOR LAYOUTS #2 and #3 */
	/******************************************************/
.content2 {
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 180px;
	color: rgb(75, 75, 75);
	font-size: 10px;
}

.content-login {
	width: 569px;
	min-height: 300px;
	margin: 0px auto 10px auto;
	color: rgb(75, 75, 75);
}

.content3 {
	float: left;
	width: 590px;
	min-height: 500px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: rgb(75, 75, 75);
	font-size: 10px;
}

.content2-container,.content3-container {
	clear: both;
	float: left;
	width: 569px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.content2-container-1col,.content3-container-1col {
	overflow: hidden;
	width: 569px;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col-txtright-200px,.content3-container-1col-txtright-200px
	{
	float: right;
	width: 357px;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col-txtright-160px,.content3-container-1col-txtright-160px
	{
	float: right;
	width: 397px;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col-txtright-120px,.content3-container-1col-txtright-120px
	{
	float: right;
	width: 437px;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col-txtright-100px,.content3-container-1col-txtright-100px
	{
	float: right;
	width: 457px;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col-txtright-80px,.content3-container-1col-txtright-80px
	{
	float: right;
	width: 477px;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col-txtright-60px,.content3-container-1col-txtright-60px
	{
	float: right;
	width: 497px;
	margin: 0px;
	padding: 0px;
}

.content2-container-1col-txtright-40px,.content3-container-1col-txtright-40px
	{
	float: right;
	width: 517px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-left,.content3-container-2col-left {
	overflow: hidden;
	float: left;
	width: 272px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-right,.content3-container-2col-right {
	overflow: hidden;
	float: right;
	width: 272px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-txtright-100px,.content3-container-2col-txtright-100px
	{
	float: right;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-txtright-80px,.content3-container-2col-txtright-80px
	{
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-txtright-60px,.content3-container-2col-txtright-60px
	{
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-txtright-40px,.content3-container-2col-txtright-40px
	{
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

.content2-container-2col-txtright-20px,.content3-container-2col-txtright-20px
	{
	float: right;
	width: 240px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-left,.content3-container-3col-left {
	overflow: hidden;
	float: left;
	width: 173px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
}

.content2-container-3col-middle,.content3-container-3col-middle {
	overflow: hidden;
	float: left;
	width: 173px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-right,.content3-container-3col-right {
	overflow: hidden;
	float: right;
	width: 173px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-txtright-60px,.content3-container-3col-txtright-60px
	{
	overflow: hidden;
	float: right;
	width: 101px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-txtright-40px,.content3-container-3col-txtright-40px
	{
	overflow: hidden;
	float: right;
	width: 121px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-txtright-20px,.content3-container-3col-txtright-20px
	{
	overflow: hidden;
	float: right;
	width: 141px;
	margin: 0px;
	padding: 0px;
}

.content2-container-3col-txtright-10px,.content3-container-3col-txtright-10px
	{
	overflow: hidden;
	float: right;
	width: 151px;
	margin: 0px;
	padding: 0px;
}

/*********************************/ /* SECTION 6 - COMMON PARAMETERS */
	/*********************************/ /*--------------------*/
	/* 6.1 - Content Area */ /*--------------------*/
	/* Titles and textboxes*/
h1 {
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px rgb(88, 144, 168);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 180%;
}

h1 a {
	color: rgb(75, 75, 75);
	text-decoration: none;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 160%;
}

h3 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 140%;
}

h4 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 120%;
}

p.subtitle {
	margin: 0px;
	padding: 0px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 110%;
}

.content-login h1 {
	overflow: hidden;;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 200%;;
	border: none;
}

.content-login h1 a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.content-login label {
	display: block;;
	float: left;;
	width: 150px;
}

.content-login form#loginForm {
	width: 410px;
	margin: 0 auto 0 auto;
}

.content-login p#psubscribe,.content-login p#plostpass,.content-login p#pinfo,.content-login p#ppublic
	{
	text-align: center
}

/*----------------*/ /* - Forms        */ /*----------------*/
input,textarea,select,button {
	margin: 0px;
	background-color: rgb(235, 235, 235);
	color: rgb(30, 30, 30);
	border: 1px solid rgb(150, 150, 150);;
	font-size: 12px;
}

input:focus,textarea:focus,select:focus {
	border: 1px solid rgb(120, 120, 120);;
	background-color: rgb(225, 225, 225);;
	color: rgb(0, 0, 0);
}

input [type="text"],input [type="password"] {
	width: 250px
}

p.submit {
	text-align: center
}

input [type="submit"],button,input [type="button"] {
	background-color: rgb(210, 210, 210);
}

.content2 textarea {
	width: 500px;
	height: 200px;
}

.public-content textarea {
	width: 400px;
	height: 150px;
}

label {
	display: block;
	margin-bottom: 0.2em;
	position: relative;
	font-size: 12px;
}

.vhffs-tool-tip {
	top: 0px;
	display: block;
	position: absolute;;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(240, 240, 240);
	z-index: 10;
	left: 3em;;
	max-width: 250px;
}

div.info {
	position: absolute;
	top: 0px;
	visibility: hidden;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(240, 240, 240);
	max-width: 500px;
	min-height: 50px;;
	font-size: 12px;;
	z-index: 200
}

div.infoCentered {
	left: 50%;
	margin-left: -160px;
}

div.info div.content {
	padding: 10px 10px 1px 10px;
}

div.info div.content ul {
	font-size: 12px
}

div.info div.content p.info {
	font-style: italic;
}

div.info div.title {
	padding: 0 14px 0 0;;
	margin: 0;
	border-bottom: 1px solid rgb(150, 150, 150);
	background-color: rgb(220, 220, 220);
	text-align: center;
	line-height: 16px;
}

div.info div.content textarea {
	width: 100%;
}

div.info div.toolbar {
	text-align: center;
	padding: 0px 0px 5px 0px;
}

div.info img.closeButton {
	position: absolute;
	z-index: 500;
	top: 2px;
	right: 2px;
}

div#moderationInfo textarea {
	height: 150px
}

div#fieldHelp {
	float: right;
	margin-right: 30px;;
	visibility: hidden;;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(240, 240, 240);;
	width: 250px;
}

div#fieldHelp div#fieldHelpTitle {
	font-weight: bold
}

input+span.tooltip {
	font-weight: bold;
}

.content-title-noshade-size1 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 130%;
}

.content-title-noshade-size2 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 150%;
}

.content-title-noshade-size3 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 160%;
}

.content-title-noshade-size4 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 180%;
}

.content-title-noshade-size5 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 200%;
}

.content-title-shade-size1 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(100, 100, 100);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 130%;
}

.content-title-shade-size2 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 150%;
}

.content-title-shade-size3 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 160%;
}

.content-title-shade-size4 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 180%;
}

.content-title-shade-size5 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 200%;
}

.content-subtitle-noshade-size1 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 110%;
}

.content-subtitle-noshade-size2 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 120%;
}

.content-subtitle-noshade-size3 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 130%;
}

.content-subtitle-noshade-size4 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 140%;
}

.content-subtitle-noshade-size5 {
	margin: 0px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 150%;
}

.content-subtitle-shade-size1 {
	margin: 0px;
	padding: 0px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 110%;
}

.content-subtitle-shade-size2 {
	margin: 0px;
	padding: 0px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 120%;
}

.content-subtitle-shade-size3 {
	margin: 0px;
	padding: 0px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 130%;
}

.content-subtitle-shade-size4 {
	margin: 0px;
	padding: 0px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 140%;
}

.content-subtitle-shade-size5 {
	margin: 0px;
	padding: 0px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 150%;
}

.content-txtbox-noshade {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: rgb(255, 255, 255);
}

.content-txtbox-shade {
	margin: 0px;
	padding: 7px 10px 5px 10px;
	background-color: rgb(235, 235, 235);
}

hr {
	color: rgb(200, 200, 200);
	background-color: rgb(200, 200, 200);
	height: 1px;
	margin: 0px 0px 15px 0px;;
	border: 0;;
	width: 569px
}

/* Paragraphs */
p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.3em;
	font-family: arial, sans serif;
}

p.readmore {
	margin: 1.0em 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 110%;
}

p.quote {
	margin: 0em 30px 0.6em 30px;
	line-height: 120%;
	font-size: 120%;
}

p.embed {
	float: left;
	width: 120px;
	margin: 7px 7px 5px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(238, 237, 249);
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 140%;
}

p.embed-caption {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 70%;
}

/* Quote */
p.quote {
	clear: left;
	margin: 0em 30px 0.6em 30px;
	line-height: 120%;
	font-size: 110%;
}

/* Embedded emphasis */
.embed {
	float: left;
	width: 120px;
	margin: 2px 7px 2px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(238, 237, 249);
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 140%;
}

.embed-caption {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 70%;
}

/* Lists */
ul {
	margin: 0px 0px 7px 15px;
	padding: 0px 0px 0px 15px;
	font-family: arial;
	font-size: 120%;
}

ul li {
	list-style-image: url('../img/bullet.png');
}

.public-content ul li p {
	font-size: 12px
}

.public-content a.webarea-link {
	text-decoration: none;
	font-weight: bold
}

ol {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 25px;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 120%;
}

ul.linklist-noindent {
	margin: -0.3em 0px 0.5em 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 120%;
}

ul.linklist-indent {
	margin: -0.3em 0px 0.5em 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 120%;
}

/* Tables */
table {
	border: solid 1px rgb(150, 150, 150);
	empty-cells: show;
	border-collapse: collapse;
	background-color: rgb(233, 232, 244);
}

table tr {
	margin: 0px;
	padding: 0px;
}

table td {
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150, 150, 150);
	text-align: left;
	font-size: 120%;
}

table th {
	margin: 0px;
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150, 150, 150);
	empty-cells: show;
	text-align: left;
	font-size: 120%;
}

table.moderation th {
	border: none;
	border-bottom: solid 1px rgb(150, 150, 150);
}

table.moderation td {
	border: none;
}

table.moderation tr.buttons td {
	text-align: center;
	border-bottom: solid 1px rgb(150, 150, 150);;
	padding-bottom: 5px
}

table.moderation tr.buttons td input {
	font-size: 11px;
}

/* Images */
.img-left-noborder-notopmargin {
	float: left;
	margin: 0px 10px 0px 0px;
}

.img-left-noborder-topmargin {
	float: left;
	margin: 3px 10px 0px 0px;
}

.img-left-border-notopmargin {
	float: left;
	margin: 0px 10px 0px 0px;
	border: solid 1px rgb(150, 150, 150);
}

.img-left-border-topmargin {
	float: left;
	margin: 3px 10px 0px 0px;
	border: solid 1px rgb(150, 150, 150);
}

.img-right-noborder-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
}

.img-right-noborder-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
}

.img-right-border-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
	border: solid 1px rgb(150, 150, 150);
}

.img-right-border-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
	border: solid 1px rgb(150, 150, 150);
}

/*--------------------*/ /* 6.2 - Sidebar Area */
	/*--------------------*/
.sidebar {
	overflow: hidden;
	float: right;
	width: 160px;
	min-height: 500px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: rgb(75, 75, 75);
}

.sidebar-maintitle {
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 2px 10px;
	background-color: rgb(156, 186, 214);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}

.sidebar-title-noshade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border-top: solid 1px rgb(215, 215, 215);
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-size: 120%;
}

.sidebar-title-shade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-size: 120%;
}

.sidebar-txtbox-noshade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
}

.sidebar-txtbox-shade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	background-color: rgb(235, 235, 235);
}

.sidebar-txtbox-noshade p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.25em;
	font-size: 110%;
}

.sidebar-txtbox-shade p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.25em;
	font-size: 110%;
}

/*--------------------*/ /* 6.3 - Footer Area  */
	/*--------------------*/
.footer {
	overflow: hidden;
	clear: both;
	width: 770px;
	height: 1.4em;
	margin: 0px;
	padding: 0.5em 0px 0.5em 0px;
	border-top: solid 1px rgb(125, 125, 125);
	background-color: rgb(128, 161, 202);
	color: rgb(255, 255, 255);
	font-size: 10px;
}

.footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.3em;
	font-size: 110%;
}

/*-------------------*/ /* 6.4 - Hyperlinks  */ /*-------------------*/
a {
	color: rgb(75, 75, 75);
	text-decoration: underline;
}

a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: rgb(150, 150, 150);
}

.footer a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.footer a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

/*******************************/ /* SECTION 7 - GENERIC CLASSES */
	/*******************************/ /*-----------------------------*/
	/* 7.2 - Horizontal alignments */ /*-----------------------------*/
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/*------------------*/ /* 7.3  Text colors */ /*------------------*/
.txt-white {
	color: rgb(255, 255, 255);
}

.txt-black {
	color: rgb(0, 0, 0);
}

.txt-grey01 {
	color: rgb(242, 242, 242);
}

.txt-grey02 {
	color: rgb(230, 230, 230);
}

.txt-grey03 {
	color: rgb(217, 217, 217);
}

.txt-grey04 {
	color: rgb(204, 204, 204);
}

.txt-grey05 {
	color: rgb(191, 191, 191);
}

.txt-grey06 {
	color: rgb(178, 178, 178);
}

.txt-grey07 {
	color: rgb(153, 153, 153);
}

.txt-grey08 {
	color: rgb(127, 127, 127);
}

.txt-grey09 {
	color: rgb(89, 89, 89);
}

.txt-grey10 {
	color: rgb(51, 51, 51);
}

/*****************************/ /* SECTION 8 - MISCELLANEOUS */
	/*****************************/
.clear {
	clear: both;
}

.hide {
	display: none;
}

br {
	clear: none;
}

/**************************/ /*        Login           */
.page-container-login div.logo {
	text-align: center;
	margin-bottom: 20px
}

div#tagging-panel {
	margin-top:5px;
}

div#tagging-panel h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: rgb(88, 144, 168);
	font-weight: bold;
	font-size: 140%;
	border: none;
}

div#tagging-panel div.categories {
	width: 285px;
	margin-right: 5px;
	float: left;
}

div#tagging-panel div.tags {
	width: 285px;
	margin-right: 5px;
	float: right;
}

div#tagging-panel div.request {
	clear:both;
	padding-top:10px;
}

div#tagging-panel div.request label {
	position:static;
	float: none;
	display:inline;
	margin-right:5px;
}


