/* CSS Document */

a:link    {font-size:14; font-weight:bold; color: #000000; text-decoration: none}
a:visited {font-size:14; font-weight:bold; color: #000000; text-decoration: none}
a:active  {font-size:14; font-weight:bold; color: #B5005B; text-decoration: none}
a:hover   {font-size:14; font-weight:bold; color: #B5005B; text-decoration: none}


.simple:link    {font-size:14; font-weight:normal; color: #000000; text-decoration: underline}
.simple:visited {font-size:14; font-weight:normal; color: #000000; text-decoration: underline}
.simple:active  {font-size:14; font-weight:normal; color: #B5005B; text-decoration: none}
.simple:hover   {font-size:14; font-weight:normal; color: #B5005B; text-decoration: none}

.c:link    {font-size:12; font-style:italic; color: #000000; text-decoration: none}
.c:visited {font-size:12; font-style:italic; color: #000000; text-decoration: none}
.c:active  {font-size:12; font-style:italic; color: #B5005B; text-decoration: none}
.c:hover   {font-size:12; font-style:italic; color: #B5005B; text-decoration: none}


td {font-size:14; color: #000000}
p {font-size:14; color: #000000}



body {
background-color: #ffffff;
scrollbar-face-color:#B5005B;
scrollbar-highlight-color:#DD196A;
scrollbar-3dlight-color:#DD196A;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}

body.mini {
background-color: #ffffff;
scrollbar-face-color:#B5005B;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}


td.red {  border-color: B5005B; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

td.bottom_red {  border-color: B5005B; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
td.top_red {  border-color: B5005B; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
td.top_bottom_red {  border-color: B5005B; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
td.right_red {  border-color: B5005B; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}


.hbg {  background-repeat: repeat-x}
.singlebg {  background-repeat: no-repeat; background-position: left top}

#showmini{
position:absolute;
visibility:hidden;
border: 1px solid B5005B;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #E6E5F4;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
