@charset "utf-8";
/* CSS Document */

/*********************
GENERAL TAGS
*********************/

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #000021;
	background: url("/images/backgrounds/atlant_bg.jpg") no-repeat scroll center top #00002A;
}

h1, h2, h3, h4, h5 {
	color: #fcb116;
	font-weight: bold;
}

p {
	color: #FFF;
	line-height: 18px;
}

li {
	line-height: 18px;
}

a {
	color: #00bbdd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
	border: 0;
}

tr {
	vertical-align: top;
}

strong {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*********************
GENERAL BOX MODEL
*********************/

div.general-container {
	width: 990px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

div.header {
   height: 149px;
    position: relative;
}

div.league-logos {
	padding-top: 20px;
	margin-bottom: 29px;
}

div.league-logos table {
	width: 100%;
}

div.league-logos table td {
	vertical-align: middle;
	text-align: center;
	padding: 0 2px;
}

div.logo-top {
	float: left;
	width: 200px;
	margin-left: 21px;
	margin-bottom: 9px;
}

div.login-box {
	float: right;
	color: #ccc;
	margin-bottom: 5px;
	margin-right: 20px;
	font-size: 11px;
}

div.login-box .gray,
div.login-box .gray:hover,
div.login-box .gray:visited,
div.login-box .gray:active {
	color: #00BBDD;
	font-size: 10px;
	margin-left: 3px;
}

div.login-box .loginInfo {
	text-align: right;
	margin-top: 5px;
}

div.login-box .field {
	width: 106px;
	float: right;
	margin-right: 12px;
	margin-top: 13px;
	position: relative;
}

div.login-box .button {
	float: right;
	margin-top: 13px;
}

div.login-box label {
	font-size: 11px;
	position: absolute;
	left: 3px;
	top: 1px;
	color: #A4A4A4;
}

div.login-box input {
	border: 1px solid #A4A4A4;
	background-color: #000025;
	font-size: 11px;
	color: #CCC;
	width: 104px;
}

div.login-box input#submit {
	width: auto;
	border: 0;
}

div.navbar-main {
	margin: 0 auto;
	/*background-color: #ccc;*/
	padding: 0;
	clear: both;
	width: 968px;
	font-size: 11px;
}

.regular div.navbar-main {
	position: relative;
	top: -9px;
	font-size: 11px;
	margin-top: 10px;
	left: -11px;
}

div.navbar-main ul li {
	float: left;
	height: 21px;
	line-height: 21px;
	background: url(/images/mmenu-bg.png) left top repeat-x;
	text-align: center;
}

div.navbar-main ul li.starsHere {
	background-image: url(/images/stars.png);
}

div.navbar-main ul li.active {
	background: url(/images/mmenu-bg-on.png) left top repeat-x;
}

div.navbar-main ul li.active.starsHere {
	background-image: url(/images/stars-on.png);
}

div.navbar-main a {
	color: #333333;
	font-family: "PT Sans Narrow", Arial Narrow, Tahoma;
	/* letter-spacing:2px; */
	text-decoration: none;
	text-transform: uppercase;
}

div.navbar-main .active a {
	color: #EDEDED;
}

div.navbar-main .l {
	float: left;
	width: 10px;
	height: 21px;
	background: url(/images/mmenu-loff.png) left top no-repeat;
}

div.navbar-main .l.on {
	float: left;
	width: 10px;
	height: 21px;
	background: url(/images/mmenu-lon.png) left top no-repeat;
}

div.navbar-main .r {
	float: left;
	width: 10px;
	height: 21px;
	background: url(/images/mmenu-roff.png) left top no-repeat;
}

div.navbar-main .r.on {
	float: left;
	width: 10px;
	height: 21px;
	background: url(/images/mmenu-ron.png) left top no-repeat;
}

div.navbar-main ul li div {
	display: block;
	height: 21px;
	width: 108px; /* 85 */
	padding-right: 12px;
	background: url(/images/mmenu-off.png) right top no-repeat;
}

div.navbar-main ul li.active div {
	background: url(/images/mmenu-onl.png) right top no-repeat;
}

div.navbar-main ul li.nextActive div {
	background: url(/images/mmenu-onr.png) right top no-repeat;
}

div.navbar-main ul li.last div {
	background: none;
	padding-right: 0;
}

/** Tabs **/
div.content div.smalltabsGray ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background: none;
	padding-left: 0;
}

div.content div.smalltabsGray ul li {
	list-style-type: none;
	list-style-image: none;
	background: none;
	padding-left: 0;
}

div.smalltabsGray ul li {
	float: left;
	height: 17px;
	line-height: 18px;
	background: url(/images/mmenu-bg.png) left top repeat-x;
	text-align: center;
}

div.smalltabsGray ul li.active {
	background: url(/images/mmenu-bg-on.png) left top repeat-x;
}

div.smalltabsGray a {
	text-transform: uppercase;
	color: #333;
	text-decoration: underline;
	font-family: "PT Sans Narrow", Arial Narrow, Tahoma;
}

div.smalltabsGray .l {
	float: left;
	width: 7px;
	height: 17px;
	background: url(/images/mmenu-loff.png) left top no-repeat;
}

div.smalltabsGray .l.on {
	float: left;
	width: 7px;
	height: 17px;
	background: url(/images/mmenu-lon.png) left top no-repeat;
}

div.smalltabsGray .r {
	float: left;
	width: 7px;
	height: 17px;
	background: url(/images/mmenu-roff.png) left top no-repeat;
}

div.smalltabsGray .r.on {
	float: left;
	width: 7px;
	height: 17px;
	background: url(/images/mmenu-ron.png) left top no-repeat;
}

div.smalltabsGray ul li div {
	display: block;
	height: 17px;
	padding-right: 12px;
	background: url(/images/mmenu-off.png) right top no-repeat;
}

div.smalltabsGray ul li.active div {
	background: url(/images/mmenu-onl.png) right top no-repeat;
}

div.smalltabsGray ul li.nextActive div {
	background: url(/images/mmenu-onr.png) right top no-repeat;
}

div.smalltabsGray ul li.last div {
	background: none;
	padding-right: 0;
}

/** end tabs **/

