#homeSplash1 { 
	background:url(/core/background/burroSplash1.jpg) no-repeat center center; 
	background-size:cover; z-index:1; display:block;
}
#homeSplash2 { background:url(/core/background/ianlake1crop.jpg)  no-repeat center center; background-size:cover; z-index:0; display:block}
#homeSplash3 { background:url(/core/background/orion2.jpg)            no-repeat center center; background-size:cover; z-index:0; display:block}
#homeSplash4 { background:url(/core/background/waterfallW1200.jpg) no-repeat center center; background-size:cover; z-index:0; display:block}


html, body {margin: 0; height: 100%; overflow: hidden; box-sizing: border-box;}

html {
    height: 100%;
    box-sizing: border-box;
}

body { 
	box-sizing: border-box;
	display:block;
	border:0px;  
	width:100%;
	height:100%;
	min-height:100%;
	min-width:100%;
	max-height:100%;
	max-width:100%;
	margin:0px; 
	padding:0px;
	font-size: 16px;
	overflow:visible;
	text-align:left; 
	background:transparent;
}

div.form
{
	box-sizing: border-box;
	display:block;
	position: relative;
	height:95%;
	width:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	padding:10px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#000;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:left;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	border-radius:0px;
	cursor:default;
	z-index:99999;
}


div.formHeader
{
	box-sizing: border-box;
	display:block;
	position:absolute;
	height:50px;
	min-height:50px;
	width:100%;
	overflow:hidden;
	margin:0px 0px;
	padding:10px 5px 0px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#07e;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:center;
	background:transparent;
	border-width:0px;
	border-color:#a0a;
	border-style:solid;
	float:none;
	clear:both;
}

div.formBody
{
	box-sizing: border-box;
	display:block;
	position: absolute;
	height:98%;
	width:100%;
	overflow-x:scroll;
	overflow-y:scroll;
	margin-top:45px;
	padding:0px 5px;
	text-align:left;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#770;
	border-radius:0px;
	cursor:default;
	z-index:99999;
}

div.formRow
{
	height:20px;
	width:100%;
	overflow:hidden;
	margin:6px 0px;
	padding:0px;
	text-align:left;
	background:transparent;
	border-width:0px;
	border-color:#a0a;
	border-style:solid;
	float:none;
	clear:both;
}

div.formRowSave
{
	height:30px;
	width:100%;
	overflow:hidden;
	margin:24px 0px 20px 0px;
	padding:0px;
	text-align:left;
	background:transparent;
	border-width:0px;
	border-color:#a0a;
	border-style:solid;
	float:none;
	clear:both;
}

button.formSave
{
	color:#000;  
	cursor:default;
	font-size:inherit;
}

div.formRowSeparator
{
	height:12px;
	min-height:12px;
	width:98%;
	overflow:hidden;
	margin:6px 0px;
	padding:0px;
	text-align:left;
	background:#f1f1f1;
	border-width:0px;
	border-color:#a0a;
	border-style:solid;
	float:none;
	clear:both;
}

div.formLabel
{
	box-sizing: border-box;
	height:100%;
	overflow:hidden;
	width:120px;
	margin:0px;
	padding:3px 5px 0px 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#07e;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:left;
	background:transparent;
	border-width:0px;
	border-color:#0aa;
	border-style:solid;
	float:left;
}

div.formInputDiv
{
	box-sizing: border-box;
	height:100%;
	width:180px;
	margin:0px;
	overflow-x:scroll;
	overflow-y:hidden;
	background:transparent;
	border-width:0px;
	border-color:#aaa;
	border-style:solid;
	float:left;
	clear:right;
}



input.formInput
{
	box-sizing: border-box;
	height:100%;
	width:100%;
	margin:0px;
	padding:3px 10px 0px 0px;
	font-size:inherit;
	background:#fff;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
	float:none;
}



#homeNotification
{
	box-sizing: border-box;
	display:none;
	position: absolute;
	top:15px;
	right:20px;
	height:auto;
	width:auto;
	min-height:36px;
	min-width:150px;
	padding:10px 10px 10px 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	letter-spacing:.8px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background:#322;
	border-style:solid;
	border-width:0px;
	border-color:#f00;
	border-radius:6px 6px 6px 6px;
	cursor:default;
	z-index:99999;
}

#homeIconBar
{
	box-sizing: border-box;
	display:none;
	position: fixed;
	bottom:0px;
	left:0px;
	height:42px;
	width:100%;
	min-height:50px;
	min-width:100%;
	overflow-x: scroll;
	overflow-y: hiiden;
	padding:5px 10px 5px 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	letter-spacing:.8px;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	background:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	cursor:default;
	z-index:99999;
}

#homeStartup
{
	display:block;
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999;
}	 

#homeStartImg
{
	display:block;
	margin:200px 0px 0px 0px;
	float:none;
}

#homeStartSpinner
{
	display:block;
	margin:50px 0px 0px 0px;
	float:none;
}

#HomeMenu
{
	box-sizing: border-box;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	min-height:40px;
	width:100%;
	min-width:200px;
	overflow:visible;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center;
	color:#fff;
	
	background:linear-gradient(to bottom, #fff, #fff);
	background:#fff;
	box-sizing: border-box;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#ccc #ddf #eee #ddf;	
	z-index:8888;
}

#homeMenuCenter
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	height:100%;
	max-height:40px;
	width:60%;
	max-width:900px;
	min-width:700px;
	overflow:visible;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:transparent;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#ccf;	
	border-radius:0px
}


#homeMenuCenter2
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	height:40px;
	width:95%;
	max-width:900px;
	min-width:700px;
	overflow:visible;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:transparent;
	border-width:0px;
	border-style:solid;
	border-color:#faa;	
	border-radius:0px
}


#homeMenuLogo
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	height:32px;
	width:150px;
	margin:6px 0px 0px 10px;
	padding:0px 10px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#f00;
	border-radius:6px 6px 0px 0px;
	background:transparent;
}

#homeMenuLogo:hover
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	height:32px;
	width:150px;
	margin:6px 0px 0px 10px;
	padding:0px 10px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#ccc #ccc #fff #ccc;
	border-radius:6px 6px 0px 0px;
	background:transparent;
}

#homeMenuAppsRight
{
	position:relative;
	display:none;
	left:-15px;
	top:4px;
	height:auto;
	width:auto;
	min-width:170px;
	padding:10px 0px 10px 5px;
	margin:0px;
	background:#fff;
	text-align:left;
	box-sizing: border-box;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;	
	border-radius:0px 0px 6px 6px;
	z-index:-1;
}

#homeMenuTopOuterFriend
{
	display:block;
	box-sizing: border-box;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:28px;
	margin:9px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	background:transparent;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#fdd;
	border-radius:6px;
	float:left;
}

div.homeMenuTopOuter
{
	display:block;
	box-sizing: border-box;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:24px;
	margin:7px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	background:transparent;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#fdd;
	border-radius:6px;
	float:left;
}

div.homeMenuTopOuter:hover
{
	display:block;
	box-sizing: border-box;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:24px;
	margin:7px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	background:#fff;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#ccc #ccc #aaa #ccc;
	border-radius:6px;
	float:left;
}


div.homeMenuTopPay
{
	box-sizing: border-box;
	display:block;
	height:32px;
	width:70px;
	margin:0px auto;
	padding:7px 10px 0px 10px;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#c627c4;
	color:#222;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:transparent;
	border-radius:0px;
	cursor:default;
}

