#mainblock {margin:5px 10px; line-height:135%;}
#mainblock label{display:block;margin-top:15px;}

/***** begin bbs *****/
.bbstitleblock {background-color:#dfeaef;width:100%;padding:5px 5px;font-size:14px;clear:both;}
.bbstitleblock2 {font-size:14px;clear:none;margin-bottom:5px}
.bbstitle {clear:none;font-weight:bold;}
.bbsreply {float:right;clear:none;padding-right:5px}
.bbstime {position:relative;width:100%;padding:10px 3px;font-size:12px;}
.bbsreplytitle {background-color:#ececec;width:100%;padding:5px 5px;clear:both;}
.bbscontent {width:90%;line-height:18px;clear:both;}
.bbstag {color:#008000;}
.bbsextra {line-height:13.5px;margin-left:0;color:#999;margin-bottom:15px}
.bbsextra .comments {
	background: url(/images/comments.gif) 0 0 no-repeat;
	padding-left: 18px;
}

.bbsextra .comments:hover {
	padding-left: 18px;
	background: url(/images/comments.gif) 0 -100px no-repeat;
}
.bbscontent2 {margin:0 0 3px 0;color:#666;}
.bbstags{clear:none;padding:1px 0;background-color:#FFF09F;margin-right:5px;color:#8284cc}
/***** end bbs *****/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 60px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 3px;
}
.ui-tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background: url(/images/nav/tab4.gif) no-repeat;
    background-position: 100% -26px;
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
}
.ui-tabs-nav a span {
    width: 35px; /* IE 6 treats width as min-width */
    min-width: 35px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 7px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
		background: url(/images/nav/tab4.gif) no-repeat;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-container {
	padding:5px 10px 5px;
	line-height:150%;
	clear:both;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
body#groupmain h2{font-size:28px;font-weight:bold;margin-left:0;}

#grouplist{padding:10px 10px;clear:both;}
#grouplist .listing{clear:both;margin:20px 8px 0 10px;}
#grouplist .listing div.title{font-size:1.2em;font-weight:bold;margin-left:70px;}
#grouplist .listing div.pic{margin-left:0px;float:left;}
#grouplist .listing div.titleadd{font-size:12px;font-weight:normal;color:#999;display:inline}
#grouplist .info{float:right;line-height:1.8em;}
#grouplist .listing div.summary{margin-left:70px;margin-top:5px;}
#grouplist .listing div.addinfo{margin-left:70px;color:#999;margin-top:3px;}