/* -------------------------------------------------------------------
Filename : base.css
Title : Primary CSS file for SMEPDO Website
Author : Aloundeth Panekham
URL : http://www.smepdo.org
License : Copyright 2008, , All Rights Reserved.
Description : This base style sheet imports other style sheets and provides basic styling for XHTML elements for the SMEPDO website.
----------------------------------------------------------------------- */
/*************************/
/*Import CSS for reseting elements*/
/************************/

@import url("initial.css");

/************************/
/*CSS for entire website*/
/************************/

body#en {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, "Saysettha OT";
	font-size: 11px;
	color: #333333;
}

body#la {
	text-align: left;
	font-family: "Saysettha OT";
	font-size: 12px;
	color: #333333;
}

div#wrapper {
	width:	780px;
	margin:	0 auto 0 auto;
	text-align: left;
	overflow: auto;
}

p {
	line-height: 18px;
}



/************************/
/*CSS for Header Section*/
/************************/

div#header {
	width:	100%;
	height: 132px;
	margin: 0 auto 0 auto;
	background: url(../images/banner.png) no-repeat;
}

div#header h1 {
	width: 465px;
	height: 27px;
	margin: 5px 0 0 0;
	padding: 0;
	background:url(../images/title_la.png) no-repeat;
	text-indent: -9999px;
	float: right;
}

div#header h2 {
	width: 500px;
	height: 15px;
	margin: 10px 0 0 0;
	padding: 0;
	background:url(../images/title_en.png) no-repeat;
	text-indent: -9999px;
	float: right;
}

div#header h3 {
	height: 15px;
	margin: 8px 10px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;	
	float: right;
	text-align: right;
	width: 190px;
}

div#header h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

div#header h3 a:hover {
	text-decoration: underline;
}

div#logo {
	width: 134px;
	height: 132px;
	float: left;
	margin: -32px 0 0 0;
	padding: 0;
}



/************************/
/*CSS for Navigation*/
/************************/

div#top_nav ul {
	margin: 8px 0 0 0;
	height: 35px;
	width: 514px;
	background:url(../images/top_nav_bg.png) no-repeat top;
	float: right;
	text-align: center;
	list-style: none;
}

div#top_nav li {
	margin: 12px 0px 0 6px;
	display: inline;
	float: left;
	/*border: solid thin #000000;
	list-style: none;*/
	
}

div#top_nav a {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	background:url(../images/bullet.png) no-repeat left center;
	padding-left: 18px;
}

div#top_nav a:hover {
	color:#FFFF00;
	background:url(../images/bullet_over.png) no-repeat left center;
}

/************************/
/*CSS for content wrapper*/
/************************/

div#content {
	width: 100%;
	background-color: #ffffff;
	overflow: auto;
	margin: 10px 0 0 0;
}

div#content-main {
	float: right;
	margin: 0 2px 20px 0;
	padding: 0;
	width: 540px;
}

div#content-main h1 {
	color: #dd0000;
	font-size: 17px;
	padding: 0;
	line-height: 20px;
	clear: both;
}

div#content-main h1 a {
	color: #dd0000;
	text-decoration: none;
}

div#content-main h1 a:hover {
	color: #0099FF;
	text-decoration: none;
}

div#content-main div#highlight li {
	margin: 10px 0 0 30px;
	padding: 0;
	width: 490px;
	list-style: none;
	display: block;
	float: left;
}

div.text-holder {
	float: left;
	width: 340px;
	height: 130px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/bullet_arrow.png) no-repeat left top;
}

div.text-holder a {
	text-decoration: none;
	color: #0099FF;
}

div.text-holder a:hover {
	text-decoration: none;
	color: #990000;
}

div.img-holder {
	float: right;
	width: 130px;
	height: 100px;
	text-align: center;
	margin: -10px 0 0 0;
	padding: 0;
	background: url(../images/img_holder.png) no-repeat top;
}

div.img-holder img {
	margin: 8px 0 0 0;
}

div#content-main div#event li, div#news li {
	margin: 0 0 0 45px;
	padding: 0 0 0 5px;
	list-style-image: url(../images/bullet_arrow.png);
}

div#content-main div#event a, div#news a {
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div#content-main div#event a:hover, div#news a:hover {
	color:#990000;
}

div#content-sub {
	float: left;
	margin: 15px 0 0 1px;
	padding: 0;
	width: 225px;
}

div#content-sub h3#login-en, h3#login-la {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

div#content-sub h3#login-en {
	background: url(../images/staff_login.png) no-repeat;
}

div#content-sub h3#login-la {
	background: url(../images/staff_login_la.png) no-repeat;
}

div#content-sub form#loginform {
	background: url(../images/staff_login_bg.png) repeat-x;
	width: 209px;
	height: 91px;
	margin: -2px 0 0 0;
	padding: 10px 5px 0 5px;
}

div#content-sub input {
	display: block;
	float: right;
	margin-top: 5px;
}

div#content-sub input#submit {
	display: block;
	float: right;
	clear: both;
	margin-top: 10px;
}


div#content-sub label {
	float:left;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	/*line-height: 20px;*/
	display: block;
	/*border: solid thin #000000;
	height: 20px;*/
}

div#content-sub h3#menu {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/menu.png) no-repeat;
	text-indent: -9999px;
}

div#content-sub h3#news {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/news_f.png) no-repeat;
	text-indent: -9999px;
}

div#content-sub h3#links {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/links_f.png) no-repeat;
	text-indent: -9999px;
}

div#content-sub h3#faq {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/faq_f.png) no-repeat;
	text-indent: -9999px;
}

div#content-sub h3#resource {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/resource_f.png) no-repeat;
	text-indent: -9999px;
}