div.footer {
	border-top: 1px solid #a4a4a4;
	padding-top: 18px;
	padding-bottom: 30px;
	margin-top: 30px;
}

div.footer .logo {
	margin-top: 6px;
}

div.footer table {
	width: 780px;
	margin: 0 auto;
}

div.footer h2 {
	color: #A4A4A4;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 11px;
}

div.footer a {
	font-size: 9px;
}

div.footer p {
	color: #A4A4A4;
	font-size: 9px;
}
div.sponsorBlock p{
    
}
div.sponsorBlock {

	text-align: center;
    width: 945px;
    margin: 0px auto 0;
}

div.sponsorBlock img {
	vertical-align: top;
}

div.sponsorBlock table {
	margin-bottom: 5px;
}

div.sponsorBlock td {
	height: 40px;
	/*background: #FFFFFF;       */
	vertical-align: middle;

	text-align: center;
}

div.sponsorBlock#localsponsors {

	width: 954px;
	margin-top: 15px;
}

div.sponsorBlock#localsponsors td {

	height: 34px;
	background: none;
	vertical-align: middle;
	text-align: left;
}

div.sponsorBlock p {
    color: #A4A4A4;
    font-size: 10px;
    font-family: Arial;
    text-align: center;
    margin: 2px 0;
}

/*********************
INDEX BLOCKS
*********************/
div.news-index {
	width: 946px;
	height: 396px;
	margin: 36px auto 37px;
	background-color: #000021;
}

.news-index .image {
	width: 594px;
	height: 396px;
	overflow: hidden;
	float: left;
}

.news-index .items {
	height: 396px;
	padding: 0 21px;
	overflow-y: auto;
}

div.news-index h2 {
	margin-top: 18px;
}