div.homeMenuTopPay:hover
{
	box-sizing: border-box;
	display:block;
	height:32px;
	width:70px;
	margin:0px auto;
	padding:7px 10px 0px 10px;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#444;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#444;
	border-radius:0px;
	cursor:default;
}

div.homeMenuTopCloud
{
	box-sizing: border-box;
	display:block;
	height:32px;
	width:70px;
	margin:0px auto;
	padding:7px 10px 0px 10px;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#fc930a;
	color:#222;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:transparent;
	border-radius:0px;
	cursor:default;
}

div.homeMenuTopCloud:hover
{
	box-sizing: border-box;
	display:block;
	height:32px;
	width:70px;
	margin:0px auto;
	padding:7px 10px 0px 10px;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#444;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#444;
	border-radius:0px;
	cursor:default;
}

div.homeMenuTopFriend
{
	box-sizing: border-box;
	display:block;
	height:32px;
	width:80px;
	margin:0px auto;
	padding:7px 10px 0px 10px;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#5d4aef;
	color:#222;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:transparent;
	border-radius:0px;
	cursor:default;
}

div.homeMenuTopFriend:hover
{
	box-sizing: border-box;
	display:block;
	height:32px;
	width:80px;
	margin:0px auto;
	padding:7px 10px 0px 10px;
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#444;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#444;
	border-radius:0px;
	cursor:default;
}


#homeMenuBurroIcon
{
	display:inline-block;
	box-sizing: border-box;
	height:20px;
	width:150px;
	margin:0px 0px 0px 0px;
 	padding:0px 0px 0px 0px;
 	background:transparent;
 	border-width:0px;
	border-style:solid;
	border-color:#f00;
	border-radius:0px;	
}

#homeMenuBurroIcon:hover
{
 	display:inline-block;
 	box-sizing: border-box;
 	height:20px;
	width:150px;
	margin:0px 0px 0px 0px;
 	padding:0px 0px 0px 0px;
 	background:transparent;
 	border-width:0px;
	border-style:solid;
	border-color:#f00;
	border-radius:0px;
}


div.homeCenterSelectionOval
{
	display: inline-block;
	height: 22px;
	width: 60px;
	margin: 18px 10px 0px 10px;
	padding:4px 10px;
	overflow:hidden;
	background:#fff;
	opacity: 1;
	text-align:center;
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#aaa;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:transparent;
	border-radius:0px;
}

div.homeCenterSelectionOval:hover
{
	display: inline-block;
	height: 22px;
	width: 60px;
	margin: 18px 10px 0px 10px;
	padding:4px 10px;
	overflow:hidden;
	background:#fff;
	opacity: 1;
	text-align:center;
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:transparent;
	border-radius:0px;
}

div.homeCenterSelection
{
	display: inline-block;
	height: 26px;
	width: 26px;
	margin: 0px 0px -2px 0px;
	padding:0px 0px;
	overflow:hidden;
	background:transparent;
	border-radius: 50%;
	border-width:1px;
	border-color:#f00;
	text-align:center;
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	letter-spacing:.8px;
	text-decoration:none;
}

#homeMenuItemSignin{  background:transparent; cursor:default; }
#homeMenuItemJoin {    background:transparent; cursor:default; }
#homeMenuItemAbout {   background:transparent; cursor:default; }
#homeMenuItemContact {   background:transparent; cursor:default; }

#homeMenuItemSignin:hover  { color:#fff; background:#433; border-radius:6px;}
#homeMenuItemJoin:hover    { color:#fff; background:#433; border-radius:6px;}
#homeMenuItemAbout:hover   { color:#fff; background:#433; border-radius:6px;}
#homeMenuItemContact:hover { color:#fff; background:#433; border-radius:6px;}

#homeFriendsButton{ color:#200;  cursor:default; }
#homePayButton {  color:#200;  cursor:default; }
#homeCloudButton { color:#200; cursor:default; }
#homeFriendsButton:hover {  color:#09f;  }
#homePayButton:hover {    color:#0a0;   }
#homeCloudButton:hover {  color:#f70;  }

#homeLogo
{
	height:16px;
	width:100px;
	margin:21px 0px 0px 0px;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
}






#homeMenuApps
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	border-radius:6px;
	float:left;
}

#homeMenuApps:hover
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	border-radius:6px;
	float:left;
}


div.appMenuApp
{
	position:relative;
	display:none;
	right:0px;
	top:-5px;
	height:100%;
	width:auto%;
	min-width:250px;
	padding:0px;
	margin:0px;
	background:#fff;
	text-align:left;
	box-sizing: border-box;
	border-width:0px 1px 3px 1px;
	border-style:solid;
	border-color:#ccc;	
	border-radius:0px 0px 6px 6px;
	z-index:9990;
}

div.appMenuApps
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	border-radius:6px;
	float:left;
}

div.appMenuApps:hover
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	border-radius:6px;
	float:left;
}

div.homeBar
{
	position:absolute;
	top:0px;
	left:0px; 
	overflow:visible;
	height:55px;
	width:100%;
	margin:0px auto; 
	padding:0px;
	text-align:center;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	text-align:left;
	background:#211;
	opacity:1;
	z-index:2;
}

#homeDrop
{
	display:block;
    width:100%;
    height:auto;
    margin:0px;
    position: absolute;
    top:54px;
    overflow:hidden;
    text-align: center;
    background:#211;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    border-radius:0px;
    z-index: 9999;
    opacity: 1;
}

div.homeDropItem
{
	display:none;
    width:100%;
    height:auto;
    margin:0px;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:transparent;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    border-radius:0px;
    z-index: 9999;
    opacity: 1;
}


img.appsMenuIcon
{
	display:block;
	box-sizing:border-box;
	height:18px;
	width:18px;
	max-height:18px;
	max-width:18px;
	margin:10px 10px 0px 20px;
	padding:0px;
	opacity:1;
	border-style:solid;
	border-width:0px;
	border-radius:0px 0px 0px 0px;
	border-color:#f00;
	background:transparent;
	float:left;
}


div.dotSpace
{
	height:16px;
	width:10px;
	min-width:10px;
	border-style:solid;
	border-width:0px;
	border-color:#f00;
	float:left;
}

.dotControl {
    width: 14px;
    height: 14px;
    margin:0px 10px;
    position: relative;
    display: inline-block;
    margin: 0px;
    border-style:solid;
	border-width:0px;
	border-color:#ccc;
    float:left;
    
    }
    .dotControl .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .dotControl:hover .img-top {
        display: inline;
    }
    


img.appControlDot
{
	display:block;
	box-sizing:border-box;
	height:14px;
	width:14px;
	min-width:14px;
	min-height:14px;
	margin:0px 10px 0px 0px;
	padding:0px;
	opacity: .7;
	border-style:solid;
	border-width:0px;
	border-radius:0px 0px 0px 0px;
	border-color:#f00;
	background:transparent;
	float:left;
}

img.appControlDot:hover
{
	display:block;
	box-sizing:border-box;
	height:14px;
	width:14px;
	min-width:14px;
	min-height:14px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-style:solid;
	border-width:0px;
	border-radius:0px 0px 0px 0px;
	border-color:#f00;
	background:transparent;
	float:left;
}


div.appMenuIcon
{
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	font-size:18px;
	height:100%;
	width:auto;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	color:#000;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-radius:0px 0px 0px 0px;
	border-color:#f00;
	background:transparent;
	float:left;
}

