﻿html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #EE77D9;
}

/* ==================== */

.mobtker_table_title {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/tab.jpg');
	text-align: center;
	height:25px;
}

/* ==================== */
.mobtker_mobtker { 
    font-family: tahoma;
	font-size: 15px;
	color: #E4A4E2;
	width: 100%;
} 

.mobtker_mobtker a:link,
.mobtker_mobtker a:visited,
.mobtker_mobtker a:hover,
.mobtker_mobtker a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFAED3;
}

.mobtker_mobtker a:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.mobtker_mobtker span {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	
}

/* ==================== */
.mobtker_table{ 
    font-family: tahoma;
	font-size: 12px;
	color: #E4A4E2;
	width: 100%;
	background-color: #FFFFFF;
}
.mobtker_table a:link,
.mobtker_table a:visited,
.mobtker_table a:hover,
.mobtker_table a:active {
	text-decoration: none;
	color: #F08AB6;
	font-size: 12px;
	font-weight: bold;
}

.mobtker_table a:hover {
	font-size: 11px;
	color: #FFAED3;
	font-weight: bold;
}

.mobtker_table span {
	text-decoration: none;
	color: #F08AB6;
	font-size: 12px;
	font-weight: bold;
	
}
/*============= */
.mobtker_block_first {
	font-family: tahoma;
	font-size: 12px;
	color: #C0C0C0;
	width: 100%;
}
.mobtker_block_first a:link,
.mobtker_block_first a:visited,
.mobtker_block_first a:hover,
.mobtker_block_first a:active {
	text-decoration: none;
	color: #EE77D9;
	font-size: 12px;
	font-weight: bold;
}

.mobtker_block_first a:hover {
	font-size: 12px;
	color: #FFAED3;
	font-weight: bold;
	text-decoration: underline;
}

.mobtker_block_first span {
	text-decoration: none;
	color: #EE77D9;
	font-size: 12px;
	font-weight: bold;
}

/* ==================== */

.mobtker_block_second {
	font-family: tahoma;
	font-size: 12px;
	color: #808080;
	width: 100%;
}
.mobtker_block_second a:link,
.mobtker_block_second a:visited,
.mobtker_block_second a:hover,
.mobtker_block_second a:active {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
}

.mobtker_block_second a:hover {
	font-size: 12px;
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: underline;
}

.mobtker_block_second span {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
}
/* ==================== */

.mobtker_navigation {
	color: #FFAED3;
	font-family: tahoma;
	font-size: 11px;
}

.mobtker_navigation a:link,
.mobtker_navigation a:visited,
.mobtker_navigation a:hover,
.mobtker_navigation a:active {
	text-decoration: none;
	color: #EE77D9;
	font-size: 11px;
	font-weight: bold;
}

.mobtker_navigation a:hover {
	color: #C0C0C0;
	font-size: 11px;
	text-decoration: overline;
	font-weight: bold;
}

.mobtker_navigation span {
	text-decoration: none;
	color: #EE77D9;
	font-size: 11px;
	font-weight: bold;
}



/* ==================== */

.mobtker_search {
	color: #EE77D9;
	font-size: 10px;
	font-family: tahoma;
	text-decoration: none;
}

/* ==================== */

.mobtker_pager {
	color: #C0C0C0;
	border: 0px;
}

.mobtker_pager a:link,
.mobtker_pager a:visited,
.mobtker_pager a:hover,
.mobtker_pager a:active {
	text-decoration: none;
	color: #000000;
	background: #C0C0C0;
	font-size: 11px;
	padding: 0px 4px;
}

.mobtker_pager a:hover {
	text-decoration: underline;
	color: #808080;
	background: #FFFF99;
	font-size: 11px;
	padding: 0px 5px;
}

.mobtker_pager span {
	text-decoration: none;
	color: #000000;
	background: #008080;
	font-size: 11px;
	padding: 0px 4px;
}
/* ==================== */
.chat {
	width: 100%;
	overflow: hidden;
	border-bottom: 0px solid #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	margin:auto;
}
.chat li {
	text-align: center;
	display: inline;
	margin: 0;
	width: 40px;
}
.chat li a {
	float: right;
	display: block;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px 5px;
	border-right: 1px solid #D5515C;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/tab.jpg);
	width: 100px;
}
.chat li a:visited {
	color: #ffffff;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}
.chat li a:hover, .chat li.selected a {
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	background: #FFAED3;
	color: #954171;
	width: 100px;
}
