/**
 * FC Dynamo
 *
 * @id         $Id$
 * @copyright  (C) 2009 Alexander A. Degtiar
 * @author     Alexander A. Degtiar <adegtiar@gmail.com>
 */

body {
    background:#364A9B none repeat scroll 0 0;
    margin:0;
    padding:0;
}

body, p, td, .ui-widget {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}

h1 {
	margin: 2px 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	margin: 2px 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
    
a {
    text-decoration: none;
}
    
img { border:0; }

#top-header {
    height: 132px;
    border-bottom: 1px solid #6BA8F2;
}

#top-header .bg {
    height:132px;
    width:100%;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: -1;
}
    
#top-header .slogan {
    top:0px; 
    left:550px;
    position:absolute;
    left: 40%;
    z-index: 10;
}

#top-header .logo {
    z-index: 10;
    position:absolute; 
    top:0px; 
    left:20%;
}

#menu-body {
    background: transparent url(../images/big_m_center.gif) repeat scroll center top;
}
#menu-body a {
    color: #1E62C2;
    font-weight:bold;
}
#menu-body .item{
    padding: 0px 10px 0px 10px; 
}

#menu-body .active{
	color: #000000;
}
#content {
    width: 982px;
    background:#ffffff none repeat scroll 0 0;
    padding:10px;
    border: 1px solid #6BA8F2;
    margin:0px;
}

#footer {
    margin-top: 4px;
    padding-top: 4px;
    text-align: center;
    border-top: 1px solid #6BA8F2;
    color: #6BA8F2;
}

#footer a {
    color: #6BA8F2;
}

#top-menu {
    width:1000px;
    margin-left: auto; margin-right: auto;
}
#content {
    margin-left: auto; margin-right: auto;
    min-height: 300px;
    height:auto !important;
    height:300px;
}

.error-message {
    text-align: center;
    font-weight: bold;
    background-color: #F09090;
    color: #fff;
    padding: 4px;
}

.message {
    text-align: center;
    font-weight: bold;
    background-color: #9090f0;
    color: #fff;
    padding: 4px;
}

.center { text-align:center; }

.hidden { display: none; }

#payment-status {
	font-weight: bold;
}
