html,
body {
	background-color: #bcbec0;
	height: 100%;
}

/**
* Links
*/
a.underline,
a.underline:link,
a.underline:visited,
a.underline:hover,
a.underline:active {
	text-decoration: underline;
}

a.inactive,
a.inactive:link,
a.inactive:visited,
a.inactive:hover,
a.inactive:active {
	color: #a0a0a0;
}

a.powerful,
a.powerful:link,
a.powerful:visited,
a.powerful:hover,
a.powerful:active {
	color: #000000;
}

a.attractive,
a.attractive:link,
a.attractive:visited,
a.attractive:hover,
a.attractive:active {
	color: #ea5d0e;
}

.anonymousLabel,
a.slutty,
a.slutty:link,
a.slutty:visited,
a.slutty:hover,
a.slutty:active {
	color: #53bed8;
}

a.hunderline:hover,
a.attractive:hover,
a.slutty:hover {
	text-decoration: underline;
}

a.boring,
a.boring:link,
a.boring:hover,
a.boring:active {
	color: #ffffff;
}



/**
* Panel
*/
div.panel {
	float: left;
}

div.panel div.big-head {

	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/large_top_right.gif') no-repeat 100% 0;
}

div.panel div.big-head .title {

	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/large_top_left.gif') no-repeat;
}

div.panel div.big-head .title span {
	position: relative;
	top: 10px;
	font-size: 22px;
	color: #ffffff;
}

div.panel div.head  {
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/panel_header_right.gif') no-repeat 100% 0;
}

div.panel div.head .title {
	height:20px; _height:15px;
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/panel_header_left.gif') no-repeat;
}

div.panel div.head div.title span {
	position: relative;
	top: 5px;
	font-size: 12px;
	color: #ffffff;
}

div.panel div.body {
	clear: both;
	position: relative;
	top: -7px;
	z-index: 0;
	background: #ffffff url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/multi_top.gif') repeat-x;
}

div.panel div.body div.left {
	padding-left: 4px;
	background: #fff url('http://static.cellfish.com/static/img/skins/mobilethreat/panel_left.gif') repeat-y left;
}

div.panel div.body div.left div.right {
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/panel_right.gif') repeat-y right;
}

div.panel div.body div.left div.right span.corner {
	float: right;
	position: relative; /* Needed for IE */
	width: 8px;
	height: 5px;
}

div.panel div.body div.left div.right div.middle {
	padding-top: 9px;
	margin-right: 8px;
}

div.panel div.body div.left div.right div.middle div.navigation {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

div.panel div.body div.left div.right div.middle div.navigation a {
	color: #ea5d0e;
	text-decoration: none;
}

div.panel div.body div.left div.right div.middle div.navigation a:hover {
	text-decoration: underline;
}

div.panel div.body div.left div.right div.middle div.tiny {
	padding-top: 2px;
}

div.panel div.tail {
	position: relative;
	top: -7px;
	height: 9px;
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/panel_bottom.gif') repeat-x;
}

div.panel div.tail div.left {
	float: left;
	width: 4px;
	height: 100%;
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/panel_btm_left_corner.gif') no-repeat;
}

div.panel div.tail div.right {
	float: right;
	width: 8px;
	height: 100%;
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/panel_btm_right_corner.gif') no-repeat;
}

div.panel ul {
	float: left; /* Needed for IE */
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.panel ul li {
	float: left;
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_grey_right.gif') no-repeat 100% 0;
}

div.panel ul li.active,
div.panel ul li.first-active {
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_white_right.gif') no-repeat 100% 0;
}

div.panel ul li.last-active {
	padding-right: 5px;
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_last_white.gif') no-repeat 100% 0;
}

div.panel ul li.last {
	padding-right: 5px;
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_last_grey.gif') no-repeat 100% 0;
}

div.panel ul li a {
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_grey_left.gif') no-repeat;
}

div.panel ul li.active a,
div.panel ul li.last-active a {
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_white_left.gif') no-repeat;
}

div.panel ul li.first-active a {
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_first_white_left.gif') no-repeat;
}

div.panel ul li.first a {
	background: url('http://static.cellfish.com/static/img/skins/mobilethreat/tab/tab_first_grey_left.gif') no-repeat;
}

a.dashlink,
a.dashlink:active,
a.dashlink:visited {
	text-decoration:none;
	color:#000000;
}

a.dashlink:hover {
	text-decoration:underline;
	color:#000000;
}

/* Default height is 175px.  Rewrite if banner height is different */
div#top_banner {
	height:252px;
	background-image:  url('http://static.cellfish.com/static/img/banners/mobilethreat.jpg');
}