﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size:medium;
	background-color:silver;    
}

#main_body {
	width:950px;	
	background:silver;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	position:relative;
	margin:auto
}

#masthead
{
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}

#top_nav
{
    font-size: 14px;
    height: 30px;
}

#top_nav_2
{
    text-align: left;
    font-size: 14px;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 0px;
	float: left;
}

#page_content {
	margin-left: 0px;
}

#footer
{
    clear: both;
    font-size: 12px;
    text-align: center;
}

.tab_panel_shop
{
    padding: 5px;
    background-color: #C0C0C0;    
}
.tab_panel_px
{
    padding: 5px;
    background-color: #C0C0C0;
    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;
}
a.download:hover
{
    background-image: url('images/buttons/download_hover.jpg');
}
b.download
{
    display: none;
}
