html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
button::-moz-focus-inner { border: 0; }
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font: 12px verdana, tahoma, arial, geneva, sans-serif;
    color: #000;
}

table td {
	padding: 2px 3px;
    vertical-align: top;    
}

#maincontainer{
	width: 590px; /*Width of main container*/
	margin: 15px auto; /*Center container on page*/
	position: relative;
}

#contentcolumn{
	margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0 7px;
	background-color: #DDEABF;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px #9f9f9f;
	-moz-box-shadow: 2px 2px 2px #9f9f9f;
	box-shadow: 2px 2px 2px #9f9f9f;
}

h1 {
	font-size: 24px;
	margin: 5px 0px 15px 0px;
}

.item {
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #9f9f9f;
	-moz-box-shadow: 2px 2px 2px #9f9f9f;
	box-shadow: 2px 2px 2px #9f9f9f;
	padding: 4px;
	margin-bottom: 8px;
}

.item.checked {
	background-color: #b5c198;
}

.name_d {
	font-size: 18px;
}

#task .header .col1, #task_done .header .col1 {
    width: 20px;
}

#task .header .col2, #task_done .header .col2 {
    padding-top: 5px;   
    width: auto;
}

.tick_cont {
    height: 27px;   
    width: 28px;
}   

.tick { 
    height: 27px;
    background: url(../new/tick.png) no-repeat;  
}

.tick.forme {
    cursor: pointer;	
}	

.tick:hover {
    background-position: 0 -27px;   
}    

.checked .tick {
    background-position: 0 -54px;
    cursor: default;	
}   

#share {
	padding: 4px;
}

#info {
	color: #9f9f9f;
	font-size: 10px;
	padding: 4px;
	margin: 4px;
}

a {
    color: #0e6a00;
}	

#who, #avatar {
	padding: 4px;
}

#who {
	margin-bottom: 15px ;
}

#who2, #who_r {
	padding: 4px;
	font-size: 10px;
}

#who2 {
	display: none;
}

.noprint {
	color: #9f9f9f;	
}

.noprint a {
	color: #BEBEBE;
}

.noprint a:hover {
	color: #0e6a00;
}