* {
    font-size:100.01%;
    padding:0;
    margin:0;
}
body {
    background-color:#f3f3f3;
    color: #303030;
    font-family: Verdana, Arial, Helvetica, Helv, Geneva, Tahoma, sans-serif;
    font-size: 80%;
}
#header {
    background-color: #f3f3f3;
}
#logo {
	background-color: #eeeecc;
    text-align: center;
    font-size: 3em;
}
#menu {
    background-color: #dddddd;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
    height: 1.3em;
    font-size: 90%;
}
a.menu
{
    float: left;
    display: block;
    height: 100%;
    border-right: 1px solid #909090;
    padding: 0 1em;
}
a.menu:hover
{
    background-color: #eee;
    text-decoration: none;
}

#mAct
{
    font-weight: bold;
    background-color: #f0f0f0;
    padding-bottom: 1px;
}
#menu2 {
	border-bottom: 1px solid #909090;
	border-right: 1px solid #c0c0c0;
    background-color: #f0f0f0;
    height: 1.3em;
    margin-right: 150px;
    font-size: 90%;
}
a.menu2
{
    float: right;
    display: block;
    height: 100%;
    border-left: 1px solid #909090;
    padding: 0 1em;
}
a.menu2:hover
{
    background-color: #fff;
    text-decoration: none;
}

#m2Act
{
    font-weight: bold;
    background-color: #ffffff;
    padding-bottom: 1px;
}

#cntOut {
	width: 100%;
	float: left;
	margin-right: -150px;
}
#content {
	margin-left: 150px;
	margin-right: 150px;
}
.cntWin { /* основной контент */
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-top: none;
    margin-bottom: 5px;
    padding: 5px;
}
.cntWin p {
    text-align: justify;
    text-indent: 10px;
    margin: 5px 5px 5px 5px;
}
.error {
    color: red;
}
.success {
    color: #009900;
}
#lBar {
	width: 150px;
	float: left;
}
#rBar {
	width: 150px;
	float: right;
}
.barWin {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    margin: 7px 3px;
    padding: 5px;
    font-size: 90%;
}
.clr {
	clear: both;
}
#footer {
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	background: #eeeecc;
    padding: 1px 5px 2px 5px;
    font-size: 80%;
}
a         {text-decoration: none;}
a:link    {color: #000099;}
a:visited {color: #000099;}
a:hover   {color: #000099; text-decoration: underline;}
.c  {
    text-align: center;
}
.l  {
    text-align: left;
}
.r  {
    text-align: right;
}
.sm {
    font-size: 80%;
}
.b {
    font-weight: bold;
}
.dataTbl {
    width: 99.9%;
}
.dataTbl tr td {
    padding: 5px 4px;
    background-color: #f9f9f9;
}
tr.tr2 td {
    background-color: #fcfcf0;
}
tr.ycup td {
    background-color: #fcfcf0;
}
tr.cup td {
    background-color: #f0f9e0;
}
tr.int td {
    background-color: #f0f0ff;
}
.dataTbl thead tr th, .dataTbl tfoot tr td, .dataTbl tbody tr.th td {
    padding: 1px 4px;
    background-color: #eeeecc;
    font-size: 90%;
    font-weight: normal;
}
.att {
    font-weight: bold;
    color: red;
}
.pas { /* прошедшие события */
    color: #909090;
}
h1 {
    font-size: 120%;
    margin: 10px 15px;
    color: #555522;
}
h2 {
    font-size: 110%;
    margin: 10px 15px;
    color: #555522;
}
