@charset "utf-8";

@media print 
 { body, html body
    { display: none; 
      visibility: hidden;
    }
 }

body, html body
 { background-color: #e2d5b3;
   color: #000000;
   margin: 0px;
   padding: 0px;
   font-family: tahoma, verdana, arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   height: 100%;
   width: 100%;
 }
 
body.white
 { background-color: #ffffff; 
   color: #000000;
 }  
 
td
 { font-family: tahoma, verdana, arial, sans-serif;
   font-size: 10px;
   font-weight: normal; 
 } 
 
a:link, a:visited, a:active
 { background-color: inherit;
   color: #000000;
   text-decoration: none;
 }
 
a:hover
 { background-color: inherit;
   color: #000000;
   text-decoration: underline;
 }
 
.float-left 
 { float: left; } 
 
.float-right 
 { float: right; } 
 
.align-left 
 { text-align: left; }

.align-center 
 { text-align: center; }
 
.align-right 
 { text-align: right; }
 
.valign-top
 { vertical-align: top; }  
 
.valign-middle
 { vertical-align: middle; }
 
.valign-bottom
 { vertical-align: bottom; } 
 
.padding-0
 { padding: 0px; } 
 
.padding-1
 { padding: 1px; } 
 
.padding-2
 { padding: 2px; } 
 
.padding-3
 { padding: 3px; } 
 
.padding-5
 { padding: 5px; }  
 
.padding-10
 { padding: 10px; }  
 
.padding-top-10
 { padding-top: 10px; }
 
.padding-top-5
 { padding-top: 5px; } 
 
.padding-top-2
 { padding-top: 2px; } 
 
.padding-bottom-16
 { padding-bottom: 16px; }  
 
.padding-bottom-5
 { padding-bottom: 5px; }  
 
.padding-bottom-1
 { padding-bottom: 1px; }  
 
.padding-right-5
 { padding-right: 5px; } 
 
.padding-left-16
 { padding-left: 16px; } 
 
.padding-left-5
 { padding-left: 5px; } 
 
.padding-left-4
 { padding-left: 4px; }  
 
.padding-left-3
 { padding-left: 3px; }  
 
.margin-0
 { margin: 0px; } 
 
.margin-2
 { margin: 2px; } 
 
.margin-5
 { margin: 5px; } 
 
.margin-10
 { margin: 10px; } 
 
.margin-top-5
 { margin-top: 5px; }
 
.margin-right-2
 { margin-right: 2px; } 
 
.margin-right-3
 { margin-right: 3px; } 
 
.margin-right-4
 { margin-right: 4px; }  
 
.margin-right-5
 { margin-right: 5px; } 
 
.margin-right-10
 { margin-right: 10px; } 
 
.margin-left-2
 { margin-left: 2px; }  
 
.margin-left-4
 { margin-left: 4px; } 
 
.margin-left-5
 { margin-left: 5px; } 
 
.margin-bottom-5
 { margin-bottom: 5px; }
 
.margin-bottom-3
 { margin-bottom: 3px; }  
 
.hand
 { cursor: pointer; }
 
.inline
 { display: inline; } 
 
.block
 { display: block; } 
 
.none
 { display: none; } 
 
.pos-absolute
 { position: absolute; }
 
.pos-relative
 { position: relative; } 
 
.z-100
 { z-index: 100; } 
 
.z-110
 { z-index: 110; }  
 
.z-255
 { z-index: 255; } 
 
.width-100
 { width: 100%; } 
 
.width-20
 { width: 20%; }
 
.width-19
 { width: 19%; } 
 
.width-1px
 { width: 1px; } 
 
.width-100px
 { width: 100px; } 
 
.width-135px
 { width: 135px; } 
 
.width-113px
 { width: 113px; }
 
.width-235px
 { width: 235px; } 

.width-260px
 { width: 260px; }  
 
.width-60px
 { width: 60px; }
 
.width-45px
 { width: 45px; }  
 
.width-25px
 { width: 25px; } 
 
.width-790px
 { width: 790px; } 
 
.height-1px
 { height: 1px; } 
 
.height-5px
 { height: 5px; }
 
.height-100
 { height: 100%; } 

.height-260px
 { height: 260px; } 
 
.height-475px
 { height: 475px; } 
 
