/* ================================
    CSS STYLES FOR Module wildPortfolio
   ================================
*/
/* style for module titles */
.Head   {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #0099cc;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #0099cc;
}

.CommandButton    {
    color: #0099cc;
}
.CommandButton a:link,
.CommandButton a:active,
.CommandButton a:visited {
    color: #0099cc;
}
.CommandButton a:hover {
    color: #00ffcc;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #0099cc;
}

.NormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
	    color: #0099cc;
}

/* 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');
}

