/* GENERAL */
/* style for module titles */
.Head   
{
}

/* style of item titles on edit and admin pages */
.SubHead    
{
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
}

/* CSS STYLES FOR Module wildPortfolio */

.wildPFHead   {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

a.wildPFHead {
	cursor: pointer; 
	cursor: hand; 
	font-weight: normal;
}

a.wildPFHead:hover
{
	font-weight: normal;
}

.wildPFSubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #003366;
}

.wildPFSubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.wildPFNormal
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.wildPFNormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.wildPFNormalRed
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.wildPFNormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* wildPortfolio search specific styles   */

A.wildSearch {
    height: 20px;
    width: 50px;
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align:center;
    border-width: 4px;
}

A.wildSearch:link {
    text-decoration:    none;
    color: #000000;
    font-weight: bold;
    background-color: #CCCCCC;
    border-style: outset;
}

A.wildSearch:visited  {
    text-decoration:    none;
    color: #000000;
    font-weight: normal;
    background-color: #CCCCCC;
    border-style: outset;
}

A.wildSearch:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    border-style: outset;
}

.wildframe 
{
  border-style: solid;
  border-width: 1px;
  border-color: Black;
}

.KeyWords
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* hyperlink style for paging numeric buttons */

.wildButton  
{ 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
A.wildButton:link
{
	color: #003366;
}

A.wildButton:visited
{
	color: #003366;
}

A.wildButton:active 
{
	color: #003366;
}

A.wildButton:hover
{
	color: #FF0000;
}

.wildButtonOn  
{ 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for direction buttons */

.wildDirection 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
A.wildDirection:link 
{
	color: #003366;
}

A.wildDirection:visited 
{
	color: #003366;
}

A.wildDirection:active 
{
	color: #003366;
}

A.wildDirection:hover 
{
	color: #FF0000; 
}

/* ====================================== */
/* wildPortfolio background sample styles */
/* ====================================== */

.wildDefaultBG
{
    background-color: #CCCCCC;
    font-family: Arial, Helvetica;
    font-size: .9em;
    font-weight: normal;
}
.wildDefaultAltBG
{
    background-color: #EEEEEE;
    font-family: Arial, Helvetica;
    font-size: .9em;
    font-weight: normal;
}

/* these Gradients work in Internet Explorer */

.wildGradientTop
{
	background-color: #7f8da7; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#4D6185', gradientType='0');
}

.wildGradientBottom
{
	background-color: #7f8da7;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4D6185', startColorstr='#FFFFFF', gradientType='0');
}

.wildGradientLeft
{
	background-color: #7f8da7; 
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#4D6185', gradientType='1');
}

.wildGradientRight
{
	background-color: #7f8da7;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4D6185', startColorstr='#FFFFFF', gradientType='1');
}

.wildGradientLeft3
{
	background-color: #E4E7EE;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#E4E7EE', gradientType='1');
}

.wildGradientRight3
{
	background-color: #7f8da7;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#E4E7EE', startColorstr='#FFFFFF', gradientType='1');
}

.bgGray
{
  background-color: #333333;
}

.bgBlack
{
    background-color: #000000;
    font-family: Arial, Helvetica;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
}

.bgSpacer
{
  background-color: #000000;
}