div.news-index h2 div {
	color: #A4A4A4;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

div.news-index h2 a {
	color: #fcb116;
	font-size: 18px;
}

div.news-index p {
	margin-bottom: 5px;
	padding-right: 10px;
	font-size: 12px;
}

div.anounces-index {
	margin-top: 37px;
	padding-bottom: 51px;
}

div.anounces-index table td {
	vertical-align: top;
}

div.anounces-index h2 {
	margin-top: 18px;
}

div.anounces-index h2 a {
	font-size: 24px;
	color: #fcb116;
}

div.anounces-index p {
	color: #ccc;
	font-size: 14px;
	margin: 21px 10px 0 0;
}

.navbar-index {
	margin-top: 36px;
	font-size: 11px;
	padding-left: 21px;
}

.navbar-index td {
	vertical-align: top;
}

.navbar-index ul {
	margin-bottom: 20px;
}

.navbar-index h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.navbar-index h2 a {
	color: #00BBDD;
}

.navbar-index a {
	font-size: 12px;
}

.navbar-item {
	float: left;
	width: 221px;
	margin-right: 21px;
}

.index-calendar {
	float: left;
	width: 49%;
}

.index-calendar li {
	display: block;
	clear: both;
	border-top: 1px solid #515165;
	margin-right: 20px;
	color: #a4a4a4;
	font-size: 14px;
}

.index-calendar .top-row {
	border: 0;
}

.index-calendar-first li {
	padding-left: 21px;
}

.index-calendar li.right {
	margin-right: 0;
}

.index-calendar li div {
	float: left;
	width: 50%;
}

.index-calendar li div span {
	text-transform: lowercase;
}

.index-calendar a {
	color: #a4a4a4;
}

/*********************
REGULAR BLOCKS
*********************/
div.navbar-regular {
	width: 221px;
	float: left;
	padding-top: 86px;
	padding-bottom: 21px;
	margin-right: 21px;
}

div.navbar-regular ul {
	border-top: 1px solid #a4a4a4;
}

div.navbar-regular ul li {
	margin-top: 20px;
}

div.navbar-regular ul ul {
	border-top: 0px;
	margin-left: 15px;
}

div.navbar-regular ul ul li {
	margin-bottom: 0;
	margin-top: 5px;
}

div.navbar-regular ul a {
	font-size: 12px;
	font-weight: bold;
}

div.navbar-regular ul ul a {
	font-size: 11px;
	font-weight: normal;
}

div.navbar-regular ul li.active>a,
div.navbar-regular ul li.active>a:hover,
div.navbar-regular ul li.active>a:visited,
div.navbar-regular ul li.active>a:active {
	color: #FCB116;
}

.white div.navbar-regular ul li.active>a,
.white div.navbar-regular ul li.active>a:hover,
.white div.navbar-regular ul li.active>a:visited,
.white div.navbar-regular ul li.active>a:active {
	color: #000;
}

.navbar-regular ul.simple-menu {
	padding-top: 20px;
	margin-bottom: 50px;
}

.navbar-regular ul.simple-menu ul {
	padding-top: 1px;
	margin-bottom: 0;
}

.navbar-regular ul.simple-menu li {
	margin: 5px 0;
}

.navbar-regular ul.simple-menu li li {
	line-height: 0.8em;
	margin: 5px 0;
}

.navbar-regular ul.simple-menu a {
	line-height: 10px;
}

.navbar-regular ul.shop-menu li {
	margin: 20px 0 0 0;
}

.navbar-regular ul.shop-menu li a {
	font-size: 90%;
}

.navbar-regular ul.shop-menu {
	margin: 0;
}

.navbar-regular ul.shop-menu ul li {
	margin: 0;
}

.navbar-regular ul.shop-menu ul li a {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00bbdd;
}

div.content-container {
	margin-top: 17px;
	padding: 0 21px;
	clear: both;
	/*overflow: auto;*/
	zoom: 1;
}

div.regular {
	background-color: #000;
	border-bottom: 1px solid #A3A4A6;
	margin-bottom: 46px;
	margin-top: 7px;
}

div.white {
	background-color: #FFF;
}

div.content {
	padding: 30px 0 20px;
	font-size: 12px !important;
	/*    margin-left: 242px;*/
	overflow: hidden;
	zoom: 1;
}

.white .content {
	color: #000 !important;
}

div.content h1, div.content h2, div.content h3, div.content h4, div.content h5 {
	font-family: Arial;
	color: #A3A4A6;
	font-weight: normal;
}

div.content h3, div.content h4, div.content h5 {
	color: #FFF;
}

.white div.content h3,
.white div.content h4,
.white div.content h5 {
	color: #000;
}

div.content h1 {
	font-size: 28px;
	padding: 13px 0 10px 0;
	border-bottom: 1px solid #a4a4a4;
	text-transform: uppercase;
	font-family: Politica, "PT Sans Narrow", Arial Narrow, Tahoma, Arial;
	margin-bottom: 5px;
}

.white div.content>h1:first-child {
	color: white;
}

div.content>h1:first-child {
	color: #000;
}

div.content h2 {
	font-size: 16px;
	color: #FCB116;
	padding: 20px 0 5px 0;
	font-weight: bold;
}

.white div.content h2 {
	color: #000;
}

div.content h3 {
	font-size: 14px;
	padding: 10px 0 5px 0;
}

div.content h4 {
	font-size: 11.86px;
	padding: 10px 0 5px 0;
	font-weight: bold;
}

div.content h5 {
	font-size: 11px;
	padding: 10px 0 5px 0;
	font-weight: bold;
}

div.content p {
	/*font-size: 12px;*/
	color: #000;
	padding: 5px 0;
}

.regular div.content p {
	color: #FFF;
}

.white div.content p {
	color: #000;
}

.regular div.content blockquote p {
	color: #000;
}

div.content strong {
	font-size: 12px;
}

div.content h1 a {
	font-size: inherit;
}

div.content table, div.content table tr, div.content table td, div.content table th {
	border-collapse: collapse;
}

div.content table {
	margin: 3px 0;
}

div.content table th {
	font-weight: bold;
	text-align: left;
}

div.content table th, div.content table td {
	padding: 3px;
}

div.content table td {
	color: #FFF;
}

.white div.content table td {
	color: #000;
}

div.content table th {
	color: #FCB116;
}

.white div.content table th {
	color: #000;
}

div.content table th,
div.content table tr.tr-bg {
	background-color: #252525;
}

.white div.content table th,
.white div.content table tr.tr-bg,
.white div.content table tr.odd {
	background-color: #EFEFEF !important;
}

.white div.content table tr.selected,
div.content table tr.selected {
	background: #FCB116 !important;
}

div.content table tr.selected td,
div.content table tr.selected td a,
div.content table tr.selected td a:hover,
div.content table tr.selected td a:visited,
div.content table tr.selected td a:active {
	color: #000 !important;
}

div.content ul, div.content ol {
	padding: 5px 0 10px 20px;
}

div.content ul {
	padding-left: 0;
}

div.content ul li {
	display: list-item;
	list-style-type: none;
	background: url(/images/li.png) 0.2em 0.75em no-repeat;
	padding-left: 20px;
	font-size: 12px;
	color: #FFF;
}

div.content ol li {
	display: list-item;
	list-style-type: decimal;
	font-size: 12px;
	color: #FFF;
}

.white div.content ul li {
	color: #000;
	background: url(/images/li-black.png) 0.2em 0.7em no-repeat;
}

.white div.content ol li {
	color: #000;
}

div.content ul.news {
	padding: 22px 0 0 0;
}

div.content ul.news li {
	list-style-type: none;
	margin-bottom: 10px;
	background: none;
	padding-left: 0;
}

div.content blockquote {
	/*color:#FCB116;*/
	/*333;*/
	color: #333;
	padding: 10px 0 10px 20px;
	background-color: #EFEFEF;
	margin: 10px 0 10px 0;
}

div.hr {
	clear: left;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.regular div.content em, .regular div.content em * {
	font-style: italic;
}

.regular div.content strong, .regular div.content strong * {
	font-weight: bold;
}

div.hra {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
}

div.content table.paging {
	margin: 20px 0;
}

div.content table.paging,
div.content table.paging th,
div.content table.paging td,
div.content table.paging tr {
	border: 0;
	background-color: #FFF;
	font-size: 12px !important;
}

div.content table.paging th {
	font-weight: normal;
	color: #CCC;
	font-size: 11px !important;
}

div.content table.paging td {
	font-weight: bold;
}

p.paging {
	margin: 20px 0 10px 0;
}

.paging span {
	padding: 0 5px;
}

.content .paging span {
	background: url(/images/page-sep.png) right center no-repeat;
}

.content .paging span.last {
	background: none;
}

.content .paging span.here {
	color: #fcb116 !important;
}

.content .paging span,
.content .paging a,
.content .paging a:hover,
.content .paging a:visited,
.content .paging a:active {
	color: #FFF;
}

.white .content .paging span,
.white .content .paging a,
.white .content .paging a:hover,
.white .content .paging a:visited,
.white .content .paging a:active {
	color: #000;
}

div.content p.date {
	font-size: 10px;
	color: #A4A4A4;
       padding-bottom: 0px;
}

.textScrollContainer {
	margin: 10px 0;
	border: 1px solid #474747;
	overflow: auto;
	padding: 10px;
	height: 220px;
}

.regular div.textScrollContainer p {
	color: #A2A2A2;
	margin: 10px 0;
}

.regular div.textScrollContainer h1,
.regular div.textScrollContainer h2,
.regular div.textScrollContainer h3,
.regular div.textScrollContainer h4,
.regular div.textScrollContainer h5 {
	color: #FFF;
	border: none;
	font-size: 1.5em;
}

.white div.textScrollContainer h1,
.white div.textScrollContainer h2,
.white div.textScrollContainer h3,
.white div.textScrollContainer h4,
.white div.textScrollContainer h5 {
	color: #000;
}

.regular div.content form {
	margin-top: 20px;
}

.regular div.content form p.error {
	color: #FC0000;
}

form fieldset {
	margin-top: 30px;
}

form fieldset div {
	margin: 20px 0;
}

form fieldset label {
	float: left;
	text-align: right;
	width: 180px;
	margin-right: 20px;
	margin-top: 2px;
	color: #FFF;
}

.white form fieldset label {
	color: #000;
}

div.content form fieldset span {
	color: #A4A4A4 !important;
	margin-top: 2px;
	display: block;
	float: left;
	width: 130px;
}

form fieldset .error label {
	color: #FC0000 !important;
}

form fieldset input,
form fieldset select,
form fieldset textarea,
form input.blogHead {
	float: left;
	width: 176px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #484848;
	background: #000;
	color: #FFF;
	margin-right: 20px;
	padding: 0 2px;
}

.white form fieldset input,
.white form fieldset select,
.white form fieldset textarea,
.white form input.blogHead {
	color: #000;
	background: #FFF;
}

form input.blogHead {
	width: 533px;
}

form fieldset .fck {
	float: left;
	width: 360px;
	margin: 0;
}

form fieldset select {
	width: 182px;
	height: 19px;
}

form fieldset textarea {
	height: 150px;
}

form fieldset .checkbox {
	margin-bottom: 15px;
}

form fieldset .checkbox input {
	width: auto;
	height: auto;
	margin: 0 0 5px 200px;
	border: none;
	padding: 0;
}

form fieldset .checkbox label {
	width: auto;
	margin-left: 10px;
	margin-top: 0;
	color: #A4A4A4;
}

div.content table.form-paging {
	margin: 30px 0;
}

div.content fieldset table.form-paging {
	margin-top: 50px;
}

.form-paging strong {
	color: #F9BB11;
}

.white .form-paging strong {
	color: #000 !important;
}

.hidden {
	display: none;
}

.aCenter, td.tocenter {
	text-align: center;
}

td.toleft {
	text-align: left;
}

td.toright {
	text-align: right;
}

.forum-item {
	border-bottom: 1px dotted #A3A4A6;
}

.forum-item .item-text {
	margin-right: 108px;
	padding-top: 10px;
}

.forum-item .infobox {
	float: right;
	width: 90px;
}

.forum-item .forum-item-links {
	padding-top: 10px;
}

.forum-item .moderated {
	padding-bottom: 10px;
}

#postform {
	background: #000025;
	padding: 5px;
	border: 1px solid #A3A4A6;
}

#postform form fieldset,
div.content #postform form {
	margin: 0;
}

