/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  
 
/* Remove opacity from DNN Edit Mode */
.dnnEditState .DnnModule {opacity: 1.0;} 

/* Override text styles */
/* #dnn_content p, #dnn_content li, 
#dnn_content div {
	font: normal 15px/1.5 "Open Sans", Arial;
} */

/* Mega Menu: Set column widths in increments of 200px. 3-Column style = 600px. */
#Mega_menu li.first-item div.Column3 ul.mega_submenu_ul { width: 400px;} /*First menu item: Home*/
#Mega_menu li.last-item div.Column3 ul.mega_submenu_ul { width: 200px;} /*Last menu item*/
#Mega_menu li.last-item div.Column2 ul.mega_submenu_ul { width: 200px;} /*Last menu item*/
#Mega_menu li.Item-3 div.Column2 ul.mega_submenu_ul { width: 200px;} /*3rd item*/
#Mega_menu li.Item-4 div.Column2 ul.mega_submenu_ul { width: 200px;} /*4th item*/
#Mega_menu li.Item-4 div.Column3 ul.mega_submenu_ul { width: 200px;} /*4th item*/

 /* Smoke Ranch Banner Ad Module
 Classes generated by module: .bannerDisplayDiv, .bannerDisplayRowDiv, .bannerDisplayCellDiv
 Manual classses added to module Advanced Footer: .bannerDisplay, .clearfix
 * ------------------------------------------------------*/

.bannerDisplayFooter {	margin-bottom: 15px; }
.bannerDisplayCellDiv img {    height: auto;    width:100%; }

/* Google Map iframe 
* ------------------------------------------------------*/
.cseamap {
	width: auto;
	max-width: 100% !important;
/*	max-height: 100% !important; */
	height: auto;
    display:block;
}
 
/* T-Mobile text colors */
.tmobile {
text-decoration: underline; 
color: #e30074;	
}

/* Containers */

.reverse { color: white;  font: normal 15px/1.5 "Open Sans", Arial;}
.footerbox { color: #FFF; width:250px; min-width:25%; height: 100px; display: block; overflow: hidden; padding: 10px 15px;}
.box-blue {background-color: #0077b3;}
.box-green {background-color: #b4cd94;}
.box-gold {background-color: #ffcc00;}

/* Rollover Classes for Thumbnail Images */
/* Rollover links added by SA 1/31/2014 */
.rollover {
    display: block;
    width: 164px;
    height: 164px;
    text-decoration: none;
	text-indent: -99999px;
}

.thumbnail > img {
	max-width:100%;	
}

.tickets span {
	display:none;
	text-indent: -99999px;
}

.tickets:hover span 
{
  display:block;
  position: absolute;
  top: 55%;
  background-color:#666;
  height: 50px;
  width: 164px;
  color: white;
}

.tickets {
	opacity: .7;
}   
.tickets:hover {
	opacity: 1;
	text-indent: 0px;
}

.themeparks {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_themeparks.jpg);
}   
.themeparks:hover {
    background-position: -164px 0;	
}
.movies {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_movies.jpg);
}   
.movies:hover {
    background-position: -164px 0;	
}
.giftcerts {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_GiftCerts.jpg);
}   
.giftcerts:hover {
    background-position: -164px 0;	
}
.museums {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_Museums.jpg);
}   
.museums:hover {
    background-position: -164px 0;	
}
.insurance {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_Insurance.jpg);
}   
.insurance:hover {
    background-position: -164px 0;
}
.travel {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_Travel.jpg);
}   
.travel:hover {
    background-position: -164px 0;	
}
.home {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_Home.jpg);
}   
.home:hover {
    background-position: -164px 0;
}
.assistance {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_Assistance.jpg);
}   
.assistance:hover {
    background-position: -164px 0;	
}
.moresavings {
    background: url(/Portals/0/images/Benefits/rollover-link/test/RO_MoreSavings.jpg);
}   
.moresavings:hover {
    background-position: -164px 0;
}

/* Captions */
#thumbwrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 80px auto 0 auto;
	text-align: center;
	width: 660px;
	width:100%;
	margin: 0 auto 0 auto;
}

/* Image Box Style */
#thumbwrapper .box {
	border: 5px solid #fff;
	cursor: pointer;
	height: 182px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 200px;
		-webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc;
	width:150px;
	height:180px;
	margin: 0px;
}
#thumbwrapper .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#thumbwrapper .box .caption {
	background-color: rgba(0,118,179,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

/** Caption 1: Simple **/
#thumbwrapper .box .simple-caption {
	height: 30px;
	width: 200px;
	display: block;
	bottom: 0px;
	/*bottom: -30px;*/
	line-height: 25pt;
	text-align: center;
	width:164px;
}

#thumbwrapper .box .simple-caption p {
	text-align: center;	
	color:#FFF;
	font-weight:bold;
}
/*
#thumbwrapper .box:hover .simple-caption p{  
	color:#acacac;
}
*/
#thumbwrapper .box:hover .simple-caption {  
	background-color: rgba(204,53,70,0.8);
/*
    -moz-transform: translateY(-100%);  
    -o-transform: translateY(-100%);  
    -webkit-transform: translateY(-100%);  
    transform: translateY(-100%);  
*/
}  
/* End Captions */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

