/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
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: Verdana, Tahoma, Arial;
	line-height: 18px;
	color: #fff;
	background: #6cc url(../images/bodybg.gif) repeat-x top left;
}

td
{
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Tahoma, Arial;
}


/* =Random Backgrounds
------------------------------------------------------------------ */

.loadingbg
{
	background: url(../images/loadingbkgrdpic.gif) no-repeat top center;
	height: 346px;
}

#randombg
{
	text-align: center;
	width: 100%;
}

#randombg .admin
{
	background: url(../images/bkgrdpicadmin.jpg) no-repeat top center;
	height: 346px;
}

#randombg .home
{
	background: url(../images/bkgrdpic.jpg) no-repeat top center;
	height: 346px;
}

#randombg .bg1
{
	background: url(../images/bkgrdpic1.jpg) no-repeat top center;
	height: 346px;
}

#randombg .bg2
{
	background: url(../images/bkgrdpic2.jpg) no-repeat top center;
	height: 346px;
}

#randombg .bg3
{
	background: url(../images/bkgrdpic3.jpg) no-repeat top center;
	height: 346px;
}

#randombg .bg4
{
	background: url(../images/bkgrdpic4.jpg) no-repeat top center;
	height: 346px;
}

#randombg .bg5
{
	background: url(../images/bkgrdpic5.jpg) no-repeat top center;
	height: 346px;
}


/* =Main Content
------------------------------------------------------------------ */

#maincontent
{
	text-align: left;
	width: 900px;
	margin: 0 52 0 51px;
	padding: 0;
}

#maincontent .contentsleft
{
	float: left;
	width: 640px;
	margin: 0 20 0 0px;
	background-color: #600;
	clear: none;
}

#maincontent .contentsright
{
	float: right;
	width: 240px;
	margin: 0;
	background-color: #066;
	clear: none;
}

.contents
{
	margin: 10 30 10 30px;
}

.contentsside
{
	margin: 10 18 10 18px;
}


/* =Typography
------------------------------------------------------------------ */

h1
{
	font: 19px Arial, Verdana, Tahoma;
	color: #cf0;
	margin: 0 0 5 0px;
}

h3
{
	font: bold 13px Arial, Verdana, Tahoma;
	color: #cf0;
	margin: 0 0 3 0px;
}

h4
{
	font: bold 12px Arial, Verdana, Tahoma;
	margin: 0 0 3 0px;
}

p
{
	font: 11px Verdana, Tahoma, Arial;
	line-height: 18px;
	margin: 0 0 15 0px;
}

.small
{
	font-size: 10px;
}

.white
{
	color: #fff;
}

.yellow
{
	color: #cf0;
}

.orange
{
	color: #fc0;
}

.dimtext
{
	color: #c33;
}

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

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


/* =UL, OL
------------------------------------------------------------------ */

ul.arrow li
{
	margin: 0 0 5 20px;
	list-style-image: url(../images/arrow.gif);
}


/* =Links
------------------------------------------------------------------ */

a
{
	color: #cf0;
}

a:hover, a:focus
{
	color: #fff;
}

a.more
{
	color: #fc0;
}

a.more:hover, a.more:focus
{
	color: #fff;
}

a.bluelink
{
	color: #069;
}

a.bluelink:hover, a.bluelink:focus
{
	color: #055;
}

a.dimlink
{
	color: #c33;
}

a.dimlink:hover, a.dimlink:focus
{
	color: #c33;
	text-decoration: none;
}

a.nou, a.nou:hover, a.nou:focus
{
	text-decoration: none;
}


/* =Seperators
------------------------------------------------------------------ */

.dotred
{
	background: url(../images/dotred.gif) repeat-x 0px 16px;
	height: 41px;
}

.dotwhite
{
	background: url(../images/dotwhite.gif) repeat-x 0px 16px;
	height: 41px;
}

.dotredh
{
	background: url(../images/dotred.gif) repeat-x 0px 25px;
	height: 26px;
}

.dotwhiteh
{
	background: url(../images/dotwhite.gif) repeat-x 0px 25px;
	height: 26px;
}


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

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

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

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

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

.noborder
{
	border: none;
}

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

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

table.dataTable tr.rowtitle td
{
	background-color: #C00;
}

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




/* =Footer
------------------------------------------------------------------ */

#footer
{
	font-size: 10px;
	color: #055;
	text-align: left;
	width: 900px;
	margin: 0 50 0 50px;
	padding: 10 0 0 0px;
	clear: both;
}