.height-7px
 { height: 7px; }  
 
.height-5px
 { height: 5px; } 
 
.top-40
 { top: 40%; }  
 
.top-8px
 { top: 8px; } 
 
.top-1px
 { top: 1px; }  
 
.left-8px
 { left: 8px; }  
 
.left-10px
 { left: 10px; } 
 
.left-40
 { left: 40%; } 
 
.no-wrap
 { white-space: nowrap; } 

.normal
 { font-weight: normal; } 

.bold
 { font-weight: bold; } 
 
.italic
 { font-style: italic; }
 
.underline
 { text-decoration: underline; }  
 
.size14px
 { font-size: 14px; }
 
.size12px
 { font-size: 12px; } 
 
.size11px
 { font-size: 11px; } 
 
.size10px
 { font-size: 10px; } 

.size9px
 { font-size: 9px; }
 
.size1px
 { font-size: 1px; } 
 
.border-0
 { border-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
 }
 
.border-1px-black
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
 }
 
.border-2px-white 
 { border-width: 2px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #ffffff;
   border-style: solid;
 } 
 
.border-1px-ead084
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #ead084;
   border-style: solid;
 } 
 
.border-1px-b42f34
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #b42f34;
   border-style: solid;
 } 
 
.border-1px-6a6a6a
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #6a6a6a;
   border-style: solid;
 }  

.border-1px-def0c5
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #def0c5;
   border-style: solid;
 } 

.border-1px-feddcd
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #feddcd;
   border-style: solid;
 }

.border-1px-dotted
 { border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #999999;
   border-style: dotted;
 } 
 
.border-1px-dotted-bottom
 { border-top-width: 0px;
   border-bottom-width: 1px;
   border-right-width: 0px;
   border-left-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #999999;
   border-style: dotted;
 } 
 
.border-1px-silver-top-bottom
 { border-top-width: 1px;
   border-bottom-width: 1px;
   border-right-width: 0px;
   border-left-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #999999;
   border-style: solid;
 } 
 
.border-1px-black-right
 { border-right-width: 1px;
   border-left-width: 0px;
   border-top-width: 0px;
   border-bottom-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
 }
 
.border-1px-black-bottom
 { border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-width: 0px;
   border-right-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
 } 
 
.border-1px-black-top-bottom
 { border-top-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
 } 
 
.border-1px-black-left
 { border-left-width: 1px;
   border-right-width: 0px;
   border-top-width: 0px;
   border-bottom-width: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
 }

table.table-100-100
 { width: 100%;
   height: 100%;
 }
 
table.table-100-0
 { width: 100%; }
 
table.table-80-0
 { width: 80%; }
 
table.table-0-100
 { height: 100%; } 
 
table.table-100-15px
 { width: 100%;
   height: 15px;
 } 
 
table.table-100-20px
 { width: 100%;
   height: 20px;
 }
 
table.table-100-33px
 { width: 100%;
   height: 33px;
 }
 
table.table-100-40px
 { width: 100%;
   height: 40px;
 } 
 
table.table-100-50px
 { width: 100%;
   height: 50px;
 } 
 
table.table-100-60px
 { width: 100%;
   height: 60px;
 } 

table.table-100-53px
 { width: 100%;
   height: 53px;
 }

table.table-100-130px
 { width: 100%;
   height: 130px;
 }
 
table.table-100-116px
 { width: 100%;
   height: 116px;
 }
 
table.table-450px-100px
 { width: 450px;
   height: 100px;
 }   
 
table.table-220px-0
 { width: 220px; }  
 
table.table-250px-0
 { width: 250px; } 
 
table.table-260px-0
 { width: 260px; } 
 
table.table-260px-170px
 { width: 260px; 
   height: 170px;
 } 
 
table.table-280px-0
 { width: 280px; }  
 
table.table-270px-180px
 { width: 270px; 
   height: 180px;
 }  
 
table.table-270px-170px
 { width: 270px; 
   height: 170px;
 } 
 
table.table-100-1px
 { width: 100%;
   height: 1px;
 } 
 
tr.row-100-100
 { width: 100%;
   height: 100%; 
 } 
 
tr.row-100-50
 { width: 100%;
   height: 50%; 
 } 
 
tr.row-100-0
 { width: 100%; } 
 
tr.row-0-0
 { ; }
 