div.appMenuIcon:hover
{
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	height:100%;
	font-size:18px;
	width:auto;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	color:#000;
	text-align:center;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-color:#000;
	background:transparent;
	float:left;
}


#homeMenuFriends
{
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	background:transparent;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:6px;
	float:left;
}

#homeMenuFriends:hover
{
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	background:#666;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:6px;
	float:left;
}


#homeMenuPay
{
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	background:transparent;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:6px;
	float:left;
}

#homeMenuPay:hover
{
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	background:#ddd;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:6px;
	float:left;
}

#homeMenuCloud
{
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	background:transparent;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:6px;
	float:left;
}

#homeMenuCloud:hover
{
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:16%;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	background:#ddd;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:6px;
	float:left;
}

#homeMenuAppsDrop
{
	position:absolute;
	height:200px;
	min-width:400px;
	padding:0px;
	margin:0px;
	background:#fff;
	text-align:left;
	box-sizing: border-box;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;	
	z-index:9990;
}

#homeMenuMenu
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:12%;
	height:31px;
	margin:7px 0px 0px 5px;
	padding:0px 0px 1px 0px;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:transparent;
	background:transparent;
	border-radius:6px 6px 0px 0px;
}

#homeMenuMenu:hover
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:12%;
	height:30px;
	margin:7px 0px 0px 5px;
	padding:0px 0px 1px 0px;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:#fff;
	background:transparent;
	border-radius:6px 6px 0px 0px;
}

#SamplehomeMenuTopOuter:hover
{
	display:block;
	box-sizing: border-box;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:14%;
	height:30px;
	margin:8px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	background:#fff;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#ccc #ccc #aaa #ccc;
	border-radius:6px;
	float:left;
}
#homeMenuMenuDrop
{
	position:absolute;
	height:auto;
	width:100px;
	padding:0px;
	margin:0px;
	background:#fff;
	text-align:left;
	box-sizing: border-box;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;	
	z-index:9990;
}


#SAMPLEmeMenuAppsRight
{
	position:relative;
	display:none;
	left:-30px;
	top:8px;
	height:auto;
	width:auto;
	min-width:170px;
	padding:10px 0px 10px 5px;
	margin:0px;
	background:#fff;
	text-align:left;
	box-sizing: border-box;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;	
	border-radius:0px 0px 6px 6px;
	z-index:-1;
}

#homeMenuMenuRight
{
	position:relative;
	display:none;
	right:1px;
	top:0px;
	height:auto;
	width:auto;
	min-width:180px;
	padding:10px;
	margin:0px;
	background:#fff;
	text-align:left;
	box-sizing: border-box;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;	
	border-radius:0px 0px 6px 6px;
	z-index:9990;
}


#homeMenuRight
{
	position:absolute;
	display:block;
	right:0px;
	top:42px;
	height:100%;
	width:33%;
	padding:0px;
	margin:0px;
	background:#322;
	text-align:left;
	box-sizing: border-box;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;	
	z-index:9990;
}


span.homeMenuHamburgerGlyph
{
	font-Size: 20px;
	height: 32px;
	margin:1px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	color:#000;
	border-width:0px;
	border-style:solid;
	border-color:#000;
	border-radius:6px;
	background:transparent;
}

span.homeMenuHamburgerGlyph:hover
{
	font-Size: 20px;
	height: 32px;
	margin:1px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	color:#000;
	border-width:0px;
	border-style:solid;
	border-color:#000;
	border-radius:6px;
	background:transparent;
}

span.homeMenuAppsGlyph
{ 
	font-Size: 20px;
	height: 31px;
	margin:-3px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	color:#222;
	border-width:0px;
	border-style:solid;
	border-color:#000;
	border-radius:6px;
	background:transparent;
}

span.homeMenuAppsGlyph:hover
{ 
	font-Size: 20px;
	height: 31px;
	margin:-3px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	color:#444;
	border-width:0px;
	border-style:solid;
	border-color:#000;
	border-radius:6px;
	background:transparent;
}



.homeMenuAppsClass
{
	display:none;
}

.homeMenuAppsClass:hover
{
	display:block;
}

img.homeMenuAppsIcon
{
	display:block;
	height:40px;
	width:60px;	
	border-radius:6px; 
	float:left;
}

img.homeMenuAppsIcon:hover
{
	display:block;
	height:40px;
	width:60px;
	border-radius:6px; 
	float:left;	
}




div.appMenuRightDrop
{
	box-sizing: border-box;
	position:relative;
	top:-8px;
	right:50px;
	display:block;
	height:auto;
	width:auto;
	min-width:150px;
	overflow:scroll;
	padding:0px 5px 10px 5px;
	margin:0px;
	background:#fff;
	text-align:left;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#bbb;
	border-radius:0px 0px 6px 6px;
	z-index:9990;
}


div.appMenuRightDiv
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:visible; 
	z-index:9999;
	width:auto;
	height:100%;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:0px;
	float:left;
}

span.appMenuRightDropGlyph
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	font-size:18px;
	width:auto;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-radius:12px;
	border-color:transparent;
	background:transparent;
	float:left;
}

span.appMenuRightDropGlyph:hover
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	font-size:18px;
	width:auto;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-radius:12px;
	border-color:#fff;
	background:opacity(255,255,255,.5);
	float:left;
}



img.appMenuAppIcon
{
	display:block;
	position:relative;
	width:35px;
	height:25px;
	margin:0px 4px 0px 2px; 
	padding:2px 2px 2px 2px;
	vertical-align: middle;
	border-width:0px;
	border-style:none;
	border-color:#000;
	overflow:hidden;
	background:transparent;
	border-radius: 6px;
	float:left;
}

img.appMenuappIcon:hover
{
	display:block;
	position:relative;
	width:35px;
	height:25px;
	margin:0px 4px 0px 2px;  
	padding:2px 2px 2px 2px;
	vertical-align: middle;
	border-width:0px;
	border-style:none;
	border-color:#000;
	overflow:hidden;
	background:#999;
	background:transparent;
	border-radius: 6px;
	float:left;
}




img.appMenuAppIconGray
{
	display:block;
	position:relative;
	width:24px;
	height:24px;
	margin:0px 4px 0px 2px; 
	padding:2px 2px 2px 2px;
	vertical-align: middle;
	border-width:0px;
	border-style:none;
	border-color:#000;
	overflow:hidden;
	opacity:.3;
	background:transparent;
	border-radius: 6px;
	float:left;
}

img.appMenuAppIconGray:hover
{
	display:block;
	position:relative;
	width:24px;
	height:24px;
	margin:0px 4px 0px 2px; 
	padding:2px 2px 2px 2px;
	vertical-align: middle;
	border-width:0px;
	border-style:none;
	border-color:#000;
	overflow:hidden;
	opacity:.3;
	background:transparent;
	border-radius: 6px;
	float:left;
}

div.appMenuLeftItem
{
	display:block;
	box-sizing:border-box;
	height:40px;
	width:90%;
	min-width:120px;
	min-height:24px;
	margin:5px 0px 0px 5px;
	padding:5px 0px 7px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;
	letter-spacing:.8px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-radius:0px 0px 0px 0px;
	border-color:transparent;
	background:transparent;
}

div.appMenuLeftItem:hover
{
	display:block;
	box-sizing:border-box;
	height:40px;
	width:90%;
	min-width:120px;
	min-height:24px;
	margin:5px 0px 0px 5px;
	padding:5px 0px 7px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;
	letter-spacing:.8px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-radius:6px;
	border-color:#aaa;
	background:#eee;
}

