body1 {
	font-family: "Lucida Grande","Arial",Sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #ff0000;
}

#stdform td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: 0px;
}

h2, h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 0.9em;
}

p {
	font-size: 1.0em;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}


form1 {
	margin: 0px;
	padding: 0px;
	height: 1%;
	overflow: hidden;
}

#container {
	display: block;
	width: 760px;
	margin: auto;
	text-align: left;
}

#header {
	height: 1%;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999999;
}

#header #logo {
	width: 240px;
	height: 122px;
	float: left;
	margin: 0 0 0 0;
}

#header #login {
	float: right;
	margin-top: 5px;
	width: 250px;
}

#menu {
	margin-left: 10px;
}

#loginbox {
	margin-left: 10px;
	margin-right: 10px;
}

#menupos {
	width: 190px;
	float: left;
}

#footer {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width: 760px;
	padding-top: 5px;
	border-top: 1px dashed #CC0000;
}


#footer #copyright {
	width: 300px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #999999;
}

#footer #footlinks {
	width: 400px;
	float: right;
	font-family: Arial, Hevetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.menu1-level1-no a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
}

.menu1-level1-no a:hover {
display: block;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
}

.menu1-level1-act a {
display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
}

.menu1-level2-no a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
	padding-left: 5px;
}

.menu1-level2-no a:hover {
display: block;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
	padding-left: 5px;
}

.menu1-level2-act a {
display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
	padding-left: 5px;
}

.menu1-level3-no a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
	padding-left: 10px;
}

.menu1-level3-no a:hover {
display: block;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
	padding-left: 10px;
}

.menu1-level3-act a {
display: block;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom: 1px dashed #FFFFFF;
	padding-left: 10px;
}

#content {
	width: 570px;
	float: right;
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(/i/demobox.png) no-repeat bottom right; 
} 

.cssbox { 
    width: 235px !important; /* intended total box width - padding-right(next) */
    width: 220px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0 5px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
   	color: #666666;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 0px; /* interior-padding right */ 
    padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */ 
} 

/* set the image to use and establish the lower-right position */ 
.cssboxmenu, .cssboxmenu_body, .cssboxmenu_head, .cssboxmenu_head h2 {
    background: transparent url(/i/demobox.png) no-repeat bottom right; 
} 

.cssboxmenu { 
    width: 190px !important; /* intended total box width - padding-right(next) */
    width: 175px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssboxmenu_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssboxmenu_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 10px 0 5px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
   	color: #666666;
} 

/* set the lower-left corner image */ 
.cssboxmenu_body { 
    background-position: bottom left; 
    margin-right: 0px; /* interior-padding right */ 
    padding: 15px 0 15px 10px; /* mirror .cssbox_head right/left */ 
} 

