
body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}

a, th, td, textarea, input, select {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}

th {
	font-weight: bold;
}

table.smsMessengerTable {
	background-image: url('../images/main03.jpg');
	background-repeat: no-repeat;
	background-position: top left;
          /* the background is actually 833px wide. This would be much nicer for inbox/sent items etc
           * but the compose screen would need work
           */
	width: 768px; 
	height: 485px;
	border-right: 1px silver solid;
	border-bottom: 1px silver solid;
	border-collapse: collapse;
}

table.mmsMessengerTable {
	background-image: url('../images/main-mms.jpg');
	background-repeat: no-repeat;
	background-position: top left;
          /* the background is actually 833px wide. This would be much nicer for inbox/sent items etc
           * but the compose screen would need work
           */
	width: 768px; 
	height: 485px;
	border-right: 1px silver solid;
	border-bottom: 1px silver solid;
	border-collapse: collapse;
}

table.smsMessengerOptionTable {
	background-image: url('../images/option.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 400;
	height: 310; 
}

a {
	color: black;
	text-decoration: none;
}

a:active {
	background-color: #868DA7;
}


a.bannerLink:link, a.bannerLink:active {
	background-color: transparent;
}

a.realLink:link, a.realLink:active, a.realLink:visited {
	color: blue;
	text-decoration: underline;
	background-color: transparent;
}

iframe, .border {
	border: 2px #868DA7 solid;
}

.thinborder {
        border: 1px #868DA7 solid;
}

.darkbackground {
	background-color: #868DA7;
}

h1 {
	font-size: 12pt;
	font-family: Arial, Verdana, Sans-serif;
}

.bordertable table, .bordertable td, .bordertable th {
	border: 1px silver solid;
}

table.bordertable {
	border-collapse: collapse;
}