div.appDropMenuItem
{
	display:block;
	box-sizing:border-box;
	height:40px;
	width:90%;
	min-width:120px;
	min-height:24px;
	margin:5px 0px 0px 5px;
	padding:5px 0px 7px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;
	letter-spacing:.8px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-radius:0px 0px 0px 0px;
	border-color:transparent;
	background:transparent;
}

div.appDropMenuItem:hover
{
	display:block;
	box-sizing:border-box;
	height:40px;
	width:90%;
	min-width:120px;
	min-height:24px;
	margin:5px 0px 0px 5px;
	padding:5px 0px 7px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#000;
	font-weight:bold;
	letter-spacing:.8px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-radius:6px;
	border-color:#aaa;
	background:#eee;
}

div.appMenuRightItem
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	height:40px;
	width:90%;
	min-width:120px;
	margin:5px 10px 5px 5px;
	padding:5px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background:transparent;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:1px;
	border-radius:12px;
	border-style:solid;
	border-color:transparent;	
	float:none;
}

div.appMenuRightItem:hover
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	height:40px;
	width:90%;
	min-width:120px;
	margin:5px 10px 5px 5px;
	padding:5px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background:#eee;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:1px;
	border-style:solid;
	border-color:#aaa;	
	border-radius:12px;
	float:none;
}


div.appMenuText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	margin:14px 0px 0px 20px;
	font-weight: normal;
	color:#000;
	background:transparent;
	letter-spacing:.8px;
	text-decoration:none;
}

div.appMenuIconText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:-4px 0px 0px 0px;
	font-weight: normal;
	color:#000;
	background:transparent;
	letter-spacing:.8px;
	text-decoration:none;
}

div.homeAppMenuText
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	margin:10px 0px 0px 10px;
	font-weight: normal;
	color:#000;
	background:transparent;
	letter-spacing:.8px;
	text-decoration:none;
	float:left;
}


div.appMenuTextGray
{
	display:block;
	position:relative;
	width:auto;
	height:auto;
	margin:6px 4px 0px 0px;  
	padding:2px 2px 2px 0px;
	color:#777;
	border-width:0px;
	border-style:none;
	border-color:#000;
	overflow:hidden;
	background:transparent;
}



div.appWindow 
{
	display:none;
	box-sizing: border-box;
	/* top window objects 9990 - 9999 */
	z-index:10;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	width:300px;
	min-width:200px;
	height:100px;
	min-height:100px;
	margin:0px;
	padding:0px;
	background:#fff;
	border-width:3px 1px 1px 1px;
	border-style:solid;
	border-color:#35c #eee #eee #eee;
	border-radius:6px;
	box-shadow: 2px 6px 6px 1px rgba(0,0,0, .3);
}



div.appWinBody {
	display:block;
	box-sizing: border-box;
	position:relative;
	top:0px;
	left:0px;
	overflow-y:hidden;
	overflow-x:hidden;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:.8px;
	text-decoration:none; 
	text-align:left;  
	color:#000; 
	background:#fff;
	border-style:solid;  
	border-width:0px; 
	border-color:#0f0;
	z-index: 0;
}

div.appWinMenubar {
	display:block;
	box-sizing: border-box;
	position:relative;
	overflow:visible; 
	z-index:2;
	width:100%;
	min-width:170px;
	height:48px;
	margin:0px;
	padding:0px;
	text-align:center;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#bbb;
	border-radius:0px;
	background-color:#f1f1f1;
}


div.appMenuCenter
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	overflow:visible;
	height:100%;
	width:auto;
	max-width:1200px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	text-align:center;
	background:transparent;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#ddf;	
	border-radius:0px
}

div.appMenuIconTitle
{
	display:inline-block;
	box-sizing:border-box;
	overflow:visible;
	position:relative;
	height:100%;
	width:100px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 10px;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-width:0px;
	border-color:#f00;
	border-radius:0px;
	background-color:transparent;
	text-align:center;
}

div.appMenuIconTitle:hover
{
	display:inline-block;
	box-sizing:border-box;
	overflow:visible;
	position:relative;
	height:100%;
	width:100px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 10px;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-width:0px;
	border-color:#f00;
	border-radius:0px;
	background-color:transparent;
	text-align:center;
}

div.appMenuLeftDrop
{
	display:none;
	box-sizing: border-box;
	position:absolute;
	top:47px;
	left:-40px;
	height:auto;
	width:auto;
	min-width:200px;
	overflow:scroll;
	padding:0px 5px 10px 5px;
	margin:0px;
	background:#fff;
	text-align:left;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#bbb;
	border-radius:0px 0px 6px 6px;
	z-index:9990;
}

div.appMenuItems
{
	display:inline-block;
	box-sizing:border-box;
	position:relative;
	height:46px;
	width:auto;
	overflow:visible;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:red;
	border-radius:0px;
	background-color:transparent;
	text-align:center;
}

div.appControls
{
	display:inline-block;
	box-sizing:border-box;
	position:relative;
	height:100%;
	width:32px;
	overflow:visible;
	vertical-align: top;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:transparent;
	border-radius:0px;
	background-color:transparent;
}

div.appMenuTitle
{
	display:block;
	box-sizing:border-box;
	overflow:visible; 
	height:100%;
	min-width:24px;
	min-height:20px;
	margin:4px 0px 0px 2px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#000;
	padding:11px 0px 0px 0px;
	font-weight:bold;
	letter-spacing:.8px;
	text-decoration:none;
	border-style:solid;
	border-width:0px;
	border-radius:0px 0px 0px 0px;
	border-color:#00f;
	background:transparent;
	float:left;
}

div.menuAppTitleItem
{
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:visible; 
	z-index:9000;
	width:auto;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 12px 0px 12px;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	background-color:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:transparent;
	border-radius:0px;
	float:left;
	cursor:default;
}

div.menuAppTitleItem:hover
{
	box-sizing:border-box;
	position:relative;
	overflow:visible; 
	z-index:9000;
	width:auto;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 12px 0px 12px;
	color:#000;
	background-color:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:transparent;
	border-radius:0px;
	float:left;
	cursor:default;
}

div.menuAppItem
{
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:visible; 
	z-index:9000;
	width:auto;
	min-width:80px;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 12px 0px 12px;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	background-color:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:transparent;
	border-radius:0px;
	float:left;
	cursor:default;
}

div.menuAppItem:hover
{
	box-sizing:border-box;
	position:relative;
	overflow:visible; 
	z-index:9000;
	width:auto;
	min-width:80px;
	height:100%;
	margin:0px 0px 0px 20px;
	padding:0px 12px 0px 12px;
	color:#000;
	background-color:transparent;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#000;
	border-radius:0px;
	float:left;
	cursor:default;
}



span.appMenuAppsGlyph
{ 
	font-Size: 20px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:6px 0px 2px 0px;
	color:#000;
	border-width:0px;
	border-style:solid;
	border-color:#000;
	border-radius:0px;
	background:transparent;
	vertical-align: unset;
}

span.appMenuAppsGlyph:hover
{ 
	font-Size: 20px;
	height: 100%;
	margin:0px 0px 0px 0px;
	padding:6px 0px 2px 0px;
	color:#000;
	border-width:0px;
	border-style:solid;
	border-color:#000;
	border-radius:0px;
	background:transparent;
	vertical-align: unset;
}