.abs {
	position: absolute;
}

.cright {
	clear: right;
}

.cleft {
	clear: left;
}

/**
 jQuery Calendar
*/
#gbCalendar {
	display: none;
	left: 0;
	position: absolute;
}

.addcal {
	width: 198px;
	border: 1px solid #696969;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	background: #FFF;
	color: #000;
}

.addcal td.add {
	cursor: pointer;
	background-color: white;
}

.white .addcal .addcalnav td {
	background-color: white;
}

.white .addcal .addcalnav th {
	background: #FFF !important;
	text-align: center;
}

.addcal td, .addcal th {
	height: 20px;
	background-color: transparent;
	border: 1px solid #696969;
	vertical-align: middle;
	color: #000;
}

div.content table.addcal th {
	background: #252525;
}

.addcal th {
	background-color: #F0F3F9;
}

.addcal .weekn {
	background-color: transparent;
	border-color: #EDF1F8;
	font-weight: bold;
	color: #2666B9;
	border: 1px solid #696969;
}

.addcal .weeke {
	color: #FF0000;
	background: transparent;
	border-color: transparent;
	border: 1px solid #696969;
}

.addcal th.weeke {
	color: #FF0000;
	background: transparent;
	border-color: transparent;
	border: 1px solid #696969;
}

.addcal .sel {
	font-weight: bold;
	font-style: italic;
	border-color: transparent;
	background-color: transparent;
}

.addcal .cur {
	background-color: transparent;
	font-weight: bold;
	color: #2666B9;
	border: 1px solid #696969;
}

.addcal .add.hover {
	border: dashed #B7DCFF;
	border: 1px solid #696969;
	background: #ccc;
}

.addcal .gray {
	color: #757575;
	background-color: transparent;
	font-size: 80%;
	font-style: italic
}

.addcal .gray.hover {
	border-color: #D4E0EA;
	border: 1px solid #696969;
	background: #ccc;
}

.addcal .gray.weeke {
	color: #FFB6C1
}

.addcal .weeke.sel {
	border-color: #FFB7B7
}

.addcal .weeke.hover {
	border-color: #FFB7B7;
	border: 1px solid #696969;
	background: #ccc;
}

.addcal .gray.weeke.hover {
	border-color: #FFDFE4;
	border: 1px solid #696969;
	background: #ccc;
}

.addcal .dis, .addcal .gray.dis {
	text-decoration: line-through;
	cursor: default;
	font-style: italic;
	color: #757575
}

.addcal .dis.sel {
	border-color: #DBDBDB
}

.addcalnav table {
	background-color: transparent;
	width: 100%
}

.addcalnav th, .addcalnav td {
	background: #252525;
	border: 0 none;
	color: #000;
	text-align: center;
}

.addcalnav th {
	width: 100%
}

.addcalnav .lmonth, .addcalnav .lyear, .addcalnav .nmonth, .addcalnav .nyear {
	padding: 10px
}

.addcalnav .lmonth {
	background: transparent url('/images/control_replay.gif') no-repeat center
}

.addcalnav .lmonth.hover {
	background-image: url('/images/control_replay_blue.gif')
}

.addcalnav .lyear {
	background: transparent url('/images/control_rewind.gif') no-repeat center
}

.addcalnav .lyear.hover {
	background-image: url('/images/control_rewind_blue.gif')
}

.addcalnav .nmonth {
	background: transparent url('/images/control_play.gif') no-repeat center
}

.addcalnav .nmonth.hover {
	background-image: url('/images/control_play_blue.gif')
}

.addcalnav .nyear {
	background: transparent url('/images/control_fastforward.gif') no-repeat center
}

.addcalnav .nyear.hover {
	background-image: url('/images/control_fastforward_blue.gif')
}

/**
 Guestbook
*/
div.content table.gameCalendar td {
	text-align: center;
	padding: 5px;
}

.navpanel {
	text-align: center;
}

.addcal td.road {
	background: red;
	color: #FFF;
}

.addcal td.home {
	background: blue;
	color: #FFF;
}

div.content #calendar_table h3.calendar {
	padding: 15px 0;
}

div.content h3.calendar a,
div.content h3.calendar a:hover,
div.content h3.calendar a:visited,
div.content h3.calendar a:active {
	font-size: inherit;
	color: inherit;
	font-family: "PT Sans Narrow", Arial Narrow, Tahoma, Arial;
}

