body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ccc;
}

#OuterWrapper {
	width: 800px;
}

#block_1,#block_2,#block_3 {
	margin-bottom: -61px !important;
}

#block_1 {
	padding-top: 10px;
	width: 100%;
	margin-left: 0px;
	padding-top: 22px;
}

#block_2 {
	display: none;
	margin-left: -1010px;
	background-color: green;
	width: 100px;
}

#footer {
	top: 60px;
}

/* Edit Form */
#EditFormBlock, #InviteUserBlock, #RevealDateFormBlock, .StandardPopUp {
	position: absolute;
	background: #BBB;
	border: 3px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px 20px 10px;
	border: 1px solid black;
	display: none;
	margin: -18px 0px 0px 25px;
	color: black;
	z-index:1000;
	width:400px;
	left:200px;
}

#EditFormBlock .ButtonBreak {
	margin-bottom: 0px;
}

input {
	border: 1px solid black;
	padding:1px;
}

.ButtonBreak {
	margin-bottom: 20px;
}

.ActionButton {
	padding: 0px 6px;
}

/* Registration Form */
#RegisterForm dl, #EditFormBlock dl, .FormLayout dl {
	position: relative;
}

#RegisterForm dt, #EditFormBlock dt, .FormLayout dt {
	clear: both;
	float: left;
	padding: 4px 0 2px 0;
	text-align: left;
}

#RegisterForm dd, #EditFormBlock dd, .FormLayout dd {
	float: left;
	margin: 4px 0 4px 0;
	padding-left: 6px;
}

#RegisterForm .formhint, #EditFormBlock .formhint {
	display: none;
	position: absolute;
	right: -25px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	z-index:1000;
}

#RegisterForm .formhint .formhint-pointer, #EditFormBlock .formhint .formhint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/images/pointer.gif) left top no-repeat;
}


#AddBlock {
	width:96%;
	bottom:0px;
	display:none;
}
#AddItemInput {
	width: 66%;
}
#AddItemDetail {
	/* width:27px; */
	vertical-align:bottom;
}

#InviteUserBlock {
	margin-left: 140px;
	margin-top: 3px;
	padding-left: 20px;
	width: 245px;
}

/* Error Messages */
.ErrorArea {
	border: 2px solid red;
	padding: 6px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: black;
	margin: 10px 0px;
	display: none;
}

/* Group Form */
#GroupMemberList {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 8px 8px 12px;
}

#InviteUser {
	margin-top: 10px;
}

/* HEADER */
#Navigation {
	float: right;
	margin-top: -9px;
	margin-bottom: 9px;
}

#Navigation li {
	float: left;
	list-style: none;
	padding: 0px 10px;
}

#LogoBlock {
	border: solid 1px silver;
	border-top: 0px;
	padding: 0px 20px 10px;
	position: absolute;
	background-color: white;
	margin-top: -7px;
	margin-left: 20px;
	
	-khtml-border-radius: 10px;
	-webkit-border-radius: 0px;
	-webkit-bottom-left-border-radius: 10px;
	-webkit-bottom-right-border-radius: 10px;
	border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

#header {
	padding: 23px 0px 8px;
	min-height:19px;
	width: 100%;
}

#header2 {
	width: 100%;
	background: white;
	border-bottom: 1px solid #A2AFBF;
	height: 50px;
	position: absolute;
}

.MainList {
	min-height:200px;
}
.MainList li {
	clear:left;
	padding-bottom:5px;
}
.MainList li img {
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.NoGiftIcon {
	cursor:auto !important;
}
.MainList li span {
	padding-bottom:3px;
}
.hint {
	color:#666666;
	font-style:italic;
	font-size:90%;
}

#MyStuff {
	list-style: none;
}

