/* 
  --  John Richardson Aqua Stylesheet moz based engine--
*/
.msi-group-list {font-family:'Trebuchet MS', Verdana, Arial; font-size:1em; font-weight:normal; color:#fff; text-align:center; vertical-align:middle; text-decoration:none; cursor:pointer;} 
.msi-selection-list {font-family:'Trebuchet MS', Verdana, Arial; font-size:1em; font-weight:normal; color:#fff; text-align:center; vertical-align:middle; text-decoration:none; cursor:pointer;} 
.msi-cc {font-family:'Trebuchet MS', Verdana, Arial; font-size:1em; font-weight:normal; color:#000; text-align:center; vertical-align:middle;}
.msi-cc-small {font-family:'Trebuchet MS', Verdana, Arial; font-size:10px; font-weight:normal; color:#000; text-align:center; vertical-align:middle; }
.msi-input {font-family:'Trebuchet MS', Verdana, Arial; font-size:1em; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #000; width:200px;}
.msi-tags {font-family:'Trebuchet MS', Verdana, Arial; font-size:1em; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #000; width:630px;}
.msi-textarea {font-family:'Trebuchet MS', Verdana, Arial; font-size:1em; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #000; height:165px; width:707px; display:block; }
.index-name {font-family:'Trebuchet MS', Verdana, Arial; }
.index-tag {font-family:'Trebuchet MS', Verdana, Arial; }
.index-created {font-family:'Trebuchet MS', Verdana, Arial; }
.index-modified {font-family:'Trebuchet MS', Verdana, Arial; }
.msi-button {margin:0px 0 0 0px; cursor:pointer; height:30px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
.msi-save {width:75px; background:url(/msi_/img/save.png) no-repeat;}
.msi-cancel {width:75px; background:url(/msi_/img/cancel.png) no-repeat;}
.msi-tag {width:75px; background:url(/msi_/img/tag.png) no-repeat;}
.msi-close {width:75px; background:url(/msi_/img/close.png) no-repeat;}
.msi-guide {width:75px; background:url(/msi_/img/info.png) no-repeat;}
.msi-list {width:75px; background:url(/msi_/img/list.png) no-repeat;}
.msi-name {width:75px; background:url(/msi_/img/name.png) no-repeat;}
.msi-created {width:75px; background:url(/msi_/img/created.png) no-repeat;}
.msi-modified {width:75px; background:url(/msi_/img/modified.png) no-repeat;}
.user-guide {width:600px;}
.callback {width:600px; font-family:'Trebuchet MS', Verdana, Arial; font-size:10px; font-weight:normal; color:#000; vertical-align:middle;}
.info {width:600px;}
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:600px; /* based on image dimensions */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div { /*
 background:transparent url(/msi_/img/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(/msi_/img/dialog2-blue.gif); */
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:25px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a  redraw "lag" in Firefox 2, and may degrade performance.  */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.mysi_layout
{
color : #333333 ;        
background-color : #CCCCCC ;
padding : 2px ;
margin : 0 ;    
border : 0 ;
font-size: 12px;
font-weight: bold;    
}