tr.row-100-18px
 { width: 100%;
   height: 18px; 
 }
 
tr.row-100-30px
 { width: 100%;
   height: 30px; 
 } 

tr.row-100-63px
 { width: 100%;
   height: 63px; 
 }
 
tr.row-100-60px
 { width: 100%;
   height: 60px; 
 } 
 
tr.row-100-50px
 { width: 100%;
   height: 50px; 
 } 
 
tr.row-100-40px
 { width: 100%;
   height: 40px; 
 } 
 
tr.row-100-35px
 { width: 100%;
   height: 35px; 
 } 
 
tr.row-100-33px
 { width: 100%;
   height: 33px; 
 }  
 
tr.row-100-25px
 { width: 100%;
   height: 25px; 
 } 
 
tr.row-100-20px
 { width: 100%;
   height: 20px; 
 } 
 
tr.row-100-15px
 { width: 100%;
   height: 15px; 
 } 
 
tr.row-100-10px
 { width: 100%;
   height: 10px; 
 } 

tr.row-100-2px
 { width: 100%; 
   height: 2px;
 }

tr.row-100-3px
 { width: 100%; 
   height: 3px;
 }
 
tr.row-0-15px
 { height: 15px; } 
 
tr.row-0-18px
 { height: 18px; } 
 
tr.row-260px-0
 { width: 260px; } 
 
tr.row-100-130px
 { width: 100%;
   height: 130px; 
 }
 
tr.row-100-116px
 { width: 100%;
   height: 116px; 
 }  
 
tr.row-260px-20px
 { width: 260px;
   height: 20px; 
 }
 
tr.row-260px-1px
 { width: 260px;
   height: 1px; 
 } 
 
tr.row-270px-5px
 { width: 270px;
   height: 5px; 
 }   
 
tr.row-270px-170px
 { width: 270px;
   height: 170px; 
 } 
 
tr.row-260px-15px
 { width: 260px;
   height: 15px; 
 } 
 
tr.row-260px-170px
 { width: 260px;
   height: 170px; 
 } 
 
td.cell-100-100
 { width: 100%;
   height: 100%;
 }
 
td.cell-100-50
 { width: 100%;
   height: 50%;
 } 
 
td.cell-50-100
 { width: 50%;
   height: 100%;
 } 
 
td.cell-100-0
 { width: 100%; } 
 
td.cell-0-100
 { height: 100%; }  
 
td.cell-0-10px
 { height: 10px; } 
 
td.cell-0-20px
 { height: 20px; } 

td.cell-0-40px
 { height: 40px; }
 
td.cell-50-0
 { width: 50%; } 
 
td.cell-25-0
 { width: 25%; } 
 
td.cell-20-0
 { width: 20%; } 
 
td.cell-33-0
 { width: 33%; }  
 
td.cell-34-0
 { width: 34%; } 
 
td.cell-0-0
 { ; } 
 
td.cell-100-14px
 { width: 100%; 
   height: 14px;
 } 
 
td.cell-100-1px
 { width: 100%; 
   height: 1px;
 } 
 
td.cell-100-2px
 { width: 100%; 
   height: 2px;
 } 
 
td.cell-100-3px
 { width: 100%; 
   height: 3px;
 } 
 
td.cell-100-5px
 { width: 100%; 
   height: 5px;
 } 
 
td.cell-100-10px
 { width: 100%;
   height: 10px;
 } 
 
td.cell-100-15px
 { width: 100%;
   height: 15px;
 } 
 
td.cell-100-18px
 { width: 100%;
   height: 18px;
 }
 
td.cell-100-20px
 { width: 100%;
   height: 20px;
 } 

td.cell-100-25px
 { width: 100%;
   height: 25px;
 } 
 
td.cell-100-33px
 { width: 100%;
   height: 33px;
 } 
 
td.cell-100-40px
 { width: 100%;
   height: 40px;
 } 

td.cell-100-50px
 { width: 100%;
   height: 50px;
 } 

td.cell-100-63px
 { width: 100%;
   height: 63px;
 }

td.cell-5px-170px
 { width: 5px;
   height: 170px;
 }

td.cell-10px-63px
 { width: 10px;
   height: 63px;
 }

td.cell-10px-33px
 { width: 10px;
   height: 33px;
 } 
 