#MyGroups, #MyMembers {
	list-style:none;
	margin-left:0;
}
#MyGroups li, #MyMembers li {
	cursor:pointer;
	text-decoration:underline;
}
#MyGroups li.current {
	background-color:#9FD966;
	border:#7AA64E solid 2px;
	border-left:none;
	margin-left:-18px;
	padding-left:18px;
}
#MyMembers li.current {
	background-color:#C5DFAC;
	border-color:#9FD966 #C5DFAC #9FD966;
	border-style:solid solid solid none;
	border-width:2px 19px 2px medium;
	margin-left:-18px;
	margin-right:-5px;
	padding-left:18px;
}

#GroupsBox button, #MembersBox button {
	width:175px;
	background-color: white;
    border-radius: 5px;
    margin-bottom: .4em;
    border-width: 1px;
    border-color: gray;
    text-align: left;
    padding: .3em;
	padding-left: .7em;
	color:#777
}
#GroupsBox button img, #MembersBox button img {
	vertical-align: text-bottom;
}
button, input[type="submit"], input[type="button"] {
	padding:2px 6px;
}

#SupportLink {
	float:right;
	background-color:#92DFF5;
	padding:4px;
	width:200px; margin-top:-2px;
	
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-bottom-left-border-radius: 10px;
	-webkit-bottom-right-border-radius: 10px;
	border-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#BetaLabel{
	position:absolute;
	z-index:100;
}

button a, .ButtonLink {
	text-decoration:none;
	color:black;
}
button a img, a button img {
	border:0px;
}
.DeleteIcon {
	cursor:pointer;
}
ul.ListItems {
	list-style:none;
	margin-left:20px;
}
#MultiGroupItem ul li {
	list-style:none;
	float:left;
	width:175px;
}
#MultiGroupItem ul {
	float:left;
	margin-bottom:10px;
}
.InstructBox {
	float:right;
	width:300px;
	padding:10px;
	background-color:#FFFF99;
	border:2px solid #FFFF00;
	margin:10px;
	margin-right: 20px;
}
.Rounded {
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-bottom-left-border-radius: 10px;
	-webkit-bottom-right-border-radius: 10px;
	border-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#ThemeSelector, #ThemeSelect {
	position:absolute;
	right:5px;
	top:52px;
}
#ThemeSelector {
	width:200px;
	background-color:white;
	border:2px solid #CC9966;
	padding:10px;
	display:none;
}
#footerinner {
	background:#CCCCCC;
	padding:10px;
	width:778px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #666;
}
#footerinner a {
	color:black;
}
.NewBadge {
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	background:none repeat scroll 0 0 yellow;
	color:black;
	display:inline;
	font-size:10px;
	padding:1px 3px;
	position:absolute;
	margin-left:5px;
	margin-top:3px;
}
.WarningBlock {
	background-color:#FF9999;
	border:2px solid #FF0000;
	display:none;
}
.ColoredButton {
	background-color:#C5DFAC;
	border:2px solid #7AA64E;
    padding: 10px;
	display:block;
	text-decoration:none; 
	cursor:pointer;
	color:black;
	text-align:center;
	padding: 0.1em 2em;
}

/* Responsive styles */
/*
@media (max-width: 1000px) {
    #GroupsBox {
          width: 100% !important;
          height:auto !important;
          order:3;
    }
    #MembersBox {
          width:100% !important;
          height:auto !important;
          order:2;
          column-count:2;
    }
    #OuterWrapper {
         width:100%    
    }
    #ItemsBox {
        width:100% !important;
        height:auto !important;
        order:1;
    }
    #fdbk_tab {
        display:none;
    }
    #GroupsBox button {
        width:auto;
    }
    #BoxContainer {
        display:flex;
        flex-direction:column;
    }
    .MainList li span {
        display: block;
    }
    .MainList li span span {
        font-weight:600;   
    }
    .MainList li img {
        width:1.5rem;
        float: right;
    }
    #MyMembers li, #MyStuff>li {
        font-size: 3em;
    }
    #LogoBlock, #BetaLabel {display:none}
    
    #Navigation {
        float: left;
        font-size: 2em;
    }
}
*/