/* ================================
    CSS STYLES FOR Module wildPortfolio
   ================================
*/
body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
    font-size: 10pt;
    font-family: Arial;
	margin: -2px 0px 0px 0px; /* top right bottom left */
}

.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.hlinks {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}
A.hlinks:link {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

A.hlinks:visited  {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

A.hlinks:active   {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

A.hlinks:hover    {
    color:ff0000;
    font-size: 10pt;
    font-family: Arial;
    text-decoration:    underline;
    font-weight: bold;
}
.SearchTableText
{
background-color:#E8E8E8;
	color: black; 
	font-family:  Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	width:370px;	
}

.SearchTable
{
	background-color:#E8E8E8;
	border-bottom: #666666 1px solid; 
	border-left: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 1px solid; 
	width:540px;
}
.SearchTablehp
{
	background-color:#E8E8E8;
	width:390px;
}

.text {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
}
A:link {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

A:visited  {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

A:active   {
    text-decoration:    none;
    color:#000000;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

A:hover    {
    color:ff0000;
    font-size: 10pt;
    font-family: Arial;
    text-decoration:    underline;
    font-weight: bold;
}












/* 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: #003366;
}

/* 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: black;
}

/* 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: #ff0000
}

.NormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* 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');
}
