/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Basic Style Sheet
version: 1.1
author: sujan ratna bajracharya
email: sujan.bajracharya@yomari.com.np
website: http://www.sujan.net.np/
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

* { /* Setting margin and padding 0 for all */
	margin: 0;
	padding: 0;
}

body
{
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma;
	line-height: 18px;
	text-align: left;
	color: #333;
	background-color: #002d58;
}

td
{
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Tahoma;
	text-align: left;
}

/* =Backgrounds
-------------------------------------------------------------------*/
.bgleft
{
	width: 10px;
	background: #002d58 url(../images/bgleft.gif) repeat-y top left;
}

.bgright
{
	width: 10px;
	background: #002d58 url(../images/bgright.gif) repeat-y top left;
}

.bgbox
{
	width: 830px;
	background: #f0ede1 url(../images/bgbox.gif) repeat-y top left;
}

.boxbg
{
	width: 210px;
	background: #f0ede1 url(../images/boxbg.gif) repeat-y top left;
	padding: 10px 10px 0 20px;
}

.boxbg2
{
	width: 210px;
	background: #f0ede1 url(../images/boxbg.gif) repeat-y top left;
	padding-left: 20px;
}

.sidebox
{
	width: 227px;
	background: #FFD28F url(../images/sidebg.gif) repeat-x top left;
	padding: 10px;
	border-left: 3px #fff solid;
}

.dotred
{
	background: url(../images/dotred.gif) repeat-x top left;
	height: 10px;
}

.dotlight
{
	background: url(../images/dotlight.gif) repeat-x top left;
	height: 10px;
}

.hr
{
	background: url(../images/hr.gif) repeat-x 0px 10px;
	height: 20px;
}

#flashfront
{
	background: url(../images/flashpic.jpg) no-repeat 0 0;
	height: 271px;
	width: 580px;
}


/* =Borders
------------------------------------------------------------------ */

.borderspecial
{
	border: 3px #c9c5b7 solid;
}

.borderwhite
{
	border: 3px #fff solid;
}


/* =Images
------------------------------------------------------------------ */

.imgL
{
	float: left;
	padding: 0 10px 5px 0;
}

.imgR
{
	float: right;
	padding: 0 0 5px 10px;
}


/* =Navigation
------------------------------------------------------------------ */

#topNav
{
	margin: 0;
	padding: 0;
	text-align: left;
	height: 36px;
}

.navtop
{
	background-color: #09c;
}

.mainnav
{
	background: #f0ede1 url(../images/mainnavbg.gif) no-repeat top left;
	width: 830px;
	height: 45px;
	text-align: right;
}

.mainnavadmin
{
	background: #f0ede1 url(../images/mainnavbg1.gif) no-repeat top left;
	width: 830px;
	height: 45px;
	text-align: right;
}


/* =Links
------------------------------------------------------------------ */
a
{
	color: #D63F3C;
	text-decoration: none
}

a:hover, a:focus
{
	color: #0099CC;
	text-decoration: none;
}





/* =Footer
------------------------------------------------------------------ */
.footer tr td
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 20px;
}

.footer tr td a
{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}




/* heading */

h1
{
	margin: 0 0 5px 0;
	font: normal 14px  Verdana;
	color:#E16F09;
	padding-bottom: 5px;

}

h2
{
	font: bold 12px  Verdana;
	color:#000;
	padding-bottom: 10px;

}

h3
{
	margin: 0 0 5px 0;
	font: normal 15px  Verdana;
	color:#CC0000;
	padding-bottom: 5px;

}

.dataTable1
{
	border: 1px #E16F09 solid;
	border-collapse: collapse;
}




/* =Form Properties
------------------------------------------------------------------ */

input.inpsearch
{
	border: 1px #fff solid;
	background-color: #fff;
	height: 18px;
	width: 194px;
}

input
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
	border: 1px solid #ddd;
}

select
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
	border: 1px solid #444;
}

textarea
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
	border: 1px solid #ddd;
	overflow: auto;
}

.noborder
{
	border: none;
}

.btn
{
	font-weight: bold;
	border: 1px solid #FF6600;
	background-color: #FF6600;
	color: #fff;
	padding: 3px 0 3px 0;
}

/* Styles for Table */

.dataTable
{
	border: 1px #FF9900 solid;
	border-collapse: collapse;
}

.dataTable tr.row1 td
{
		border: 1px #FF9900 solid;
		padding: 4px;
}






/* =Table
------------------------------------------------------------------ */

table.dataTable tr td
{
	padding: 10px;
}

table.dataTable tr.rowtitle td
{
	font-weight: bold;
	background-color: #FF9900;
	color: #fff;
}

table.dataTable tr.row td
{
	background-color: #F9E2BF;
}

table.tblLogin tr td
{
	padding: 2px;
	color: #fff;
}


/* =Table for Hotel Tarrif
------------------------------------------------------------------ */

.dataTable2
{
	border: 1px #F0EDE1 solid;
	border-collapse: collapse;
}

.dataTable2 tr.rowtitle2 td
{
	font-weight: bold;
	background-color: #aaa;
	color: #fff;
	padding: 4px;
}

.dataTable2 tr.row2 td
{
		border-bottom: 1px #ccc solid;
		padding: 4px;
		
}

