@charset 'utf-8';

*{margin:0;padding:0;border:0;text-decoration:none;list-style:none;outline:none;font:normal normal normal 11px normal;font-family:Tahoma,sans-serif;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,nav a,menu a,.flag{display:block;}


.hide
{
  display:none;    
}

.clear
{
  clear:both;  
}

.number
{
  text-align:right;
}

button,.tooltip,.suggestionList
{
  cursor:pointer;
}

html
{
  direction:ltr;
  overflow-y:scroll; 
}

body
{
  background:transparent url(/images/bg.jpg) 0 0 repeat;
  color:#000;
}

/******************************************************************/
/* Layout */
/******************************************************************/

#wrapper,nav ul
{
  margin:0 auto;
}

#wrapper,header,nav,footer
{
  width:1000px;
}

header,footer,textarea,th,select,.manticore
{
  color:#fff;
}

header
{
  background:transparent url(/images/banner.gif) 0 0 repeat-x;
  opacity:0.9;
  z-index:3;
}

#banner
{
  background:transparent url(/images/header.gif) 0 0 no-repeat;
  text-align:right;
  padding:20px 10px 0 0;
   height:80px;

}

header
{
  height:100px
}

nav
{
  height: 23px;
  background:transparent url(/images/nav.jpg) 0 0 repeat;
  text-align:center;
  margin-bottom: 20px;
   z-index:1;
}

.float,nav li,menu,#main
{
  float:left;
}

menu
{
  width:160px;
}

#main
{
  width:840px;
}

footer
{
  padding:10px 0;
  margin:10px 0;
  text-align:center;
  background:#542C0F;
}

/******************************************************************/
/* header */
/******************************************************************/

#banner a
{
  margin-left:10px;
}

#banner form
{
  margin-top:20px;
  margin-right:50px;
}

#banner input
{
  background:#fff;
}

#banner input:hover
{
  background:#E0B16D;
}

#banner input:focus
{
  background:#fff;
}

#banner button
{
  background:url(/images/lupe.gif) 0 0 no-repeat;
  width:18px;
  height:18px;
  margin-bottom:5px;
}


/******************************************************************/
/* nav */
/******************************************************************/

#banner,.suggestionsBox
{
  z-index:2
}

menu .foot,nav
{
    -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -khtml-border-radius-bottomleft:10px;
  -khtml-border-radius-bottomright:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

nav ul
{
  padding-left:160px;
  width: 516px;
}

nav li
{
  width:125px;
  text-align:center;
  font-size:12px;
  padding:2px;
}

nav a
{
  width:125px;
  background:transparent url(/images/tab.png) 0 0 no-repeat;
  padding:4px 0;
}

nav a:hover
{
  background:transparent url(/images/tab_act_hover.gif) 0 0 no-repeat !important;
}

/******************************************************************/
/* menu */
/******************************************************************/


menu li
{
  text-align:center;
  border-top:0;
  background:#8B4513;
  border-style:solid;
  border-width:0 1px 1px 1px;
  border-color:#542C0F;
}

menu a
{
  padding-top:6px;
  padding-bottom:5px;
}

menu a[href^="http:"]
{
  background:transparent url('/images/offsite.gif') 95% 50% no-repeat;
  padding-right:10px;
}

menu li:hover
{
  color:#fff;
  background:#542C0F;
}

menu .head
{
  font-size:14px;
  font-weight:bold;
  color:#fff;
  background:#8B4513 url(/images/nav.jpg) 0 0 repeat !important;

  border:1px solid #542C0F;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -khtml-border-radius-topleft:10px;
  -khtml-border-radius-topright:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;

  padding:5px 0 4px 0;  
}

ins,nav,footer,menu .foot
{
  -webkit-box-shadow:0px 5px 10px #000;
  -moz-box-shadow:0px 5px 10px #000;
  box-shadow:0px 5px 10px #000;
}

menu .foot
{
  background:#8B4513;
  height:12px;
}

/******************************************************************/
/* #main */
/******************************************************************/

#main a
{
  color:#000;
  font-weight:bold;
}

#main a:hover
{
  text-decoration:underline;
}

/*****************************************************************/
/* Name:a */
/*****************************************************************/

a[href^="http:"]
{
  background:transparent url(/images/offsite.gif) 100% 50% no-repeat;
  padding-right:10px;
}

nav a, menu a, footer a, #main th a
{
  color:#E6EBFB;
  font-weight:bold;
}

nav a:hover, menu a:hover, footer a:hover, #main th a:hover
{
  color:#FCC600;
  background:transparent;
}

/*****************************************************************/
/* table */
/*****************************************************************/

table.hover tr:hover td
{
  background:#8B4513;
  color:#fff;
}

table.padding th
{
  padding:0;
}

table.padding tr
{
  height:40px;
}

table.empty td
{
  background:inherit;
  padding:0;
}

table
{
  border-spacing:1px;
  margin-bottom:10px;
}

/*
caption
colgroup
col
thead{}
tfoot{}
tbody{}
tr{}
*/

th,td,input[type=text],input[type=password],footer,.suggestionsBox
{
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
}

th,td
{
  border:1px solid #542C0F;
  padding:5px;
  vertical-align:middle;
  margin:1px;
}

th
{
  empty-cells:hide; 
  background:#542C0F;
  font-weight:bold;
}

td
{
  background:#E0B16D;
}

/*********************************************************************/
/* Names */
/*********************************************************************/

input
{
  background:#FFE3A8;
  border:1px #542C0F solid;
}

input:hover
{
  background:#E0B16D;
}

input:focus
{
  background:#FFE3A8;
}

input[type=text], input[type=password]
{
  height:17px;
}

input[type=submit], input[type=button], input[type=reset]
{
  border:3px double #282E3E;
  border-top-color:#E0B16D;
  border-left-color:#E0B16D;
  padding:2px 0;
  background:#542C0F;
  font-weight:bold;
  font-size:12px;
  text-align:center;
  color:#fff; 
  min-width:100px;
  cursor:auto;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover
{
  border:3px double #282E3E;
  border-bottom-color:#E0B16D;
  border-right-color:#E0B16D;
  font-style:oblique;
  color:#fff;
  text-decoration:none;
  background:#542C0F;
  cursor:pointer;
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active
{
  border:3px double #E0B16D;
  padding:3px 1px 1px 3px;
}

select
{
  background:#8B4513;
  font-size:11px;
  font-weight:bold;
  border:1px solid #542C0F;
}

select:hover
{
  background:#542C0F;
}

select:focus
{
  background:#8B4513;
}

select:active
{
}

option
{
  margin:3px 0; 
  padding:2px 5px;
}

option:hover
{
}

option:focus
{
}

option:active
{
}

textarea
{
}

textarea:hover
{
  background:#415680;
}

textarea:focus
{
  background:#344566;

}


/*********************************************************************/
/* Classes */
/*********************************************************************/

.green
{
  color:#008000;
  font-weight:bold;
}

.green:before
{
  content:"+";
}

.red
{
  color:#FF0000;
  font-weight:bold;
}
/*
.up
{
  background:url(/images/up.png);
  width:18px;
  height:18px;
  position:absolute;
  vertical-align:middle;
}

.up:hover
{
  background-position:0 -18px;
}
*/
/* jquery:auto complete */
.suggestionsBox
{
  position:absolute;
  margin-top:5px;
  margin-left:45px;
  width:145px;
  background:#8B4513;

  border:2px solid #000;
  color:#fff;
}

.suggestionList li
{
  padding:4px 5px;
  text-align:left;
}

.suggestionList li:hover
{
  background:#542C0F;
}

#banner fieldset
{
  float:right;
  width:200px;
  white-space:nowrap;
}

.manticore
{
  background:url(/images/units/manticore_40x40.png);
  font-weight:bold;
  vertical-align:bottom;
}

/* Other Media */

@media print 
{

  *
  {
    background:transparent !important;
    color:#000 !important;
    text-shadow:none !important;
    box-shadow:0 0 0 transparent !important;
    filter:none !important;
    -ms-filter:none !important;    
  }

  iframe,header,nav,menu,footer
  {
    display:none;
  }

  a,
  a:visited
  {
    color:#444 !important;
    text-decoration:underline;
  }
  /*
    a[href]:after
    {
      content:" ("attr(href)")";
    }
  
    abbr[title]:after
    {
      content:" ("attr(title)")";
    }
  
    .ir a:after,
    a[href^="javascript:"]:after, 
    a[href^="#"]:after
    {
      content:"";
    }
  */
  pre,
  blockquote
  {
    border:1px solid #999;
    page-break-inside:avoid;
  }

  thead
  {
    display:table-header-group;
  }

  tr,
  img
  {
    page-break-inside:avoid;
  }

  @page
  {
    margin:0.5cm;
  }

  p,h2,h3
  {
    orphans:3;
    widows:3;
  }

  h2,h3
  {
    page-break-after:avoid;
  }

}

/* /Other Media */