.shortCalendar {
	margin: 10px auto;
	width: 198px;
}

/**
TABS
*/
div.content h1.havetabs {
	border: none;
	padding-bottom: 0;
	padding-top: 5px;
}

.havetabs {
	border-top: 1px solid #FCB116;
}

.havetabs + .smalltabsCtr {
	margin-top: 0;
}

.smalltabsCtr {
	margin-top: 20px;
	height: 18px;
	overflow: hidden;
}

div.content ul.smalltabs {
	list-style-type: none;
	background: none;
	padding: 0;
	margin: 0;
}

div.content ul.smalltabs li {
	float: left;
	list-style-type: none;
	background: none;
	padding-left: 0;
}

.smalltabs li {
	float: left;
	line-height: 18px;
	font-size: 9px !important;
	margin-right: 2px;
	list-style-image: none;
}

div.content .smalltabs li a,
div.content .smalltabs li a:active,
div.content .smalltabs li a:visited,
div.content .smalltabs li a:hover {
	color: #000 !important;
	font-size: 9px;
}

.smalltabs li div {
	background: url(/images/small-tab-l.png) left top no-repeat;
	padding: 0 5px;
	float: left;
}

.smalltabs li div.r {
	background: url(/images/small-tab-r.png) right top no-repeat;
	height: 18px;
	width: 2px;
	padding: 0;
	overflow: hidden;
}

.smalltabs li.current div {
	background: url(/images/small-tab-l-cur.png) left top no-repeat;
}

.smalltabs li.current div.r {
	background: url(/images/small-tab-r-cur.png) right top no-repeat;
}

.smalltabs li.current a,
.smalltabs li.current a:active,
.smalltabs li.current a:visited,
.smalltabs li.current a:hover {
	color: #FFF !important;
}

div.content table.stats td,
div.content table.stats th,
div.content table.stats td * {
	font-size: 10px !important;
}

div.content table.sortable th {
	cursor: pointer;
}

img.toleft {
	float: left;
}

.imgMargin {
	margin: 0 10px 10px 0;
}

.noFloating {
	overflow: visible;
}

.ct_links {
	clear: left
}

.shop h2 {
	margin-top: 10px;
}

.shop div.image {
	float: left;
	padding: 50px 10px 10px 0;
}

.shop .item {
	float: left;
	width: 221px;
	_width: 210px;
	margin: 0 21px 40px 0;
}

.shop .item.third {
	margin-right: 0;
}

.shop .item div {
	padding: 0 5px 5px 0;
}

.shop .item .image {
	text-align: center;
	float: none;
	height: 150px;
}

.shop .item .name, .shop .item .price, .shop .good_price {
	font-weight: bold;
	font-size: 120%;
}

.shop a.to-cart {
	font-weight: bold;
	cursor: pointer;
}

.shop .form-paging.shop-navigation a, .shop .form-paging.shop-navigation strong {
	font-weight: bold;
	font-size: 12px;
}

.shop .form-paging.shop-navigation p {
	color: #999;
	font-size: 10px;
}

a.good_price {
	cursor: pointer;
}

.shop .item .desc p {
	color: #999;
}

.shop .item .desc, .desc {
	color: #999;
	font-size: 90%;
	padding: 0 0 1px 0;
}

.shop .desc .properties {
	color: #999;
	margin: 17px 0;
}

.shop .desc .properties p {
	color: #999;
}

.shop table td {
	background: #fff;
}

.shop .thumbnails {
	padding: 20px 0 4px 0;
}

.shop .thumbnails img {
	width: 50px;
	margin-right: 20px;
}

.shop .item button {
	border: 1px solid #000;
}

.shop input.quant {
	width: 30px;
	border: 1px solid #000;
	margin-right: 2px;
	text-align: right;
}

.shop .menu {
	float: right;
	padding: 10px;
}

.shop .sum {
	text-align: right;
}

.shop .total {
	margin-top: 20px;
	font-weight: bold;
	font-size: 120%;
	border-top: 1px solid #666666;
}

.random-product .item {
	margin: 20px 0 20px;
}

.random-product .price {
	color: #000;
	font-weight: bold;
	font-size: 120%;
}

.random-product .name {
	font-size: 15px !important;
	font-weight: bold;
}

.random-product .image {
	text-align: center;
}

div.spacer {
	clear: left;
	height: 20px;
	margin: 0;
	overflow: hidden;
}

div.spacer2 {
	clear: left;
	height: 50px;
	margin: 0;
	overflow: hidden;
}

div.content .haveTeamLogo,
div.content .haveTeamLogo td,
div.content .haveTeamLogo ul li {
	background: #000;
	color: #FFF;
}

.white div.content .haveTeamLogo td {
	background: #fff;
}

div.content .haveTeamLogo td {
	padding: 15px 10px 10px 0;
}

div.content .haveTeamLogo a,
div.content .haveTeamLogo a:hover,
div.content .haveTeamLogo a:active,
div.content .haveTeamLogo a:visited {
	color: #000025;
	text-decoration: underline;
}

div.content .haveTeamLogo a.logo {
	display: block;
	height: 180px;
}

div.content div.message {
	padding: 15px;
	margin: 10px;
}

div.content div.warning {
	background: #FCB116;
	color: #000;
}

div.content span,
div.content font {
	color: inherit !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
}

div.content a {
	color: #00bbdd !important;
}
div.content a.b-paging-top__center {
	color: #000 !important;
	text-decoration: none;
	cursor: default;
	background-color: #efefef;
}

/** 
 * Yandex.Maps Baloon styles
*/
div.content table.YMaps-b-balloon-frame {
	width: auto;
	margin: 0;
}

div.content table.YMaps-b-balloon-frame td,
div.content table.YMaps-b-balloon-frame th {
	padding: 0;
}

div.content table.YMaps-b-balloon-frame .YMaps-b-balloon-content {
	color: #000;
}

.legend,
.ActualData {
	color: #FEFEFE;
	font-style: italic;
	font-size: 10px;
	margin: 10px 0;
}

/**********
Counters
**********/

