@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-family: Arial,Sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.6em;
	color: #666666;
	background-color:#FFF;
}
p {
	margin-top:0;
}

a:link { 
	background-color: transparent; 
	text-decoration: underline; 
	color: #666666; 
}

a:hover { 
	background-color: transparent; 
	text-decoration: underline; 
	color: #666666; 
}

a:visited { 
	background-color: transparent; 
	text-decoration: underline; 
	color: #666666; 
}

/*container styles*/
#container{
	width: 900px;
}
#header{
	text-align:center;
	width:inherit;
	height:75px;
}
#content{
	height:532px;
	margin-bottom:5px;	
}
#sidebar{
	float:left;
	width: 300px;
	padding-right: 10px;
}
#m_map{
	height:inherit;
}
#footer{
	clear:both;
	font-size:10px;
}
#sidebar_img_light{
	background-image:url(../images/desk_sidebarlight.png);
	float:left;
	height:44px;
	width:48px;
}
#sidebar_img_mod{
	background-image:url(../images/desk_sidebarmod.png);
	float:left;
	height:44px;
	width:48px;
}
#sidebar_img_heavy{
	background-image:url(../images/desk_sidebarheavy.png);
	float:left;
	height:43px;
	width:48px;
}
#sidebar_tweets{
	height: 180px;
	overflow:hidden;
}
#m_form{
	height: 513px;
	width: 100%;
	overflow:auto;
	display:none;
	font-size:14px;
}
#m_report_btn{
	margin-top:2px;
}
#m_footer{
	font-size:10px;
}

#reportloc{
	font-style:italic;
}

#progressdialog{
	
}
#pd_img{
	float:left;
	width:32px;
}
#pd_desc{
	padding-top: 10px;
	font-size:14px;
}

.sidebar_item{
	margin-top:5px;
}
.sidebar_title{
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding-top: 15px;
	text-align:left;
}
.sidebar_content{
	text-align:left;
	padding: 20px 0 0 15px;
}
.sidebar_content_p{
	font-size:12px;
	color:#333;	
	line-height: 1.4em;
}
.sidebar_tweet{
	font-size: 12px;
	color:#333;
	margin-bottom: 5px;	
}
.sidebar_tweet_createat{
	font-size:9px;
	color:#333;	
}
/*marker styles*/
.m_wphoto{
	position: relative;
	float: left;
    height: 50px;
    width: 50px;
    left:0px;
    top:0px;	
}

.m_heavy {
	position: relative;
	float: left;
	background: url('../images/heavyicon.png');
	background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    left:0px;
    top:0px;
}

.m_mod {
	position: relative;
	float: left;
	background: url('../images/modicon.png');
	background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    left:0px;
    top:0px;
}

.m_light {
	position: relative;
	float: left;
	background: url('../images/lighticon.png');
	background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    left:0px;
    top:0px;
}

.m_bubble {
	width: 180px;
}

.m_iconmessage {
	width:180px;
	margin:auto;
}

.m_message {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
	line-height: 1.3em;
	color:#000000;
	top:0px;
	left:10px;
	width:130px;
	position: relative;
	float: right;
}

.m_timestamp {
	font-family: Arial,Sans-serif; 
	font-weight: normal; 
	font-size: 9px; 
	line-height: 12px; 
	top: 8px; 
	color: #666666;
}
.infodialog{
	text-align:center;
	padding-top: 10px;
	font-size:14px;	
}
/*rounded corners*/
.roundedcornr_box_729982 {
   background: #e6f2f2 url(../images/roundedcornr_729982_grad.gif) repeat-x top left;
}
.roundedcornr_top_729982 div {
   background: url(../images/roundedcornr_729982_tl.gif) no-repeat top left;
}
.roundedcornr_top_729982 {
   background: transparent url(../images/roundedcornr_729982_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_729982 div {
   background: url(../images/roundedcornr_729982_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_729982 {
   background: transparent url(../images/roundedcornr_729982_br.gif) no-repeat bottom right;
}

.roundedcornr_top_729982 div, .roundedcornr_top_729982,
.roundedcornr_bottom_729982 div, .roundedcornr_bottom_729982 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_729982 { margin: 0 30px; }
