/* 
  -- rounded corners : Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px;
 min-width:8em;
 max-width:760px; /* 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(../template/images/shadow_boxy.png) no-repeat top right;
}

.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:30px; /* 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  */
 position:static;
 max-height:1000px;
 overflow:auto; /* note: optional if no height/overflow issues. */
}

.dialog h1,
.dialog p {
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

#up_nav {width: 170px; border: 1px solid #DADADA; padding: 4px; margin: 0 0 10px 10px; background-color: #DBEBCD; color: #FFF; float:right;}
#up_nav ul {list-style: none outside; margin: 0; padding: 0; border: none; text-align:center;}
#up_nav li {border: 1px solid #A8B87E; background-color: #90AE43; margin: 0; padding:0;}
#up_nav li a {display: block; padding: 6px 0; color: #fff; text-decoration: none; width: 100%; font-weight:bold;}
html>body #up_nav li a {width: auto;}
#up_nav li a:hover {background-color: #748c35; color: #fff;}
#up_nav .up_header {border: 1px solid #A8B87E; background-color:#DBEBCD; color: #748C35;} 
#up_nav .up_header a {color: #748C35;}