html,body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	color: black;
	font-family: lucida grande, 'sans serif';
	font-size: 8pt;
	font-weight: normal;
	line-height: 13px;
	background: #eeeeee;
}
img.geo {
	margin-left:5px;
}
textarea {
	margin: 3px 0;	
}
table.noteform {
	margin: 0;
	padding: 0;	
}
stable#maintable{
    background: url(/img/mxn_bnr.png) no-repeat;
    background-position: -40px -27px;
    padding-top: 27px;
}
tr#thisyear {
	background: #eee;
}
/* spacing 1px */
div.stick,
div.bcsheet,
div.itemsheet,
div.itemsheetpreview,
div.itempreviewcommenttop {
	margin-bottom: 1px;
}
/* COLORS */
div.commentactions, 
div.categoryactions, 
div.itempreviewactions, 
div#login.stick  { 
	background-color: #e00049;
}
.categorynamelink, 
.categoryname, 
.commentnumberhighlight, 
.itemname, 
.itemnamelink, 
.itemnamepreview, a:link
{
	color:#e00049;
}

div.itemsheet,
div.itemsheetpreview,
div.stick {
	background: white;	
}

div#recentnotes.stick, 
div#agenda.stick,
div#googleyellow.stick, 
div.notes, 
div.commenthighlight, 
div.itempreviewcommenttop, 
div.itempreviewcommentbottom { 
	background: #faffbe; /* url(/img/mxn_diag_y.png)*/;
}



div#categorylist.stick,
div.bcsheet,
div.categorylisttop,
div.categorysheet,
span.note,
div.stickcategory {
	background: #D4D4D4; 
}
.commentnumber {
	color: #D4D4D4; 
}
div.itemdetails,
.itemdetailsright,
.itempreviewright { 
	color: #bbb3af;
}

.categorynamelinkpassive,
.categorytext,
.headerM1,
.headerM2,
.stickcategoryheader, 
.stickheader,
p, table {
	color:#6D6966;
}

p.itemtext, p.commenttext {
	overflow:auto; 
}
span img#dropcap {
    margin-bottom: 1px;
	float: left;   
}

div.bcsheet,
div.categorysheet,
div.categorylisttop,
div.categorysheetactions,
div.itemsheet, 
div.itemsheetpreview,
div.notes,
div.comment,
div.commenthighlight,
div.stick {
	padding: 10px;
}

/* STICKS */
div.stick {
	width: 200px;
	font-size: 8.5pt;
}
div#draft, div#contribute {
    background: url(/img/mxn_diag.png);
}
div.notes div.header,
div.stick div.header {
	padding: 0 0 10px 0;
	font-weight: bold; 
	font-size: 10pt;
}
div#login.stick div.header { 
	color: white; 
}
div.randompic {
	margin: 20px 0;	
}

a:link {
	text-decoration: none;
}
a:visited {
	color:#980032;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color:red;
}
a.ext {
	background: url(/img/ext.png) no-repeat right top;
	padding: 0 12px 0 0;
}

p, table {
	font-size: 8.5pt;
}
h1,h2,h3 {
	font-size: 10pt;
	font-family: lucida grande, 'sans serif';
	color:black;
	margin-bottom: 0px;
}

span.note
{
	border-style: solid thin #D4D4D4;
	border-width: 0px thin thin 0px;
	font-size:4;
	margin: 0px 0px 1px 1px;
}
li {
	line-height:12pt;
}
.categoryactions { 
	border: none;
	margin-bottom: 10px; 
	padding-left: 10px;
	width: 410px; 
}
.categorysheetactions { 
	background: #ffffff;
	border: solid #e00049 1px;
	border-top: none;
	margin-bottom: 10px; 
	width: 270px; 
}
.categorylisttop {
	width: 150px
}
.categorynamelinkpassive {
}
div.bcsheet {
	width: 300px; //width: 469px;
	position:relative; 
	left:-10px
}
.bctitle {
	padding:10px;	
}
div.categorysheet { 
	width: 300px; //width: 469px;
	position:relative; 
	left:-10px
}
.categorytitle {
	margin:12px 0 20px 0; 
	font-size:14pt
	line-height: 1.4;
}
.categorytext {
	line-height: 2;
}
.notes,
.comment { 
	margin-left: 10px; 
	width: 380px; /*width: 449px;*/
	position:relative;
	left:10px
}
.commentactions {
	border: none;
	padding-left: 10px;
	width: 380px;
	position:relative;
	left:30px
}
div.commenthighlight { 
	margin-left: 10px; 
	width: 377px; /*width: 449px;*/
	position:relative;
	left:10px
}
.commentname {
	padding-bottom: 10px;
}
.commentnumber {
	float: left;
	font-size: 21pt;
	padding-right: 20px;	
	position: relative;
	top: -2pt;
}
.commentnumberhighlight {
	float: left;
	font-size: 21pt;
	padding-right: 20px;	
	position: relative;
	top: -2pt;
}
.commenttext{
	line-height: 2;
}

/* item view */
.categoryname, 
.itemname {
	margin-top:12px; 
	margin-bottom: 20px; 
	font-size:16pt;
	line-height: 1.4;
	font-weight: bold;
}
div.itemname a {
	font-decoration: none;	
}
.itemtext{
	line-height: 2;	
}
.itemdetails { 
	font-size: 7pt;
}

/* item preview */
.itemnamepreview {
	margin-top:0px; 
	margin-bottom: 0px; 
	font-size:9pt;
	font-weight: bold;
}
.itemdetailsright { 
	font-size: 7pt;
	float: right;
	text-align: right;
}
.itempreviewright { 
	font-size: 7pt;
	float: right;
	margin-right: 10px;
}
a.action {
	border-style: solid;
	border-width: 0px thin 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: white;
	color: white;	
}
div.action {
	border-style: none;
	padding: 0 10px;
	border-color: white;
	color: white;	
}
div.itempreviewactions {
	border-top: none;
	width: 410px;
	position:relative;
	left:10px
}
div.itemsheet, 
div.itemsheetpreview,
div.itempreviewcommenttop,
div.itempreviewcommentbottom {
	width: 400px; //width: 469px;
}
div.itempreviewcommenttop {
	padding: 1px 0 2px 10px;
	position:relative;
	left:10px
}
div.itempreviewcommenttop span {
	font-size: 8pt;	
}
div.itempreviewcommentbottom {
	margin-bottom:10px;
	padding-left: 10px;
	position:relative;
	left:10px
}
.itemsheetpreview { 
	height: 75px;
}
.blocker {
	float:left;
	width=10px;
}
.blockM1bottom {
	background: white;
	margin-bottom: 10px;
	padding: 0 10px;
	width: 150px;
}
.headerM1,.headed2 {
	font-weight: bold;
}

.itemsheetpreview p, .stick, {
	font-size: 8.5pt;
}
.itemnamelink {
	margin-top:2pt; 
}
.header {
	font-weight: bold;	
}
.stickloginheader {
	 font-weight: bold; 
	 color: white; 
}
.sticklogintext {
	color: white; 
}
div.itemsheet.ref {
	background: red;	
}
div.floater {
	float: left; 
	margin-right:10px; 
	display: run-in;
}
span.rm{
    position: relative;
    float: right;
    right: 0px;
    bottom: 0px;
    
}