div#content-sub h3#users {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/users_f.png) no-repeat;
	text-indent: -9999px;
}

div#content-sub h3#aboutsme {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/about_f.png) no-repeat;
	text-indent: -9999px;
}

div#logout {
	width: 214px;
	margin: 0;
	padding: 0;
}

div#logout a {
	text-decoration: none;
	color: #0066FF;
}

div#logout a:hover {
	color: #990000;
}

div#data {
	color: #333333;

}

div#data table {
	color: #333333;
}

div#data th {
	background: url(../images/staff_login_bg.png);
	font-weight: normal;
	border: thin #FFFFFF outset;
	color: #FFFFFF;
	height: 25px;
	text-align: center;
}

div#data td {
	border: thin solid #FFFFFF;
	padding: 0 2px;
	line-height: 15px;
	min-height: 25px;
}

.en {
	font-family: Arial, Helvetica, sans-serif;
}

.la {
	font-family:"Saysettha OT";
}

div#data .soft{
	background-color: #F1EDFF;
	border: thin solid #FFFFFF ;
}

div#data .dark{
	background-color: #CCDBFF;
	border: thin solid #FFFFFF;
}


div#dataform {
	color: #333333;
}

div#dataform input {
	display: block;
	/*margin: 5px 0 0 10px;*/
	/*padding: 2px 2px;*/
	float: left;
	width: 350px;
	margin: 0.3em 0 0.3em 0;
}

div#dataform input.formsubmit {
	display: block;
	float: right;
	clear: both;
	width: 50px;
}

div#dataform br {
	clear: both;
}


div#dataform label{
	display: block;
	float: left;
	clear: left;
	width: 130px;
	padding-right: 1em;
	text-align: right;
	line-height: 1.5em;
}

div#dataform legend {
	font-weight: bold;
}

div#dataform fieldset {
	padding: 1em;
	border: solid 1px #CCDBFF;
}

div.show-data {
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 25px;
}

div.show-data .posted-by {
	font-size: 10px;
	color: #666666;
}

div.show-data h2 {
	color:#0066FF;
	text-decoration: none;
	font-size: 14px;
}

div.show-data h2 a {
	color:#0066FF;
	text-decoration: none;
	font-size: 14px;
}

div.show-data h2 a:hover {
	color: #990000;
	text-decoration: underline;
}

div.show-data a {
	color:#0066FF;
	text-decoration: none;
	font-size: 11px;
}

div.show-data a:hover {
	color: #990000;
	text-decoration: underline;
}

div.show-data .news-image {
	text-align: center;
}

/*div#content-sub ul {
	margin: 10px 0px;
	padding: 0;
	width: 219px;
}

div#content-sub li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 22px;
}

div#content-sub ul.nav li>ul{
/*Make the sub list items invisible
	display: none;
	width: 219px;
	margin-top: -4.2em;
	margin-left: 219px;
}

div#content-sub ul.nav li:hover>ul{
/*When hovered, make them appear
	display : block;
}

div#content-sub .nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect
	display: block;
	padding: 2px 10px;
}


div#content-sub ul.nav li a {
	color: #333333;
	text-decoration: none;
	background: url(../images/menu_bg.png) no-repeat left top;
	display: block;
	margin: 0;
	padding-left: 24px;
	height: 22px;
}

div#content-sub ul.nav li a:hover {
	color: #990000;
	background: url(../images/menu_bg_over.png) no-repeat left top;
}*/

div#content-sub h3#search-box {
	width: 219px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(../images/search_box.png) no-repeat;
	text-indent: -9999px;
}

div#content-sub form#searchform {
	background: url(../images/staff_login_bg.png) repeat-x;
	width: 209px;
	height: 35px;
	margin: -2px 0 0 0;
	padding: 10px 5px 0 5px;
}

div#content-sub input#search-word {
	display: block;
	float: left;
	margin-top: 5px;
}

th, td, td a {
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 2px;
}

td a:hover {
	text-decoration: underline;
	color:#0099FF;
}

ul.resource-l {
	font-size:14px;
	font-weight: bold;
	color: #dd0000;
	list-style-image: url(../images/er-bullet.png);
	float: left;
	width:270px;
	margin-left: 10px;
	padding-left: 2px;
	border: solid thin #ffffff;
}

ul.resource-r {
	font-size:14px;
	font-weight: bold;
	color: #dd0000;
	list-style-image: url(../images/er-bullet.png);
	float: right;
	width: 250px;
	padding-left: 2px;
	border: solid thin #ffffff;
}

ul.resource-list {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	list-style-image:none;
	list-style-type:disc;
}

ul.resource-r li, ul.resource-l li {
	line-height: 24px;
}

ul.resource-r a, ul.resource-l a {
	font-size:14px;
	font-weight: bold;
	color: #dd0000;
	line-height: normal;
	text-decoration: none;
}

ul.resource-list a {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

ul.resource-list a:hover {
	color: #0066FF;
}

ul.link {
	font-size:14px;
	font-weight: bold;
	color: #dd0000;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.link li {
	margin: 0;
	padding: 0;
}

ul.link-list {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	list-style: none;
	margin-left: 28px;
	padding: 0;
}

ul.link-list a {
	color: #0066FF;
}

ul.link-list a:hover {
	color: #990000;
}

br {
	clear: both;
}


#dhtmltooltip{
position: absolute;
width: auto;
border: thin solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/************************/
/*CSS for Footer section*/
/************************/

div#footer {
	width: 100%;
	clear: both;
}

div#bottom-nav {
	height: 20px;
	background: url(../images/staff_login_bg.png);
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}

div#bottom-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

div#bottom-nav a:hover {
	text-decoration: underline;
}

div#copyright {
	text-align: center;
	font-size: 11px;
}