/* Nur Telecom Web-Interfaces common styles */

* {
  border: none;
  margin: 0px;
  padding: 0px;
}

body, td, input {
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color: #2D2D2D;
}

strong {
  font-weight: bold;
  color: #E2007A;
}

a {
  color: #E2007A;
}

a[href]:hover {
  color: #2D2D2D;
}

h2, h3, h4 {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 10px;
	margin: 0px;
}

h4 {
  font-size: 13px;
  padding: 0px 0px 5px;
}

p {
  font-size: 12px;
  line-height: 140%;
}

sup {
  font-size: 9px;
}

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}

.clear_left {
	clear: left !important;
}

.clear_right {
	clear: right !important;
}

.clear {
	clear: both !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_center > table {
  margin: auto;
}

.align_right {
  text-align: right !important;
}

.margin_auto {
  margin: auto !important;
}

.no_margin {
  margin: 0px !important;
}

.no_padding {
  padding: 0px !important;
}

.margin-5px_auto {
  margin: 5px auto;
}

ul.decimal {
  list-style: decimal;
  padding-left: 15px;
}

ul.unsorted {
  padding: 10px 0 5px 15px;
  list-style: disc;
}

ul.unsorted li {
  padding: 2px 0;
}


.button_enter,
.button_back,
.button_get,
.button_close {
	background: no-repeat;
	width: 60px;
	height: 20px;
	cursor: pointer;
}

.button_enter {
  background-image: url(./ButtonEnter.png);
}

.button_back {
  background-image: url(./ButtonBack.png);
}

.button_get {
  background-image: url(./ButtonGet.png);
}

.button_close {
  background-image: url(./ButtonClose.png);
}

.button_enter:hover,
.button_back:hover,
.button_get:hover,
.button_close:hover {
	background-position: right top;
}


/* Content Bottom (2 flash banners and html menu) */
#content_bottom {
	padding-top: 15px;
}

#content_bottom .falshbanner1_bubble,
#content_bottom .falshbanner2_bubble,
#content_bottom_menu {
	position: relative;
	z-index: 10;
	float: left;
	margin-left: 30px;
	background-color: #E2007A;
}

#content_bottom .falshbanner1_bubble {
	margin-left: 0px;
}

#content_bottom .falshbanner1_bubble a,
#content_bottom .falshbanner2_bubble a {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(i/transmini.gif);
  margin-bottom: 20px;
}

#content_bottom .bubble_top,
#content_bottom .bubble_top_right,
#content_bottom .bubble_bottom,
#content_bottom .bubble_bottom_right {
	position: absolute;
	z-index: 2;
	height: 20px;
}

#content_bottom .bubble_top,
#content_bottom .bubble_top_right {
	top: 0;
	background: url(./bubble_top.png);
}

#content_bottom .bubble_top,
#content_bottom .bubble_bottom {
	width: 320px;
	left: 0;
}

#content_bottom_menu,
#content_bottom_menu .bubble_top,
#content_bottom_menu .bubble_bottom {
	width: 250px !important;
}

#content_bottom .bubble_bottom,
#content_bottom .bubble_bottom_right {
	bottom: 0;
	background: url(./bubble_bottom.png);
	height: 40px;
}

#content_bottom .bubble_top_right,
#content_bottom .bubble_bottom_right {
	right: 0;
	width: 20px;
}

#content_bottom .bubble_top {
	background-position: left top;
}
#content_bottom .bubble_top_right {
	background-position: right top;
}
#content_bottom .bubble_bottom {
	background-position: left bottom;
}
#content_bottom .bubble_bottom_right {
	background-position: right bottom;
}

#content_bottom_menu ul {
	margin: 0px;
	padding: 19px 20px 36px;
}

#content_bottom_menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#content_bottom_menu li > div {
	float: left;
	height: 35px;
}

#content_bottom_menu li > div.clear {
	float: none;
	height: 0px;
}

#content_bottom_menu li a {
	margin-left: 4px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 34px;
	text-decoration: none;
}

#content_bottom_menu li a:hover {
	text-decoration: underline;
}


#content_bottom_menu .cup_icon,
#content_bottom_menu .star_icon,
#content_bottom_menu .heart_icon,
#content_bottom_menu .apple_icon,
#content_bottom_menu .racket_icon,
#content_bottom_menu .bear_icon,
#content_bottom_menu .chat_icon {
	width: 38px;
	background: url(./multisprite.gif) no-repeat;
}