td.cell-10px-25px
 { width: 10px;
   height: 25px;
 } 
 
td.cell-80px-20px
 { width: 80px;
   height: 20px;
 } 

td.cell-300px-0
 { width: 300px; }

td.cell-350px-0
 { width: 350px; }

td.cell-300px-250px
 { width: 300px;
   height: 250px;
 }
 
td.cell-230px-200px
 { width: 230px;
   height: 200px;
 }
 
td.cell-180px-230px
 { width: 180px;
   height: 230px;
 } 
 
td.cell-100-130px
 { width: 100%;
   height: 130px;
 } 
 
td.cell-100-116px
 { width: 100%;
   height: 116px;
 }  
 
td.cell-100-60px
 { width: 100%;
   height: 60px;
 } 
 
td.cell-100-50px
 { width: 100%;
   height: 50px;
 } 
 
td.cell-100-40px
 { width: 100%;
   height: 40px;
 }  
 
td.cell-50-20px
 { width: 50%;
   height: 20px;
 }
 
td.cell-450px-100px
 { width: 450px;
   height: 100px;
 }

td.cell-220px-0
 { width: 220px; } 
 
td.cell-260px-0
 { width: 260px; }
 
td.cell-250px-0
 { width: 250px; } 
 
td.cell-270px-0
 { width: 270px; } 
 
td.cell-280px-0
 { width: 280px; } 

td.cell-60px-33px
 { width: 60px;
   height: 33px;
 }

td.cell-60px-40px
 { width: 60px;
   height: 40px;
 }

td.cell-60px-63px
 { width: 60px;
   height: 63px;
 }

td.cell-280px-180px
 { width: 280px;
   height: 180px;
 } 
 
td.cell-260px-170px
 { width: 260px;
   height: 170px;
 } 
 
td.cell-260px-20px
 { width: 260px;
   height: 20px;
 } 
 
td.cell-260px-15px
 { width: 260px;
   height: 15px;
 } 

td.cell-270px-5px
 { width: 270px;
   height: 5px;
 } 
 
td.cell-270px-170px
 { width: 270px;
   height: 170px;
 } 
 
td.cell-100px-0
 { width: 100px; } 
 
td.cell-90px-0
 { width: 90px; } 
 
td.cell-50px-0
 { width: 50px; } 
 
td.cell-24px-0
 { width: 24px; } 
 
a.color-ffffff, a.color-ffffff:hover, a.color-ffffff:visited
 { background-color: inherit;
   color: #ffffff; 
 }
 
a.color-c0c0c0, a.color-c0c0c0:hover, a.color-c0c0c0:visited
 { background-color: inherit;
   color: #c0c0c0; 
 }
 
a.color-e3c05e, a.color-e3c05e:hover, a.color-e3c05e:visited
 { background-color: inherit;
   color: #e3c05e; 
 } 
 
a.color-87b32d, a.color-87b32d:hover, a.color-87b32d:visited
 { background-color: inherit;
   color: #87b32d; 
 } 
 
a.color-000000, a.color-000000:hover, a.color-000000:visited
 { background-color: inherit;
   color: #000000; 
 } 
 
a.color-ff0000, a.color-ff0000:hover, a.color-ff0000:visited
 { background-color: inherit;
   color: #ff0000; 
 } 
 
a.color-0000cc, a.color-0000cc:hover, a.color-0000cc:visited
 { background-color: inherit;
   color: #0000cc; 
   text-decoration: underline;
 } 
 
.background-ffb3b5 
 { background-color: #ffb3b5; 
   color: #000000;
 }
 
.background-fff9aa 
 { background-color: #fff9aa; 
   color: #000000;
 }  

.background-99ff00 
 { background-color: #99ff00; 
   color: #000000;
 } 
 
.background-4e2009 
 { background-color: #4e2009; 
   color: #ffffff;
 } 
 
.background-e0ca92 
 { background-color: #e0ca92; 
   color: #000000;
 } 
 
.background-ead084 
 { background-color: #ead084; 
   color: #000000;
 }  
 
.background-def0c5 
 { background-color: #def0c5; 
   color: #000000;
 }  
 
.background-d7d7d7 
 { background-color: #d7d7d7; 
   color: #000000;
 }
 
