/* PadThai.org CSS Document */
/*
	primary colors used: dark red #911500, orange #f7941c
 */
body{
	border: 0;
	font-family:verdana,arial,helvetica;
	height: 100%; 
	margin: 0;
	margin-top:9px;
	max-height: 100%; 
	padding: 0;
}

#framecontent{
 background-color: #f7941c;
 color: white;
 height: 75px; /*Height of frame div*/
 left: 0; 
 overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable*/
 position: absolute; 
 top: 0; 
 width: 100%; 
}

#maincontent{
 background: #ffffff;
 border:1px solid black;
 bottom: 0;
 left: 0;
 right: 0;
 overflow: auto; 
 position: fixed; 
 top: 75px; /*Set top value to HeightOfFrameDiv*/
}

.innertube {
 margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
 min-height:600px;
}

* html body{ /*IE6 hack*/
 padding: 75px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
 height: 100%; 
 width: 100%; 
}

th { background-color:#f6f6f6; }
td.rightcol {
 background-color:#e5e5e5;
 /* border-left:1px solid black; */
 border-right:1px solid black;
 padding: 14px 11px 0px 12px;
 text-align:center;
}
td.maintd {
padding:12px;
}
td.thintableborder {
	padding-top:8px;
}

/*  links  */
a.smalllinks, a.smalllinks:visited {
	color:#3399cc;
	font-family:arial;
	font-size:11px;
	margin: 1px 8px 1px 8px;
	text-decoration:none;
}
a.smalllinks:hover, a.medlinks:hover {
	text-decoration:underline;
}
a.medlinks {
	color:#3388bb;
	font-family:arial;
	font-size:12px;
	margin: 1px 3px 1px 3px;
	text-decoration:none;
}
.authorlinks {
	color:#636363;
	font-family:arial;
	font-size:10px;
}


#mainImage {
	float:left;
	margin:0px 7px 12px 1px;
}
#welcomeImg {
	margin:0px 3px 0px 2px;
}
.aroitext {
	padding:5px 7px 4px 8px;
}
.medtext {
	font-size:14px;
	padding: 0 9px 2px 12px;
}
.mediumtext {
	font-size:12px;
	padding:1px 13px 2px 16px;
}
li {
	font-size:12px;
	margin-right:8px;
}
.rightborder { border-right:1px solid black; }
.thintableborder { border:1px solid #c9c9c9; text-align:center; }
.producttable { margin-top:12px; }
.prodlabeldiv { margin-bottom:4px; }
#bottomlinks { margin: 12px 0px 16px 0px; }

