html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

html, body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.03em;
	background-color: #ccc;
}
form{
}
li{
    clear: both;
}


.info{
	color: #888;
}

#item_list li div.item_div{
    clear: both;
    border-bottom: 1px dotted #ddd;
	
}

.item_body{
    cursor: default;
	padding: 0.1em 0.5em;
    display: block;
}
#item_list{
	padding-bottom: 0.5em;
}

.new_item_input{
    width: 90%;
	padding: 0.1em 0.2em;
}
.new_item_input, .editor_field{
	border: 1px solid #aaa;
}

a.cancel_link{
    margin: 0.1em 0.1em;
}
#recycle_bin ul{
    color: #aaa;
    font-size: 0.9em;
}
#recycle_bin ul li{	
	border-bottom: 1px dotted #ddd;
}

.top{
	padding: 0 1em 10px 1em;
	background: #fff url(/images/hd-gradient-up.png) repeat-x bottom left;
}
.middle{
	padding: 0.4em 1em 0.5em 1em;
	background-color: #fff;
	min-height: 200px;
}
.bottom{
	min-height: 100px;
	background-color: #eee;
	padding: 0.5em 1em;
	background: #fff url(/images/gradient-down.png) repeat-x top left;
	border-bottom: 1px solid #888;
}
a.list_link{
    padding: 0.1em;
    display: block;
}

.item_hover{
    background-color: #f4f4f4 !important;
}

#loading{
    display: inline;
    padding: 0.1em 0.5em;
    background-color: #eee;
}

.drag_handle{
    font-size: 0.6em;
    background-color: #aaa;
    color: #fff;
    padding: 1px;
    vertical-align: middle;
}
h3{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-family: Arial, Georgia, Courier, "New Courier";
}
h4{
}

body{
    padding: 0 0.5em;
}
.inplaceeditor-form{
    display: inline;
}
.editor_field{
    width: 70%;
    border: 1px solid #ddd;
    margin-bottom: 1px;
    margin-top: 1px;
}
h4 .editor_field{
	width: 10em;
	padding: 0.1em;
}
#list_name{
	cursor: default;
	padding: 0.1em;
}
.editor_ok_button{
    padding: 0 0.2em;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: bottom;
}
h4 .editor_ok_button{
	vertical-align: middle;	
}
.editor_cancel_link{
    font-size: 0.8em;
    vertical-align: middle;
}
.done_cb{
    margin: 0.4em 0.5em 0 0.2em;
    vertical-align: middle;
    float: left;
}

#new_item_bottom{
	width: 99%;
}
.new_item_input:focus{
	background: #FAF8D3;
}
.pre{
    color: #888;
}

.smaller {
	font-size: 70%;
}

a{
    color: #7A9AA9;
    text-decoration: none;
}
a.add_link{
	background: transparent url(/images/add-dimed.png) no-repeat top left;
}
a.add_link:hover{
	background: transparent url(/images/add.png) no-repeat top left;
}
a.menu_button{
	background: transparent url(/images/drop-down-button.png) no-repeat top left;
}
a.menu_button:hover{
	background-color: #ddd;
}
a.delete_link{
	background: transparent url(/images/x-dimed.png) no-repeat top left;
}
a.delete_link:hover{
	background: transparent url(/images/x.png) no-repeat top left;
}
a.right_side_link{
    display: block;
    float: right;
	margin-top: 0.3em;
	width: 16px; 
	height: 16px;
}
a:hover{
    background-color: #B1C7D1;
	color: #fff;
}

.clearer{
    clear: both;
}

.right{
    float: right;
    font-size: 0.8em;
    display: block;
}
#splash{
    text-align: center;
}
#splash a{
    font-size: 70%;
}
#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {
    position: absolute;
    top: 50%;
    margin-top: 25%;
} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {
    position: relative;
    top: -50%
    border: 1px solid white;
} /* for explorer only */
/* optional: #inner[id] {position: static;} */
#outer {width: 100%;}
#inner {width: 200px; margin-left: auto; margin-right: auto;}
body, html {height: 100%;}
#outer {
    height: 90%;
    overflow: visible; 
} /* or without overflow */

#logo{
	margin: 0.5em 0;
    vertical-align: middle !important;
}

#empty_recycle_bin{
    font-size: 80%;
	float: right;
}

#wrapper{
    margin: auto;
    max-width: 48em;
	padding-right: 5px;
	background: transparent url(/images/drop-shadow.png) repeat-y top right;
}
#inner-wrapper{
	padding-left: 5px;
	background: transparent url(/images/drop-shadow-left.png) repeat-y top left;
}

#flash{
	background-color: #EFEECC;
	padding: 0.1em 0.4em;
	font-size: 0.75em;
	color: #555;
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 100;
}
#flash.success{
	background-color: #D1EFCC;
}
#flash.failed{
	background-color: #EFCCCC;
}
#flash .link{
	font-weight: bold;
}

#feedback_link{
	color: #fff;
	border: 1px solid #647F8C;
	background-color: #647F8C;
	padding: 0 0.3em;
}
#feedback_link:hover{
	color: #647F8C;
	background-color: #fff;
	border: 1px #647F8C solid;
	border-top: 1px #fff solid;
}

.news {
	color: red;
	font-size: 80%;
	font-style: italic;
}

.left{
	float: left;
}

.code{
	font-family: Monospace;
}

pre.code{
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 0.5em;
	width: 100%;
}

.popup{
	background-color: #fff;
	border: 1px solid #aaa;
	border-bottom: 0px none;
	font-size: 80%;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
.popup li{
	border-bottom: 1px solid #aaa;
	padding: 0.2em 0.5em;
	cursor: default;
	overflow: hidden;
}

.popup li.hover{
	background-color: #eee;
}
.popup li.as{
	cursor: pointer;
}
.popup li.add_here, .popup li.move_item{
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: center left;
}
.popup li.move_item{
	background-image: url(/images/next-menu-button.png);
}
.popup li.add_here{
	cursor: pointer;
	background-image: url(/images/add-dimed.png);
}

#list_name.hover{
	text-decoration: underline;
}
em{
	font-style: italic;
}

