/* GENERAL */
/* style for module titles */
.Head   {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* wild Entries */
.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;
}

/* wildPortfolio samples */
.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;
}
.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');
}
