textarea{
	font-size: 100%;
	color: #000000;
	font-family: verdana,sans-serif;
}

input.check{
}

select{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana,sans-serif;
}

a img{
	border: 0;
}

/* the today container in calendar */
.calendar_today{
	background-color: #FFFFFF;
}

.post,.personalmessage{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

.signature{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

.maintab_back,.maintab_active_back{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma,sans-serif;
}

.maintab_first{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}

.maintab_back{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}

.maintab_last{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}

.maintab_active_first{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}

.maintab_active_back{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}

.maintab_active_last{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

.mirrortab_back,.mirrortab_active_back{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma,sans-serif;
}

.mirrortab_first{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}

.mirrortab_back{
	background: url(images/mirrortab_back.gif) repeat-x;
}

.mirrortab_last{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}

.mirrortab_active_first{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}

.mirrortab_active_back{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}

.mirrortab_active_last{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
/* The AJAX notifier */
#ajax_in_progress{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
}

input,button,.middletext{
	font-size: 90%;
}

.meaction,.error{
	color: red;
}

.maintab_first,.maintab_back,.maintab_last,.maintab_active_first,.maintab_active_back,.maintab_active_last,.mirrortab_first,.mirrortab_back,.mirrortab_last,.mirrortab_active_first,.mirrortab_active_back,.mirrortab_active_last{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}

.maintab_back a:link,.maintab_back a:visited,.maintab_active_back a:link,.maintab_active_back a:visited,.mirrortab_back a:link,.mirrortab_back a:visited,.mirrortab_active_back a:link,.mirrortab_active_back a:visited{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover,.maintab_active_back a:hover,.mirrortab_back a:hover,.mirrortab_active_back a:hover{
	color: #e0e0ff;
	text-decoration: none;
}
/* navsmf */
div.navsmf {
	width: 100%;
}
div.navsmf a.nav {
	position: static;
	float: none;
}
div.navsmf a.nav:hover {
	color: #EB7B00;
}

