@charset "utf-8";
#extMediaLinks {
	position:absolute;
	width:161px;
	height:1474px;
	z-index:1;
	left: 461px;
	top: 492px;
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
}
#PlanetFM {
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#KhmerTV {
	background-color: #120090;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	font-family: "Gill Sans MT";
}
#DAPnews {
	background-color: #FFF;
	text-align: center;
	margin-top: 5px;
	border: thin solid #000;
	margin-bottom: 5px;
}

#BCkhmerSong {
	background-color: #E7913C;
	text-align: center;
	margin-top: 5px;
}
#WorldKhmerRadio {
	background-color: #FFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: thin solid #00F;
	margin-top: 5px;
}
#KhmerSorin {
	background-color: #020001;
	margin-top: 5px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#KhmerKampucheaRadio {
	background-color: #FFF;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	border: thin solid #000;
}
#FreePressMagazine {
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	border: thin solid #000;
}
#PreyNokorNews {
	background-color: #FFF;
	text-align: center;
	margin-top: 5px;
	border: thin solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#apDiv1 {
	position:absolute;
	width:335px;
	height:329px;
	z-index:1;
	left: 623px;
	top: 350px;
}

#apDiv3 {
	position:absolute;
	width:337px;
	height:255px;
	z-index:1;
	left: -362px;
	top: 1155px;
	visibility: hidden;
}

#apDiv_visitor {
	position:absolute;
	width:158px;
	height:25px;
	z-index:1;
	left: 559px;
	top: 238px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#apDiv_ticker {
	position:absolute;
	width:664px;
	height:19px;
	z-index:2;
	left: 258px;
	top: 280px;
	text-align: left;
	background-color: #FFFFFF;
	color: #FFF;
	font-family: "Gill Sans MT";
	font-size: 12px;
}
#apDiv_Date {
	position:absolute;
	width:290px;
	height:26px;
	z-index:1;
	left: 257px;
	top: 243px;
	text-align: left;
	color: #000;
}
#apDiv_PacificCollege {
	position:absolute;
	width:312px;
	height:571px;
	z-index:1;
	left: 632px;
	top: 1236px;
	text-align: left;
	padding: 5px;
	border: 1px solid #000;
	visibility: visible;
}
#apDiv_Photo {
	position:absolute;
	width:324px;
	height:851px;
	z-index:1;
	left: 631px;
	top: 370px;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
#apDiv_KhmerTV {
	position:absolute;
	width:150px;
	height:192px;
	z-index:1;
	left: -220px;
	top: 743px;
	text-align: center;
	background-color: #120090;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul {
	font-family: "Gill Sans MT";
	font-size: 13px;
	color: #000;
}



#apDiv_Radio {
	position:absolute;
	width:150px;
	height:223px;
	z-index:9;
	left: 770px;
	top: 377px;
	background-color: #090C13;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#apDiv2 {
	position:absolute;
	width:322px;
	height:200px;
	z-index:1;
	left: 659px;
	top: 1520px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}




.thrColAbsHdr #PageLinks {
	text-align: center;
	background-color: #FFF;
}





/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	border-bottom-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	border-bottom-width: thin;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	color: #FFF;
	background-image: url(../_images/MainImages/Site/CCNZ_logo_Dec2009.gif);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
} 

.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 5px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 1969px;
	left: 462px;
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	height: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	z-index: 10;
	color: #000;
	text-align: left;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 1829px;
	right: -1px;
	width: 325px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	height: 2079px;
	background-color: #000000;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	visibility: visible;
}
.thrColAbsHdr #mainContent {
	text-align: left;
	margin-top: 9px;
	margin-right: 500px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #7A93DF;
	border-right-color: #7A93DF;
	border-bottom-color: #7A93DF;
	border-left-color: #7A93DF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100%;
}
#NewTable {
	background-color: #0FC;
	width: 460px;
}


.thrColAbsHdr #footer {
	padding: 0;
	width: 955px;
	text-align: center;
	background-color: #666;
} 

.thrColAbsHdr #footer p {
	background-color: #999;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	width: 955px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #000;
}
.thrColAbsHdr #date {
	position: absolute;
	top: 59px;
	right: -1px;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #container #sidebar1 links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D4D0C8;
}
.thrColAbsHdr #container #sidebar1 p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00F;
	text-decoration: underline;
	letter-spacing: normal;
	text-align: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 455px;
	text-align: center;
}
.main2 {
	width: 455px;
	margin: 200px;
}

#main2 {
	background-color: #00F;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#advertisement {
	position:absolute;
	width:324px;
	height:2970px;
	z-index:1;
	left: 633px;
	top: 4108px;
	border: thin none #000;
}
#ad_BunRithKuy {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 550px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-left: 10px;
}
#LawrenceChunnLao {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 500px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#GreatAngkorTours {
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 750px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#HolykhemaraHun {
	background-color: #FFF;
	font-family: "Gill Sans MT";
	font-size: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}




.m {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 500px;
}

.MidBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}


h4 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

p {
	font-family: "Gill Sans MT";
	font-size: 100%;
	color: #000;
	line-height: normal;
	font-style: normal;
	text-align: left;
}
img {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	margin-bottom: 5px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

.MultimediaTitle {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}


a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}
a {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #099;
}
#1 {
}
.NewsTable {
	background-color: #0FF;
}
.Links {
	font-family: "Gill Sans MT";
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-align: left;
}
.NewYear {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	border: thin none #000;
}
.thrColAbsHdr #container #PageLinks p {
	text-align: center;
}
.thrColAbsHdr #container #mainContent p .MultimediaTitle iframe {
	text-align: center;
}

