/* CSS Document */

/*
T-Mobile magenta:             #E70073
T-Mobile menüháttér szürke:   #E7E7E7
T-Mobile inaktív menü betű:   #636563
T-Mobile inaktív menü háttér: #E7E7E7
*/

body {
  background-color: #FFFFFF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: normal;
	color: #636563;  
}

h1 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E70073;
	padding: 3px;
}

h2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: normal;
	color: #636563;
	background-color: #FFFFFF;
}

table {
  border: 0px;
  width: 100%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: normal;
}

.hidden {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  display: none;
}

.icon {
  width: 22px;
  height: 22px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0px;
	font-weight: normal;
  background-position: center center;
  background-repeat: no-repeat;
}

.alert {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: normal;
	color: #E70073;
	white-space: nowrap; 
}

.alertframe {
  z-index: 100;
  padding: 5px;
  border: 2px solid #E70073;
  position: absolute;
  background-color: #FFFFFF;
  margin: 10px 50% 10px 50%;
}