*+html #content_bottom_menu .cup_icon,
*+html #content_bottom_menu .star_icon,
*+html #content_bottom_menu .heart_icon,
*+html #content_bottom_menu .apple_icon,
*+html #content_bottom_menu .racket_icon,
*+html #content_bottom_menu .bear_icon,
*+html #content_bottom_menu .chat_icon {
  margin: 1px 0px;
  padding: 0px;
}

#content_bottom_menu .cup_icon {
	background-position: 0px -270px;
	height: 34px !important;
}

#content_bottom_menu .star_icon {
	background-position: -34px -270px;
}

#content_bottom_menu .heart_icon {
	background-position: -68px -270px;
}

#content_bottom_menu .apple_icon {
	background-position: -102px -270px;
}

#content_bottom_menu .racket_icon {
	background-position: -136px -270px;
}

#content_bottom_menu .bear_icon {
	background-position: -170px -270px;
}

#content_bottom_menu .chat_icon {
	background-position: -204px -270px;
}



/* Bubble Blocks */
.capped_bubble {
	width: 249px;
}

.capped_bubble .bubble_cap,
.capped_bubble .bubble_foot {
	background: url(./bubble.png) no-repeat;
}

.capped_bubble .bubble_cap {
	height: 38px;
	background-position: left top;
	text-align: center;
}

.capped_bubble .bubble_body {
	padding: 10px 16px 0px;
	background: #EBEBEB;
}

.capped_bubble .bubble_text {
  font-size: 12px;
  line-height: 150%;
}

.capped_bubble .bubble_buttons {
  padding: 10px 0 0;
  text-align: right;
}

.capped_bubble .bubble_foot {
	height: 10px;
	background: url(../CommonFiles/bubble_bottom.gif) no-repeat left bottom;
}


table.small_bubble {
  margin: 0;
  padding: 0;
  border: 0;
}

.small_bubble .cell_1,
.small_bubble .cell_3 {
  margin: 0;
  padding: 0;
}

.small_bubble .cell_2 {
  margin: 0;
  padding: 2px 0 1px;
  color: #FFF;
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: bold;
}

.small_bubble .cell_7,
.small_bubble .cell_8,
.small_bubble .cell_9 {
  margin: 0;
  padding: 0;
  height: 10px;
}

.small_bubble .cell_1,
.small_bubble .cell_4,
.small_bubble .cell_7,
.small_bubble .cell_3,
.small_bubble .cell_6,
.small_bubble .cell_9 {
  margin: 0;
  padding: 0;
  width: 10px;
}

.small_bubble .cell_1 {
  background: url(../CommonFiles/bubble.png) no-repeat left top;
}

.small_bubble .cell_2 {
  background: url(../CommonFiles/bubble.png) repeat-x -10px top;
}

.small_bubble .cell_3 {
  background: url(../CommonFiles/bubble.png) repeat-x right top;
}

.small_bubble .cell_4 {
  background: #E4E6E8;
}

.small_bubble .cell_5 {
  background: #E4E6E8;
  font-family: Trebuchet MS;
  line-height: 140%;
  padding-top: 10px;
}

.small_bubble .cell_5 .form_bottom {
  position: relative;
  bottom: -7px;
  text-align: right;
}

.small_bubble .cell_6 {
  background: #E4E6E8;
}

.small_bubble .cell_7 {
  background: url(../CommonFiles/bubble.png) no-repeat left bottom;
}

.small_bubble .cell_8 {
  background: url(../CommonFiles/bubble.png) repeat-x -10px bottom;
}

.small_bubble .cell_9 {
  background: url(../CommonFiles/bubble.png) no-repeat right bottom;
}


/* Search Input */
.search_input,
.search_input_right {
	float: left;
	width: 102px;
	height: 20px;
	background: url(./multisprite.gif) -643px -110px;
}

.search_input_right {
	width: 8px;
	background-position: -785px -110px;
}

.search_input input {
	border: none;
	width: 80px;
	padding: 3px 8px 3px 20px;
	background: transparent;
}


/* Page Shader */
#page_shader {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(./macFFBgHack.png);
	text-align: left;
}

#page_shader_content_host {
  position: relative;
	z-index: 10;
}