div.counters {
	display: none;
}

/** 
 * Input[type=file] styling
*/
.fileWrapper {
	margin: 0 !important;
	position: absolute;
	left: 250px;
}

*+html .fileWrapper {
	position: static;
}

.customFile {
	margin: 0 0 0 -82px; /*-140px;*/
	cursor: default;
	height: 15px;
	z-index: 2;
	filter: alpha(opacity:0);
	opacity: 0;
}

.fakeButton {
	position: absolute;
	z-index: 1;
	width: 81px;
	height: 15px;
	background: url(/images/fileButton.png) no-repeat left top;
	float: left;
	margin: 0 0 0 52px;
}

.blocker {
	position: absolute;
	z-index: 3;
	width: 144px;
	height: 21px;
	background: url(/images/transparent.gif);
	margin: 0 0 0 -80px; /*-150px;*/
}

.fileName {
	position: absolute;
	height: 15px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	width: 200px;
	margin: 0 !important;
	left: 52px;
	top: 20px;
}

*+html .fileName {
	left: 350px;
}

.fileName img {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
	margin-right: 3px;
}

.fileName span {
	float: none !important;
	display: inline !important;
}

/** End **/

/**
Guestbook
*/
.guestbook .navTop {
	border-bottom: 1px solid #A4A4A4;
	margin-top: 60px;
	margin-bottom: 23px;
}

.guestbook .navTop h2 {
	display: inline;
	font-size: 16px;
	color: #000 !important;
	margin: 0;
}

.guestbook .navTop .archive {
	display: inline;
	margin-left: 120px;
	position: relative;
}

.guestbook ul.gbnav li {
	font-size: 11px !important;
	background: none !important;
	padding-left: 0;
}

.guestbook .gbitem {
	margin-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dashed #A4A4A4;
}

.guestbook .gbitem .infobox {
	padding-top: 10px;
	width: 110px;
	float: left;
}

.guestbook .gbitem .post {
	margin-left: 110px;
}

.guestbook .gbitem .post h2 {
	padding: 0;
}

.guestbook .gbitem .post .heading {
	font-style: italic;
	margin-bottom: 25px;
}

.guestbook .gbitem .post .heading span,
.guestbook .gbitem .operations span {
	float: right;
	font-size: 11px !important;
}

.guestbook .gbitem .operations span.rating {
	float: none;
}

.guestbook .gbitem .post .heading a {
	font-style: normal;
	font-weight: bold;
	font-size: 14px !important;
}

.guestbook .gbitem .post .heading span a {
	font: inherit;
	font-size: inherit !important;
}

.guestbook .gbitem .post .body {
	margin: 25px 0;
}

.guestbook .gbitem .operations,
.blog .operations {
	margin: 8px 0;
	padding: 0 !important;
	font-style: italic;
	line-height: 9px;
}

.guestbook .gbitem .operations a,
.blog .operations a {
	font-size: 11px !important;
	margin-right: 20px;
}

.guestbook .gbitem .operations span a,
.blog .operations span a {
	margin-right: 0;
	cursor: pointer;
}

.guestbook .gbitem .moderatorial a,
.blog .moderatorial a {
	color: #FF002A !important;
}

.guestbook .gbitem .post .cite,
.guestbook .citeView .cite {
	color: #A4A4A4 !important;
	font-size: 11px !important;
	font-style: italic;
	margin: 25px 0;
	padding-left: 16px;
	background: url(/images/li-gray.png) left 0.7em no-repeat;
}

.guestbook .citeView .cite {
	margin: 5px 0;
}

.guestbook .gbitem .post .cite p,
.guestbook .citeView .cite p {
	color: #A4A4A4 !important;
	font-size: 11px !important;
}

.guestbook .navigation {
	margin: 15px 0;
}

.guestbook .navigation a {
	font-weight: bold;
}

.guestbook .navigation span {
	color: #A4A4A4 !important;
	font-size: 10px !important;
	display: block;
}

div.content .guestbook .warning {
	margin: 35px 0;
}

div.content .guestbook .warning span,
div.content .guestbook .moderated {
	color: #FF002A !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

div.content .guestbook .error {
	margin: 25px 0;
	font-weight: bold;
	color: #FF002A !important;
}

/**
End
*/
.loadingIndicator {
	background: url(/images/ajax-loader.gif) left center no-repeat;
	padding-left: 26px !important;
}

.white .loadingIndicator {
	background-image: url(/images/ajax-loader-white.gif)
}

#autocompleteBox {
	background: #FFF;
	border: 1px solid #D4D0C8;
	padding: 1px;
	font-size: 10px !important;
	color: #000 !important;
	overflow-y: auto;
	max-height: 200px;
	width: 200px;
}

#autocompleteBox p {
	margin: 1px;
	padding: 3px;
	font-size: inherit !important;
	color: inherit !important;
}

#autocompleteBox p.over {
	background: #000025;
	color: #FFF !important;
}

.spoiler {
	display: none;
}

.seeMore {
	cursor: pointer;
}

.blog table td {
	vertical-align: top;
}

.bloginfo {
	margin-top: 20px;
}

iframe+button {
	margin-top: 10px;
}

.blog .error {
	color: red !important;
	font-weight: bold;
}

/********
FOR StyleGuide
********/

div.content table.clubcolors td span {
	color: #999 !important;
}

#ribbon {
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 0;
	width: 397px;
	height: 200px;
	background: url(/images/lenta.png) left top no-repeat;
}

#cartbox {
	width: 300px;
	background: #646464;
	color: #FFFFFF;
	padding: 15px;
}

/**
990px common classes
*/
.stdColFirstPad {
	padding-left: 21px;
}

.stdCol {
	width: 221px;
	margin-right: 21px;
	float: left;
}

#annoyingWindow {
	position: absolute;
	border: 1px solid #a4a4a4;
	left: 198px;
	top: 70px;
	width: 490px;
	z-index: 1000;
	background: #000025;
	padding: 10px;
}

#annoyingWindow form {
	margin-top: 5px;
}

#annoyingWindow a,
#annoyingWindow a:active,
#annoyingWindow a:visited,
#annoyingWindow a:hover {
	color: #FCB116;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#annoyingWindow div {
	position: relative;
	float: left;
	margin-right: 5px;
}

