/* 
  BASIC PUBLIC WEBSITE STYLE

  Main Site Colors
  ----------------
  Text    #4F4F4F
  Links   #eb008b

  Font: Verdana

  Divided into:
  Content Styles, Pod Styles, Navigation/Link Styles, CATCHALL Styles

*/

/* content based styles for details page view */
/* NOTE: these styles may also present in the WYSIWYG style file. */

.stdtitle
{
	font-family:Verdana;
	color:#4F4F4F;
	font-weight:bold;
	font-size:22px;
}

.stdsubtitle
{
	font-family:Verdana;
	color:#4F4F4F;
	font-weight:bold;
	font-size:18px;
}

.stdtext
{
	font-family:Verdana;
	color:#4F4F4F;/*A26D5F*/
	font-weight:normal;
	font-size:11px;
}

.stdlink
{ 
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
	color:#eb008b;
}

.sdtlink:hover
{
	text-decoration: none;
	color:#352a27;
}

/* common template styles */
.outertable
{
  background-color:#ffffff;
  border: solid 1px #382f2c;
}

/* Pod Styles used for top page pod display */

.podname
{
	font-family:Verdana;
	color:#4F4F4F;/*A26D5F*/
	font-weight:bold;
	font-size:14px;
}

.podtext
{
	font-family:Verdana;
	color:#4F4F4F;/*9B9CA0*/
	font-weight:normal;
	font-size:12px;
}

.poddiv
{
	border: solid 1px d1d1d1;
	width:280px;
	height:206px;
	overflow:auto;
}

/* Left Navigation Styles used for subpages */

.LeftNavPageName
{
	font-family:Verdana;
	color:#eb008b;/*000000*/
	font-weight:bold;
	font-size:14px;
}

.LeftNavLink
{
	font-family:Verdana;
	color:#eb008b;/*000000*/
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

.LeftNavLink:hover
{
	font-family:Verdana;
	color:#352a27;/*#7D9E09;dd0000*/
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

/* Footer Styles */

.footercopy
{
	font-size:11px; 
	font-family:Verdana;
	color:#999999;
}

/* Miscelaneous styles */

.searchBox
{
	width: 120px;
	padding: 1px;
	padding-left: 5px;
	border: 1px solid black;
	font-family: verdana;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color: #eb008b;/*4F4F4F*/
}

/* Global Link Styles/Catchall when not specified */

a,td.a
{ 
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
	color:#7D9E09;
}

a:hover,td.a:hover 
{
	text-decoration: none;
	color:#352a27;
}

/* CATCHALL Styles */
/* This applies the base styles for any area not specifically assigned a style */

body,table,td
{
	font-family: verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	color: #4F4F4F;
}

hr 
{
	width: 99%;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
}