.background-cccccc 
 { background-color: #cccccc; 
   color: #000000;
 } 
 
.background-ffffff 
 { background-color: #ffffff; 
   color: #000000;
 }
 
.background-000000 
 { background-color: #000000; 
   color: #ffffff;
 }
 
.background-e2d5b3 
 { background-color: #e2d5b3; 
   color: #ffffff;
 } 
 
.background-eef8e0 
 { background-color: #eef8e0; 
   color: #000000;
 } 
 
.background-ebebe4
 { background-color: #ebebe4; 
   color: #000000;
 }   
 
.background-fff1ea 
 { background-color: #fff1ea; 
   color: #000000;
 } 
 
.background-feddcd 
 { background-color: #feddcd; 
   color: #000000;
 }   
 
.background-9d9d94
 { background-color: #9d9d94; 
   color: #000000;
 } 
 
.background-f6edbf
 { background-color: #f6edbf; 
   color: #000000;
 }
 
.background-d03600
 { background-color: #d03600; 
   color: #000000;
 } 
 
.bgr-red
 { background-image: url(images/bgr_red.gif); 
   background-repeat: repeat-x;
   background-position: left top;
   height: 20px;
 } 
 
.bgr-green
 { background-image: url(images/bgr_green.gif); 
   background-repeat: repeat-x;
   background-position: left top;
   height: 20px;
 }
 
.bgr-yellow
 { background-image: url(images/bgr_yellow.gif); 
   background-repeat: repeat-x;
   background-position: left top;
   height: 20px;
 } 

.bgr-dotted
 { background-image: url(images/bgr_dotted.gif); 
   background-repeat: repeat-y;
   background-position: center top;
 }

.bgr-vip
 { background-image: url(images/vip.gif); 
   background-repeat: no-repeat;
   background-position: right bottom;
   width: 26px;
   height: 12px;
 }
 
.bgr-vip-bulrest
 { background-image: url(images/vip-bulrest.gif); 
   background-repeat: no-repeat;
   background-position: right bottom;
   width: 16px;
   height: 16px;
 }
 
.color-ffffff
 { background-color: inherit;
   color: #ffffff;
 }
 
.color-ff0000
 { background-color: inherit;
   color: #ff0000;
 } 
 
.color-000000
 { background-color: inherit;
   color: #000000;
 } 


.color-990000
 { background-color: inherit;
   color: #990000;
 } 
 
.color-4e2009
 { background-color: inherit;
   color: #4e2009; 
 }  
 
.color-c0c0c0
 { background-color: inherit;
   color: #c0c0c0; 
 }  
 
.color-e3c05e
 { background-color: inherit;
   color: #e3c05e; 
 }   
 
img.icon-10px-10px
 { width: 10px;
   height: 10px;
 }
 
img.icon-12px-10px
 { width: 12px;
   height: 10px;
 } 

img.icon-16px-16px
 { width: 16px;
   height: 16px;
 } 

img.icon-18px-18px
 { width: 18px;
   height: 18px;
 } 

img.icon-23px-18px
 { width: 23px;
   height: 18px;
 }
 
img.icon-19px-18px
 { width: 19px;
   height: 18px;
 } 
 
img.icon-20px-20px
 { width: 20px;
   height: 20px;
 } 
 
img.icon-21px-20px
 { width: 21px;
   height: 20px;
 } 
 
img.icon-26px-20px
 { width: 26px;
   height: 20px;
 } 
 
img.icon-27px-18px
 { width: 27px;
   height: 18px;
 } 

img.icon-35px-35px
 { width: 35px;
   height: 35px;
 }

img.img-18px-12px
 { width: 18px;
   height: 12px;
 }
 
img.img-35px-33px
 { width: 35px;
   height: 33px;
 } 
 
img.img-259px-39px
 { width: 259px;
   height: 39px;
 }
 
img.img-259px-49px
 { width: 259px;
   height: 49px;
 } 
 
img.img-270px-5px
 { width: 270px;
   height: 5px;
 } 
 
img.img-5px-170px
 { width: 5px;
   height: 170px;
 } 
 
img.img-146px-27px
 { width: 146px;
   height: 27px;
 } 
 
img.img-186px-35px
 { width: 186px;
   height: 35px;
 }  
 
img.img-12px-12px
 { width: 12px;
   height: 12px;
 }
 
