/* ----------------------------------------------------------------
	PANORAMIC EARTH (Profiles)
	www.panoramicearth.com
---------------------------------------------------------------- */

/* Profile Menu */

#profilemenu
{
	width: 130px;
	padding: 8px 0 0 10px;
	height: auto;
	float: left;
	display: block;
	margin: 5px 10px 0 0;
	min-height: 400px;
}

#profmenunav
{
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

#profmenunav li
{
	width: 120px;
	color: #036;
	margin: 0;
	padding: 0;
	display: block;
	border-top: 1px solid #ddd;
	background: url("/images/site/menu_bg3.jpg") no-repeat;
	height: auto;
}

#profmenunav li.proheader
{
	font-variant: small-caps;
	font-weight: bold;
	background: url("/images/site/tblheadbg.png") no-repeat #eff6fa;
	padding: 1px 0 2px 2px;
	width: 118px;
	font-size: 11px;
}

#profmenunav li.selected a
{
	font-weight: bold;
	background: white;
}

#profmenunav li:hover
{
	background: url("/images/site/menu_bg5.png") repeat-y;
}

#profmenunav li a:link, #profmenunav li a:visited, #profmenunav li a:active
{
	text-decoration: none;
	display: block;
	margin: 0;
	width: auto;
	border-style: none;
	color: #036;
	padding: 4px 0 5px 5px;
}

#profmenunav li a:hover
{
	color: #a50;
	text-decoration: none;
	border: 0;
	border-style: none;
}

/* Profile content */

#profilewrapper
{
	float: left;
	margin: 10px 8px 20px 10px;
	text-align: left;
	padding: 0;
	height: auto;
	width: 812px;
}

#profilewrapper h3.columnheader
{
	width: 770px;
}

/* Main table */

table#proftbl
{
	width: 795px;
}

table#proftbl th, table#proftbl2 th
{
	padding: 2px;
	background: url("/images/site/tblheadbg.png") no-repeat #eff6fa;
	border-top: 1px solid #aac;
	border-left: 1px solid #99b;
	border-right: 1px solid #557;
	border-bottom: 1px solid #335;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table#proftbl td, table#proftbl2 td
{
	padding: 2px;
	background: url("/images/site/tblbg.png") no-repeat #eff6fa;
	border-top: 1px solid #cce;
	border-left: 1px solid #bbd;
	border-right: 1px solid #779;
	border-bottom: 1px solid #557;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table#proftbl td .helptext
{
	font-size: 11px;
	text-align: justify;
}

table#proftbl td .helptext p
{
	margin: 4px 6px;
}

table#proftbl td .helptext ol, table#proftbl td .helptext ul
{
	margin: 0 0 8px 15px;
}

table#proftbl td .helptext li
{
	margin: 4px 6px 4px 10px;
}

table#proftbl td input, table#proftbl td textarea,
table#proftbl2 td input, table#proftbl2 td textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table#proftbl td a, table#proftbl td a:visited,
table#proftbl2 td a, table#proftbl2 td a:visited
{
	color: #036;
	text-decoration: none;
}

table#proftbl td a:hover, table#proftbl2 td a:hover
{
	color: #a50;
	text-decoration: none;
}

/* ----------------------------------------------------------------
	PROFILE NUMBERS
---------------------------------------------------------------- */

#pnumbers
{
	width: 810px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	letter-spacing: 0.2em;
}

#pnumbers li
{
	margin: 0;
	display: inline;
	list-style-type: none;
	width: auto;
	padding: 3px;
}

#pnumbers li .unsel
{
	padding: 0 3px;
}

#pnumbers li a:link, #pnumbers li a:visited, #pnumbers li a:active
{
	color: #c60;
	text-decoration: none;
	padding: 0 3px;
}

#pnumbers li a:hover
{
	color: #036;
	text-decoration: none;
}

.errormsg
{
	border: 2px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff8;
	color: red;
	font-size: 9pt;
	padding: 10px;
}

.profilephoto
{
	float: left;
	margin: 2px 10px 10px 2px;
	border: 1px solid #999;
	padding: 5px;
	background-color: white;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

.cpara
{
	text-align: center;
}

.cpara a:link, .cpara a:visited, .cpara a:active
{
	color: #c60;
	text-decoration: none;
}

.cpara a:hover
{
	color: #036;
	text-decoration: none;
}

.profpan
{
	padding: 1px;
}

#content ol li, #content ul li
{
	margin: 0 20px;
}

#content p
{
	margin-right: 20px;
}

#content a, #content a:visited
{
	color: #00d;
	text-decoration: none;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

#content ul.prosubindent li
{
	margin-left: 40px;
	list-style-type: disc;
}

.nextprevbox
{
	text-align: left;
	background-color: #f8f8f8;
	height: 16px;
	margin: 0 19px 3px 2px;
	padding-left: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .nextprevbox a, #content .nextprevbox a:visited
{
	color: #036;
}

.nextbox
{
	float: right;
	margin-right: 5px;
}

