@import url('/media/base/css/base.css');



#navigation
{
	padding-left: 2px;
	padding-top: 91px;
}

#navigation img
{
	height: 38px;
	margin-top: 1px;
	width: 181px;
}

#howling-rewards
{
	float: right;
	margin-left: 18px;
	margin-right: -4px;
}

#footer
{
	background-image: url('/media/images/bottom.gif');
	background-repeat: repeat-y;
	padding: 6px 18px;
	text-align: center;
}



/* misc */

body
{
	background-image: url('/media/images/bg1.gif');
	background-repeat: repeat-x;
	color: #727272;
	margin: 0;
}

body, input, select, td, textarea, th
{
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
	border-bottom: 1px dashed;
}

img.heading
{
	margin-bottom: 10px;
	margin-left: -4px;
}

/* content cell */

div.cell
{
	background-color: #f0f0f0;
	background-image: url('/media/images/bg-1.gif');
	background-repeat: repeat-x;
	border: 1px solid #c9c9c9;
	margin-bottom: 1px;
	padding: 12px 16px;
}

/* content cell (floated) */

div.float-cell
{
	overflow: hidden;
	width: 100%;
}

div.float-cell div.cell
{
	float: left;
}

div.float-cell div.left
{
	padding: 12px 14px;
	padding-right: 12px;
	width: 155px;
}

div.float-cell div.right
{
	margin-left: 1px;
	padding: 12px 16px;
	width: 215px;
}

div.float-cell div.body
{
	margin-left: 1px;
	padding: 12px 16px;
	width: 465px;
}

/* definition list */

dt
{
	float: left;
}

dd
{
	margin-bottom: 18px;
	margin-left: 50px;
}

/* definition list (contacts) */

dl.contacts dd
{
	margin-bottom: 0;
	margin-left: 18px;
}

/* notifications */

div.notification, div.notification-bad, div.notification-good
{
	border-width: 1px;
	margin-bottom: 1px;
}

/* tabular data (simple) */

table.simple
{
	background-color: #cccccc;
	margin-bottom: 18px;
}

table.simple td, table.simple th
{
	background-color: #ffffff;
	padding: 6px 12px;
	text-align: center;
}

/* unordered list (dashed) */

ul.dashed
{
	list-style-type: none;
	margin-bottom: 0;
}

ul.dashed li
{
	background-image: url('/media/images/1_z1.gif');
	background-position: 0 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #585b5d;
	margin-bottom: 6px;
	margin-left: 0;
	padding-bottom: 6px;
	padding-left: 6px;
}

ul.dashed a
{
	color: #585b5d;
	text-decoration: none;
	text-transform: uppercase;
}




.s
{
	font-family: Tahoma;
	font-size: 10px;
	color: #7D8081;
}

.green
{
	font-family: Tahoma;
	font-size: 11px;
	color:#9CE438;
}

.red
{
	font-family: Tahoma;
	font-size: 11px;
	color: #2C7F06;
}

.o
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFCC00;
}

.blue
{
	color: #0FB8D1;
}

.w
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

td, .b
{
//	font-size: 11px;
	color: #727272;
}

.b1
{
	font-family: Tahoma;
	font-size: 11px;
	color: #585B5D;
	text-decoration: none;
}

.b2
{
	font-family: Tahoma;
	font-size: 11px;
	color: #585B5D;
}

#input
{
	width: 160px;
	height:21px;
}
		 
#input1
{
	width: 134px;
	height: 21px;
}
		
#textarea
{
	width: 102px;
	height: 48px;
	border-width: 1px;
	border-style: solid;
	border: none;
	background-color: #F0EAE3;
	overflow: auto;
}