#page_shader_content_host .top-left,
#page_shader_content_host .top-right,
#page_shader_content_host .bottom-left,
#page_shader_content_host .bottom-right {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(./PageShaderContentHost.png);
}

#page_shader_content_host .top,
#page_shader_content_host .right,
#page_shader_content_host .bottom,
#page_shader_content_host .left {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #525252;
  background-color: #FFF;
}

.top-left {
  top: 0; left: 0;
  background-position: left top;
}

.top-right {
  top: 0; right: 0;
  background-position: right top;
}

.bottom-left {
  bottom: 0; left: 0;
  background-position: left bottom;
}

.bottom-right {
  bottom: 0; right: 0;
  background-position: right bottom;
}

#page_shader_content_host .top,
#page_shader_content_host .bottom {
  width: auto;
  margin: 0px 20px 0px;
}

#page_shader_content_host .right,
#page_shader_content_host .left {
  height: auto;
  margin: 20px 0px;
}

#page_shader_content_host .top {
  top: 0; right: 0; left: 0;
  border-width: 4px 0 0 0;
}

#page_shader_content_host .right {
  top: 0; right: 0; bottom: 0;
  border-width: 0 4px 0 0;
}

#page_shader_content_host .bottom {
  right: 0; bottom: 0; left: 0;
  border-width: 0 0 4px 0;
}

#page_shader_content_host .left {
  top: 0; bottom: 0; left: 0;
  border-width: 0 0 0 4px;
}

.close_button {
  position: absolute;
  z-index: 20;
  top: 4px; right: 15px;
  width: 28px; height: 19px;
  background: url(./CloseButton.png) no-repeat;
}

#page_shader_content {
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  margin: 7px 12px;
  background: #FFF;
}

#GetPasswordFormIframe {
  text-align: left;
}

#GetPasswordFormIframe .padding {
  padding: 3px 0px;
}

#GetPasswordFormIframe form {
  position: relative;
  padding: 10px;
  background-color: #F9F9F9;
}

#GetPasswordFormIframe form > .top-left,
#GetPasswordFormIframe form > .top-right,
#GetPasswordFormIframe form > .bottom-left,
#GetPasswordFormIframe form > .bottom-right {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #FFF;
  background-image: url(./F9F9F9.png);
}

.captcha_user_input {
  font-size: 18px;
  margin: 3px;
  padding: 4px;
  width: 50px;
  border: 1px solid #AFAFAF;
  letter-spacing: 1px;
}

*+html .captcha_user_input {
  margin: 2px;
}

#GetPasswordFormIframe .captcha_user_input {
  margin-left: 12px;
}

#get_password_form > p {
  padding: 5px;
}

#get_password_form .close_button_container {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

#GetPasswordFormIframe .ul {
  width: auto;
  height: auto;
}

#GetPasswordFormIframe .read_window_head,
#GetPasswordFormIframe .read_window_foot,
#GetPasswordFormIframe .read_window,
#GetPasswordFormIframe .text {
  width: auto;
}

#GetPasswordFormIframe .read_window_head {
  margin-top: 0px;
}

#GetPasswordFormIframe .read_window {
  height: auto;
}

#GetPasswordFormIframe .read_window_foot {
  margin-bottom: 5px;
}

.read_window .text {
  padding: 10px 10px 0;
}



.read_window_head,
.read_window_foot {
  position: relative;
  background: url(./main.gif) no-repeat;
}

.read_window_head {
  background-position: 0px -160px;
  padding: 6px 34px;
  height: 17px;
}

.read_window_foot {
  height: 20px;
  background-position: 0px -194px;
}

.read_window {
  position: relative;
  background-color: #f3e8ee;
}

.read_window_head_right,
.read_window_foot_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  background: #F9F9F9 url(./main.gif) no-repeat;
}

.read_window_head_right {
  height: 34px;
  background-position: -680px -160px;
}

.read_window_foot_right {
  height: 20px;
  background-position: -680px -194px;
}

.read_window_head span {
  font-weight: bold;
}

.read_window_head .Text_icon {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 20px;
  height: 20px;
  background: #e3509f url(./info.png) no-repeat center center;
}

ul.menu_choise {
  list-style: none;
  padding: 5px 10px 3px;
}

ul.menu_choise li {
  margin-bottom: 2px;
}

