/*The main wrapper*/
#pm-wrapper
{
	margin: 5px;
	position: relative;
	/*background-color: white;*/ /*Uncomment this if you have dark background and can't see the text*/
}

/*Header styling*/
#pm-header
{ 
	
	background: url("../images/wpm-alt.png") repeat scroll 0 0 transparent !important;
	border: 1px solid #c1c1c1;
	 box-shadow:0 2px 15px #dcdcdc inset;
    -webkit-box-shadow:0 2px 15px #dcdcdc inset;
    -box-shadow:0 2px 15px #dcdcdc inset;
    -moz-box-shadow:0 2px 15px #dcdcdc inset;
	height: 85px;
	width: 100%;
	color: white;
	-wpf-table-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;  
	 border-radius: 4px;
	
}
.pm-messages{
	text-align: center;
	margin-bottom: -20px;
	text-shadow: 0 1px 0 #FFF;
	
	
	}
#pm-header #mail{ 
	
	background: url("../images/mail_2.png")  no-repeat scroll 0 0 transparent; !important;

	float:right!important;
	margin: -5px 7px 0px 0px;
	height:75px;
	width:75px;
}
#pm-header strong
{
	color: #333;
	font-size: 20px;
}
#pm-header p
{
	padding: 0px;
	margin: 3px;
	color: #333;
	font-size: 12px;
}
#pm-content .hr{
	 background: url("../images/hr-bg.png") repeat-x scroll 0 0 transparent;
    clear: both;
    height: 5px;
    margin: 0 0 1em;
    padding: 0;
	}
#pm-content	.user{
	 background: url("../images/user_small.png") no-repeat scroll 0 0 transparent;
	  margin:0px 3px -8px 0; 
	 float:left;
   
    height: 19px;
	width:16px
   
	}
#pm-content	.date{
	 background: url("../images/date.png") no-repeat scroll 0 0 transparent;
	
	 margin:0px 3px -8px 0;
    float:left;
    height: 19px;
	width:16px
   
	}
#pm-content	.delete{
	 background: url("../images/delete.png") no-repeat scroll 0 0 transparent;
	 margin-left:4px;
   
    height: 32px;
	width:32px
   
	}
#pm-header .avatar
{
	float: left;
	border: none;
	margin: 5px;
	background-color: transparent;
}
#pm-header img.avatar,
#pm-content  img.avatar{
    font-size: 0;
    line-height: 0;
    position: relative;
	border-radius: 13px;
	padding: 0px;
	background-color: transparent;
	}
#pm-content  img.avatar{
	
	margin: 5px;
	border-radius:13px;
	background-color: transparent;

	}	
/*Menu Styling*/
#pm-menu
{
	background: #E0E1E1; /* Old browsers */
	background: -moz-linear-gradient(top, #E0E1E1 0%, #C5C5C5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E1E1), color-stop(100%,#C5C5C5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E0E1E1 0%,#C5C5C5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E0E1E1 0%,#C5C5C5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #E0E1E1 0%,#C5C5C5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E1E1', endColorstr='#C5C5C5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #E0E1E1 0%,#C5C5C5 100%); /* W3C */
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius:  4px;
	border-bottom-left-radius:  4px;
	-moz-border-radius-bottomright:  4px;
	-webkit-border-bottom-right-radius:  4px;
	border-bottom-right-radius: 4px;
	margin-left:10px;
	margin-right:10px;
     text-align: center;
	
	font-size: 12px;
	
}

#pm-menu a, #pm-menu a:hover, #pm-menu a:visited
{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 0 7px 0 7px;
	/*text-decoration: none;*/
	text-shadow: 0 1px 0 #FFF;
}

/*Notify Styling*/
#pm-notify
{
	color: #ff0000;
	border: 1px solid #e1ca82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom:6px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	height: 20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/*Content styling*/
#pm-content
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: auto;
	width: 100%;
	
	color: #333;
}
#pm-content  p{
	padding-bottom: 0px!important;
	}
.pm-pages b{
	background-color: #444444;
	 -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	 border-radius: 3px; 
    color: #FFFFFF;
    display: inline;
    font-size: 90%;
    text-shadow:none;
    padding: 1px 4px;
	 margin-left: 1px;
	 margin-right:1px;
	 }
.pm-pages a{
	background: none repeat scroll 0 0 #1FB3DD;
	 -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	 border-radius: 3px; 
    color: #FFFFFF !important;
    display: inline;
    font-size: 90%;
	text-decoration:none !important;
    padding: 1px 4px;
	text-shadow:none!important;
	 margin-left: 1px;
	 margin-right:1px;
	 }
 .pm-pages a:hover{	
  background-color: #555555;
	 -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	 border-radius: 3px; 
    color: #FFFFFF;
    display: inline;
    font-size: 90%;
    text-shadow:none;
    padding: 1px 4px;
	 margin-left: 1px;
	 margin-right:1px;
	  }
.numNew-img	{  
    background: url("../images/Message.png") no-repeat scroll 0 0 transparent;
     margin: -3px 5px -7px 7px;
    height: 24px;
   	width:24px;
	float:left;
	}
.numNew {
	background-color: #D66240;
	 -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	 border-radius: 3px; 
    color: #FFFFFF;
    display: inline;
    font-size: 90%;
    text-shadow:none;
    padding: 1px 4px;
	 margin-left: 1px;
	 margin-right:1px;
	}
.Unread {
	background-color: #D66240;
	 -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	 border-radius: 3px; 
    color: #FFFFFF;
    display: inline;
    font-size: 90%;
    text-shadow:none;
    padding: 1px 4px;
	 margin-left: 1px;
	 margin-right:1px;
	}
