/* global settings */
body {
	font-family: georgia, arial, verdana;
	font-size: 11px; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 80% 10%;
	background-attachment: fixed;
	color: #000000;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-weight: bold;
	color: #006699;
	}
	
a:link	{
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-weight: bold;
	color: #006699;
	}
	
a:visited	{
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-weight: bold;
	color: #006699;
	}	
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
	border-bottom: 1px dotted #000;
	}

/*
a img {
	border: 0; text-decoration: none
}
*/

a img { margin-bottom: -1px; vertical-align: sub; border: none; }
	
div.new-nav a { text-decoration: none; border-bottom: none; color: black }

#nav div a { text-decoration: none; border-bottom: none; color: black }

/* links within main content are teal */
	
.maincontent a:link  { text-decoration: none; font-weight: bold; color: #006699; }
.maincontent  a:visited	{ text-decoration: none; font-weight: bold;	color: #006699; }	
.maincontent  a:hover { text-decoration: none; font-weight: bold; color: #006699; }


.button a:link { text-decoration: none; font-weight: bold; color: #006699; }
.button a:visited { text-decoration: none; font-weight: bold; color: #006699; }
.button a:hover { text-decoration: none; font-weight: bold;color: #006699; }

.post_form a:link { text-decoration: none; font-weight: bold; color: #006699; }
.post_form a:visited { text-decoration: none; font-weight: bold; color: #006699; }
.post_form a:hover { text-decoration: none; font-weight: bold;color: #006699; }


.thread_content a:link  { text-decoration: none; font-weight: bold; color: #006699; }
.thread_content a:visited	{text-decoration: none; font-weight: bold; color: #006699; }	
.thread_content a:hover { text-decoration: none; font-weight: bold;	color: #006699; }


.blogtitle a:link  { text-decoration: none; font-weight: bold; color: #006699; }
.blogtitle a:visited	{text-decoration: none; font-weight: bold; color: #006699; }	
.blogtitle a:hover { text-decoration: none; font-weight: bold;	color: #006699; }
	
.blogfooter a:link  { text-decoration: none; font-weight: bold; color: #006699; }
.blogfooter a:visited	{ text-decoration: none; font-weight: bold; color: #006699; }
.blogfooter a:hover  { text-decoration: none; font-weight: bold; color: #006699; }

.blogfooter a:link  { text-decoration: none; font-weight: bold; color: #006699; }
.blogfooter a:visited	{ text-decoration: none; font-weight: bold; color: #006699; }
.blogfooter a:hover  { text-decoration: none; font-weight: bold; color: #006699; }

.blogdate a:link { text-decoration: none; font-weight: bold; color: #006699; }
.blogdate a:link  { text-decoration: none; font-weight: bold; color: #006699; }
.blogdate a:link { text-decoration: none; font-weight: bold; color: #006699; }

.blogcontent a:link { text-decoration: none; font-weight: bold; color: #006699; }
.blogcontent a:link { text-decoration: none; font-weight: bold; color: #006699; }
.blogcontent a:link { text-decoration: none; font-weight: bold;color: #006699; }




/*
#nav div a:hover { text-decoration: none; color: black }
*/

#wrap div div a { text-decoration: none; border-bottom: none; color: black }

.subnav-content a { text-decoration: none; border-bottom: none; color: black }
.home-comm-online table tr td div.right-button a {
	text-decoration: none; border-bottom: none; color: black
}

/*
#wrap div div a:hover { text-decoration: none; color: black}
*/

#header-img {
	border: none;
	background: url("/baseims/logo.gif") no-repeat;
}

input[type=submit] {
	padding: 0px;
	line-height: 14px;
	text-align: left;
	font-size:10px;
	margin-top: 6px;
	font-family: verdana, arial;
	font-weight:normal;
	border:solid 1px #777777;
	background-color: #efeeee;
	color: #000000;
}

input[type=submit]:hover {
	font-weight:normal;
	text-decoration:none;
	background-color:#006699;
	color: #ffffff;
}









/* wrap defines everything inside the body, the <div id="wrap"> is used only once */
#wrap {
	width: 100%;
	padding: 0px;
	text-align: left;
}


/* header for whole site, same on all pages */
#header {
	width: 100%;
	margin-top:6px;
}




/* in header */

#search {
	padding-bottom: 3px;
	margin-right: 18px;
}

#search-submit {
	border-style: none;
	background-color: white; width: 28px;
	font-family: arial, verdana; font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	padding-left: 5px;
	padding-top: 4px;	
}

#search-submit:hover {
	text-decoration:underline;
	color: black
}



/* left side main part of site */
#leftside {
	min-width: 500px;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 10px;
}




/* nav bar */
#nav {
	min-width: 500px;
	vertical-align: top;
	margin-bottom: 10px;
	letter-spacing: .1em;
	color: #000000;
	font-family: arial, verdana;
	font-size:10px;
	line-height:16px;
	font-weight: normal;
}





/* content - for main text box */
#content {
	margin-bottom: 4px;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:12px;
	padding-right:12px;
	background-color: #ffffff;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: dotted 1px #000000;
	border-top: dotted 1px #000000;
}

#form-content {
	margin-bottom: 4px;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:12px;
	padding-right:12px;
	background-color: #efeeee;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: dotted 1px #000000;
	border-top: dotted 1px #000000;
}

#subjectheader {
	margin-top: 4px;
	margin-bottom:2px;
	text-align:left;
	font-family: verdana,arial,helvetica;
	font-size: 20px;
	font-weight: normal;

}



/* grey-bar - for the blogs */

#grey-bar {
	margin-bottom: 4px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom:2px;
	text-align: right;
	color: #000000;
	background: transparent url(/baseims/transparent-grey.png);

}



/* right hand column, contains side menu */

#rightside {
	float: right;
	font-weight:normal;
  	vertical-align:top;
  	margin-right:18px;
}



#login-box {
	width: 270px;
	padding:10px;
}



#right-box {
	width: 268px;
	padding:10px;
	margin-bottom:4px;
}




#online-box {
	width: 270px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}





/* footer, same on all pages */

#footer {
	vertical-align: bottom;
	margin-top: 6px;
	margin-left: 30px;
	margin-bottom: 20px;
	
}







/* ------------------------------------------ */


/* Right Side */


/* Log In styles */


.login {
	background: transparent url(/baseims/transparent-grey.png);
	margin-bottom: 0px;
}


.login-content {
	font-family: arial, verdana;
	font-size: 10px;
	line-height: 14px;
	padding-right:4px;
}




.online {
	background: transparent url(/baseims/transparent2.png);	
}



.login-header {
	font-family: arial,verdana;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 6px;
	font-weight: bold;
	letter-spacing: .1em;
}

.home-community {
	background: transparent url(/baseims/transparent-grey.png);	
}

#login-submit {
	border-style: none;
	background: transparent url(/baseims/transparent.png);
	font-weight: bold;
}

#login-submit:hover {
	text-decoration:underline;
}

#login_alert { border-style: solid; border-width: 1px; padding: 5px; margin-bottom: 10px; color: #ff3300; border-color: black; width: 80%; margin-left: auto; margin-right: auto; text-align: center }
#login_contents {
        margin-left: auto; margin-right: auto; margin-top: 25px; width: 75%; 
}
#login_signup { vertical-align: top }
#login_signup h1 { font-size: medium }
#login_login { background-color: #eee; padding: 10px; vertical-align: top }

/* Community Members Online */


.comm-online {
	font-size: 10px;
	line-height: 14px;
	font-family:arial,verdana;
	
}

.home-comm-online {
	background: transparent url(/baseims/transparent2.png);	
}


/* Right Side General text styles */


.right-content {
	font-size: 11px;
	line-height:14px;
}



.right-header {
	color: #000000;
	font-weight:bold;
	font-family:georgia,arial;
	font-size:13px;
	line-height:12px;
	padding-bottom:10px;
}




.right-subheader {
	padding-left: 4px;	
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 6px;
	margin-bottom: 2px;
	font-size: 11px;
	line-height:14px;
	font-weight: bold;
	background: transparent url(/baseims/transparent2.png);
}




/* Subnav styles */


.subnav-content {
	font-family: arial, verdana;
	font-size: 11px;
	line-height:14px;
	letter-spacing: .1em;
}



.subnav-content a:link, .subnav-content a:visited, .subnav-content a:hover {
	font-weight: normal;
}




.subnav-header {
	font-family: arial,verdana;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 2px;
	font-weight: bold;
	letter-spacing: .1em;
}




/* Community styles */


.sub-community-content {
	font-family: arial, verdana;
	padding-left: 12px;	
	font-size: 10px;
	line-height:14px;
	padding-bottom:4px;
}



.sub-community-content a:link, .sub-community-content a:visited, .sub-community-content a:hover {
	font-weight: normal;
}


.community-content {
	font-size: 11px;
	font-family: arial, verdana;
	padding-left: 4px;	
	line-height:16px;
	padding-bottom:4px;
}



.community-content a:link, .community-content a:visited, .community-content a:hover {
	font-weight: normal;
}




/* in right hand column - styles for boxes */

/* subnav boxes */

.member-subnav {
	background: transparent url(/baseims/transparent-blue3.png);
}


.services-subnav {
	background: transparent url(/baseims/blue5.png);
}


.community-subnav {
}


.about-subnav {
	background: transparent url(/baseims/blue6.png);
}


.archives-subnav {
	background: transparent url(/baseims/blue4.png);
}


.programs-subnav {
	background: transparent url(/baseims/blue3.png);
}


.home-subnav {
	background: transparent url(/baseims/transparent-yellow.png);
}



.support-rhizome {
	background: transparent url(/baseims/transparent-yellow.png);
}







/* content boxes */

.box {
	background-color: #ffffff;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: dotted 1px #000000;
	border-top: dotted 1px #000000;
}






/* button styles - for all buttons */

.button {
	font-size: 9px;
	line-height: 14px;
	text-align:right;
	padding-top:2px;
	font-family:verdana,arial;
}



.right-button {
	font-size: 9px;
	line-height: 14px;
	text-align:right;
	font-family:verdana,arial;
	
}




.buy {
	padding: 3px;
	line-height: 14px;
	text-align: left;
	font-size:10px;
	margin-top: 6px;
	font-family: verdana, arial;
}

.buy a:link, .buy a:visited {
	font-weight:normal;
	border:solid 1px #cccccc;
	background-color: #efeeee;
	color: #000000;
}


.buy a:hover {
	font-weight:normal;
	text-decoration:none;
	background-color:#006699;
	color: #ffffff;
}

.right-button2 {
	padding: 3px;
	line-height: 14px;
	text-align: left;
	font-size:10px;
	margin-top: 6px;
	font-family: verdana, arial;
	text-align:right;
}

.right-button2 a:link, .right-button2 a:visited {
	font-weight:normal;
	border:solid 1px #777777;
	background-color: #efeeee;
	color: #000000;
}


.right-button2 a:hover {
	font-weight:normal;
	text-decoration:none;
	background-color:#006699;
	color: #ffffff;
}



/* nav bar styles universal */


.nav {
	letter-spacing: .1em;
	color: #000000;
	font-family: arial, verdana;
	font-size:10px;
	line-height:16px;
	font-weight: normal;
}	


.nav a:link, .nav a:visited {
	font-weight:normal;
	text-decoration:none;
}	


.nav a:hover {
	font-weight:normal;
	text-decoration:underline;
}


/* nav bar styles default*/

.new-nav {
	background: transparent url(/baseims/blue1.png);
	padding-left: 6px;
}

.programs-nav {
	background: transparent url(/baseims/blue2.png);
	padding-left: 6px;
}


.archives-nav {
	background: transparent url(/baseims/blue3.png);
	padding-left: 6px;
}


.memb-nav {
	background: transparent url(/baseims/blue4.png);
	padding-left: 6px;
}
	

.services-nav {
	background: transparent url(/baseims/blue5.png);
	padding-left: 6px;
}


.about-nav {
	background: transparent url(/baseims/blue6.png);
	padding-left: 6px;
}


.new-nav a:visited, .new-nav a:link, .programs-nav a:visited, .programs-nav a:link, .archives-nav a:link, .archives-nav a:visited, .memb-nav a:link, .memb-nav a:visited, 
.services-nav a:link, .services-nav a:visited, .about-nav a:link, .about-nav a:visited {

	font-weight:normal;
}
	
.new-nav a:hover, .programs-nav a:hover, .archives-nav a:hover, .archives-nav a:hover, .memb-nav a:hover, .services-nav a:hover, .about-nav a:hover {
	font-weight:normal;
	text-decoration:underline;
}	



/* nav bar styles for new */

.new-nav-new {
	background: transparent url(/baseims/blue1.png);
	padding-left: 6px;
}


.programs-nav-new {
	background: transparent url(/baseims/blue2.png);
	padding-left: 6px;
}


.archives-nav-new {
	background: transparent url(/baseims/blue3.png);
	padding-left: 6px;
}


.memb-nav-new {
	background: transparent url(/baseims/blue4.png);
	padding-left: 6px;
}
	

.services-nav-new {
	background: transparent url(/baseims/blue5.png);
	padding-left: 6px;
}


.about-nav-new {
	background: transparent url(/baseims/blue6.png);
	padding-left: 6px;
}


.new-nav-new a:visited, .new-nav-new a:link, .programs-nav-new a:visited, .programs-nav-new a:link, .archives-nav-new a:link, .archives-nav-new a:visited, .memb-nav-new a:link, .memb-nav-new a:visited, 
.services-nav-new a:link, .services-nav-new a:visited, .about-nav-new a:link, .about-nav-new a:visited {

	font-weight:normal;
}
	
.new-nav-new a:hover, .programs-nav-new a:hover, .archives-nav-new a:hover, .archives-nav-new a:hover, .memb-nav-new a:hover, .services-nav-new a:hover, .about-nav-new a:hover {
	font-weight:normal;
	text-decoration:underline;
}	

/* nav bar styles for programs */

.new-nav-programs {
	background: transparent url(/baseims/blue1.png);
	padding-left: 6px;
}


.programs-nav-programs {
	background: transparent url(/baseims/blue2.png);
	padding-left: 6px;
}


.archives-nav-programs {
	background: transparent url(/baseims/blue3.png);
	padding-left: 6px;
}


.memb-nav-programs {
	background: transparent url(/baseims/blue4.png);
	padding-left: 6px;
}
	

.services-nav-programs {
	background: transparent url(/baseims/blue5.png);
	padding-left: 6px;
}


.about-nav-programs {
	background: transparent url(/baseims/blue6.png);
	padding-left: 6px;
}


.new-nav-programs a:visited, .new-nav-programs a:link, .programs-nav-programs a:visited, .programs-nav-programs a:link, .archives-nav-programs a:link, .archives-nav-programs a:visited, .memb-nav-programs a:link, .memb-nav-programs a:visited, 
.services-nav-programs a:link, .services-nav-programs a:visited, .about-nav-programs a:link, .about-nav-programs a:visited {

	font-weight:normal;
}
	
.new-nav-programs a:hover, .programs-nav-programs a:hover, .archives-nav-programs a:hover, .archives-nav-programs a:hover, .memb-nav-programs a:hover, .services-nav-programs a:hover, .about-nav-programs a:hover {
	font-weight:normal;
	text-decoration:underline;
}	






/* nav bar styles for about */

.new-nav-about {
	background: transparent url(/baseims/blue1.png);
	padding-left: 6px;
}


.programs-nav-about {
	background: transparent url(/baseims/blue2.png);
	padding-left: 6px;
}


.archives-nav-about {
	background: transparent url(/baseims/blue3.png);
	padding-left: 6px;
}


.memb-nav-about {
	background: transparent url(/baseims/blue4.png);
	padding-left: 6px;
}
	

.services-nav-about {
	background: transparent url(/baseims/blue5.png);
	padding-left: 6px;
}


.about-nav-about {
	background: transparent url(/baseims/blue6.png);
	padding-left: 6px;
}


.new-nav-about a:visited, .new-nav-about a:link, .programs-nav-about a:visited, .programs-nav-about a:link, .archives-nav-about a:link, .archives-nav-about a:visited, .memb-nav-about a:link, .memb-nav-about a:visited, 
.services-nav-about a:link, .services-nav-about a:visited, .about-nav-about a:link, .about-nav-about a:visited {

	font-weight:normal;
}
	
.new-nav-about a:hover, .programs-nav-about a:hover, .archives-nav-about a:hover, .archives-nav-about a:hover, .memb-nav-about a:hover, .services-nav-about a:hover, .about-nav-about a:hover {
	font-weight:normal;
	text-decoration:underline;
}	





/* nav bar styles for membership */

.new-nav-memb {
	background: transparent url(/baseims/blue1.png);
	padding-left: 6px;
}


.programs-nav-memb {
	background: transparent url(/baseims/blue2.png);
	padding-left: 6px;
}


.archives-nav-memb {
	background: transparent url(/baseims/blue3.png);
	padding-left: 6px;
}


.memb-nav-memb {
	background: transparent url(/baseims/blue4.png);
	padding-left: 6px;
}
	

.services-nav-memb {
	background: transparent url(/baseims/blue5.png);
	padding-left: 6px;
}


.about-nav-memb {
	background: transparent url(/baseims/blue6.png);
	padding-left: 6px;
}


.new-nav-memb a:visited, .new-nav-memb a:link, .programs-nav-memb a:visited, .programs-nav-memb a:link, .archives-nav-memb a:link, .archives-nav-memb a:visited, .memb-nav-memb a:link, .memb-nav-memb a:visited, 
.services-nav-memb a:link, .services-nav-memb a:visited, .about-nav-memb a:link, .about-nav-memb a:visited {

	font-weight:normal;
}
	
.new-nav-memb a:hover, .programs-nav-memb a:hover, .archives-nav-memb a:hover, .archives-nav-memb a:hover, .memb-nav-memb a:hover, .services-nav-memb a:hover, .about-nav-memb a:hover {
	font-weight:normal;
	text-decoration:underline;
}	







/* nav bar styles for archives */

.new-nav-archives {
	background: transparent url(/baseims/blue1.png);
	padding-left: 6px;
}


.programs-nav-archives {
	background: transparent url(/baseims/blue2.png);
	padding-left: 6px;
}


.archives-nav-archives {
	background: transparent url(/baseims/blue3.png);
	padding-left: 6px;
}


.memb-nav-archives {
	background: transparent url(/baseims/blue4.png);
	padding-left: 6px;
}
	

.services-nav-archives {
	background: transparent url(/baseims/blue5.png);
	padding-left: 6px;
}


.about-nav-archives {
	background: transparent url(/baseims/blue6.png);
	padding-left: 6px;
}


.new-nav-archives a:visited, .new-nav-archives a:link, .programs-nav-archives a:visited, .programs-nav-archives a:link, .archives-nav-archives a:link, .archives-nav-archives a:visited, .memb-nav-archives a:link, .memb-nav-archives a:visited, 
.services-nav-archives a:link, .services-nav-archives a:visited, .about-nav-archives a:link, .about-nav-archives a:visited {

	font-weight:normal;
}
	
.new-nav-archives a:hover, .programs-nav-archives a:hover, .archives-nav-archives a:hover, .archives-nav-archives a:hover, .memb-nav-archives a:hover, .services-nav-archives a:hover, .about-nav-archives a:hover {
	font-weight:normal;
	text-decoration:underline;
}	



/* nav bar styles for services */

.new-nav-services {
	background: transparent url(/baseims/blue1.png);
	padding-left: 6px;
}


.programs-nav-services {
	background: transparent url(/baseims/blue2.png);
	padding-left: 6px;
}


.archives-nav-services {
	background: transparent url(/baseims/blue3.png);
	padding-left: 6px;
}


.memb-nav-services {
	background: transparent url(/baseims/blue4.png);
	padding-left: 6px;
}
	

.services-nav-services {
	background: transparent url(/baseims/blue5.png);
	padding-left: 6px;
}


.about-nav-services {
	background: transparent url(/baseims/blue6.png);
	padding-left: 6px;
}

.new-nav-services a:visited, .new-nav-services a:link, .programs-nav-services a:visited, .programs-nav-services a:link, .archives-nav-services a:link, .archives-nav-services a:visited, .memb-nav-services a:link, .memb-nav-services a:visited, 
.services-nav-services a:link, .services-nav-services a:visited, .about-nav-services a:link, .about-nav-services a:visited {

	font-weight:normal;
}

.new-nav-services a:hover, .programs-nav-services a:hover, .archives-nav-services a:hover, .archives-nav-services a:hover, .memb-nav-services a:hover, .services-nav-services a:hover, .about-nav-services a:hover {
	font-weight:normal;
	text-decoration:underline;
}	

/* blog styles */


.blogtitle {
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
}


.blogdate {
	font-size: 10px;
	font-family: georgia, arial, verdana;
	font-weight:normal;
	padding-bottom:8px;
}


.blogcontent {
	font-size: 12px;
	padding-top: 10px;
	line-height: 15px;
	font-family: georgia, geneva, helvetica, verdana;
}


.blogfooter {
	font-size: 10px;
	padding-top:6px;
	line-height:12px;
}



.grey-bar {
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	font-family: arial, verdana;

}






/* styles within content */

.maintitle {
	font-size: 14px;
	line-height:16px;
	padding-bottom:2px;
	font-weight:bold;
}


.mainheader {
	font-size: 14px;
	line-height:16px;
	padding-top: 15px;
	padding-bottom:4px;
	font-weight:bold;
}



.mainsmall {
	font-size: 10px;
	font-family: georgia, arial, verdana;
	font-weight:normal;
	padding-bottom:8px;
}


.small {
	font-size: 10px;
	font-family: georgia, arial, verdana;
	font-weight:normal;
}

.small2 {
	font-size: 11px;
	font-family: georgia, arial, verdana;
	font-weight:normal;
}

.mainartist {
	font-size: 11px;
	font-family: georgia, arial, verdana;
	font-weight:normal;
	padding-bottom:8px;
	line-height:14px;
}



.maincontent {
	font-size: 12px;
	line-height: 16px;
}



.mainfooter {
	font-size: 10px;
	font-family: arial, verdana;
	margin-top:6px;
}




.smallnav {
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 4px;
}


.alert {
	font-size: 12px;
	line-height: 16px;
	color: F70227;
	padding:10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
	background-color:efeeee;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}

/* styles for text threads and posts */


.thread_content {
	font-size: 12px;
	line-height: 16px;
	padding: 6px;
}

.thread_body {
	font-size: 11px;
	line-height: 16px;
	padding:5px;
	background-color:efeeee;
	border-left: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	border-right: dotted 1px #cccccc;
}

.dot_line {border-bottom: dotted 1px #666666;}


.post_form {
	font-size: 11px;
	line-height: 16px;
}

.form-chart-top {
	font-size: 11px;
	line-height: 16px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	background-color:dddddd;
	border-left: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	border-right: dotted 1px #cccccc;
}

.form-chart {
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 14px;
	padding:3px 5px 3px 5px;
	background-color:efeeee;
	font-weight:normal;
	border-left: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	border-right: dotted 1px #cccccc;
}

.post_warning {
	font-size: 11px;
	line-height: 16px;
	padding:6px;
	background-color:#ffffff;
	border-left: dotted 1px #006699;
	border-bottom: dotted 1px #006699;
	border-top: dotted 1px #006699;
	border-right: dotted 1px #006699;
}

.thread_date {
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 14px;
	padding-right:4px;
}




/* in footer */

.address {
	font-family: georgia, arial;
	font-size: 10px;
	color: #000000;
	line-height: 11px;
}


/* other */

input, select {
	color: black;
	font-family: arial, verdana;
	font-size: 10px;
	padding-bottom:4px;
	line-height:11px;
}

a.proposal_sites:link	{
	font-size:75%;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
	
a.proposal_sites:active	{
	font-size:75%;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}	
	
a.proposal_sites:visited	{
	font-size:75%;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}	
	
a.proposal_sites:hover {
	font-size:75%;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

.question {

cursor:default;

display:inline;

font-size:12pt;

font-family:serif;

color:black;

font-weight:bold;

}



.answer {

display:none;

color:#00326d;

font-size:8pt;

font-family:sans-serif;

padding: 2 0 5 0;

}



.container{

display:inline;

}


a input { font-weight: normal }

a input:hover { text-decoration: none }

ul {
	list-style-image: url(/baseims/plus_black.gif); list-style-position: outside
}