﻿/*
Panmai.Com CSS
create : 18/12/2009
*/

/* main page */

body {
	background-image: url('Main_BG.jpg');
	font-family: "Cordia New";
	font-weight: normal;
	font-size: 20px;
	color: #008000;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: underline;
	color: red;
}

/* h1 for header font */
h1 {
	font-family: "MS Sans Serif";
	font-size: 16px;
	font-weight: bold;
	margin:0px;
}

/* h1 for normal link font */
h2 {
	font-family: Cordia New;
	font-size: 20px;
	font-weight: normal;
}

/* h3 for small link font */
h3 {
	font-family: "Cordia New";
	font-size: 18px;
	font-weight: normal;
}

/* h4 for more... font */
h4 {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: normal;
	text-align:right;
	margin:0px;
}

td {
	vertical-align:top;
}

img {
	border:0px;
}

ul {
	margin:0px;
	list-style-image: url('star1.gif');
}

/* Start box */

.box {
	text-align:left;
}

.box table {
	width:100%;
	border-width:1px;
	border-style:solid;
	margin-bottom:18px;
}

.box td {
	padding: 4px 10px 4px 10px;
}

/* Start Weather Box*/

.weather {
	text-align: center;
}

.weather table {
	width: 160px;
	border-width: 1px;
	border-style: solid;
	border-color: #4b4bff;
	margin-bottom: 18px;
}

.weather th {
	background-color:#4b4bff;
	padding: 4px 4px 4px 4px;
}

.weather td {
	background-color:#fafaff;
}

.weather h1 {
	color:#ffffff;
	margin:0px;
}

.weather h2 {
	font-family: "MS Sans Serif";
	font-size: 12px;
	margin:0px;
	font-weight:bold;
	text-align:left;
}

.weather h3 {
	font-family: "MS Sans Serif";
	font-size: 10px;
	margin:0px;
	font-weight:normal;
	text-align:center;
}

.weather h4 {
	text-align:right;
	margin:0px;
}

/* Start AUN Ads */

.AUN {
	font-family: Tahoma, sans-serif, serif;
	font-weight: normal;
	font-size: 12px;
	line-height:20px;
}

.AUN table {
	width:auto;
	border-collapse: collapse;
	border: 1px #0066CC solid;
	margin:0px auto 18px auto;
}

.AUN td{
	text-align:left;
	vertical-align:middle;
	padding: 4px;
	background-color:#DDEEFF;
}

/* Start Ads 468x60*/

.ad468x60 {
	font-family: Tahoma, sans-serif, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.ad468x60 table {
	width: 468px;
	height: 60px;
	border-collapse: collapse;
	border: 2px #0066CC solid;
	margin:0px auto 18px auto;
}

.ad468x60 td{
	text-align:center;
	vertical-align:middle;
	padding: 4px;
}

.ad468x60 a:link {
	color : navy;
	text-decoration: none;
}

.ad468x60 a:visited {
	color : navy;
	text-decoration: none;
}

.ad468x60 a:active {
	color : navy;
	text-decoration: none;
}

.ad468x60 a:hover {
	color : navy;
	text-decoration: underline;
}

/* Start Ads 160x60 */

.ad160x60 {
	font-family: Tahoma, sans-serif, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.ad160x60 table {
	width: 160px;
	height: 60px;
	border-collapse: collapse;
	border: 1px #990000 solid;
	margin:0px auto 18px auto;
}

.ad160x60 td{
	text-align:center;
	vertical-align:middle;
	padding: 4px;
}

.ad160x60 a:link {
	color : navy;
	text-decoration: none;
}

.ad160x60 a:visited {
	color : navy;
	text-decoration: none;
}

.ad160x60 a:active {
	color : navy;
	text-decoration: none;
}

.ad160x60 a:hover {
	color : navy;
	text-decoration: underline;
}

