@charset "utf-8";
/* CSS Document */

body {
	background: #94afff;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-weight: 100;
	font-size: 12px;
	margin: 0px 0px 50px 0px;
}

a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.preview {
	position: absolute;
	margin:  20px 0px 20px -300px;
	left: 50%;
	z-index: 2;
	cursor: pointer;
}

.ie_warning {
	background: url(images/warning.jpg) #FFF;
	height: 708px;
	width: 500px;
	margin: 20px 20px 20px -250px;
	left: 50%;
	position: absolute;
	z-index: 2;
}

.ie_warning .close {
	position: relative;
	top: 8px; float: right;
	width: 102px;
	height: 16px;
	cursor: pointer;
}

.ie_warning .link {
	width: 64px;
	height: 64px;
	position: relative;
	left: -50px;
	top: 255px;
	cursor: pointer;
}

.ie_warning .link2 {
	width: 64px;
	height: 64px;
	position: relative;
	left: -100px;
	top: 265px;
	margin: 10px;
	cursor: pointer;
}

.main {
	background: url(images/main.jpg);
	margin: auto;
	width: 470px;
	height: 433px;
	padding: 160px 60px 0px 100px;
	text-align: center;
}

.main .link {
	width: 166px;
	height: 20px;
	position: absolute;
	margin: 30px 0px 0px 100px;
	cursor: pointer;
	z-index: 1;
}

.main .description {
	position: relative;
	left: -25px;
	top: -5px;
}

.login {
	margin: 20px 0px 20px 0px;
}

.login .tag {
	color: #FFF;
	background: #2a210b;
	border-left: 5px solid #2a210b;
	padding: 7px;
	width: 80px;
	margin: auto;
	font-weight: bold;
	margin-bottom: -1px;
}

.login .tag img {
	float: left;
	margin-left: -45px;
	margin-top: -25px;
}

.login .textfield {
	height: 48px;
	width: 348px;
	background: url(images/loginbox.jpg);
	font-family: "Comic Sans MS", cursive, sans-serif;
	border: 0px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	padding-top: 17px;
}

.login_btn {
	background: url(images/loginbtn.png);
	width: 156px;
	height: 83px;
	margin: 0px 10px 0px 10px;
	border: 0px;
	cursor: pointer;
}

.signup_btn {
	background: url(images/signupbtn.png);
	width: 156px;
	height: 83px;
	margin: 0px 10px 0px 10px;
	border: 0px;
	cursor: pointer;
}

.footer {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #333;
}

/* =============== Note Window =============== */

.shade_out {
	background: url(images/shade_out.png);
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 2;
}

.note_window {
	font-size: 12px;
	background: #edeea8;
	text-align: center;
	position: fixed;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	z-index: 2;
}

.note_window .header {
	background: #d9da93;
	text-align: right;
	padding: 5px;
}

.note_window .container {
	padding: 0px 50px 50px 50px;
}

.note_window .closebtn {
	background: url(images/close.gif);
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
}

.note_window .closebtn:hover {
	background: url(images/close_over.gif);
}

.note_window .pin {
	float: left;
	position: absolute;
	top: -20px;
	left: -25px;
}

.note_window h1 {
	font-size: 32px;
	margin: 10px;
	color: #333;
}

.note_window .singupbtn {
	background: url(images/getlistnow.png);
	width: 254px;
	height: 37px;
	border: 0px;
	cursor: pointer;
}

.note_window .addbtn {
	background: url(images/additem.png);
	width: 150px;
	height: 31px;
	border: 0px;
	cursor: pointer;
}

.note_window .box {
	background: url(images/note_box.png) no-repeat bottom left;
	font-family: "Comic Sans MS", cursive, sans-serif;
	border: 0px;
	width: 212px;
	height: 24px;
	text-align: left;
	margin-left: 10px;
	position: relative;
	padding: 4px 0px 0px 20px;
}

.note_window .box_container {
	text-align: right;
	line-height: 48px;
	font-weight: bold;
	width: 380px;
	color: #685635;
}

.note_window .box_container .message {
	font-size: 10px;
	text-align: center;
}

.box_container textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	background-color: #2082A2;
	border: inset 3px #349dbf;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	overflow: ;
}

/* =============== List =============== */

.login_side {
	background: url(images/shade.png);
	padding: 5px;
	color:#FFF;
	font-weight: bold;
	font-size: 20px;
	z-index: 10;
	padding-right: 10px;
}

.login_side a {
	color: #FFF;
}

.login_side a:hover {
	text-decoration: underline;
}

.sidebar {
	position: fixed;
	float: left;
	top: 50px;
}

.sidebar .content{
	margin: -10px 0px -10px 0px;
	float: left;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.sidebar .middle {
	background: url(images/shade.png);
	padding: 3px;
}

.sidebar .top {
	background: url(images/sidebar_top.png) top right no-repeat;
	height: 10px;
	color: #FFF;
}

.sidebar .bottom {
	background: url(images/sidebar_bottom.png) top right no-repeat;
	height: 10px;
	color: #FFF;
}

.sidebar img {
	cursor: pointer;
	margin: 3px;
	border: 0px;
}

.checkalls {
	font-size: 10px;
	margin-left: 50px;
}

.checkalls span {
	cursor: pointer;
	padding: 3px;
}

.checkalls span:hover {
	background: #333;
	color: #FFF;
}

.help_tip {
	visibility: hidden;
	text-align: center;
	background: #000;
	color: #FFF;
	width: 600px;
	padding: 5px;
	margin: auto;
}

.list_top {
	background: url(images/list_top.png);
	width: 385px;
	height: 95px;
	margin-left: -43px;
	font-weight: bold;
}

.list_top span {
	position: relative;
	left: 90px;
	top: -22px;
}

.list_top span img {
	position: relative;
	left: 5px;
	top: 8px;
}

.graveyard {
	background: #999;
	padding: 10px;
	margin: 10px 60px 10px 50px;
	width: 350px;
	font-size: 10px;
	color: #333;
}

.graveyard .item {
	background: #CCC;
	padding: 5px;
	margin: 5px;
	color: #000;
	cursor: pointer;
}

.list_container {
	background: #f3e49e;
	margin: 20px;
	min-width: 400px;
	min-height: 400px;
}

.list_items {
	padding: 10px;
	text-align: center;
	list-style: none;document.getElementById('popup').style.visibility = "visible";
	text-align: left;
	font-weight: bold;
	color: #003;
}

.list_items .item {
	cursor: pointer;
	background: #EFDB94;
	padding: 5px;
	margin: 10px 10px 10px 40px;
}

.list_items .item_checked {
	cursor: pointer;
	background: #EFDB94;
	padding: 5px;
	margin: 10px 10px 10px 40px;
}

.list_items .item .checkbox {
	background: url(images/checkbox.png) bottom;
	height: 33px;
	width: 31px;
	float: left;
	position: relative;
	top: -14px;
	left: -6px;
}


.list_items .item_checked .checkbox {
	background: url(images/checkbox_checked.png) bottom;
	height: 33px;
	width: 31px;
	float: left;
	position: relative;
	top: -14px;
	left: -6px;
}

.list_items .item_reorder {
	cursor: move;
	background: #EFDB94;
	padding: 5px;
	margin: 10px 10px 10px 40px;
	position: relative;
}