div.homeSplash { 
	display:block;
	position:absolute; 
	overflow:hidden;
	text-align: center;
	top: 0px;
	left: 0px;
	margin:0px 0px 0px 0px; 
	padding:0px; 
	width:100%;
	height:100%;
	border-width:0px;
	border-style:solid;
	border-color:#f00;
	z-index:0;
}

div.homeCenter
{
	display:block; 
	position:relative;
	top:0px;
	left:5%; 
	overflow:hidden;
	height:100%;
	width:550px;
	min-width:550px;
	margin:0px auto; 
	padding:0px;
	text-align:center;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	text-align:left;
	background:transparent;
	z-index:5;
}

span.appMenuIconGlyph
{
	display:block;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	font-size:20px;
	width:auto;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-radius:0px 0px 0px 0px;
	border-color:#f00;
	background:transparent;
	float:none;
}


span.appMenuRightGlyph
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	font-size:20px;
	width:auto;
	color:#f00;
	margin:-9px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-radius:12px;
	border-color:transparent;
	background:transparent;
	float:left;
}

span.appMenuRightGlyph:hover
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	font-size:20px;
	width:auto;
	color:#a00;
	margin:-9px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-radius:12px;
	border-color:#fff;
	background-color:transparent;
	float:left;
}

div.homeBarMobile
{
	position:absolute;
	top:0px;
	left:0px; 
	overflow:visible;
	height:55px;
	width:100%;
	margin:0px auto; 
	padding:0px;
	text-align:center;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	text-align:left;
	background:rgb(0, 0, 0, .5);
	z-index:2;
}

div.homeCenterMobile
{
	display:block; 
	position:relative;
	top:0px;
	left:5%; 
	overflow:hidden;
	height:auto;
	width:700px;
	min-width:550px;
	margin:0px auto; 
	padding:0px;
	text-align:center;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	text-align:left;
	background:transparent;
	z-index:5;
}


#homeMenuBurroSignedIn
{
	display:inline-block;
	height:14px;
	width:auto;
	margin:-10px 0px 0px 0px;
	border-width:1px;
	border-style:solid;
	border-color:#999;
}

#homeCenterTitle
{
	display:inline-block; 
	position:relative; 
	overflow:hidden;
	height:auto;
	width:auto; 
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background:transparent;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	z-index:1;
	float:left;
}

#homeCenterSelections
{
	display:inline-block;
	height: auto;
	width: auto;
	margin: 0px 5px 0px 20px;
	padding:0px 0px;
	background:transparent;
	text-align:center;
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#444;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px;
	border-style:solid;
	border-color:#00f;
	
}

#BurroLogo
{
	display:block;
	position:relative;
	height:26px;
	width:100px;
	padding:2px 10px;
	margin:5px 10px;
	background:#b3dcf4;
	text-align:left;
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#593c3c;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px;
	border-style:solid;
	border-color:#f00;	
	border-radius:10px;
}

#BurroLogo:hover
{
	display:block;
	position:relative;
	height:26px;
	width:100px;
	padding:2px 10px;
	margin:5px 10px;
	background:#b3ffff;
	text-align:left;
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#593c3c;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px;
	border-style:solid;
	border-color:#999;	
	border-radius:10px;
}

#HomePage 
{ 
	display:none; 
	position:absolute; 
	overflow:hidden;
	top:30px;
	left:0px;
	height:100%;
	width:100%; 
	margin:0px; 
	padding:0px;
	border-width:0px;
	border-style:solid;
	border-color:#f00;
	text-align:center;
	background:transparent;
	z-index:1;
}

#HomePageCenter
{ 
	display:block; 
	position:relative; 
	overflow-x:hidden;
	overflow-y: scroll;
	height:80%;
	width:80%; 
	margin:40px auto; 
	padding:0px;
	border-width:0px;
	border-style:solid;
	border-color:#efefef;
	text-align:left;
	background:transparent;
	z-index:1;
}

#homeMenubarLeft
{
	display:block;
	box-sizing:border-box;
	position:relative;
	top:0px;
	left:0px;
	overflow:visible; 
	z-index:9995;
	width:20%;
	min-width:140px;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	border-style:solid;
	border-width:0px;
	border-color:#f00;
	border-radius:0px;
	background:transparent;
	float:left;
}

#homeMenubarCenter
{
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:visible; 
	z-index:9995;
	width:60%;
	min-width:400px;
	height:100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	border-radius:0px;
	background:transparent;
	float:left;
}

#homeMenubarCenter2
{
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:visible; 
	z-index:9995;
	width:250px;
	min-width:400px;
	height:100%;
	margin:8px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	border-radius:0px;
	background:transparent;
}

div.homeMenubarRight
{
	display:block;
	box-sizing:border-box;
	position:absolute;
	top:0px;
	right:0px;
	overflow:visible; 
	z-index:9995;
	width:20%;
	min-width:70px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	border-style:solid;
	border-width:1px;
	border-color:#0f0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	float:right;
}

#homeDateTime
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	height:100%;
	margin:0px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#000;
	background:transparent;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px;
	border-style:solid;
	border-color:#ddd;	
}


#homeBurro
{
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:hidden; 
	z-index:9999;
	width:auto;
	min-width:80px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	background:transparent;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-width:0px;
	border-color:#0f0;
	background:transparent;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:900;
	letter-spacing:.1px;
	text-decoration:none;
	color:#000;
	float:none;
}

div.homeMenuItemRight
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background: #fff;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#000;	
}


div.homeMenuItemRight:hover
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#fff;
	background: #555;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#000;	
}

div.homeMenuMenuItem
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:5px 10px 5px 10px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background: transparent;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:1px;
	border-style:solid;
	border-color:transparent;	
	border-radius:6px;
}


div.homeMenuMenuItem:hover
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:5px 10px 5px 10px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background: #efefef;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:1px;
	border-style:solid;
	border-color:#bbb;	
}


div.homeMenuDropItem
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background: #fff;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#000;	
}


div.homeMenuDropItem:hover
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#fff;
	background: #555;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#000;	
}

div.homeMenuAppsItem
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:5px 10px 5px 10px;
	padding:5px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background:transparent;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 0px 0px;
	border-radius:6px;
	border-style:solid;
	border-color:#000;	
	float:none;
}

div.homeMenuAppsItem:hover
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:5px 10px 5px 10px;
	padding:5px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
	background: #ccc;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#000;	
	border-radius:6px;
	float:none;
}

div.homeMenuItemLeft:hover
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	min-width:80px;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#fff;
	background: #555;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:#000;	
}









div.homeAppIcon
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:4px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8px;
	font-weight: normal;
	color:#000;
	background: transparent;
	letter-spacing:.5px;
	text-decoration:none;
	border-width:0px;
	border-style:none;
	border-color:#000;
	float:left;
}

div.homeAppIcon:hover
{
	display:block;
	box-sizing: border-box;
	position: relative;
	overflow:hidden; 
	z-index:9995;
	width:auto;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:4px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8px;
	font-weight: normal;
	color:#000;
	background: #ccc;
	letter-spacing:.5px;
	text-decoration:none;
	border-width:0px;
	border-style:none;
	border-color:#000;
	float:left;
}

#homePassword
{
background:url(/app/password/image/passwordIcon.jpg)  
}

#homeMoney
{
background:url(/app/money/image/moneyIcon.png)  
}

#homeCalculator
{
background:url(/app/calculator/image/calculatorIcon.png)  
}

#homeMail
{
background:url(/app/mail/image/mailIcon.png)  
}

#homeTemplate
{
background:url(/app/template/image/templateIcon.png)  
}