/* Inset 3D Raised */
.raised { background: transparent; margin:0 auto; }
.raised h1, .raised p {margin:0 10px;}
.raised h1 {font-size:12px; color:#ACC415; }
.raised p {padding-bottom:0.5em;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#CCFF66; border-left:1px solid #ACC415; border-right:1px solid #91A60A;}
.raised .b3 {background:#CCFF66; border-left:1px solid #ACC415; border-right:1px solid #91A60A;}
.raised .b4 {background:#CCFF66; border-left:1px solid #ACC415; border-right:1px solid #91A60A;}
.raised .b4b {background:#CCFF66; border-left:1px solid #91A60A; border-right:1px solid #91A60A;}
.raised .b3b {background:#CCFF66; border-left:1px solid #91A60A; border-right:1px solid #91A60A;}
.raised .b2b {background:#CCFF66; border-left:1px solid #91A60A; border-right:1px solid #91A60A;}


.raised .b1 {margin:0 5px; background:#ACC415;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#91A60A;}
.raised .boxcontent {display:block;  background:#CCFF66; border-left:1px solid #ACC415; border-right:1px solid #91A60A;}
.boxcontent {display:block;  background:#CCFF66; border-left:1px solid #ACC415; border-right:1px solid #91A60A;}

.inputactive
{
    font-family: Arial, Hevetica, sans-serif;
    font-size: 11px;
    color: #000099;
}
.inputactiveBold
{
    font-family: Arial, Hevetica, sans-serif;
    font-size: 11px;
    font-weight: bold;    
    color: #000099;
}
.inputactive1
{
    font-family: Arial, Hevetica, sans-serif;
    font-size: 11px;
    color: #006699;
}

.errortext {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
}

.error {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}

#colLeft {
	margin-left: 10px;
}

.twrss_bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.newslink {
	text-align: left;
}

.newslinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.newslink p {
	padding: 5px;
	border-bottom: 1px dashed #ffffff;
}
.outer-table {
	border: 1px dashed #999999;
	background-color: #ececec;
}
#regform .outer-table {
	border: 1px dashed #999999;
	background-color: #ececec;
}

.resultstable {
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
}

.resultstable th {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ececec;
	border-left: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;	
}

.resultstable td {
	font-family: Arial, Hevetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border-left: 1px dashed #cccccc;	
	border-bottom: 1px dashed #cccccc;	
}

#twrss_table {
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

#twrss_table a {
    font-size: 10px;
    text-decoration: none;
}

#twrss_table a:hover {
    text-decoration: underline;
    color: #CC0000;
}

.calendar {
	border: 1px solid #cccccc;
}

.calendar th {
	font-size: 11px;
	background-color: #CCFF99;	
	width: 28px;
}

.tx-chcforum-pi1-noWrap {
	float: right;	display: inline;
	white-space: nowrap;
	font-size: 11px;
}

.tx-chcforum-pi1-navPath {
	float: left;
	padding: 4px;
	margin-top: 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.tx-chcforum-pi1-Table {
	border: 1px solid #cccccc;
	padding: 2px;
	clear: both;
}

.tx-chcforum-pi1-Table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

.tx-chcforum-pi1-Table td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tx-chcforum-pi1-Table thead th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
        line-height: 20px;
        font-weight: normal;
}

.tx-chcforum-pi1-Table tbody th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        background-color: #ececec;
}


.tx-chcforum-pi1-preTableWrap {

}

.tx_chcforum-pi1-subToolBar {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.col-0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.col-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.col-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.col-last {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.tx-chcforum-pi1-FooterBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
}

.tx-chcforum-pi1-pageLinksTop {
	clear: both;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tx-chcforum-pi1-pageLinksBtm {
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tx-chcforum-pi1-linkUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}

#formWhere {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #cc0000; 
	font-weight: normal; 
	margin-top: 10px;
}

#formTop legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding: 4px;
}

#formTop label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#formBottom {
}

#formBottom legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding: 4px;
}

#formBottom label {
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.tx-chcforum-pi1-helpBox {
	border: 0px;
	color: #cccccc;
	font-size: 9px;
}

.tx-chcforum-pi1-postForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	clear: both;
}

.tx-chcforum-pi1-postForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#formBottom textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tx-chcforum-pi1-formBtnHov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}

.tx-chcforum-pi1-formBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.tx-chcforum-pi1-formBtn input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.tx-chcforum-pi1-singlePost {
	margin: 2px;
	border: 1px solid #cccccc;
	padding: 2px;
}

.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.rate {
	clear: both;
	border-top: 1px solid #cccccc;
}

.rateStars {
	float: left;
}

.rateMenu {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.rateMenu select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.rateMenu input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

div.edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tx-chcforum-pi1-catConferenceCell a {
   color: #cc0000;
}

.tx-chcforum-pi1-catConferenceCell a:hover {
   text-decoration: underline;
}

.tx-chcforum-pi1-messageBoxError {
   font-size: 9px;
   color: #cc0000;
   clear: both;
   text-align: right;
}

.tx-chcforum-pi1-forumTextBig {
clear: both;
	border: 1px solid #cc0000;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
}