﻿body
{
    background-color: #fff;
    color: #343434;
    vertical-align: middle;
    margin: 0;
    padding: 2px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: medium;

}
.logo
{
    padding: 8px 0 8px 2px;
    background-position: 0 0;
	background-color: #fff;
}
.topnav
{
    padding: 6px;
    text-shadow: rgba(000, 000, 000, 0.6) 0 1px 0;
    font-weight: bold;
    background-color: #FF1793;
    color: #FFF;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    background-position: 0 0;
}
.topnav a, .topnav a:visited
{
    color: #fff;
}
.topnav a:hover, .topnav a:focus
{
    text-shadow: rgba(000, 000, 000, 0.8) 0 1px 0;
    color: #6666CC;
}
#MultiplePagesPanel span
{
    background-color: #999999;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    border: solid 1px #747474;
    padding: 2px;
    font-size: 140%;
}
#MultiplePagesPanel a
{
    background-color: #fff;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    border: solid 1px #FF1793;
    padding: 2px;
    color: #FF1793;
    font-size: 140%;
}
#MultiplePagesPanel a:hover, #MultiplePagesPanel a:focus
{
    color: #fff;
    border: solid 1px #fff;
    background-color: #FF1793;
}
ul
{
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
li
{
    margin: 0;
    padding: 4px 0 4px 0;
    list-style: none;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
}
.listli
{
    margin: 0;
    padding: 4px 0 4px 0;
    list-style: none;
    text-align: center;
}
.odd
{
    background-color: #E5E5E5;
}
.odd:hover, .odd:focus
{
    background-color: #D8D8D8;
}
.even
{
    background-color: #FFD5EB;
}
.even:hover, .even:focus
{
    background-color: #FFBBDF;
}
.ratingstar:hover img, .ratingstar:focus img
{
    /*position: relative;    bottom: 4px;*/
    margin-top: -4px;
}
.msg, .title
{
    margin-top: 5px;
    margin-right: 1px;
    margin-left: 1px;
    padding: 6px;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    background-color: #ecf2fa;
    color: #000;
    text-align: center;
    border: 1px solid #b1b1b2;
}
.title
{
    text-align: left;
    background: url("/assets/images/title-bg.png") repeat-x;
}
.siteThumb
{
    background-color: #999999;
    padding: 1px;
}
.advert
{
    text-align: center;
}
.advert br
{
    padding: 2px;
}
img
{
    vertical-align: middle;
    border: 0;
}
.footer
{
    text-align: center;
    margin: 3px;
    padding: 3px;
}
input[type="text"], input[type="file"], input[type="password"], textarea, input.text
{
    border: solid 1px #999999;
    background-color: #fff;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    font-size: 140%;
}
.button, a.button:visited, .button a
{
    background-color: #fff;
    font-weight: bold;
    border: solid 1px #FF1793;
    padding: 3px;
    margin:3px;
    color: #FF1793;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    font-size: 140%;

}
.button:hover, .button:focus, a.button:visited:hover, a.button:visited:focus
{
    color: #fff;
    border: solid 1px #fff;
    background-color: #FF1793;
}
form, p
{
    margin: 2px;
    padding: 0;
}
a, a:visited
{
    text-decoration: none;
    color: #6666CC;
}
a:hover, a:focus
{
    color: #FF1793;
}
a.two, a.two:link, a.two:visited
{
    text-decoration: none;
    color: #6666CC;
}
a.two:hover, a.two:focus
{
    color: #FF1793;
}
.center
{
    text-align: center;
}
.small
{
    font-size: small;
}
.xxsmall
{
    font-size: x-small;
}
.gap
{
    padding: 10px;
}
.full
{
    width: 100%;
}
.warn
{
    color: #ff0000;
}

