body
{
    background-color: #fdfdfd; /*background-color: #edf7ff;*/
    color: #000000;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.logo
{
    background-color: #146eb4;
    border-bottom: 3px solid #ff6600;
    padding: 8px 0 8px 2px;
    background: url("/assets/images/top-bg.png") #146eb4 repeat-x;
}
.topnav
{
    padding: 6px;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
    font-weight: bold;
	background: url("/assets/images/title-bg2.png") #e2ecf7 repeat-x;
    -webkit-border-bottom-right-radius: 0.2em;
    -webkit-border-bottom-left-radius: 0.2em;
    -moz-border-radius-bottomright: 0.2em;
    -moz-border-radius-bottomleft: 0.2em;
    border-bottom-right-radius: 0.2em;
    border-bottom-left-radius: 0.2em;
	border-bottom: solid 1px #c8c8cd;
}
.topnav a, .topnav a:visited
{
    color: #ff6600;
}
.topnav a:hover, .topnav a:focus
{
 text-shadow: rgba(221, 221, 221, 0.6) 0 1px 0;
}
#MultiplePagesPanel a, #MultiplePagesPanel a:hover
{
    padding:2px;
    border: 1px solid #999999;
    background-color: #efeff1;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
}
.title
{
	margin: 5px 1px 1px 1px;
    padding: 6px;
    font-size: 105%;
    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: url("/assets/images/title-bg.png") #e2ecf7 repeat-x;
	border: 1px solid #cdd4dd;
}
ul
{
    margin: 2px 1px 4px 1px;
    padding: 2px;
}
li
{   padding: 5px 0 5px 0;
    list-style: none;
    vertical-align: middle;
}
.odd
{
    border-bottom: 1px dotted #cdd4dd;
    background: url("/assets/images/arrow.gif") no-repeat right center;
}
.odd a
{
    display: inline;
}
.msg
{
    text-align: center;
    border: solid 1px #f5c41c;
    margin: 5px;
    padding: 5px;
    background-color: #ffffb0;
}
.siteThumb
{
    background-color: #999999;
    padding: 1px;
}
.advert
{
    text-align: center;
}
.advert a, .advert a:hover, .advert a:focus, .advert a:visited
{
    color: #e2821a;
}
.advert br
{
    padding: 2px;
}
img
{
    vertical-align: middle;
    border: 0;
}
.footer
{
    text-align: center;
    margin: 3px;
    padding: 3px;
}
input, button, textarea, select
{
    margin: 2px;
    padding: 2px;
}
input[type="text"], input[type="file"], input[type="password"], textarea, input.text
{
    border: solid 1px #999999;
    color: inherit;
    background-color: #fff;
    vertical-align: middle;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    padding: 2px;
}
br
{
    padding: 3px;
}
.button, a.button:visited, .button a
{
    background-color: #efeff1;
    font-weight: bold;
    border: solid 1px #999999;
    padding: 2px;
    color: #009bdf;
	vertical-align: middle;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
}
.button:hover, .button:focus, a.button:visited:hover, a.button:visited:focus
{
    color: #ff6600;
	border: solid 1px #ff6600;
}
form, p
{
    margin: 2px;
    padding: 0;
}
a, a:visited
{
    text-decoration: none;
    color: #ff6600;
}
a:hover, a:focus
{
    color: #e2821a;
}
a.two, a.two:link, a.two:visited
{
    text-decoration: none;
    color: #747474;
}
a.two:hover, a.two:focus
{
    color: #999999;
}
.center
{
    text-align: center;
}
.small
{
    font-size: medium;
}
.xxsmall
{
    font-size: small;
    vertical-align: middle;
}
.gap
{
    padding: 4px;
}
.full
{
    width: 100%;
}
.warn
{
    color: #ff0000;
}