

.msg_list {

	padding: 0px;

}

.msg_body ul li{

}


.msg_head {

cursor: pointer;
position: relative;
background-image:url(../images/plus.png);
background-position: 185px 5px;
background-repeat:no-repeat;
margin-left:-5px;
padding-bottom:3px;
}

.msg_head2 {
cursor: pointer;
position: relative;
background-image:url(../images/minus.png);
background-position: 185px 5px;
background-repeat:no-repeat;
margin-left:-5px;
padding-bottom:3px;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }




.ui-state-default{
display:block;
text-decoration:none;
border:none;
margin-top:3px;
margin-left:5px; margin-bottom:5px; 
cursor: pointer;
background-image:url(../images/plus.png);
background-position: 185px 5px;
background-repeat:no-repeat;}

.ui-state-active{
display:block;
text-decoration:none;
border:none;
cursor: pointer;
margin-top:3px;
margin-left:5px; margin-bottom:5px; 
background-image:url(../images/minus.png);
background-position: 185px 5px;
background-repeat:no-repeat;


}




.MenuSO {margin:0px; padding:0px;}
.MenuSO ul{margin:0px; padding:0px;}
