body, h1 {
	font-size: 12px; font-family: Tahoma, verdana, arial, helvetica, sans-serif
}

h1 {
	font-size: 20px; color: navy
}
input.login, input.post, select.post, textarea.post{
	background-color: #ffffff;
	border: 1px solid navy;
	padding: 2px;
	font-size: 12px;
}
input.mainoption {
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma,sans-serif;
	padding:0px 0 0px 0;
}
input.lowoption {
	font-size:10px;
	font-family:Tahoma,sans-serif;
	padding:0px 0 0px 0;
}
input.fancy-button {
	background-color: #ffffff;
    border: 1px solid navy;
	padding:0px 0px 0px 0px;
}


.panelwrapper {
    border: 1px solid #88b0e4;
}

a{
	font-weight: bold; font-size: 12px; color: #4c01b1; text-decoration: none
}
/*
a:link, a:active, a:visited {
	font-weight: normal; color: #4c01b1; text-decoration: none
}

a:hover {
	color: red; text-decoration: underline
}
*/
.error{
	color:red; font-size: 20px;
}
.warning{
	color:red;
    font-weight: bold;
}

.copyright{
    color:gray; font-size: 11px;
}

.group-header{    
    background-color: #E3F1FE;
    height:18px;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px none #88B0E4;
	border-right: 1px none #88B0E4;
	border-bottom: 1px solid #88B0E4;
	border-left: 1px none #88B0E4;
	padding: 0px 0px 0px 5px;    
}
.group-row1{    
    background-color: #FFFFFF;
}
.group-row1, .group-row2{    
	border-top: 1px none #88B0E4;
	border-right: 1px none #88B0E4;
	border-bottom: 1px dashed #88B0E4;
	border-left: 1px none #88B0E4;
}

.errorbox{
    border: 1px solid red;
    
}
.bold{
   font-weight:bold;   
}