/*
 * -----------------------------------------
 * advanced skin style
 * -----------------------------------------
 */

a:link              { font: 11px verdana; color: #F10879; text-decoration: none }
a:active            { font: 11px verdana; color: #F10879; text-decoration: none }
a:visited           { font: 11px verdana; color: #F10879; text-decoration: none }
a:hover             { font: 11px verdana; color: #FF9007; text-decoration: none }

a.copyright:link    { font: 11px verdana; color: #778AAF; text-decoration: none; }
a.copyright:active  { font: 11px verdana; color: #778AAF; text-decoration: none; }
a.copyright:visited { font: 11px verdana; color: #778AAF; text-decoration: none; }
a.copyright:hover   { font: 11px verdana; color: #8692AA; text-decoration: none; }

body
{
  margin-top:    5;
  margin-bottom: 5;
  margin-left:   0;
  margin-right:  0;

  padding: 0;

  font:  11px verdana;
  color: #000000;
  background-color: #000000;

}

img { border: 0; }

select, option, textarea, input
{
  color:       #000000;
  font-size:   11px;
  font-family: Verdana;
}

td, font
{
  font:  11px verdana, arial;
  color: #000000;
  line-height: 16px;
}

hr
{
  height: 1px;
  border: 0px;
  width:90%;
 
  color: #FF9007;
  background-color: #FF9007;
}

.pluginname1
{
  font-family: verdana;
  font-size:   11px;
  font-weight: bold;

  color: #000000;
}

.pluginname2
{
  font-family: verdana;
  font-size:   11px;
  font-weight: bold;

  color: #990000;

  padding-top: 6px;
}

#leftbg
{
  background-image: url('images/leftbg2.gif');
  background-repeat: repeat;
 /* background-position: right top;
  padding-top: 323px;*/
}

#rightbg
{
  background-image: url('images/rightbg2.gif');
  background-repeat: repeat;
  /*padding-top: 323px;*/
}



/*
 * -----------------------------------------
 * hover menu style
 * -----------------------------------------
 */

.ddmx .item1, .ddmx .item1:link, .ddmx .item1:active, .ddmx .item1:visited, .ddmx .item1:hover,
              .ddmx .item1-active:link, .ddmx .item1-active:active, .ddmx .item1-active:visited, .ddmx .item1-active:hover
{
    padding-right: 20px;
    font: 12px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2, .ddmx .item2:link, .ddmx .item2:active, .ddmx .item2:visited, .ddmx .item2:hover,
              .ddmx .item2-active:link, .ddmx .item2-active:active, .ddmx .item2-active:visited, .ddmx .item2-active:hover
{
    padding: 3px 8px 4px 8px;
    font: 11px verdana;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2
{
    background: #FFFFFF;
}

.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover
{
    background: #ffffff;
}


.ddmx .item2, .ddmx .arrow:link, .ddmx .arrow:active, .ddmx .arrow:visited, .ddmx .arrow:hover,
              .ddmx .arrow-active:link, .ddmx .arrow-active:active, .ddmx .arrow-active:visited, .ddmx .arrow-active:hover
{
  padding: 3px 16px 4px 8px;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section
{
    background: #F0F2F6;
    border: 1px solid #3A4D75;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.bborder	{ border: 1px #8AB51E solid; }

.bold
{
  font-weight: bold;
}


/* ie 5.0 fix */
* html .ddmx td
{
    position: relative;
}