#homeNotes
{
background:url(/app/notes/image/notesIcon.png)  
}

span.homeGlyph
{
 margin:-4px auto 0px auto;
 font-Size: 20px; 
 color: #000;
 border-style:solid;
 border-width:0px;
 border-color:#888;
}

span.homeGlyph:hover
{
 margin:-4px auto 0px auto;
 font-Size: 20px; 
 color: #444;
 border-style:solid;
 border-width:0px;
 border-color:#888;
}

img.appsMenuIcon
{
	display:block;
	box-sizing:border-box;
	height:24px;
	width:24px;
	min-width:24px;
	min-height:24px;
	margin:0px 10px 0px 0px;
	padding:0px;
	opacity: .7;
	border-style:solid;
	border-width:0px;
	border-radius:0px 0px 0px 0px;
	border-color:#f00;
	background:transparent;
	float:left;
}

#mobileConsole
{
	display:none;
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	margin:0px; 
	padding:20px 20px 40px 20px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#000;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:2px;
	border-style:solid;
	border-color:#f00;
	overflow:scroll;
	text-align:left; 
	background:#fff;
	z-index:9999;
}





#homePhotoCredit
{
	display:block; 
	position:fixed;
	bottom:8px;
	left:15px; 
	overflow:hidden;
	height:16px;
	width:auto; 
	margin:0px; 
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:left;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	text-align:left;
	background:transparent;
	z-index:1;
}

a.homePhotoCredit
{
	display:block; 
	position:fixed;
	bottom:8px;
	left:15px; 
	overflow:hidden;
	height:16px;
	width:auto; 
	margin:0px; 
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	text-align:left;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	text-align:left;
	background:transparent;
	z-index:1;
}

a.homePhotoCredit:hover
{
	display:block; 
	position:fixed;
	bottom:8px;
	left:15px; 
	overflow:hidden;
	height:16px;
	width:auto; 
	margin:0px; 
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:underline;
	text-align:left;
	border-width:0px;
	border-style:solid;
	border-color:#fff;
	text-align:left;
	background:transparent;
	z-index:1;
}







span.homeCenterFamilyGlyph
{
 font-Size: 16px; 
 padding:-5px 0px 0px -5px;
}



#homeCenterSigninImg
{
	display: inline-block;
	height: 20px;
	width: 18px;
	margin: 0px 0px;
	padding:4px 0px 0px 0px;
}

#homeCenterAboutImg
{
	display: inline-block;
	height: 28px;
	width: 28px;
	margin: 0px 0px;
	padding:8px 0px;
}



#BurroHomeCD {
	display:none;
}

#burroHomeCode {
	display:none;
}



div.homeMessageBar {
	box-sizing: border-box;
	display:block;
	position:relative;
	margin:5px auto 0px auto;
	padding:10px 5px 0px 5px;
	height:34px;
	width:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#f00;
	letter-spacing:.8px;
	text-decoration:none;
	border-width:0px;
	border-style:solid;
	border-color:#00f;
	border-radius:6px;
	background-color: transparent;
	z-index:2;
}

div.homeRow
{
	display:block;
	margin:10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	width:440px;
	height:auto;
	min-height: 39px;
	text-align: center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#888;
	clear:both;
}

#homeJoinPopBody
{
	display:block;
	position: static;
	overflow: hidden;
	margin:0px;
	padding:15px 15px 10px 15px;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	height:100%;
    border-style:solid;
	border-width:0px;
	border-color:#000;
	text-align:left;
	background:transparent;
}

.burroJoinDiv 
{ 
	line-height:2;  
	letter-spacing: 1px; 
	font-weight:normal;
	color:#fff;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:.5px;
	text-align:left;
	text-decoration:none;
	background:transparent;
    border-style:solid;
	border-width:1px;
	border-color:#00f;
}

div.burroSigninRowButton
{
	display:block;
	margin:30px auto 10px auto;
	padding: 0px 0px 0px 0px;
	width:400px;
	text-align: center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#888;
	clear:both;
}

div.homeRowSpace
{
	width:100%;
	height:24px;
	min-height:24px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#888;
	clear:both;
}



div.homePopupBody
{
	display:block;
	position:relative;
	top:0px;
    left:0px;
    width:100%;
    height:100%;
    margin:0px;
    overflow:hidden;
    text-align: center;
    background:#fff;
    opacity:.5;
    border-style:solid;
	border-width:1px;
	border-color:#00f;
    border-radius:0px;
    z-index: 9999;
}

div.homePopupShade
{
	display:none;
	position:absolute;
	top:0px;
    left:0px;
    width:100%;
    height:100%;
    margin:0px;
    overflow:hidden;
    text-align: center;
    background:#fff;
    opacity: .5;
    border-style:solid;
	border-width:1px;
	border-color:#f00;
    border-radius:0px;
    z-index: 9999;
}

#homeCurtain
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	background: rgba(128,128,128,0.7);
    opacity:inherit;
    z-index:9998;
}

#burroWinPopup
{
	display:block;
    width:auto;
    height:auto;
    margin:0px auto 0px auto;
    position: absolute;
    overflow:hidden;
    text-align: center;
    background:#fff;
    border-style:solid;
	border-width:1px;
	border-color:#777;
    border-radius:0px;
    z-index: 9999;
}

div.burroPopup
{
	display:block;
    width:100%;
    height:auto;
    margin:40px auto 0px auto;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:#fff;
    border-style:solid;
	border-width:1px;
	border-color:#f00;
    border-radius:0px;
    z-index: 99999;
}

div.burroPopupTitleBar
{
	display:block;
    width:100%;
    height:26px;
    margin:0px 0px 0px 0px;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:#ddd;
    border-style:solid;
	border-width:0px;
	border-color:#000;
    border-radius:0px;
    z-index: 99999;
}

div.burroPopupControl
{
	display:block;
    width:24px;
    height:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:transparent;
    border-style:solid;
	border-width:0px;
	border-color:#000;
    border-radius:0px;
    z-index: 99999;
}

div.burroPopupTitle
{
	display:block;
    width:100%;
    height:26px;
    margin:0px 0px 0px 0px;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:#ddd;
    border-style:solid;
	border-width:0px;
	border-color:#000;
    border-radius:0px;
    z-index: 99999;
}

#burroPopupBody
{
	display:block;
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:#fff;
    border-style:solid;
	border-width:0px;
	border-color:#777;
    border-radius:0px;
    z-index: 9999;
}


#burroPopupMessage
{
	display:block;
    width:auto;
    height:auto;
    margin:0px auto 0px auto;
    padding:30px 10px;
    position: relative;
    overflow:hidden;
    text-align: center;
    background:#fff;
    border-style:solid;
	border-width:0px;
	border-color:#777;
    border-radius:0px;
    z-index: 9999;
}


div.homeRowHidden
{
	display:none;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	width:410px;
	height:0px;
	text-align: center;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#888;
	clear:both;
}

div.homeLabel
{
	display:inline-block;
	height:100%;
	min-height:32px;
	width:80px;
	margin: 7px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	text-align: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#aaa;
	letter-spacing:.8px;
	text-decoration:none;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#88f;
	float:left;
}

div.homeLabelBright
{
	display:inline-block;
	height:100%;
	min-height:32px;
	width:80px;
	margin: 7px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	text-align: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	letter-spacing:.8px;
	text-decoration:none;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#88f;
}

