﻿/* Master Styles Template for FXHeli.com */
body
{
	font-family: Verdana;
    color: #404040; 
    font-size: .75em;
}

.bodySmall
/* Body text used throughout the site, but in smaller font. */
{
	font-family: Verdana;
    color: #404040; 
    font-size: .95em;
}

.bodySmallDefault
/* Body text used on Default Home Page. */
{
	font-family: Verdana;
    color: #404040; 
    font-size: .70em;
}

.bodySmallLink
/* Body text used throughout the site, but in smaller font. */
{
	font-family: Verdana;
    color: #404040; 
    font-size: .95em;
    cursor: pointer; 
    text-decoration: none
}

.bodySmallGreen
/* Body text used throughout the site, but in smaller font. GREEN TEXT*/
{
	font-family: Verdana;
    color: #336600; 
    font-size: .95em;
    font-weight: 700;
}

.bodySmallRed
/* Body text used throughout the site, but in smaller font. RED TEXT*/
{
	font-family: Verdana;
    color: #660033; 
    font-size: .95em;
}

.bodySmallBlue
/* Body text used throughout the site, but in smaller font. BLUE TEXT*/
{
	font-family: Verdana;
    color: #333366; 
    font-size: .95em;
    font-weight: 700;
}

.bodySmallGrey
/* Body text used throughout the site, but in smaller font. GREEN TEXT*/
{
	font-family: Verdana;
    color: #999999; 
    font-size: .85em;
}

.bodySmallGreyDefault
/* Body Default Page*/
{
	font-family: Verdana;
    color: #999999; 
    font-size: .65em;
}


.dropDownItems
{
    font-family: Tahoma, Verdana, Arial;
    font-size:12px;
    color:#707070;
    padding-left:2px
}

.formElementSearchBox
/* Search Box Style */
{
    border-top:	solid 1px #cccccc;
	border-bottom:	solid 1px #cccccc; 
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	font-family: Tahoma, Verdana,Arial,sans-serif;
    color: #5d5e5f;
    font-size:11px;
    height: 16px;
    text-indent: 2px;
    padding-top: 3px;
    padding-left:3px
}

.masterLinksElements
{
    font-family: Tahoma, Verdana, Arial;
    color: #0066cc; 
    font-size: .95em;    
}

.masterLinksElementsDefault
{
    font-family: Tahoma, Verdana, Arial;
    color: #0066cc; 
    font-size: .70em;    
}
.masterLinksElementsDefaultLink
{
    font-family: Tahoma, Verdana, Arial;
    color: #0066cc;  
}


.bodySmallGreenTicker
/* Body text used throughout the site. Ticker Green*/
{
    font-family: Tahoma, Verdana, Arial;
    color: #336600; 
    font-size: .95em
}



/* Navigation Menu Style Options */
.navMenu_MenuItem
{
    font-family: Tahoma, Verdana, Arial;
    color: #707070;
    font-size: 12px;
    padding-left:42px;
    padding-top:2px;
    background-image: url('/_webImages/navMenu/leftMainMenu_MenuItemBackground.jpg');
    height: 33px;
}

.navMenu_MenuItem:Hover
{
     color: #336600;
     font-weight:bold;
     cursor: pointer
}

.navMenu_MenuItemLink
{
     font-family : Tahoma, Verdana, Arial;
     color: #707070;
     cursor: pointer; 
     text-decoration: none
}

.navMenu_MenuItemLink:Hover
{
     color: #336600;
     font-weight:bold;
     cursor: pointer
}


.navMenu_LastMenuItem
{
    font-family: Tahoma, Verdana, Arial;
    color: #707070;
    font-size: 12px;
    padding-left:42px;
    padding-top:0px;
    background-image: url('/_webImages/navMenu/leftMainMenu_MenuItemLastItemBackground.jpg');
    height: 33px;
}   
.navMenu_LastMenuItem:Hover
{
     color: #336600;
     font-weight:bold;
     cursor: pointer
} 
    

/* Information Links Style Options */
.infoMenu_MenuItem
{
    font-family: Tahoma, Verdana, Arial;
    color: #707070;
    font-size: 12px;
    padding-left:42px;
    padding-top:2px;
    background-image: url('/_webImages/navMenu/RightMenu_InfoLinks_MenuItem.jpg');
    height: 33px;
}

.infoMenu_MenuItem:Hover
{
     color: #cc6600;
     font-weight:bold;
     cursor: pointer
} 

.infoMenu_LastMenuItem
{
    font-family: Tahoma, Verdana, Arial;
    color: #707070;
    font-size: 12px;
    padding-left:42px;
    padding-top:0px;
    background-image: url('/_webImages/navMenu/RightMenu_InfoLinks_BottomItem.jpg');
    height: 33px;
}    

.infoMenu_LastMenuItem:Hover
{
     color: #cc6600;
     font-weight:bold;
     cursor: pointer
} 

.infoMenu_LastMenuItemLink
{
     font-family : Tahoma, Verdana, Arial;
     color: #707070;
     cursor: pointer; 
     text-decoration: none
}    

.infoMenu_LastMenuItemLink:Hover
{
     font-family : Tahoma, Verdana, Arial;
     color: #cc6600;
     cursor: pointer; 
     text-decoration: none
}    
