* {
    padding: 0;
    margin: 0;
} 

body {
background: #54B7E0;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #333;
line-height: 17px;
}

img { border: none;}
a { color: #0090DF; text-decoration: none; }
a:hover { color : #000; }

.url { border-bottom: 1px dotted; }
.url:hover { color : #000; border-bottom: 1px solid; }

.urltag { color: #FF9817; font-size: smaller; }
.urltag:hover { color : #CE7C15; }

#wrap {
margin: 20px auto;
width: 760px;
}

#header {
background: #fff url(img/header.jpg) no-repeat;
height: 90px;
}

img.imageright { float: right; margin: 20px; }

#header h1 { 
color : #54B7E0;
font-size: 34px;
letter-spacing: -2px;
padding: 30px 0 0 30px;
font-weight: 100;
font-family: Arial, Tahoma, Verdana;
}
#header h1 a { text-decoration: none; color : #54B7E0;}
#header h1 a:hover { color : #333; }
#header h1 i { font-size: 28px; }
#header h2 { 
font-family: Arial, Tahoma, Verdana;
color : #777;
font-size: 15px;
padding: 0 0 0 30px;
font-weight: 100;
}

#navigation {
background: #FF9817 url(img/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #FFA73F;
}
#navigation li a {
display:block;
padding:0 20px;
text-transform:uppercase;
text-decoration:none;
color: #f7f7f7;
letter-spacing:2px;
}
#navigation li a:hover {
background: #FFAF4C url(img/menuover.jpg) repeat-x;
color:#fff;
text-decoration:none;
}

#content { 
background: #fff url(img/content.jpg) repeat-y;
padding: 10px 10px;
}
#content pre
{ 
border: 1px dotted #D0D0D0;
padding: 4px;
overflow: auto;
}
#content code
{
font-family: "Courier New", monospace;
font-size: 12px;
}
#content ul { padding-left: 40px; }
#content ol { padding-left: 40px; }
#content u { text-decoration: underline }

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.msgerr
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    color:red;
    }

.msgok
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    color:green;
    }


#bottom { 
background: #fff url(img/bottom.jpg) no-repeat; 
height: 20px;
}


#left {
float:left; 
width:220px; 
text-align: justify;
padding-left: 5px;
}
.menutop {
background: #FFF6BB url(img/menutop.jpg) no-repeat;
height: 20px;
}
.menumiddle {
background: #FFF6BB url(img/menumiddle.jpg) repeat-y;
}
.menumiddle h2 { color : #777; font-weight: 600; font-size: 12px; padding-top: 7px; padding-left: 20px; padding-bottom: 3px; }
.menumiddle form { color : #777; font-weight: 600; font-size: 12px; padding-top: 1px; padding-left: 20px; padding-bottom: 1px; }
.menumiddle ul { letter-spacing: -1px; color : #aaa; padding-left: 35px; }
.menumiddle p { letter-spacing: -1px; color : #aaa; padding-left: 40px; }
.menumiddle p b { letter-spacing: -1px; color : #aaa; padding-left: 30px; }
.menumiddle b { letter-spacing: -1px; color : #aaa; padding-left: 30px; }
.menubottom { 
background: #FFF6BB url(img/menubottom.jpg) no-repeat;
height: 20px;
}

#right {
float:right; 
width:500px; 
padding-right: 10px;
padding-top: 10px;
}
#right h2 { letter-spacing: -1px; padding: 15px 0 5px 0; font-family: Arial, Tahoma, Verdana; font-weight: 600; font-size: 17px; color: #54B7E0;}
#right h2 a { color: #54B7E0; }
#right h2 a:hover { color: #000; }

#footer {
text-align: center;
font-size: 10px;
color: #444;
padding:0 0 10px 0;
margin: 0;
}
#footer a { color: #666; text-decoration: underline;}
#footer a:hover { color: #000; text-decoration: none; }

/* Plugin wkp_Tables */
table.wikitable {
  border-collapse: collapse;
  border: 1px solid #FF9817;
}

table.wikitable td {
  border: 1px solid #FF9817;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}

table.wikitable td.em {
  background: #FFAF4C;
  font-weight: bold;
} 