/*
** Kidney Riddler
** CSS global styles
** Sam Dean (c) 2004
*/

/*
** Global styles to conform everything.
*/
body
{
	background-color: white;
	margin: 0px;
}

a
{
	text-decoration: underline;
	color: #e8025e;
}

a:visited
{
  color: #e8025e;
}

div
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
  font-size: 10pt;
}

td
{
  font-size: 12pt;
}

table
{
  border-collapse: collapse;
}

img
{
  border: 0px;
}

h2
{
	padding-bottom: 15px;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

/*
** Header, body and footer styles for overall page layout
*/
div.header
{
	height: 70px;
	padding: 12px 0px 0px 0px;
	margin-bottom: 10px;
	width: 710px;
	margin: 0 auto;
}

div.main
{
	padding-left: 10px;
	padding-bottom: 15px;
}

div.footer
{
	clear: left;
	border-top: 1px dashed #000;
	padding-top: 5px;
	height: 50px;
}

div.footerleft
{
	position: absolute;
	font-size: 7pt;
	left: 5px;
}

div.footerright
{
	position: absolute;
	font-size: 7pt;
	right: 5px;
	text-align: right;
}

div.header div
{
	padding: 0px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 80px;
}

a.headerlink
{
	color: black;
}

a.headerlink:visited
{
	color: black;
}

/*
** Messages at the top of the page
*/
div.loginmessage
{
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 1px;
}

div.textmessage
{
	font-size: 10px;
	position: absolute;
	left: 5px;
	top: 1px;
}

/*
** About Styles
*/
div.abouttext
{
	margin: 10px;
	position: relative;
	left: 20px;
	font-size: 8pt;
	margin-left: 20px;
}

table.addabouttable
{
	position: relative;
	width: 80%;
	left: 10%;
	margin-top: 25px;
}

td.addabouttabledata
{
	text-align: left;
	padding: 2px;
	font-size: 8pt;
}


/*
** Help Styles
*/
table.helptable
{
	position: relative;
	width: 80%;
	left: 10%;
	margin-top: 25px;
}

td.helptabledata
{
	text-align: left;
	padding: 2px;
	font-size: 8pt;
	padding: 3px;
}

/*
** Purchasing table styles
*/
table.buytable
{
	position: relative;
	width: 70%;
	left: 15%;
	margin-top: 25px;
}

td.buytabledata
{
	font-size: 8pt;
	padding: 3px;
}

td.buytabletitle
{
	border-top: 1px dashed gray;
	padding-bottom: 12px;
	padding-top: 5px;
}

/*
** Message styles
*/
.error
{
	color: red;
	font-weight: bold;
}

.ok
{
	color: green;
	font-weight: bold;
}


/*
** prev 1 2 3 next styles.
*/
td.nextprevmenu
{
	font-size: 8pt;
	padding: 2px;
}

td.npselectable
{
	cursor: pointer;
	text-decoration: underline;
}
