html,body{margin:0;
overflow-x:hidden;
height:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.contenido{
	margin:0 auto; 
	top:0; 
	left:0;
	width:480px; 
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90; opacity: 0.90;
}
.md_pageTitle{ 
	border-bottom:1px solid #cccccc; font-family:Helvetica,Arial,sans-serif; 
	font-size:x-large; color:#333333; margin-bottom:20px;
}
.md_labelViewItem{font-size:smallest; color:#666666; font-weight:bold;}
.md_divider{color:#ccc}
.md_date{float:right; font-size:x-small;}
.md_mini{font-size:x-small;}
.md_label{font-weight:bold; margin-top:16px;}
.md_labelFinePrint{font-weight:normal;}
.md_bigButton{ font-weight:bold;color:#444; }
.md_formTitle{font-size:large; border-bottom:1px solid #ebebeb; margin-bottom:10px; }
.md_listingTable{ border-bottom:1px solid #cccccc;}
.md_itemTitle{ font-size:22px; font-family:Helvetica,Arial,sans-serif; color:#333; margin-bottom:12px;padding-top:12px; border-bottom:1px dotted #ccc; }
.md_itemTitleSub{ color:#333; font-size:small;}
.md_msg{ 
	padding:11px;
	color:white; 
	font-weight:bold; 
	background-repeat:no-repeat;
	padding-left:60px; 
	background-image: url(images/bg_msg.png); 
	margin-top:16px; 
}
.md_thumbnail{ border:1px solid #003399;}
.md_photo{ 
	padding:8px;
	padding-bottom:30px;
	margin-top:12px;
	border:2px solid #ccc;
	
}
.md_required{ color:#900; font-weight:bold;}
.md_listing{ padding-top:12px; padding-bottom:12px; border-bottom:1px solid #ccc;}
a.md_recordLink{ }
/*0066D8*/
a.md_recordLink:link{ color:#003399; font-weight:bold;}
a.md_recordLink:hover{ text-decoration:none;}
a.md_recordLink:visited { color:#603; font-weight:bold;}

a.md_footer:link{ color:#003399;}
a.md_footer:hover{ text-decoration:none;}
a.md_footer:visited { color:#003399;}

.thisismypost{
		display:none; 
		margin:4px; 
		padding:12px; 
		padding-bottom:18px; 
		width:400px; 
		float:right; 
		border:1px solid #ccc; 
		background-color:#fff; 
		background-image:url(images/bg_form.gif);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		}
#newItemForm{
		margin:4px; 
		padding:12px; 
		padding-bottom:18px; 
		border:1px solid #ccc; 
		background-color:#fff; 
		background-image:url(images/bg_form.gif);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		}
textarea{font-family:helvetica, arial, sans-serif; font-size:small;}
#md_container{font-family:helvetica, arial, sans-serif; padding:10px; padding-top:0px; font-size:small;}
#md_content{ xmargin-top:60px;}
#md_navigation{background-color:#efefef;}
#md_submit{margin-top:20px; border-top:1px solid #cccccc; padding-top:20px}
#md_description{width:100%; padding:3px;}
#md_title{width:100%}
#md_email{display:none;}
#navigationBar{height:40px; background-image:url(images/bar_middle.gif)}
#mxxxxxd_contentForm{
	background-color:#efefef;
	padding:16px;
	border:1px solid #ccc;
	background-image:url(images/bg_form.gif);
}
#md_emailBox{
		width:475px; 
		padding:12px; 
		margin-top:30px;
		float:left;
		border:1px solid #ccc; 
		background-color:#fff; 
		background-image:url(images/bg_form.gif);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;}
#md_listingBox{ width:100%; }
#md_message{font-family:Arial, Helvetica, sans-serif; font-size:small; padding:4px;}
#md_filter{padding-bottom:8px;}
#md_postSomethingContainer{padding-top:12px;}
#md_myPostLink{margin-top:20px;}
#header {
	float:left;
	width:100%;
	background:#fff url("images/bg.gif") repeat-x bottom;
	font-size:80%;
	line-height:normal;
	background-image: url(images/bg.gif);
	margin-bottom:8px;
	font-family:Helvetica,Arial,Sans-serif;
      }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  color:black;
  font-weight:bold;
  }
 #header a:hover {
  text-decoration:underline;
  color:#003399;
  }
#header #current {
  background-image:url("images/left_on.gif");
  }
#header #current a {
  background-image:url("images/right_on.gif");
  padding-bottom:5px;
  color:#003399;
  }
#confirmationBox{}
#md_viewItemContent{padding-top:5px;}
.md_admin{background-image:url("images/bg_admin.gif"); padding:6px; border: 1px solid maroon; }
.md_errorField{border:1px solid #CC0000; background-color:#FFDDDD}
.md_errorText{color:#CC0000; font-weight:bold;}
/* buttons */
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
		font-weight:bold;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
		a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 