﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size:medium;
	background-color:silver;    
}

#main_body {
    max-width: 1200px;
    min-width: 600px;
    background: silver;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    margin: auto
}

#masthead {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}
    /* unvisited link */
    #masthead a:link {
        text-decoration: none;
        color: #284E98;
    }
    /* visited link */
    #masthead a:visited {
        text-decoration: none;
        color: green;
    }
    /* mouse over link */
    #masthead a:hover {
        color: white;
        padding: 0px 10px 0px 10px;
        background-color: #284E98;
    }
    /* selected link */
    #masthead a:active {
        color: red;
        padding: 0px 10px 0px 10px;
        background-color: #284E98;
    }

#top_nav {
    width: 100%;
    font-size: 14px;
}

#top_nav_2 {
    width: 100%;
    text-align: left;
    font-size: 14px;
    /*height: 40px*/
}

#container {
	width: 100%;
}

#left_col {
	width: 100px;
	float: left;
}

#page_content {
	margin-left: 104px;
}
    /* unvisited link */
    #page_content a:link {
        text-decoration: none;
        color: #284E98;
    }
    /* visited link */ 
    #page_content a:visited {
        text-decoration: none;
        color: #284E98;
    }
    /* mouse over link */ 
    #page_content a:hover {
        color: white;
        padding: 0px 2px 0px 2px;
        background-color: #284E98;
    }
    /* selected link */ 
    #page_content a:active {
        color: red;
        padding: 0px 10px 0px 10px;
        background-color: #284E98;
    }

#footer {
    width: 100%;
    clear: both;
    font-size: small;
    text-align: center;
    background-color: #B5C7DE;
    color: black;
}
    /* unvisited link */
    #footer a:link {
        text-decoration: none;
        color: #284E98;
    }
    /* visited link */
    #footer a:visited {
        text-decoration: none;
        color: green;
    }
    /* mouse over link */
    #footer a:hover {
        color: white;
        padding: 0px 10px 0px 10px;
        background-color: #284E98;
    }
    /* selected link */
    #footer a:active {
        color: red;
        padding: 0px 10px 0px 10px;
        background-color: #284E98;
    }
#cookies {
    width: 100%;
    clear: both;
    font-size: small;
    text-align: center;
    color: #666666;
    margin-top: 5px;
}
    /* unvisited link */
    #cookies a:link {
        text-decoration: none;
        color: #284E98;
    }
    /* visited link */
    #cookies a:visited {
        text-decoration: none;
        color: green;
    }
    /* mouse over link */
    #cookies a:hover {
        color: white;
        padding: 0px 10px 0px 10px;
        background-color: #284E98;
    }
    /* selected link */
    #cookies a:active {
        color: red;
        padding: 0px 10px 0px 10px;
        background-color: #284E98;
    }

.tab_panel_shop
{
    padding: 5px;
    background-color: #C0C0C0;    
}
.tab_panel_px
{
    padding: 5px;
    background-color: #C0C0C0;
    font-size: 12px;
    line-height: 130%;
}
    .tab_panel_px img {
        max-width: 100%;
        height: auto;
    }
.tab_panel_px_b {
    padding: 5px;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 130%;
}
.modalBackground
{
    background-color: Gray;
    filter:alpha(opacity=70);
	opacity:0.7;
}
.BarIndicator_PasswordStrength
{
    color: Blue;
    background-color: Blue;
}

.BarBorder_PasswordStrength
{
    border: 1px solid #6699FF;
    padding: 1px;
    width: 200px;
    vertical-align: middle;
}
a:hover
{    
    text-decoration: underline;
}
a
{
    text-decoration: underline;
}
a.download
{
    display: block;
    width: 90px;
    height: 18px;
    background-image: url('images/buttons/download.jpg');
    background-repeat: no-repeat;
    margin-left: 17px;
}
a.download:hover
{
    background-image: url('images/buttons/download_hover.jpg');
}
b.download
{
    display: none;
}
.CollapsiblePanel
{
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    background-color: #808080;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-top: 10px;
}
.CollapsiblePanel:hover
{
    text-decoration: none;
    color: #FFFF00;
}
.CollapsibleContent
{
    font-size: 14px;
    font-family: Verdana;
    padding-left: 10px;
    padding-right: 10px;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }