/*
Theme Name: Website Panda
Theme URI: http://www.websitepanda.com/
Version: 12x
Author: Ben Reeves
Author URI: http://www.websitepanda.com/
*/

BODY {
	font: 13px Verdana, Arial, sans-serif;
	color: black;
	background: #FFFFFF;
	margin: 12;
}

TABLE {
	font: 13px Verdana, Arial, sans-serif;
	color: black;
}

A {
	color: blue;	
}

A:hover {
	color: red;	
}

A.page_on {
	font-weight: bold;
	color: navy;
}

A.path_on {
	font-weight: bold;
}

A.page_on:hover, A.path_on:hover {
	color: red;	
}

.header, .footer {
	color: #cccccc;
	background: #000066;
}

.content {
	background: white;
}

A.header, A.header:hover {
	color: white;
	background: none;
	font-size: 12px;
	text-decoration: none;
}

.error_notice {
	color: red;	
}

.info_box {
	background: #FFFF99;
	font-size: 12px;
}

.info_box_content {
	background: #ffffff;
	font-size: 12px;
}

.small_text {
	font-size: 10px;
}

.timestamp_off {
	color: #666666;
	font-style: italic;
}

/* Original photorenderings.net stylesheet notes */
  body { background: #ffffff; color: #000000; margin: 8px; }
  textarea { width: 100%; font-family: Verdana, Arial, sans-serif; font-size: 11px; }
  td, p { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; }

  h3 { font-size : 16px; }
  h4 { font-size : 15px; }
  h5 { font-size : 14px; }

  a { color: #000066; text-decoration: underline; }
  a:hover { color: #0000FF; }

  td.pageHeading { font-size : 14px; }
  .sub-header { font-size : 15px; background: #D6C7BD; color: #330000; font-weight : bold; }
  .sub-infoBox { font-size : 12px; background: #ffffff; color: #330000; font-weight : normal; }

  td.outline { background: #000066; color: #ffffff; }
  tr.directory { font-size : 14px; background: #330000; color: #ffffff; }
  a.pageOn { color: #ffffff; font-size : 12px; text-decoration: none; font-weight: bold; }
  a:hover.pageOn { color: #ffffff; text-decoration: underline; }
  a.pathOn { color: #ffffff; font-size : 12px; text-decoration: none; font-weight: bold; }
  a:hover.pathOn { color: #ffffff; text-decoration: underline; }
  a.pageOff { color: #ffffff; font-size : 12px; text-decoration: none; }
  a:hover.pageOff { color: #ffffff; text-decoration: underline; }
