a 
{
	text-decoration: none;
	color: #0000DD;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

body
{
	background: #D4DEE5 url(../images/main_bg.png) repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

h1
{
	font-size: 20px;
	margin-top: 0;
}

p
{
	font-size: 12px;
	line-height: 1.5em;
}

.masterMain
{
	width: 990px;
	margin: 0 auto;
}

.masterHeader
{
	margin-bottom: 5px;
}

.masterNav
{
	float: right;
	padding-right: 20px;
	position: relative;
	z-index: 10;
}

.masterNav ul
{
	margin: 0;
	padding: 0;
}

.masterNav li
{
	float: left;
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	margin: 0px 5px;
}
.linkCountResults
{
	color: green;
	font-weight: bold;
	font-size: 18px;	
	margin: 0;
}
.masterNav a
{
	color: #000000;
	text-decoration: none;
	display: block;
	position: relative;
	background: transparent url(../images/navbutton_bg.png) repeat-x scroll 0 0;
}

.masterNav .navButton1
{
	background: url(../images/navbutton_left.png) no-repeat left top;
	display: block;
}

.masterNav .navButton2
{
	background: url(../images/navbutton_right.png) no-repeat right top;
	display: block;
	padding: 8px;
}

.masterNav a:hover, .masterNav li.active a 
{
	background-image: url(../images/navbutton_active_bg.png);
}

.masterNav a:hover .navButton1, .masterNav li.active .navButton1
{
	background-image: url(../images/navbutton_active_left.png);
}

.masterNav a:hover .navButton2, .masterNav li.active .navButton2
{
	background-image: url(../images/navbutton_active_right.png);
}

.masterBody
{
	position: relative;
	border: 1px solid #C3D2DA;
	background: #FFFFFF;
	padding: 15;
	z-index: 0;
	margin-top: -1px;
	font-size: 10pt;
	padding: 15px;
}

.masterBody table
{
	font-size: 10pt;
}

/* Appending to sort_script/sortable.css */
.masterBody table.sortable
{
	font-size: 8pt;
}

.clearFloats
{
	clear: both;
	font-size: 0;
	line-height: 0;
}

.tlCorner
{
	position: absolute;
	top: -1px;
	left: -1px;
}

.trCorner
{
	position: absolute;
	top: -1px;
	right: -1px;
}

.blCorner
{
	position: absolute;
	bottom: -1px;
	left: -1px;
}

.brCorner
{
	position: absolute;
	bottom: -1px;
	right: -1px;
}

.verifiedYes
{
	font-weight: bold;
	color: #00AA00;
}

.verifiedNo
{
	font-weight: bold;
	color: #AA0000;
}

.date
{
	white-space: nowrap;
}

input.wideInput
{
	width:25em;
}

input.shortInput
{
	width:6em;
}

textarea.linkCode
{
	width: 45em;
	height: 5em;
}

.redImportant
{
	font-weight: bold;
	color: #CC0000;
}

