/* 
=======================================
PRODUCTION Skin styles for 7-eleven.com 
=======================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #cde8c9;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	margin-top:0px;
	margin-bottom:0px;
}
.skinmaster 
{
	background-color: transparent;
}
.skinheader {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
.skinbottomheader {
	width: 100%;
	height: 60;
	background-color: #FFFFFF; /*Fixed footer */
	/* Adds spacing to "indent" content */
	padding-left: 10px;
	padding-right: 10px;
}
.skinfooter {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
}
.skinsplash 
{
	height: 378px;
	width: 780;
	background-color: #ffffff;
	border-top: #ffffff 8px solid; 
	border-bottom: #ffffff 8px solid; 
	
	/* Adds spacing to "indent" content */
	padding-left: 10px;
	padding-right: 10px;
}
.skinbanner {
	height: 458px;
	width: 100%;
	background-color: #ffffff;
	border-top: #ffffff 8px solid; 
	border-bottom: #ffffff 8px solid; 
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppanewht {
	height: 100%;
	background-color:#ffffff;
	border-top: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.toppane {
	height: 100%;
	background-image: url(TopSpacer.gif); 
	border-top: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#breadcrumb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#013DA4;		
	text-align:left;
	padding:5px 30px;
	float:left;
}
a.breadcrumb:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#013DA4;
	text-decoration:none;
}
a.breadcrumb:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#013DA4;
	text-decoration:none;	
}
a.breadcrumb:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;	
}
a.breadcrumb:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#013DA4;
	text-decoration:none;	
}

A:link
{
	text-decoration: none;
	color: #ff9933;
}

A:visited
{
	text-decoration: none;
	color: #ff9933;
}

A:hover
{
	text-decoration: underline;
	color: #ff9933;
}

A:active
{
	text-decoration: none;
	color: #666666;
}

/* 
================================
Mainmenu
================================
*/   
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	height: 29px;
	cursor: pointer; 
	cursor: hand; 
	color: #4C5660; 
	font: 12px Arial;
	background-color: Transparent;
	/* 
	font-weight: normal; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; */
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 14px 0px 14px;   /*explicitly set padding for root menu items*/
	vertical-align: text-top;
}

/*Mainmenu Hover */
.main_dnnmenu_itemhover {  
	background-color: transparent; 
}

/*Mainmenu arrow */
.main_dnnmenu_rootmenuarrow 
{
/*display: none;*/
}

/*Mainmenu container */
.main_dnnmenu_container {
	background-color: transparent; 
}

/*Mainmenu bar */
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:29px;
	background-color: Transparent;
}


/* 
================================
Submenu
================================
*/   
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #4C5660; 
	font: 12px Arial;
	background-color: #FFFFFF;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
	padding: 5px 2px 5px 2px; 
	border-bottom: 1px solid #CCCCCC;
}

/*Submenu Adjustment*/
.main_dnnmenu_submenu {
	background-color: white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

/*Submenu arrow */
.main_dnnmenu_arrow {
/*display:none; */
}

/*Submenu Hover */
.main_dnnmenu_itemhover td {  
	color: #F4831C;
	background-color: #FFFFFF;
}

/*Submenu icon */
.main_dnnmenu_icon {

}
.ModuleTitle_MenuArrow
{
display: none;
}


/* 
================================
Sidemenu
================================
*/   
.side_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	/*height: 29px;*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 2px 0px 2px;   /*explicitly set padding for root menu items*/
	vertical-align: text-top;
}

/*Sidemenu Hover */
.side_dnnmenu_itemhover {  
	background-color: transparent; 
}

/*Sidemenu arrow */
.side_dnnmenu_rootmenuarrow 
{

}

/*Sidemenu container */
.side_dnnmenu_container {
	background-color: transparent; 
}

/*Sidemenu bar */
.side_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	/*height: 29px;*/
	background-color: Transparent;
	border-left: #ffffff 1px solid; 
}


/* 
================================
Submenu
================================
*/   
.side_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #cdcdcd; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
	padding: 0px 2px 0px 2px;
}

/*Submenu Adjustment*/
.side_dnnmenu_submenu {
	background-color: transparent;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	border-top: #cdcdcd 1px solid; 

	border-right: #f58220 1px solid; 
	border-left: #f58220 1px solid; 
}
.side_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

/*Submenu arrow */
.side_dnnmenu_arrow {

}

/*Submenu Hover */
.side_dnnmenu_itemhover td {  
	background-color: #FFFFFF; 
}

/*Submenu icon */
.side_dnnmenu_icon {

}



.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}


/* 
================================
Content styles for 7-eleven.com
================================
*/   

