*
{
	margin: 0;
	padding: 0;
}

a:link    { color: #007eba; text-decoration: none }  /* unvisited links */
a:visited { color: #009973 }  /* visited links   */
a:hover  { color: #4babd8;  text-decoration: underline; }  /* user hovers     */
a:focus { color: #c42626 }
a:active  { color: #009973 }  /* active links    */

img 
{
	border: 0;
    max-width: 100%;
    height: auto
}


ul
{
    list-style-image: none;
    list-style-type: none;
}

ol {
  list-style: decimal;
}

ol[type='a'] {
    list-style-type: lower-alpha;
  }

li {
    list-style: inherit;
}

ol {
  list-style: decimal outside;
   list-style-type: decimal;
   margin: 0 0 0 30px;
}

h1, h2, h3, h4, h5, h6 
{
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

strong, b
{
    font-weight: bold;
}

/*
#console 
{
  margin: 10px 10px;
  padding: 10px;
  border: 2px solid #de4b0a;
  background-color: #fef5f1;
  line-height: 1.7em;  
}

#console .messages
{
    font-size: 0.8em;
    font-weight: bold;
    color: #8c2e0b;
    background-color: #fef5f1;
}


#debug 
{
    position: fixed;
    top: 70px;
    left: 20px;
    color: white;
    z-index: 10000;
    width: 100px;
    height: 30px;
    background-color: #400000;
}
*/


/*
#aebox
{
    display: block;
    padding: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: black;
    color: white;
    z-index: 100;
}


#aebox a
{
    color: white;
}
*/
#back-top 
{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

#back-top a {
    width: 64px;
    display: block;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}

/* arrow icon (span tag) */
#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: #bbd1e0 url(/themes/aida64_v5/icons/scrolltop.png) no-repeat center center;

    opacity: 0.7;

    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: #7ca2bc;
}

span.req 
{
    color: red;
}

/*a.button
{
    margin: 10px 0;
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    
    padding: 5px;
    width: 140px;
    text-align: center;

    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;    
}*/

/*
a.bblue
{
    background-image: linear-gradient(to bottom, #3f92c6 0%, #3376a1 100%);
}

a.bblue:hover
{
    background-image: linear-gradient(to bottom, #57ade9 0%, #469bcc 100%);
}

a.bgreen
{
    background-image: linear-gradient(to bottom, #65c63f 0%, #4ba133 100%);
}

a.bgreen:hover
{
    background-image: linear-gradient(to bottom, #8be957 0%, #66cc46 100%);
}

a.borange
{
    background-image: linear-gradient(to bottom, #dfae26 0%, #b88e1c 100%);
}

a.borange:hover
{
    background-image: linear-gradient(to bottom, #e6c15a 0%, #e0b232 100%);
}
*/
/*div.hider 
{
    cursor: pointer;
}*/

/*div.hidethis
{
    display: none;
}*/

/*div.highlite h2
{
    position: relative;
    display: block;
    background-color: #ffd393;
    padding: 5px 10px;
    left: -10px;
}*/

.statistics_counter
{
    position: absolute;
    margin-left: -80px;
    margin-top: 7px;
    color: gray;
}