#annoyingWindow label {
	position: absolute;
	left: 5px;
	top: 3px;
	color: #a4a4a4;
	font-size: 11px;
}

#annoyingWindow input {
	border: 1px solid #a4a4a4;
	background: #000025;
	color: #a4a4a4;
}

a.geo-avatar {
	display: block;
	float: left;
	margin: 5px 10px 5px 0px;
	text-align: center;
}

a.geo-avatar:hover {
	text-decoration: none;
}

div.navbar-media {
	width: 221px;
	float: left;
	padding: 30px 0 20px;
}

div.navbar-media li {
	padding-top: 20px;
}

div.navbar-media div.date, .media .date {
	font-size: 10px;
}

.media div.date {
	margin-top: 12px;
}

.media .title {
	color: #9fa1a4;
	line-height: 18px;
}

.media .title a {
	font-size: 14px;
	font-weight: bold;
}

div.navbar-media a {
	font-size: 11px;
}

div.navbar-media a.title {
	font-size: 14px;
	font-weight: bold;
}

.media-menu {
	margin-bottom: 70px;
}

.media-menu div {
	font-size: 12px;
	color: #9fa1a4;
}

.media-menu img {
	margin-bottom: 32px;
}

.media-menu a {
	color: #fcb116;
}

.media-menu div.title {
	font-size: 16px;
	font-weight: bold;
	color: #fcb116;
}

div.navbar-regular ul.media li.first {
	margin-top: 20px;
}

div.navbar-regular ul.media li.first a {
	font-weight: bold;
	font-size: 14px;
}

.media .fotos {
	float: left;
	width: 221px;
	margin: 18px 21px 0 0;
}

.media .fotos a.image {
	display: block;
	height: 179px;
}

div.media {
	padding-bottom: 49px;
}

div.media .btn-play {
	width: 221px;
	height: 165px;
	position: relative;
	top: -179px;
	background: url(/images/btn-play.png) center center no-repeat;
}

.media .fotos img {
	margin-bottom: 10px;
}

.media .nomargin_r, .nomargin_r {
	margin-right: 0;
}

.media .fotos div, p.date {
	font-size: 11px;
	color: #9fa1a4;
}

.media p._date {
	margin-bottom: 18px;
}

.media table p.date {
	margin-bottom: 0px;
}

.media p.camera {
	font-size: 11px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: -5px;
}

div.content table.nav tr {
	background: none;
}

div.content table.nav td {
	font-weight: bold;
	color: #FCB116;
	vertical-align: middle;
}

div.content table.nav td.foto {
	vertical-align: top;
}

div.navbar-regular div ul {
	border-top: none;
}

div.navbar-regular div ul li, div.navbar-regular ul.media li {
	margin-top: 0;
}

div.navbar-regular div ul a, div.navbar-regular ul.media li a {
	font-size: 11px;
	font-weight: normal;
}

.media .files {
	margin-top: 3px;
}

table.nav h2 {
	font-size: 14px;
}

table.nav .date {
	margin-top: 0;
}

table.nav .date a {
	font-size: 11px;
	font-weight: normal;
}

div.media h2 {
	padding-top: 19px !important;
	padding-bottom: 0px !important;
}

div.media table.nav h2 {
	padding: 0px !important;
}

div.media img.gallery {
	margin-top: 33px;
}

div.media p {
	padding: 0 !important;
}

div.media p img {
	padding: 0;
	margin: 33px 0 0 0;
}

table.nav td div.date {
	color: #a4a4a4;
}

div.content table.nav {
	margin-top: 56px;
}

div.content table.wallpapers {
	margin-top: 20px;
}

div.media div.spacer {
	height: 33px;
	clear: none;
	width: 100%;
}

div.media p.paging {
	margin: 5px 0 10px;
}

cufon {
	margin-top: -5px;
}

#search_block {
	position: relative;
	text-align: right;
	zoom: 1;
	top: -21px;
}

#search_block input {
	background-color: #01002A;
	border: 1px solid #A6A8A7;
	color: #A6A8A7;
	font-size: 11px;
	height: 13px;
	padding-left: 5px;
	width: 235px;
}

#search_block a {
	background: url("/images/search_icon.jpg") no-repeat scroll left top transparent;
	display: block;
	height: 5px;
	position: absolute;
	right: 5px;
	bottom: 4px;
	width: 5px;
}

.PageNavigator {
	padding-top: 10px;
	padding-bottom: 5px;
}

#statsTooltip {
	background-color: #FFFFFF;
	border: 2px solid #EFEFEF;
	display: none;
	font-size: 10px !important;
	left: 0px;
	padding: 5px 2px 5px 5px;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 10;
	text-align: center;
}

#statsTooltip ul {

}

#statsTooltip li {
	color: #000;
}

#statsTooltip li a {

}

div.content .search_results li {
	padding-bottom: 10px;
}

.bottomTab {
	zoom: 1;
}

h2.block_header {
	border-bottom: 1px solid #A4A4A4;
	font-size: 13px;
	margin-bottom: 11px;
	padding-bottom: 3px;
	padding-left: 21px;
	text-transform: uppercase;
}

.block_header a {
	color: #FCB116;
}

#dock {
	height: 100px;
	left: -15px;
	position: relative;
	text-align: center;
}

div.league-logos {
	position: absolute;
	display: none;
}

div.league-logos .east {
	left: 536px;
	position: absolute;
	text-align: left;
	top: 20px;
	width: 461px;
}

div.league-logos .east a {
	margin-right: 6px;
}

div.league-logos .west {
	left: 0;
	position: absolute;
	text-align: left;
	top: 20px;
}

div.league-logos .west a {
	margin-right: 14px;
}

div.league-logos .khlIcon {

}

.league-logos a {
	color: #FFFFFF;
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 40px;
	z-index: 10;
}

.league-logos a img {
	width: 95%;
	margin: 5px 10px 0;
}

.league-logos a span {
	display: none;
}

.index-calendar-last {
	padding-left: 1%;
	width: 49%;
}

.index-calendar li .index-calendar-tab {
	margin-right: 20px;
	width: 240px;
}