.cssHead {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  bold;
   color: #1d1d1d;
}

.cssSubHead {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight: bold;
   color: #1d1d1d;
}

.cssNormalText {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  normal;
   color: #504f4f;
}

.cssHyperLink {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10px;
   font-weight:  normal;
   color: #504f4f;
}

a.cssHyperLink:link {
   color: #504f4f;
   text-decoration: underline; 
}

a.cssHyperLink:visited {
   color: #504f4f;
   text-decoration: underline;
}

a.cssHyperLink:hover {
   color: #a24f08;
   text-decoration: none;
}

a.cssHyperLink:active {
   color: #504f4f;
   text-decoration: underline;
} 

.white_link {
   text-decoration: underline; 
   font-weight:  normal;
   color: #ffffff;
}

a.white_link:link {
   color: #ffffff;
   text-decoration: underline; 
}

a.white_link:visited {
   color: #ffffff;
   text-decoration: underline;
}

a.white_link:hover {
   color: #ffffff;
   text-decoration: underline;
}

a.white_link:active {
   color: #ffffff;
   text-decoration: underline;
}

ul.cssRedArrow {
	list-style-image:url(images/redarrow.gif);
    vertical-align: bottom;
}

ul.cssGrayArrow {
	list-style-image:url(images/grayarrow.gif);
    vertical-align: bottom;
}

.cssImageBulletTop {
   vertical-align: top;
}

.cssImageBulletMiddle {
   vertical-align: Middle;
}

.cssImageBulletBottom {
   vertical-align: Bottom;
}

.cssSkinNormalText {
	font-weight: normal;
	color: #660000; 
	font-size: 8pt; 
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	margin-bottom: 3px;	
}

/* 
================================
Menu Styles
================================
*/   

.csstopmenu 
{
	height: 29px;
	background-color: #FFFFFF;
	border-top: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}

/*
================================
Lottery Styles
================================
 

BODY
{
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    BACKGROUND-COLOR: white;
}
.item1
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffff
}
.item2
{	DISPLAY: NONE;
    FONT-SIZE: 15px;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #f58220
}

.InputButton
{
    FONT-SIZE: 3mm;
    BORDER-LEFT-COLOR: #c0c0c0;
    BORDER-BOTTOM-COLOR: #c0c0c0;
    BORDER-TOP-STYLE: double;
    BORDER-TOP-COLOR: #c0c0c0;
    FONT-FAMILY: Verdana,Arial,Helvetica;
    BORDER-RIGHT-STYLE: double;
    BORDER-LEFT-STYLE: double;
    BACKGROUND-COLOR: #e9e9e9;
    BORDER-RIGHT-COLOR: #c0c0c0;
    BORDER-BOTTOM-STYLE: double
}

.LotteryResultsPager
{
	BACKGROUND-COLOR: #f58220;
	COLOR: White;
	TEXT-ALIGN: center;
}

.LotteryResultsFooter
{
	BACKGROUND-COLOR: #1C5E55;
	COLOR: White;
	FONT-WEIGHT: bolder;
}

.LotteryResultsSelectedItem
{
	BACKGROUND-COLOR: #C5BBAF;
	COLOR: #333333;
	FONT-WEIGHT: bolder;
}
  */
.LotteryResultsHeader
{
    DISPLAY: NONE;
    BACKGROUND-COLOR: #f58220;
    COLOR: #FFFFFF;
    TEXT-ALIGN: left;
}

TH A:link
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
}

.LotteryItem
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #efefef;
    TEXT-ALIGN: left;
}

.LotteryItemAlt
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left
}

TD A:link.LotterySearchOptionsLink, TD A:visited.LotterySearchOptionsLink
{
    FONT-SIZE: 11px;
    COLOR: Red;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: underline
}

TD.LotteryHeader 
{
    DISPLAY: NONE;
   /* position: relative; */
    background-color:#63865A;
    padding-left:5px;
    padding-right:5px;	
    color: #FFFFFF;
    font: 11px Verdana, Arial, Helvetica;
    font-weight: bolder;    
    height:15px;
	vertical-align : middle;
}

.LotteryLabel
{
    font: 11px Verdana, Arial, Helvetica;
    font-weight: bolder;    
}

.LotterySearchOptions
{
    font: 11px Verdana, Arial, Helvetica;
}


.footer_text
{
	font: 12px Arial;
	color: #F4831C;
}

.legal_text
{
	padding-top:5px;
	font: 10px Arial;
	color: #4C5660;
}

.privacy_text
{
	padding-top:5px;
	font: 10px Arial;
	color: #F4831C;
}

.footer_text a:hover
{
	color: #4C5660;
}

