body
{
	padding: 10px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
}
h2 {
	font: normal 20px;
	color: #000;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

p { font: 12px; }
form { padding: 0px; margin: 0px; border: 0px; }
td { font: 12px; } 
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #551A8B;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

a.black:link { color: #444; text-decoration: none; }
a.black:visited { color: #444; text-decoration: none; }
a.black:hover { color: #333; text-decoration: none; background: #aaa; }
a.black:active { color: #333; text-decoration: none; background: #aaa; }

/* ---------- Nav ----------- */
.nav {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #ccc;
	background: #666; 
}
.nav a:link { color: #fff; text-decoration: none; }
.nav a:visited { color: #fff; text-decoration: none; }
.nav a:hover { color: #fff; text-decoration: none; background: #333; }
.nav a:active { color: #fff; text-decoration: none; background: #333; }

/* ---------- NPHOTO TOOLBAR ----------- */
.topbar { 
  background: #999; 
  color: #eee; 
  height: 22px;
  border-bottom: #000 1px solid;
}

.topleftbar { 
  text-align: left;
  padding-left: 10px;
}
.toprightbar { 
  text-align: right;
  padding-right: 10px;
}

.toplink:link { 
  color: #000; 
  text-decoration: none; 
}
.toplink:visited { 
  color: #fff; 
  text-decoration: none; 
}
.toplink:hover { 
  color: #fff; 
  text-decoration: none;
  background: #333;
 }
 .loginout:active { 
  color: #fff; 
  text-decoration: none;
  background: #333;
}
.loginout:link { 
  color: #fff; 
  text-decoration: none; 
}
.loginout:visited { 
  color: #fff; 
  text-decoration: none; 
}
.loginout:hover { 
  color: #fff; 
  text-decoration: none;
  background: #333;
}
.loginout:active { 
  color: #fff; 
  text-decoration: none;
  background: #333;
}

.nickname {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.realname {
	color: #333;
	font-size: 12px;
}

.datetime {
	color: #666;
	font-size: 12px;
}

.tabbox {
	border: 2px solid #ccc;
	background-color: #eee;
}

.leftbox {
	border: 1px solid #DCDCDC;
	background-color: #eee;
}

.thumbnail {
	display: block;
	margin-bottom: 3px;
}

.picture {
	display: block;
	border: 0px;
}

.friendsphoto {
	width: 75px;
	height: 75px;
	border: #cccccc solid 1px;
	overflow: hidden;
	background: #eee;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.error{
	color: red; font-weight: bold; font-size: 12px; 
}