div.homeText
{
	display:inline-block;
	height:auto;
	width:auto;
	margin: 7px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	text-align: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#aaa;
	letter-spacing:.8px;
	text-decoration:none;
	background:transparent;
	border-style:solid;
	border-width:0px;
	border-color:#88f;
	float:none;
}

input.homeInput 
{
	display:block;
	width:150px;  
	color:#ccc; 
	font-weight:normal;
	margin: 5px 0px 0px 5px;
	padding:0px 0px 0px 0px;	
	height:100%;
	min-height:32px;	
	padding:12px 5px 0px 5px;
	width:230px;
	font-size: 16px;
	color:#fff;
	padding:0px 5px 0px 5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#aaa;
	background:transparent;
	border-radius:0px;
	float:left;
}

input.homeInput:focus
{
	display:block;
	width:150px;  
	color:#ccc; 
	font-weight:normal;
	margin: 5px 0px 0px 5px;
	padding:0px 0px 0px 0px;	
	height:100%;
	min-height:32px;	
	padding:12px 5px 0px 5px;
	width:230px;
	font-size: 16px;
	color:#fff;
	padding:0px 5px 0px 5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#222;
	background:#988;
	border-radius:6px;
	float:left;
}

#homeSigninDiv
{
	display:none;
	position:absolute;
	top:50px;
	width:100%
	background:rgb(255,255,255,.9);
	border-radius:0px;
}


#homeAboutDiv
{
	display:none;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	width:550px;
	height:auto;
	color:#000;
	text-align: left;
	background:rgb(255,255,255,.9);
	letter-spacing:.8px;
	text-decoration:none;
	border-radius:6px;
}

#homeAboutText
{
	display:block;
	margin:0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 1.6;
	width:600px;
	color:#fff;
	text-align: left;
	background-color: transparent;
	letter-spacing:.8px;
	text-decoration:none;
	border-radius:0px;
	border-style:solid;
 	border-width:0px;
 	border-color:#888;
}

#homeContactText
{
	display:block;
	margin:0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 1.6;
	width:600px;
	color:#fff;
	text-align: left;
	background-color: transparent;
	letter-spacing:.8px;
	text-decoration:none;
	border-radius:0px;
	border-style:solid;
 	border-width:0px;
 	border-color:#888;
}

#homeJoinDiv
{
	display:none;
	background:rgb(255,255,255,.9);
	border-radius:6px;
}

div.homeRowHeader
{
	height:20px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align: center;
	background-color: #999;
	letter-spacing:.8px;
	text-decoration:none;
	border-radius:6px 6px 0px 0px;
}

div.homeRowAbout
{
	height:auto;
	padding:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000;
	text-align: left;
	background-color:transparent;
	letter-spacing:.8px;
	text-decoration:none;
	border-radius:6px;
}


span.homeEyeGlyph
{
 margin:8px 0px 0px -40px;
 font-Size: 20px; 
 color: #bbb;
 border-style:solid;
 border-width:0px;
 border-color:#888;
}

span.homeEyeGlyph:hover
{
 margin:8px 0px 0px -40px;
 font-Size: 20px; 
 color: #fff;
 border-style:solid;
 border-width:0px;
 border-color:#888;
}


span.homePop
{
 display:inline-block;
 margin:-7px 0px 0px 0px;
 font-Size: 18px; 
 color: #fff;
 opacity: 1;
 border-style:solid;
 border-width:0px;
 border-color:#888;
 float:right;
}


#homeSigninSubmit
{
	display:inline-block;
	margin:0px 0px;
	padding:0px 8px;
	height:28px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	letter-spacing:.8px;
	text-decoration:none;
	background-color:#ccc;
	border-style:solid;
	border-width:1px;
	border-color:transparent;
	border-radius: 6px;
	outline: none;
}

#homeSigninSubmit:hover
{
	display:inline-block;
	margin:0px 0px;
	padding:0px 8px;
	height:28px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	letter-spacing:.8px;
	text-decoration:none;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#aaa;
	border-radius: 6px;
	outline: none;
}



#homeSigninSpinner {
	display:none;
	margin:-30px 0px;
	padding:0px 5px;
	height:80px;
	border-style:solid;
	border-width:0px;
	opacity:1;
}

#homeJoinSpinner {
	display:none;
	margin:0px 0px;
	padding:0px 5px;
	height:28px;
	border-style:solid;
	border-width:0px;
	border-color:#888;
	border-radius: 6px;
}

#homeSigninForgot
{
	display:block;
	margin:5px 20px;
	padding:5px 5px 0px 5px;
   	color:#44c;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	border-style:solid;
	border-width:0px;
	border-color:#999;
	height:24px;
}



#homeJoinSubmit
{
	display:inline-block;
	margin:0px 0px;
	padding:0px 8px;
	height:28px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	letter-spacing:.8px;
	text-decoration:none;
	background-color:#eee;
	border-style:solid;
	border-width:1px;
	border-color:transparent;
	border-radius: 6px;
}

#homeJoinSubmit:hover
{
	display:inline-block;
	margin:0px 0px;
	padding:0px 8px;
	height:28px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	letter-spacing:.8px;
	text-decoration:none;
	background-color:#eee;
	border-style:solid;
	border-width:1px;
	border-color:#aaa;
	border-radius: 6px;
}


#BurroHomeMenuJoinItem { margin: 0px 0px 0px 20px; }

#burroHomeMenuJoin {
	width:500px; 
	margin:0px 5px; 
	padding:20px 20px 0px 20px; 
	background-color: rgba(255, 255, 255, 0.95)
}



#HOMEMenuJoinButton {
	display:block;
	box-sizing: border-box;
	width:90%;
	height:13%;
	color: #000;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:.5px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	margin:5% auto 5% auto;
	padding:0px 0px 0px 0px;
	background: linear-gradient(to bottom, #fff 0%,    #ddd 100%);
	border-width:1px;
	border-radius: 4px;
	border-style:solid;
	border-color:#ccc;
}


#burroHomeMenu 
{
	box-sizing: border-box;
	display:none;
	position:relative;
	overflow:visible;
	width:100%;
	height:48px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	vertical-align:top;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#fee;
	background: linear-gradient( to bottom, #fff, #ffb );
	background: #fff;
	z-index: 9999;
}

div.burroHomeMenubar
{
	display:none;
    background-color:#ccc;
    color: #fff;
    margin:0px;
    padding:0px 0px 0px 0px;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    cursor: pointer;
}


#burroHomeMenubarLeft
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	overflow:visible;
	width:50px;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:top;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	background:transparent;
	float: left;
	z-index: 9999;
}


#burroHomeMenubarCenter
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	overflow:visible;
	width:auto;
	height:100%;
	margin:0px auto;
	padding:12px 0px 0px 0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#f00;
	background:transparent;
	z-index: 9999;
}

#burroHomeTitleSpan
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	height:100%;
	font-weight:bold;
	letter-spacing:.8px;
	text-decoration:none;
    color: #fff;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 5px;
    background-color:transparent;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
	border-radius: 6px;
    cursor: pointer;
}

#burroHomeTitleTagSpan
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	height:100%;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
    color: #fff;
    margin:0px;
    padding:0px 5px 0px 3px;
    background-color:transparent;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
	border-radius: 6px;
    cursor: pointer;
}

#burroHomeMenubarRight
{
	box-sizing: border-box;
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:130px;
	height:100%;
	margin:0px;
	padding:5px;
	text-align:left;
	border-style:solid;
	border-width:0px;
	border-color:#00f;
	background:transparent;
	float: right;
	z-index: 9999;
}



