* {
    margin: 0;
    padding: 0;
}
:focus {
	outline: 0;
}


body {
    font-family: arial, verdana, sans-serif;
    color: #162732;
    font-size: 14px;
}

    #content .button {
        margin: 0 auto;
        position: relative;
        height: 60px;
        width: 217px;
        background: url( 'img/potpourri.png' ) -1321px 0 no-repeat;
        color: #fff;
        font-size: 20px;
        line-height: 45px;
        cursor: pointer;
    }

    .button a:link, .button a:hover, .button a:active, .button a:visited {
        display: block;
        height: 100%;
        width: 100%;
        color: #fff;
        text-decoration: none;

    }

#bottom .reportbug{
font-weight: bold;
color:#fff;
}
	#bottom .reportbug a:visited, #bottom .reportbug a:active{
		color: #fff;
	}
	#bottom .reportbug a:link, #bottom .reportbug a:hover{
		color: #f04020;
	}


#top {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center; /*for ie*/
    height: 100px;
    position: relative;
    z-index: 3;

}

#top .inner {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative; /*for loginbar*/
}


#top .inner .left {
    width: 325px;
    height: 60px;
    float: left;
    margin: 0 0 20px 0;
    background: url( 'img/potpourri.png' ) -999px 0 no-repeat;
}

#top .inner .left a {
    display: block;
    height: 100%;
    width: 100%;
}

#top .inner .right {
    width: 300px;
    text-align: right;
    font-size: 19px;
    float: right;
    margin: 10px 0 0 0;
}

#top .userbar {
    width: 285px;
    background: #455560;
    height: 18px;
    float: left;
    clear: left;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

#top .userbar .img {
    height: 16px;
    width: 16px;
    float: left;
    margin: 1px 3px;
}

#top .userbar .img a {
    display: block;
    width: 100%;
    height: 100%;
}

#top .userbar a:link, #top .userbar a:visited {
    color: #fff;
    margin: 0 15px 0 15px;
    height: 16px;
    text-decoration: none;
}

#top .userbar a:hover, #top .userbar a:active {
    text-decoration: underline;
}

#top .loginbar {
    width: 285px;
    background: #455560;
    position: absolute;
    top: 96px;
    left: 0;
    z-index: 100;
    display: none;
}

#top .loginbar table {
    background: #455560;
    width: 90%;
}

#top .loginbar td {
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

#top .loginbar td.login_left {
    width: 22%;
    text-align: right;
    padding-right: 5px;
}

#top .loginbar .pass_recover{
	display:none;
}

#top .loginbar .pass_recover a:link,
#top .loginbar .pass_recover a:visited
{
	color:#4B8AAF;
}

#top .loginbar input[type="text"],
    #top .loginbar input[type="password"],
    #top .loginbar input[type="text"]:hover,
    #top .loginbar input[type="password"]:hover,
    #top .loginbar input[type="text"]:focus,
    #top .loginbar input[type="password"]:focus {
    height: 16px;
    width: 90%;
    border: none;
    background: #fff;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
}

#top .loginbar input[type="button"],
    #top .loginbar input[type="submit"] {
    padding: 1px 5px;
}

#top .page_title {
    text-transform: lowercase;
    font-size: 15px;

    color: #455560;
    text-align: left;
    float: left;
    width: 670px;
    margin: 0 0 0 15px;
    font-weight: bold;

}

#top .lang {
    clear: both;
    float: left;
    /*margin: 10px 0 10px 5px;*/
    position: relative;
    top: -35px;
    font-size: 0.7em;
    
    text-align: left;
    width: 100%;
}

#navigation {
    float: right;
    margin: 10px 0 0 0;
}

#navigation a:hover {
    opacity: 1;
    filter: alpha( opacity = 100 );
}

#navigation a {
    display:block;
    width: 80px;
    height: 58px;
    overflow: visible;
    float: left;
    text-decoration:none;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    cursor:pointer;
}

#navigation .icon {
    display: block;
    height: 45px;
    width: 40px;
    margin: 0 auto;
}

#navigation a .text {
    display:none;
    font-size: 10px;
    text-align: center;
}

#navigation a:hover .text {
    color: #455560;
    display:block;
}

#navigation .album {
    background: url( 'img/nav_icons.png' ) -42px 0 no-repeat;
}

#navigation .photos {
    background: url( 'img/nav_icons.png' ) 0 0 no-repeat;
}

#navigation .souvenirs {
    background: url( 'img/nav_icons.png' ) -80px 0 no-repeat;
}

.copyright {
    clear: both;
    color: #AAAAAA;
    font-size: 11px;
    padding: 4px;

}

h1, h2, h3, h4, h5, h6 {
    color: #455560; /*color: #32434e;*/
    margin: 10px 0 5px 15px;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 23px;
    margi6n-top: 0;
    font-weight:normal;
}

h3 {
    font-size: 21px;
}

h4 {
    color: #f04020;
    font-size: 19px;
}

h5 {
    color: #f04020;
    font-size: 17px;
}

h6 {
    color: #f04020;
    font-size: 15px;
}

ul, ol {
    margin: 15px 0;
}

ul li, ol li {
    list-style-position: outside;
    margin: 7px 5px 7px 35px;
    line-height: 130%;
}

p {

    margin: 15px;
    line-height: 150%;
}

a:link {
    color: #4b8aaf;
}

a:hover {
    color: #f04020;
}

a:active, a:visited {
    color: #505f68;
}

img {
    border: none;
}

.plain_text table {
    text-align: left;
}

table {
    table-layout: fixed;
    width: 80%;
    margin: 10px auto;
    border-collapse: collapse;
}

tr:hover {
    background: #dcdcdc;
}

tr.nohover, tr.nohover:hover {
    background: transparent;
}

td, th {
    padding: 5px 10px;
}

td {
    color: #455560;
}
td.editable:hover{
	background-color: #f8ae96;
}

th {
    border-bottom: 1px solid #dcdcdc;
    color: #222;
}

input, select, textarea, label {
    color: #222;
    font-family:Arial, sans-serif;
}

input[type=text],
    input[type=password] {
    bordeR: 1px solid #bbb;
    line-height: 18px;
    background: #fff;
    height: 18px;
}

textarea {
    bordeR: 1px solid #bbb;
    background: #fff;
    font-size: 14px;
}

input[type=text]:hover,
    input[type=password]:hover, textarea:hover, select:hover {
    border: 1px solid #999;
    background: #fcfcfc;
}

input[type=text]:focus,
    input[type=password]:focus,
    textarea:focus, select:focus {
    border: 1px solid #9a9a9a;
    background: #fbfbfb;
}

select {
    border: 1px solid #bbb;
    height: 22px;
    line-height: 18px;

}

input[type=button],
    input[type=submit],
    input[type=reset] {
    padding: 2px 5px;
}


