h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
h2 {
	margin: 0px 0px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h3 {
}

.error {
	font-weight: bolder;
	color: #FF0000;
	background-color: #FFFF99;
	border: 1px dashed #666666;
	font-size: 12px;
}
#footer {
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.field {
	border: 1px solid #999999;
	background-color: #F0F0F0;
}
textarea {
}



/*
Default table
*/
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
.table th {
	/*background-color: #C0C0C0;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #DFDFDF;
	margin: 0px;
	padding: 2px 10px;
}
.table td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 2px 10px;
	vertical-align: top;
}

/*
Contacts listing table
*/

.contactstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #FFFFFF;*/
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
.contactstable th {
	/*background-color: #C0C0C0;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #DFDFDF;
	margin: 0px;
	padding: 2px 10px;
	text-align: left;
}
.contactstable td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 2px 10px;
	vertical-align: top;
}






/*
?????????????/
*/
.webmailname {
	font-family: Tahoma, "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*
Thumbnail image
*/
.ic { width: 17px; text-align: center; }
.ic .imgblock { width: 17px; height: 17px; }
.ic img {
	height: 17px;
	margin: 0 auto;
	z-index: 0;
}


/*
Panels for login, captcha, home
*/
.sectionpanel {
	border: 1px none #FF00FF;
}
.hiddenpanel {
	display: none;	
}


.contactrow {
	cursor: pointer; 
}
.contactrow:hover {
	background-color: #FFFFCC;
}
.contactlabel {
	cursor: pointer;
	color: #ffffff;
}

.menubar {
	text-align: right;
}
.panelcontent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}




/*
Tabs
*/
#container
	{
	width: 100%;
	padding: 0px;
	background: #fff;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px solid #ccc;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
/*		background: url(../images/tab_bottom.gif) repeat-x bottom; */
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
	float: left;
/*	background: #f3f3f3; */
	background-color: #FFFFFF; 
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #999999;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 1px solid #ccc;
	}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
/*		background:  #ffffff; */
	color: #000000;
	font-size:12px;
	background-color:#F2E6BF;
}

#tabnav a:hover
	{
		background: #fff;
	}
	

/*
Popup thumbnail preview
*/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #C22929;
width: auto; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
font-size:16px;
color: #555555;
margin: 3px 8px;
}

