/* CSS Document */
/*copyright © www.ajayshrestha.com.np*/

BODY {
		background-color:#dddddd;
		margin-top:4px;
		cursor:default;
		
		/*SCROLLBAR-FACE-COLOR: #384f5a; SCROLLBAR-HIGHLIGHT-COLOR: #3e5c6b; SCROLLBAR-SHADOW-COLOR: #3e5c6b; SCROLLBAR-3DLIGHT-COLOR: #3e5c6b; SCROLLBAR-ARROW-COLOR: #567686; SCROLLBAR-TRACK-COLOR: #3e5c6b; SCROLLBAR-DARKSHADOW-COLOR: #3e5c6b*/
		
		scrollbar-face-color:#dddddd;
		scrollbar-highlight-color:#dddddd;
		scrollbar-shadow-color:#dddddd;
		scrollbar-3dlight-color:#dddddd;
		scrollbar-arrow-color:#767676;
		scrollbar-track-color:#dddddd;
		scrollbar-darkshadow-color:#dddddd;
}

IMG {
	border:none;
}

#txtbox {
		border:#787878 1px solid;
		background-color:#606060;
		font-family:Tahoma;
		font-size:11px;
		color:#cccccc;
}

.btn {
		border:#aaaaaa 0px solid;
		background-color:#565656;
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		vertical-align:middle;
		color:#aaaaaa;
		height:18px;
		width:58px;
}

/*.req {
		font-family:Tahoma;
		font-size:13px;
		color:#ff0000;
}*/

.date {
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#767676;
		text-align:right;
}

/*---------------------------------------------------------------------------------*/

.headingreen {
		font-family:"Trebuchet MS";
		font-size:15px;
		font-weight:bold;
		color:#b9e909;
		float:left;
		/*text-align:left;*/
		border-bottom:1px dashed #dddddd;
}

.headinorange {
		font-family:"Trebuchet MS";
		font-size:15px;
		font-weight:bold;
		color:#ffa21f;
		float:left;
		/*text-align:left;*/
		border-bottom:1px dashed #dddddd;
}

.headinblue {
		font-family:"Trebuchet MS";
		font-size:15px;
		font-weight:bold;
		color:#6699cc;
		float:left;
		/*text-align:left;*/
		border-bottom:1px dashed #dddddd;
}

.headinyellow {
		font-family:"Trebuchet MS";
		font-size:15px;
		font-weight:bold;
		color:#ffff00;
		float:left;
		/*text-align:left;*/
		border-bottom:1px dashed #dddddd;
}

.headingrey {
		font-family:"Trebuchet MS";
		font-size:15px;
		font-weight:bold;
		color:#aaaaaa;
		float:left;
		/*text-align:left;*/
		border-bottom:1px dashed #dddddd;
}

.snapheadin {
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#6699cc;
		text-align:left;
}

.feedbackheadin {
		font-family:"trebuchet MS";
		font-size:13px;
		color:#efefef;
		text-align:center;
}

.feedbackcontent {
		padding-left:6px;
		font-family:Tahoma;
		font-size:11px;
		color:#cbcbcb;
		text-align:left;
}
/*---------------------------------------------------------------------------------*/

.forphp {
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:ffa21f;
}

.content {
		padding-left:9px;
		font-family:Tahoma;
		font-size:11px;
		color:#cbcbcb;
		text-align:justify;
		padding-right:9px;
}

.salutop {
		padding-left:7px;
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#ffa21f;
		text-align:left;
}

.salubottom {
		font-family:Tahoma;
		font-size:11px;
		color:#cccccc;
		text-align:right;
		padding-right:7px;
}

.borbottom {
		border-bottom:1px dashed #dddddd;
}

.footer {
		font-family:Tahoma;
		font-size:11px;
		color:#a9a9a9;
		text-align:center;
		vertical-align:top;
}

/*---------------------------------------------------------------------------------*/

#favs A:link {
		padding-left:12px;
		font-family:Tahoma;
		font-size:11px;
		font-weight:100;
		color:#ababab;
		text-decoration:none;
}

#favs A:visited {
		padding-left:12px;
		font-family:Tahoma;
		font-size:11px;
		font-weight:100;
		color:#ababab;
		text-decoration:none;
}

#favs A:hover {
		padding-left:12px;
		font-family:Tahoma;
		font-size:11px;
		font-weight:100;
		color:#ccfffe;
		text-decoration:none;
}

/*---------------------------------------------------------------------------------*/

A:link {
		padding-left:0px;
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#6699CC;
		text-decoration:none;
}

A:visited {
		padding-left:0px;
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#6699CC;
		text-decoration:none;
}

A:hover {
		padding-left:0px;
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		color:#00CCFF;
		text-decoration:none;
}