﻿html, body {
    height: 100%;
    /*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    /*color: #4f6b72;*/
    color: #666;
    /*background: #E6EAE9;*/
    background: #FFF;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hidden {
    display: none;
}

/* ALLOW 100% PAGE WIDTH AND HEIGHT*/
div.container {
    position: relative; /* needed for footer positioning */
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height */
    min-height: 100%; /* real browsers */
}

img {
    border: none;
}

    img.button {
        cursor: pointer;
    }

b {
    color: #666666;
}
/* HYPERLINKS */
a {
    text-decoration: none;
    color: #FFFFFF;
}

    a:visited {
        text-decoration: none;
        color: #808080;
    }

    a:hover {
        text-decoration: underline;
        color: #E20A16;
    }

    a:active {
        text-decoration: none;
        color: #E20A16;
    }

.preview {
    border: none;
    text-decoration: none;
}


/* HEADER */
div.header {
    width: 100%;
    min-width: 1000px;
    min-height: 10%;
}

    div.header .header_left {
        background-image: url('../Images/Default/headerLeft.png');
        float: left;
        width: 130px;
        height: 66px;
    }

    div.header .header_right {
        background-image: url('../Images/Default/headerRepeat.png');
        height: 66px;
    }


    div.header .header_right_left {
        background-image: url('../Images/Default/header.png');
        width: 803px;
        height: 66px;
        float: left;
    }

    div.header .header_right_right {
        width: auto;
        height: 66px;
        float: left;
    }

.logoBw {
    float: left;
    height: 63px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    background: #000;
}

/* LOADING */
.loading
{
	/*margin-top: 40px;*/
	position: absolute;
	background: gray;
	z-index: 100000000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.loadingImage_big
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 124px;
	height: 124px;
	background-image: url(  "../Images/loading/circular_big.gif" );
}
.loadingImage_60
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background-image: url(  "../Images/loading/circular.gif" );
}

/* CONTENT */

div.content {
    width: 95%;
    margin: 0 auto;
    height: 80%;
    z-index: -1;
}

    div.content .content_top {
        width: 100%;
        height: 22px;
        border-bottom: solid 1px #FD7D00;
        text-align: left;
        font-size: 15px;
        color: #FD7D00;
    }

    div.content .content_left {
        width: 25%;
        float: left;
    }

    div.content .content_right {
        width: 70%;
        float: right;
    }

    div.content object {
        border: 1px solid #FD7D00;
        padding: 5px;
        border-top-color: #FFFFFF;
    }

    div.content ul {
        list-style: none;
        margin: 0;
    }

        div.content ul li {
            float: left;
        }

/* FOOTER */

div.footer {
    position: absolute;
    width: 95%;
    margin-left: 10px;
    bottom: 3px; /* stick to bottom */
}

.alignSelectCenter {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}
