/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #fff;
}

BODY, td, th
{
    color: #000000;
}
table
{
    border-collapse: collapse;
}
.clear
{
    clear:both;
}
.smallTimes
{
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
}
.button1text
{
    filter: Gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
/* --------------------------- main menu --------------------------- */
/* --------------------------- column --------------------------- */
/* --------------------------- content --------------------------- */
/* --------------------------- form --------------------------- */
.radio
{
	font-size: 11px;
	background: transparent;
	border: none;
}
/* --------------------------- footer --------------------------- */
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.alertText, .okText
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
}
.alertTextSmall
{
    color: #D50301;
    font-weight: bold;
    text-align: center;
}
.okText
{
    color: #000000;
    text-align: center;
}
.lineList
{
	font-size: 90%;
	margin-bottom: 7px;
}
a.lineList
{
	color: #444444;
	background-color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}
a.lineList:hover
{
	color: #000000;
	background-color: #eee;
	border: 1px solid #000000;
	text-decoration: none;
}
div.commentList
{
    margin: 3px;
    padding: 5px;
}
div.commentTitle
{
    border-top: 1px solid #000;
    padding: 3px 3px 3px 20px;
    font-size: .9em;
    font-style: italic;
    margin-top: 20px;
}
.commentAdmin
{
    border-left: 3px solid #000;
    margin: 5px 5px 5px 30px;
    padding: 3px 3px 3px 7px;
    font-style: italic;
}
div.voteBar
{
    border: 1px solid #C0C0C0;
    background: #EEEEEE;
    font-size: 6px;
    margin: 3px 0;
}
a:focus
{
    outline: none;
}
/* --------------------------- original --------------------------- */
.back
{
    background-image: url(images/BackMenu.jpg);
    background-repeat: repeat-x;
    font-family: "Times New Roman", Times, serif;
}
.button
{
    filter: Gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}
.button1
{
    filter: Gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #598467;
    text-decoration: none;
}
a:hover .button
{
    filter: none;
    color: #598467;
}
a:hover .button1
{
    filter: none;
    color: #598467;
    text-decoration: underline;
}
.text
{
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}
.title, h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
}
h1
{
/*    text-transform: lowercase;    */
}
.part
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: bold;
    color: #EAEAEA;
}
.pre
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
}
.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
a:hover .link
{
    color: #598467;
}
.label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}
a.label:hover
{
    filter: none;
    color: #598467;
}