body {
	font-size: 16px;
	font-family: sans-serif;
	color: white;
}

#body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../img/bg_chrome_menu.png') center center no-repeat white;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#header {
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 500px;
	background: white;
	border-radius: 12px;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	opacity: .9;
	color: black;
	font-family: helvetica;
	font-weight: bold;
	border: 3px gray solid;
}

.MenuStyle  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 500px;
	width: 300px;
	
	background: black;
	border-radius: 12px;
	opacity: .8;
}

.MenuStyle .Item {
	width: 280px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	border-radius: 8px;
	margin: 12px auto;
	text-align: center;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	background: black;
	color: white;
	border: 2px white solid;
	
}

#menu .Item {
	display: none;
}
.MenuStyle .Item:hover {
	background: white;
	color: black;
	cursor: pointer;
}

.MenuText {
	width: 260px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
}

.MenuStyle  #explain  {
	position: absolute;
	bottom: 0px;
	width: 260px;
	font-size: 16px;
	border-radius: 8px;
	padding: 10px;
	color: white;
	text-align: center;
	font-family: sans-serif;
}

#accountMenu {
	display: none;
}

/************************/
/***   ECARD SENDING  ***/
/************************/
#ecardDetails {
	width: 500px;
	height: 400px;
	opacity: 0.9;
	border-radius: 12px;
	display: none;
	z-index: 99999;
}
#ecardDetails .Inner {
	position: absolute;
	border: 3px white solid;
	padding: 12px 12px;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 10px;
}


/************************/
/***    MY MANDALAS   ***/
/************************/
#myMandalas {
	width: 936px;
	height: 600px;
	padding: 12px 12px;
	display: none;
	opacity: 0.999;
}

.TabHeader {
	height: 25px;
}
.TabHeader .Tab {
	border: 2px white solid;
	border-radius: 8px 8px 0px 0px;
	padding: 4px 8px;
	margin-right: 8px;
	background: black;
	float: left;
	height: 18px;
}
.TabHeader .Tab.Active {
	border-bottom: none;
	padding-bottom: 6px;
	font-weight: bold;
}
.TabHeader .Tab:not(.Active) {
	color: #DDD;
}
.TabHeader .Tab:not(.Active):hover {
	background-color: white;
	color: black;
	cursor: pointer;
}
.TabBody {
	position: absolute;
	top: 37px;
	left: 12px;
	border: 2px white solid;
	border-radius: 0px 8px 8px 8px;
	width: 912px;
	height: 549px;
	padding: 10px;
	margin-top: 3px;
	overflow-y: scroll;
	z-index: -10;
}

.Row {
	position: relative;
	float: left;
	margin: 10px;
	padding: 0px;
	width: 258px;
	height: 106px;
	border-radius: 5px;
	border: 2px white solid;
}
.LoaderRow {
	border: 2px red solid;
}
.Row.Draft {
	border: 2px gray solid;
}
.Row.Published {
	border: 2px red solid;
}

.Row #thumb {
	float: left;
	width: 90px;
	height: 90px;
	margin: 8px;
}
.Row #actions {
	left: 0px;
	top: 0px;
	height: 90px;
	float: left;
	width: 140px;
}
.Row .ActionButton {
	cursor: pointer;
	display: none;
	margin-bottom: 3px;
	border: 1px gray solid;
	padding: 2px;
	width: 120px;
	font-size: 80%; 
}
.Row .ActionButton:hover {
	background: white;
	color: black;
}

/* MyMandalas Icons and Menus */
.MiniMenu {
	width: 16px;
	float: left;
	height: 16px;
	cursor: pointer;
	display: none;
	padding: 3px;
	margin-top: 5px;
}
.MiniMenu:hover {
	padding: 1px;
	border: 2px #EEE solid;
	border-radius: 5px;
}
.MiniMenuItemList {
	position: absolute;
	left: 106px;
	top: 27px;
	border-top: 5px black solid;
}
.MiniMenuItem {
	display: none;
	margin: 0px 0px 3px 0px;
	background: #333;
	width: 144px;
	font-size: 85%;
	padding: 2px; 
}
.MiniMenu:hover .MiniMenuItem {
	display: block;
}
.MiniMenuItem:hover {
	background: #DDD;
	color: black;
}
.Row .Icon {
	margin-right: 6px;
}

.Row.Final #edit,
.Row.Draft #color,
.Row.Draft #clone,
.Row.Final #finalize,
.Row #unpublish,
.Row #publish
{ display: none; }

.Admin .DesignRow.Published .MiniMenu:Hover #unpublish,
.Admin .DesignRow.Unpublished .MiniMenu:Hover #publish,
.FbActive .Row.Final #minimenuFacebook,
.MandalaRow.Final #minimenuEmail,
.Row #minimenuEdit,
.Row #download
{ display: block; }

.ShowWhenHoverOnParent {
	display: none;
}
div:hover>.ShowWhenHoverOnParent {
	display: inline;	
}
.Row .Close {
	width: 20px; 
	height: 24px;
	line-height: 24px;
}

#ad4 {
	position: absolute;
	right: 0;
	bottom:0;
}
#ad3 {
	position: absolute;
	left: 0;
	bottom:0;
}

#title #color {
	color: #333091;
}

.Explanation {
	display: none;
}

#carouselContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 960px;
	height: 200px;

	background: black !important;
	border: 2px #660000 solid !important;
	opacity: .95;
	border-radius: 12px;
}

#carouselContainer #caption {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	padding-top: 6px;
		
	font-size: 24px;
	text-align: center;
	width: 960px;
}

.X, #close {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 32px; 
	height: 32px;
	text-align: center;
	line-height: 32px;
	
	color: #DDD;
	font-weight: bold;
	font-family: sans-serif;
	
	cursor: pointer;
}

#carouselContainer #close:hover {
	color: white;
}

#carouselContainer .jcarousel-container {
	position: absolute;
	top: 30px;
}

#carousel IMG {
	width: 134px;
	height: 134px;
	border: 1px solid black;
}
.jcarousel-skin-tango .jcarousel-container {
	background: black !important;
	border: none !important;
	opacity: .95;
}
.jcarousel-item img {
	border-radius: 8px !important;
	cursor: pointer;
}

/* Facebook Poster */
#selectuser {
	border: 1px gray solid;
	padding: 6px;
	font:12px/1.231 arial;*font-size:small;*font:x-small;
	margin-top: 12px;
	width: 450px;
}

#selectuser .Oneuser.Hover {
	background: #EDEFF4;
}
#selectuser .Oneuser {
	width: 150px;
	height: 50px;
	float: left;
	font-size: 10px;
	overflow: hidden;
	margin-bottom: 8px;
	cursor: pointer;
}
#selectuser .Oneuser IMG {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 4px;
}
#more {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