img.img-23px-22px
 { width: 23px;
   height: 22px;
 } 
 
img.img-295px-193px
 { width: 295px;
   height: 193px;
 } 

img.img-270px-177px
 { width: 270px;
   height: 177px;
 } 
 
img.img-261px-18px
 { width: 261px;
   height: 18px;
 }
 
img.img-261px-40px
 { width: 261px;
   height: 40px;
 }  
 
img.img-24px-24px
 { width: 24px;
   height: 24px;
 } 
 
img.img-26px-12px
 { width: 26px;
   height: 12px;
 } 
 
img.img-20px-20px
 { width: 20px;
   height: 20px;
 }
 
img.img-100px-20px
 { width: 100px;
   height: 20px;
 } 
 
img.img-74px-99px
 { width: 74px;
   height: 99px;
 }  
 
input
 { color: #000000;
   background-color: #ffffff;
   border-color: #c0c0c0;
   border-style: solid;
   border-width: 1px;
   margin: 0px;
   padding: 0px;
   height: 20px;
   vertical-align: middle;
 }
 
input.search
 { color: #000000;
   background-color: #ffffff;
   border-color: #cf3501;
   border-style: solid;
   border-width: 1px;
   margin: 0px;
   padding: 0px;
   width: 142px;
   height: 18px;
   vertical-align: middle;
 } 
 
input.search_button
 { color: #000000;
   background-color: #ffffff;
   border-color: #cf3501;
   border-style: solid;
   border-width: 1px;
   margin: 0px;
   padding: 0px;
   width: 45px;
   height: 18px;
   vertical-align: middle;
 }  
 
form
 { display: inline; } 
 
textarea
 { color: #000000;
   background-color: #ffffff;
   border-color: #c0c0c0;
   border-style: solid;
   border-width: 1px;
   margin: 0px;
   padding: 0px;
   width: 100%;
 } 
 
textarea.alerts_text
 { color: #ff0000;
   background-color: #ffffff;
   border-color: #c0c0c0;
   border-style: solid;
   border-width: 1px;
   margin: 0px;
   padding: 0px;
   width: 100%;
   font-weight: bold;
 } 
 
select
 { color: #000000;
   background-color: #ffffff;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
   margin: 0px;
   padding: 0px;
   height: 15px;
   width: 100%;
   font-family: tahoma, verdana, arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
 }
 
select.select-search
 { color: #000000;
   background-color: #ffffff;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
   margin: 0px;
   padding: 0px;
   width: 190px;
   font-size: 11px;
 }  
 
select.select-pages
 { color: #000000;
   background-color: #ffffff;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
   margin: 0px;
   padding: 0px;
   height: 15px;
   width: 80%;
   font-size: 11px;
   font-weight: bold;
 } 
 
select.select-map
 { color: #000000;
   background-color: #ffffff;
   border-width: 1px;
   border-spacing: 0px;
   border-collapse: collapse;
   border-color: #000000;
   border-style: solid;
   margin: 0px;
   padding: 0px;
   height: 200px;
   width: 100%;
   font-size: 12px;
   font-weight: normal;
 }   

dl.map.on 
 { position: relative;
   width: 295px;
   height: 193px;
   background-image: url(images/maps/bgmap.png);
   background-position: center top;
   background-repeat: no-repeat;
   text-align: left;
   margin: 0px;
   padding: 0px;
 }

dl.map.on dd 
 { position: absolute;
   left: -9999px;
   width: 450px;
   padding: 2px;
   border-color: #000000;
   border-width: 1px;
   border-style: solid;
   background-color: #ead084;
   color: #000000;
   z-index: 11;
 }
 
dl.map.on a.location 
 { display: block;
   position: absolute;
   text-indent: -9999px;
   padding: 0px;
   outline: none;
   z-index: 10;
   text-decoration: none;
 }
 
a.point
 { display: block;
   position: absolute;
   text-indent: -9999px;
 }
 
a.point_over
 { display: block;
   position: absolute;
   text-indent: -9999px;
   width: 10px;
   height: 10px;
   outline: none;
   z-index: 10;
   text-decoration: none;
   background-color: inherit;
   background-image: url(images/point_over.gif);
   background-position: center center;
   background-repeat: no-repeat; 
   color: #000000;
 }