div.burroAppDropdown {
	margin:2px 10px 2px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	height:100%;
    position: relative;
    display: inline-block;
    vertical-align:text-bottom;
    background: transparent;
    border-style:solid;
	border-width:1px;
	border-color:#f0f;
	border-radius:4px;
	text-align: left;
	z-index:9999;
}


div.burroAppDropdown:hover {
	margin:2px 10px 2px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	height:100%;
    position: relative;
    display: inline-block;
    vertical-align:text-bottom;
    background: #ddd;
    border-style:solid;
	border-width:1px;
	border-color:#000;
	border-radius:4px;
	text-align: left;
	z-index:9999;
}

div.burroAppDropControl {
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	vertical-align: top;
    position: relative;
    display: inline-block;
    border-style:solid;
	border-width:0px;
	border-color:#00f;
	text-align: left;
	z-index:9999;
}

button.burroAppDropButton{
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:100%;
	font-weight:100;
	letter-spacing:.8px;
	text-decoration:none;
	vertical-align:text-bottom;
    background-color:transparent;
    color: #200;
    margin:0px;
    padding:0px 15px 0px 15px;
    border: none;
    border-style:solid;
	border-width:0px;
	border-color:#00f;
    cursor: pointer;
}
button.burroAppDropButton:hover {
	box-sizing: border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:100%;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
    background-color:#ccc;
    color: #000;
    margin:0px;
    padding:0px 15px 0px 15px;
    border: none;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
	border-radius: 6px;
    cursor: pointer;
}



span.burroAppControlIcon 
{
	display:block;
	margin:0px;
	padding:0px;
	color:#200;
	background:transparent;
	vertical-align:top;
	font-size: 18px;
	cursor:pointer;
}
span.burroAppControlIcon:Hover 
{
	display:block;
	margin:0px;
	padding:0px;
	color:#200;
	background:#ccc;
	font-size: 18px;
	vertical-align:top;
	border-radius:6px;
	cursor:pointer;
}
span.burroAppControlIcon:Before 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	color:#200;
	background:transparent;
	font-size: 16px;
	vertical-align:top;
	border-radius:6px;
	cursor:pointer;
}


span.burroAppDownIcon
{
	margin:0px 0px 0px 0px;
	padding:4px;
	font-size: 16px;	
}
span.burroAppDownIcon:hover
{
	margin:0px 0px 0px 0px;
	padding:4px;
	font-size: 16px;	
}


span.burroAppUpIcon
{
	margin:0px 0px 0px -6px;
	padding:4px;
	font-size: 20px;	
}
span.burroAppUpIcon:hover
{
	margin:0px 0px 0px -6px;
	padding:4px;
	font-size: 20px;	
}


span.burroAppCoverIcon
{
	margin:0px 0px 0px -6px;
	padding:4px;
	font-size: 24px;	
}
span.burroAppCoverIcon:hover
{
	margin:0px 0px 0px -6px;
	padding:4px;
	font-size: 24px;	
}

span.burroAppCloseIcon
{
	margin:0px 0px 0px -4px;
	padding:4px;
	font-size: 16px;	
}
span.burroAppCloseIcon:hover
{
	margin:0px 0px 0px -4px;
	padding:4px;
	font-size: 16px;	
}


#burroHomeMenuMenubarSplash 
{
	box-sizing: border-box;
	display:block;
	position:relative;
	overflow:visible;
	width:800px;
	height:100%;
	margin:0px auto;
	padding:0px;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#0f0;
	background:transparent;
}



#burroHomeMenuMenuIcon
{
	display:inline-block;
	font-size: 18px;
	height:100%;
	width: 24px;
	margin:-7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width:0px;
	border-style:solid;
	border-color:#00f;
}


#burroHomeMenubarDropMenu {
	width:auto;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	text-align:left;
	border-radius:0px 0px 4px 4px;
	background:#fff;
	z-index:9999;
	cursor:pointer;
}

textarea:focus, input:focus{
    outline: none;
}



#burroHomeMenuItems 
{ 
	border-style:solid;
	border-width:1px;
	border-color:#0f0;
	padding: 0px 0px 0px 0px;
	float:left;
}


#burroHomeMenuUL
{
	border-style:solid;
	border-width:1px;
	border-color:#000;
	margin:0px;
	padding: 0px;
	float:left;
}


#burroMainMenuSigninJoin 
{ 
	padding: 10px 15px 15px 15px;
	float:right;
}

#burroMainMenuSignin 
{ 
	padding: 10px 15px 15px 15px;
	float:left;
}

#burroMainMenuJoin
{ 
	padding: 10px 15px 15px 15px;
	float:left;
}


#burroSplashMsg {
	box-sizing: border-box;
	display:none;
	position:relative;
	overflow:hidden;
	width:550px;
	height:auto;
	margin:50px auto;
	padding:20px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	background:rgba(255,255,255,.7);
    border-style:solid;
	border-width:0px;
	border-color:#fff;
	border-radius: 6px;
	z-index:99999;
}


div.burroHomeDropdown {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	height:auto;
    position: relative;
    display: inline-block;
    border-style:solid;
	border-width:0px;
	border-color:#000;
	text-align: left;
	float:left;
}




.burroHomeDropdownSplash {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
	height:auto;
    position: relative;
    display: inline-block;
    background:transparent;
    border-style:solid;
	border-width:0px;
	border-color:#000;
	text-align: left;
	float:left;
}



.burroHomeDropButton{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:32px;
	font-weight:100;
	letter-spacing:.8px;
	text-decoration:none;
    background-color:transparent;
    color: #200;
    margin:0px;
    padding:5px 15px 0px 15px;
    border: none;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    cursor: pointer;
}
.burroHomeDropButton:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:32px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
    background-color:#ddd;
    color: #000;
    margin:0px;
    padding:5px 15px 0px 15px;
    border: none;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    cursor: pointer;
}

button.burroHomeDropButtonSplash{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:32px;
	font-weight:100;
	letter-spacing:.8px;
	text-decoration:none;
    background-color:transparent;
    color: #200;
    margin:0px;
    padding:5px 15px 0px 15px;
    border: none;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    cursor: pointer;
}
button.burroHomeDropButtonSplash:hover{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:32px;
	font-weight:normal;
	letter-spacing:.8px;
	text-decoration:none;
    background-color:#ddd;
    color: #000;
    margin:0px;
    padding:5px 15px 0px 15px;
    border: none;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    cursor: pointer;
}

button.burroHomeDropButtonSplashBold
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:32px;
	font-weight:bold;
	letter-spacing:.8px;
	text-decoration:none;
    background-color:transparent;
    color: #200;
    margin:0px;
    padding:5px 15px 0px 15px;
    border: none;
    border-style:solid;
	border-width:0px;
	border-color:#f00;
    cursor: pointer;
}



.burroHomeDropdown-content {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:32px;
	font-weight:100;
	letter-spacing:.8px;
	text-decoration:none;
    display: none;
    list-style-type: none;
    min-width:100px;
    height:auto;
    margin:0px 0px 0px 0px;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-style:solid;
	border-width:0px;
	border-color:#000;
	border-radius: 0px 0px 6px 6px;
    background:#fff;
    z-index: 1;
}

.burroHomeDropdown-content a:hover {background-color: #ddd}

.burroHomeDropdown:hover .burroHomeDropdown-content {
    display: block;
}

.burroHomeDropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.burroHomeDropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.burroHomeDropdown-content input {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}




