@import url("default.css");

div.center { display: none; }

body, span, div, td { font-size: 11px; }

a { text-decoration: none; }
a:link:hover { text-decoration: underline; } 

/* PAdding fixes */

#no_nav_body, body > table {
	padding-left:38px;
	padding-right:38px;
}

#no_nav_body > div {
	padding-left:0px;
	padding-right:0px;
}

body > hr {
	display: none;
}

#nav_navigation {
	margin-bottom: -1px;
}

/* Upper links*/

td.login-info-left	{ color: #777; font-size: 10px; font-weight: bold; }
td.login-info-middle	{ display: none; }
td.login-info-right	{ display: none; }

td.login-info-left span	{ font-size: 10px; }

td.login-info-left a		{ color: #777; text-decoration: none; font-weight: normal; }
td.login-info-left a:hover	{ color: #333; text-decoration: none; }



/* Mantis link at the bottom */

address { color: #bbb; font-size: 10px; text-align: left; font-style: normal; }

/* Upper bar + fixes */

table.hide + table.width100 {
	border: none;
	margin-bottom: 18px;
}

table.hide + table.width100 td.menu {
	background: #333 url(cellpic_nav.gif);
	text-align: center;
	font-size: 11px;
	color: transparent;
	line-height: 27px;
	padding: 0px;
}

table.hide + table.width100 td.menu a {
	color: #ccc;
	padding: 6px 10px;
	text-decoration: none;
}

table.hide + table.width100 td.menu a:hover {
	background: #333 url(stripe-wide.gif) left repeat-x;
	text-decoration: none;
}

input.small {
	font-size: 11px;
	height: 15px;
	border: 1px solid #bbb;
	background: #f7f7f7;
	padding: 0;
}

input.small:hover,
input.small:focus {
	background: #fff;
	border: 1px solid #FFCC99;
}

input.button-small, input.button {
	color: #555;
}