.index-calendar li .index-calendar-tab-last {
	margin-right: 0;
	width: 215px;
}

.index-calendar li div.index-calendar-title {
	border-bottom: 1px solid #515165;
	clear: both;
	text-indent: 20px;
	width: 100%;
	padding-bottom: 2px;
}

.index-calendar-last li div.index-calendar-title {
	text-indent: 0;
}

.index-calendar-last li .index-calendar-tab {
	margin-right: 18px;
	width: 223px;
}

.index-calendar-tab table {

}

.index-calendar-tab td {
	border-bottom: 1px solid #515165;
}

.index-calendar-tab td.first {
	padding-left: 20px;
	width: 27px;
}

.index-calendar-tab td.last {
	text-align: right;
	padding-right: 1px;
}

.index-calendar-last td.first {
	padding-left: 0px;
}

.index-calendar-tab-last td.first {
	padding-left: 0;
}

.index-calendar-last li {
	padding-right: 0;
}

.index-fixtures .index-calendar-last .top-row {
	margin-right: 0;
}

.index-calendar-last li .index-calendar-tab-last {
	margin-right: 0;
	width: 220px;
}

.index-calendar-last li .index-calendar-tab-last .last {
	padding-right: 0;
}

.fixture_links a {
	color: #FCB116;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	margin-right: 21px;
	text-transform: uppercase;
	width: 221px;
}

.stats_fixtures_list .emptyCell {
	background: #000029;
}

.moving-text, .fixture_links {
	border-bottom: 1px solid #A4A4A4;
	border-top: 1px solid #A4A4A4;
	overflow: auto;
	padding-bottom: 1px;
	zoom: 1;
}

.moving-text .block_header {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	padding-left: 20px;
	text-transform: uppercase;
	width: 13%;
}

.moving-text marquee {
	color: #A4A4A4;
	float: left;
	font-size: 12px;
	line-height: 23px;
	width: 84%;
}

.moving-text marquee a {
	color: #A4A4A4;
	font-size: 12px;
	margin-right: 8px;
}

.index-calendar-table {
	padding-left: 20px;
	width: 465px;
}

.index-calendar-table td {
	border-bottom: 1px solid #515165;
	color: #A4A4A4;
	font-size: 14px;
	padding: 1px 0;
}

.index-calendar-table .dateColumn {
	width: 150px;
	text-transform: lowercase;
}

.index-calendar-table .gameColumn {
	padding-left: 93px;
	width: 280px;
}

.check {

}

.check input {
	width: auto;
	float: none;
	display: inline;
}

.check label {

}

div.content .mathtags {
	font-size: 11px;
	margin-top: 10px;
	padding-bottom: 9px !important;
	padding-top: 8px !important;
}

/**************
COMPETITIONS FORMS
**************/

form#competitions {
	background-color: #EFEFEF !important;
	margin-top: 0;
	padding: 10px;
}

form#competitions label {
	line-height: 18px;
	padding: 0 0 0 3px;
}

form#competitions #recalculate {
	display: block;
	padding: 0;
	margin: 5px 0 0 0;
}

.voteresult {
	background-color: #049ACD;
	margin-bottom: 5px;
}

#voteQuestion {
	color: #000000;
	font-size: 13px;
	margin-bottom: 7px;
	margin-top: 26px;
}

.pollBlock {
	font-size: 11px;
	color: #000000;
}
.pollBlockArchive a{
	font-size: 11px;
}
.pollBlock input {
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.pollOne {
	margin-bottom: 3px;
}

.pollOne label {
	color: #000000;
}

#calendar_table .calendar {
	font-size: 15px;
}

#calendar_table .calendar a {

}

.pool-archive-poll {
	width: 350px;
}

.pool-archive-poll h3 {
	font-weight: bold !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.footer .atlant-cop {
	margin: 15px auto 0 -21px !important;
}

.content .atlant-cop {
	margin: 15px auto 0 !important;
}

.atlant-cop {
	font-size: 10px;
	color: #A4A4A4;
}

.atlant-cop p {
	line-height: 12px;
}

.language {
	float: right;
	margin: 10px 30px;
	cursor: pointer;
}

.birthday select {
	margin-right: 5px;
	width: 57px;
}

/***********
PLAYOFFWIDGET
************/

.white div.content .playoff table th, .white div.content .playoff table tr.tr-bg, .white div.content .playoff table tr.odd {
	background-color: #FFF !important;
}

.playoff table tr.data td {
	background-color: #EFEFEF !important;
}

.playoff tr {
	vertical-align: middle;
}

.playoff table tr td.line {
	border: 0px;
}

/******************
TRANSFERS
******************/

div.transfers_last {
	font-size: 11px;
}

ol.transfers_list li {
	color: #000;
	margin-bottom: 5px;
	line-height: 110%;
}

h3.transfers_heading {
	color: #000000;
	font-size: 13px;
	margin-bottom: 7px;
	margin-top: 26px;
}

div.transfer_date, div.transfer_direction {
	color: #999;
	line-height: 110%
}

nav.b-paging-top {
	background-color: #efefef;
	padding: 3px;
	width: 100%;
	margin:30px 0;
}

a.b-paging-top__left {
	display: block;
	float: left;
	text-align: left;
	background-color: #efefef;
	padding: 3px 0;
}

a.b-paging-top__center {
	display: block;
	font-weight: 700;
	text-align: center;
	background-color: #efefef;
	padding: 3px 0;
}

a.b-paging-top__right {
	display: block;
	float: right;
	text-align: right;
	background-color: #efefef;
	padding: 3px 5px;
}
.moderator_post div.justtext p{
	color: #c00;
}
.gbitem .post .moderator_post p {color:#c00;}

/*кхл панель влево*/
.sttb {
	margin-left: 0;
	width: 1px;
}

.top-img-link {
	bottom: 19px;
	position: absolute;
	right: 299px;
}

.top-img-link a img {
	float: left;
	margin-right: 10px;
}
.noAuthOrderLink{position:absolute; bottom:19px; right:445px;}

.competitionArchive{
	font-size:11px;
}
table.tickets_tab td{
    border: 1px solid black;
    background-color:#FFFFFF;
    width:7%;
}
