* {
    outline: 0;
    outline-width: 0;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body, html {
    background: #f8f7f7;
}

div.site {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

h1 {
    font-size: 16px;
    font-family: Arial;
    color: #000;
    padding: 0 0 0 0;
    margin-bottom: -5px;
}

p {
    font-family: Arial;
    font-size: 12px;
}

	p.title {
    	font-size: 15px;
    	color: #40aadc;
    }

a {
    color: #40aadc;
    text-decoration: none;
}

	a:hover {
    	text-decoration: none;
    }

.clear {
    clear: both;
}

.block img:hover
	opacity: 0.5 !important;
}

.content-link {
	color: #009540;
    text-decoration: underline;
}

input[type="text"],
input[type="password"] {
	position: relative;
    height: 30px;
	background: #fff;
    border: 1px solid #ddd;
    padding: 0 6px 0 6px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    width: 100%;
}

input[type="button"] {
	position: relative;
    height: 30px;
	background: #fff;
    border: 1px solid #ddd;
    padding: 4px 6px 4px 6px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 7px 0 0 0;
    font-size: 15px;
	color: #40aadc;
    width: 80px;
}

textarea {
	position: relative;
    height: 100px;
	background: #fff;
    border: 1px solid #ddd;
    padding: 4px 6px 4px 6px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

        .ui-page,
        .ui-body-c,
        .ui-page-active,
        .ui-loader {
            background: #f8f7f7;
        }

        #header {
        	position: relative;
            margin-top: 40px;
            width: 100%;
            background: #fff;
            border-bottom: 1px solid #ddd;
        }

        #header .panorama {
            position: relative;
            margin: 0;
            overflow: hidden;
            height: 190px;
            text-align: center;
        }

        	#header .panorama img {
            	max-width: 255px;
                max-height: 150px;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        #content {
            position: relative;
            padding-top: 0px;
            background: #f8f7f7;
        }

            #content .login {
                position: relative;
                padding: 1px 12px 5px 12px;
            }

            #content .article {
                position: relative;
                padding: 0 12px 0 12px;
                background: #f8f7f7;
            }

            #content .m-item,
            #content .side-item,
            #content .page-item {
                position: relative;
                margin: 0;
                height: 45px;
                background: url("../images/bg_menu.jpg") repeat-x;
                display: none;
                cursor: pointer;
            }

                #content .m-item span,
                #content .side-item span,
                #content .page-item span {
                    position: absolute;
                    top: 13px;
                    left: 13px;
                    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-size: 16px;
                    color: #7b7b7b;
                    text-transform: uppercase;
                }

                #content .m-item .m-toplist {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 80px;
                    height: 45px;
                    text-align: center;
                    border-left: 1px solid #dedede;
                    z-index: 20;
                }

                    #content .m-item .m-toplist img {
                        position: absolute;
                        top: 16px;
                        right: 34px;
                    }

            #content .s-item,
            #content .c-item {
                position: relative;
                margin: 0;
                height: 45px;
                background: url("../images/bg_menu_sub.jpg") repeat-x;
                display: none;
                cursor: pointer;
            }

                #content .s-item span,
                #content .c-item span {
                    position: absolute;
                    top: 13px;
                    left: 26px;
                    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-size: 16px;
                    color: #66bee7;
                    text-transform: uppercase;
                }

    .block {
        margin: 0;
        padding: 0 0 5px 0;
    }

        .block .holder {
            margin: 5px 12px 0 12px;
            background: #fff;
            border-bottom: 1px solid #b7b7b7;
            padding-bottom: 5px;
        }

            .block .holder .block-header {
                position: relative;
                margin: 0;
                min-height: 20px;
            }

                .block .holder .block-header h2 {
                    font-size: 18px;
                    padding: 10px 12px 12px 10px;
                }

            .block .holder .block-image {
                position: relative;
                margin: -5px 0 10px 10px;
            }

                .block a img {
                    border: 1px solid #eee;
                }

            .block .holder .block-content {
                position: relative;
                margin: -10px 12px 0 10px;
                background: #fff;
            }

                .block .holder .block-content p a {
                    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-size: 15px;
                    color: #666;
                    text-decoration: none;
                    font-weight: normal;
                }

    .topblock {
        margin: 0;
        padding: 0 0 5px 0;
    }

        .topblock .holder {
            margin: 5px 12px 0 12px;
            background: #fff;
            border-bottom: 1px solid #b7b7b7;
            padding-bottom: 5px;
        }

            .topblock .holder .block-header {
                position: relative;
                margin: 0;
                min-height: 30px;
            }

                .topblock .holder .block-header h2 {
                    font-size: 18px;
                    padding: 10px 12px 12px 10px;
                }

            .topblock .holder .block-image {
                position: relative;
                margin: -5px 0 10px 10px;
            }

                .topblock a img {
                    border: 1px solid #eee;
                }

            .topblock .holder .block-content {
                position: relative;
                margin: -5px 12px 0 10px;
                background: #fff;
            }

                .topblock .holder .block-content p a {
                    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-size: 15px;
                    color: #666;
                    text-decoration: none;
                    font-weight: normal;
                }

	#scrollup {
	    background: url("../images/icon_top.png") no-repeat;
	    z-index: 20;
	    position: fixed;
	    right: 0;
	    bottom: 10px;
	    margin-right: 10px;
	    opacity: 1;
	}

    #footer {
    }

input[type="button"] {
	color: #009540;
}