.Read	{
	background-color: #555555;
	 -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	 border-radius: 3px; 
    color: #FFFFFF;
    display: inline;
    font-size: 90%;
    text-shadow:none;
    padding: 1px 4px;
	 margin-left: 1px;
	 margin-right:1px;
	}
.numAnn-img {
	background: url("../images/megaphone.png") no-repeat scroll 0 0 transparent;
	 margin: -3px 5px -7px 7px;
    height: 24px;
	width:24px;
	float:left;
	}
.numAnn	{
	background-color: #1FB3DD;
	 -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	 border-radius: 3px; 
    color: #FFFFFF;
    display: inline;
    font-size: 90%;
    text-shadow:none;
    padding: 1px 4px;
	 margin-left: 1px;
	 margin-right:1px;
	}
.settings-img{	
    background: url("../images/Settings.png") no-repeat scroll 0 0 transparent;
	margin: -3px 1px -7px 7px;
    height: 24px;
	width:24px;
	float:left;

}
.time-img{	
    background: url("../images/time.png") no-repeat scroll 0 0 transparent;
	 margin: 1px 2px 0 0;
    height: 16px;
	width:16px;
	float:left;

}	  
#pm-content p, #pm-content form
{
	margin: 5px !important;
	padding: none !important;
}

#pm-content  hr
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#pm-content .pmtext p
{
	margin-left: 0px;
}

#pm-content textarea
{
	width: 90%;
	height: 200px;
}

#pm-content input[type=text]
{
	width: 45%;
}

#pm-content table
{
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	text-align: left;
	box-shadow: 0px 0px 2px  rgba(63, 63, 63, 0.2); -moz-box-shadow: 0px 0px 2px    rgba(63, 63, 63, 0.2); -webkit-box-shadow: 0px 0px 2px rgba(63, 63, 63, 0.2);
	
	
	
}

#pm-content th, #pm-content td
{
	border: 1px solid ;
	padding: 4px 2px 2px 3px;
	 box-shadow:0 2px 15px #dcdcdc inset;
    -webkit-box-shadow:0 2px 15px #dcdcdc inset;
    -box-shadow:0 2px 15px #dcdcdc inset;
    -moz-box-shadow:0 2px 15px #dcdcdc inset;
	background: url("../images/wpf-alt.png") repeat scroll 0 0 transparent !important;
	border-left: 1px solid #d9d7d7 !important;
	border-right: 1px solid #c1c1c1 !important;
	border-bottom: 1px solid #c1c1c1 !important;
	border-top: 1px solid #d9d7d7 !important;
	-wpf-table-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;  
	 border-radius: 4px;
}

#pm-content .trodd0{}
#pm-content .trodd1
{
	background-color: #ddd;
}

#pm-content img
{
	background-color: transparent;
	padding: 0px;
	border: medium none;
	border-radius: 20px;
}

#BBok
{
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pm-content img
{
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pm-content a
{
	color: navy;
	text-decoration: underline;
}

#pm-content small
{
	font-size: 10px;
}

#pm-content .avatar
{
	float: left;
	border: none;
	margin: 0px;
	margin-bottom: 5px;
	background-color: transparent;
}

#pm-content blockquote
{
	color: #666;
	width: 90%;
	background: #eee;
	border: 1px solid #333;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

pre.code
{
	width: 90%;
	background: #eee;
	border: solid 1px #ccc;
	padding: 5px;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 95%; /*If font is too small try increasing this*/
}

/*Footer styling*/
#pm-footer
{
	text-align:center; 
	padding:5px; 
	border:1px solid #CECECE;
	margin-top:15px;
	margin-left:10px;
	
	 background: #E0E1E1; /* Old browsers */
	background: -moz-linear-gradient(top, #EFEFEF 0%, #D4D4D4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#D4D4D4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EFEFEF 0%,#D4D4D4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EFEFEF 0%,#D4D4D4 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EFEFEF 0%,#D4D4D4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D4D4D4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EFEFEF 0%,#D4D4D4 100%); /* W3C */ 
	box-shadow: 0px 0px 3px  rgba(63, 63, 63, 0.3); -moz-box-shadow: 0px 0px 3px    rgba(63, 63, 63, 0.3); -webkit-box-shadow: 0px 0px 3px rgba(63, 63, 63, 0.3);
	 -moz-border-radius: 4px; /* FF1+ */ 
	-webkit-border-radius: 4px; /* Saf3+, Chrome */ 
	 border-radius: 4px; /* Opera 10.5, IE 9 */
	 text-shadow: 0 1px 0 #EFEFEF;
	width: 94%;
	
}

#pm-footer a, #pm-footer a:hover, #pm-footer a:visited
{
	color: #333;
	text-decoration: underline;
}

/*Auto-suggest*/
#results
{
	width:250px;
	border: solid 1px #333;
	display: none;
	position: absolute;
	background: white;
}

#results ul, #results li
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
}

#results li
{
	border-top: solid 1px #333;
}

#results li a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#results li a:hover
{
	background: #333;
	color: white;
}
/*ddart textarea ---------------------------------------*/

#pm-content  textarea,
#pm-content input[type=text]{
	box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 1px 5px rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 1px 5px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 1px 5px rgba(0,0,0,1);
	background-color: rgba(255,255,255,0.1);	
	color: #7b7a7a;
	text-shadow: 1px 1px 5px rgba(255,255,255,0.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background-color:none !important;
	border: 1px solid #E3E3E3;
	padding:4px;
	 }	 

#pm-content  textarea:focus,
#pm-content input[type=text]:focus{ 
	
	box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 1px 5px rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 1px 5px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255, 0.1), inset 0 1px 5px rgba(0,0,0,1);
	background-color: rgba(255,255,255,0.1);	
	color: #181818;
 }
/*ddart button ---------------------------------------*/ 