@charset "UTF-8";
/* CSS Document */

body {
  background:url(../images/body_bg.jpg) top repeat;
  background-color:#c7c5c5;
  margin:0;
  padding:0;
}
#container {
  background:#FFF;
  width:940px;
  height:auto;
  margin:0 auto;
  padding-top:4px;
  padding-bottom:14px;
}
#website {
width:930px;
background:#fff;
height:auto;
float:left;
padding:5px;
}
#header {
float:left;
width:918px;
padding:5px;
border:1px solid #ddd;
}
#user3 {
float:left;
width:918px;
background:url(../images/user3_bg.jpg) right;
height:38px;
}
#user3 ul {
margin:0;
padding:0;
list-style:none;
width:600px;
float:left;
}
#user3 ul li {
display:inline;
}
#user3 ul li a {
padding-left:20px;
padding-right:20px;
background:url(../images/user3_trenn.jpg) no-repeat left;
color:#ddd;
text-decoration:none;
line-height:40px;
padding-bottom:5px;
padding-top:5px;
}
#afw {
position:fixed;
right:0;
top:0;
width:100px;
height:97px;
z-index:-6000;
background:url(../images/afw.png) no-repeat;
}
#afw:hover {
background:url(../images/afw-hover.png) no-repeat;
}
#user3 ul li:first-child a {
background:none;
}
#user3 ul li a:hover, #user3 ul li#current a {
text-decoration:underline;
}
#logo {
float:right;
background:url(../images/logo.png) no-repeat;
width:269px;
height:27px;
margin-right:12px;
margin-top:7px;
}
#breadcrumb {
float:left;
padding:5px;
margin-top:5px;
border:1px solid #ddd;
width:906px;
font-size:12px;
color:#666;
}
#breadcrumb .breadcrumbs {
width:680px;
float:left;
padding-top:4px;
}
a {
color:#444;
}
a:hover {
text-decoration:none;
}
#left {
float:left;
border:1px solid #ddd;
padding:5px;
width:220px;
margin-top:5px;
padding-bottom:0;
}
input {
border:1px solid #ddd;
padding:3px;
}
input.button {
background:url(../images/user3_bg.jpg) no-repeat right;
text-align:center;
padding:2px;
padding-left:15px;
padding-right:15px;
color:#fff;
margin-left:3px;
}
#left .moduletable, #left .moduletable_menu {
border:1px solid #ddd;
width:218px;
margin-bottom:5px;
}
.search {
float:right;
}
#left .moduletable h3, #left .moduletable_menu h3 {
background:url(../images/user3_bg.jpg) no-repeat right;
margin:0;
padding:0;
height:33px;
line-height:33px;
color:#fff;
padding-left:20px;
}
#left ul {
list-style:none;
margin:0;
padding:0;
}

#left li a {
display:block;
width:198px;
padding-left:20px;
padding-bottom:5px;
padding-top:5px;
border-top:1px solid #f0f0f0;
text-decoration:none;
}
#left li:first-child a {
border-top:0;
}
#left li a:hover {
background:#f5f5f5;
}
#left li#current a{
background:#F79A04;
color:#fff;
font-weight:bold;
}
#left ul li#current li a, #left ul li li a {
width:188px;
padding-left:30px;
color:#000;
padding-bottom:4px;
padding-top:4px;
background:#f3f3f3;
}
#left fieldset {
border:1px solid #f0f0f0;
margin:5px;
}
#content {
float:left;
margin-left:5px;
margin-top:5px;
padding:5px;
border:1px solid #ddd;
width:669px;
}
#top {
float:left;
border:1px solid #ddd;
padding:5px;
width:657px;
background:#f1f1f1;
margin-bottom:5px;
}
#component {
float:left;
border:1px solid #ddd;
padding:5px;
width:657px;
background:#f1f1f1;
}
#footer {
float:left;
margin-top:5px;
padding:5px;
width:906px;
border:1px solid #ddd;
text-align:center;
}

.bordered {
  width: 100%;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
 
.bordered tr:hover {
    background: #cccccc ;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
 
.bordered td, .bordered th {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 5px;
    text-align: center;    
}
 
.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #D28E5F, #FFFFFF);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top,#ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
 
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
 
.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}