input { font-family: arial; font-size: 10px; }
textarea { font-family: arial; font-size: 12px; width: 200px; }

select { font-family: arial; font-size: 10px; }
table { background-color: #FFFFFF; }


.seminarinfo { font-family: arial; font-size: 12px; color: #000033; }
.logfile { font-family: arial; font-size: 10px; color: #000000; }
.seminartitle { font-family: arial; font-size: 14px; color: #003366; }
.error { font-family: arial; font-size: 14px; color: #FF0000; }
.error2 { font-family: arial; font-size: 10px; color: #FF0000; }
.error3 { color: #FF0000; }

.errormsg { font-family: arial; font-size: 14px; color: #003366; font-style: italic; }


a.seminarlink { font-family: arial; font-size: 14px; color: #003366; }
a.seminarlink:hover { font-family: arial; font-size: 14px; color: #336699; }
a.seminarlink:down { font-family: arial; font-size: 14px; color: #6699CC; }

.category { width: 80% }
.menulinks { font-family: arial; font-size: 10px; color: #336699; }
.forminfo { font-family: arial; font-size: 10px; color: #003366;  }

.addrecordinfo { font-family: arial; font-size: 10px; }

.listtitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #003366;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: #eff5fa
}

A.usertitle_list:link
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.usertitle_list:active
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.usertitle_list:visited
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.usertitle_list:hover
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: underline;
}

A.user_list:link
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.user_list:active
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.user_list:visited
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.user_list:hover
{
    FONT-SIZE: 10px;
    FONT-FAMILY: arial;
    COLOR: #000000;
    TEXT-DECORATION: none;
}


.registerButton
{
    height:25px;
    width:70px;
    border:1px solid #777;
}

.registerButton:hover
{
	border:1px solid #555;
	background:#aaa;
}