/***********************************************************************************************************************
DOCUMENT: style/format.css
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
/*#wrapper {
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	}
*/
/*.accordionButton {	
	width: 100px;
	height: 22px;
    line-height: 22px;
	float: none;	
   display:table-cell;
	background: #68B8E4;
	cursor: pointer;
	text-align: center;
	color: White;
	border-radius: 3px;	
	font: bold 18px/12px;
    font-size: small;
    text-decoration: none;
    vertical-align: text-bottom;
    
	}

    
.accordionContent {	
	width: 300px;
	height:140px;
	float: left;	
	height: 83px;
	background: #F0F0F0;
	border:1px solid;
	padding-left: 2px;
	 border-radius: 5px;
	 box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	}
*/	
		
	#wrapperLogin {
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	}
	
/*.ButtonLogin {	
	width: 80px;
	height: 20px;
	float: right;	
	background:  #25729a;
	cursor: pointer;
	text-align:center;
	color: white;
	border-radius: 5px;	
	font-weight: bold;
	}
	.LuckinsButtonLogin {	
	width: 80px;
	height: 20px;
	float: right;	
	
	cursor: pointer;
	text-align:center;
	color:White;
	border-radius: 5px;	
	font-weight: bold;
	}
	
	.ButtonLogout {	
	width: 80px;
	height: 20px;
	background:  #25729a;
	text-align:center;
	color:black;
	border-radius: 5px;	
	font-weight: bold;
	}
	
	
    
.ContentLogin {	
	width: 335px;
	float: left;	
	height: 98px;
	background:White;
	border:1px solid;
    margin-top:18px;
	padding-left: 2px;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	color:Black;
    position:absolute;
	}
*/

	.accordionContentSearch {	
	width: 300px;
	float: left;	
	height: 90px;
	background:White;
	border:1px solid;
	padding-left: 2px;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	color:Black;
	}
	
	
	
/******************************
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	/*background: #1C5675;*/
	}
	
/*.accordionButton:hover {
 background: #68B8E4;
 }
 
 .accordionButtonLogin:hover {
 background: #68B8E4;
 }*/