/* Content */

#CategoryList
{
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style: none;
}
#CategoryList li
{
	margin: 0px;
	padding: 2px 0px 2px 12px;
	background: url(../img/list_arrows.png) no-repeat 0px 8px;
	font-size: 12px;
}
#CategoryList li a
{
	color: #000;
}


#AdviceList
{
	margin-bottom: 10px;
}
#AdviceList ul
{
	margin: 7px 0px 0px 14px;
	padding: 0px;
	list-style: none;
}
#AdviceList ul li
{
	margin: 0px;
	padding: 2px 0px 2px 12px;
	background: url(../img/list_arrows.png) no-repeat 0px 8px;
	font-size: 12px;
}
#AdviceList ul li a
{
	color: #000;
}

#AdviceList h2
{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
}

#AdviceList.Front
{
	margin: 0px 0px 0px 20px;
}

#Content
{
	padding: 20px 50px 10px 50px;
}

#Content h2
{
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

/* Pager */

div.Pager
{
	clear: both;
	height: 38px;
	background: #e8b81f;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	position: relative;
}

div.Pager a
{
	font-weight: bold;
	color: #fff;
}

div.Pager a.selected
{
	text-decoration: underline;
}

div.Pager div.Container
{
	width: 550px;
	position: absolute;
	left: 150px;
}

div.Pager a.prev
{
	position: absolute;
	left: 0px;
	top: 10px;
	height: 16px;
	background: url(../img/advice_prev.png) no-repeat left 1px;
	padding-left: 20px;
	text-transform: uppercase;
}

div.Pager a.next
{
	position: absolute;
	right: 0px;
	top: 10px;
	height: 16px;
	background: url(../img/advice_next.png) no-repeat right 1px;
	padding-right: 20px;
	text-transform: uppercase;
}

div.Pager div.Pages
{
	margin-top: 10px;
}

div.Pager div.Print
{
	width: 270px;
	position: absolute;
	right: 0px;
	top: 12px;
}
div.Pager div.Print a.print
{
	text-transform: uppercase;
	background: url(../img/advice_print.png) no-repeat right;
	padding: 6px 30px 4px 0px;
}


#AdviceMailer
{
	padding: 10px;
}
#AdviceMailer input[type='text']
{
	width: 100%;
	border: 1px solid #8f9194;
}
#AdviceMailer textarea
{
	width: 99%;
	height: 100px;
	border: 1px solid #8f9194;
}
#AdviceMailer input[type='submit']
{
	float: right;
}


div.CalendarOpen
{
	background: url(../img/calendar.png) no-repeat;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}

div.Form h2
{
	font-size: 14px;
	padding-left: 40px;
	margin-bottom: 20px;
}

div.Form table td
{
	width: 240px;
}
div.Form table td.Title
{
	width: 180px;
	text-align: right;
}
div.Form table td input[type='text'],div.Form table td input[type='password']
{
	width: 240px;
	border: 1px solid #918f8f;
}
div.Form table td.Footer
{
	padding-top: 10px;
}
div.Form input[type='submit']
{
	float: right;
}


#UserCreated div.Content
{
	padding: 20px 50px 20px 50px;
}
#UserCreated div.Content h2
{
	font-size: 14px;
}
#UserCreated input[type='text']
{
	width: 200px;
	border: 1px solid #918f8f;
	margin-right: 10px;
	margin-bottom: 5px;
}
#UserCreated table td.Footer
{
	padding-top: 10px;
}
#UserCreated input[type='submit']
{
	float: right;
}
