/* CSS Document */


#showimage{
position:absolute;
visibility:hidden;
}

#dragbar1{
cursor: hand;
cursor: pointer;
font-family: Tahoma;
color: #FFFFFF;
font-size: 12px;
background-color: #186D09;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar2{
cursor: hand;
cursor: pointer;
font-family: Tahoma;
color: #FFFFFF;
font-size: 12px;
background-color: #881111;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar3{
cursor: hand;
cursor: pointer;
font-family: Tahoma;
color: #FFFFFF;
font-size: 12px;
background-color: #8B6004;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar4{
cursor: hand;
cursor: pointer;
font-family: Tahoma;
color: #FFFFFF;
font-size: 12px;
background-color: #0D0B98;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar1 #closetext{
font-weight: bold;
margin-right: 2px;
}

#dragbar2 #closetext{
font-weight: bold;
margin-right: 2px;
}

#dragbar3 #closetext{
font-weight: bold;
margin-right: 2px;
}

#dragbar4 #closetext{
font-weight: bold;
margin-right: 2px;
}

