/*
===========================================================================
---------------------------------------------------------------------------
			Project 		: www.himcotech.com
			Date 	        : 15 September 2006
			Webmaster 		: Isura Wickramarachchi
			Web		 		: http://www.isandi.com
			Web		 		: http://www.webdesignsrilanka.com
			Address 		: 93/2, Diyagama, Kiriwaththuduwa, Sri Lanka
			Tel     		: ++ 94 71 4316134 / ++ 94 115676314
---------------------------------------------------------------------------
===========================================================================
*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/Sri_Lanka_Computer_BannerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	vertical-align: top;
}
/*========================================================================*/
/* -------------------- General Link Style -------------------------------*/
.Links {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/Sri_Lanka_Link_Over.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*========================================================================*/
/* -------------------- General Link Style -------------------------------*/
.Links a:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	display: block;
	height: 37px;
	font-weight: bold;
	vertical-align: top;
	padding-top:15px;
	text-transform: capitalize;
	color: #2B2F91;
	text-decoration: none;
	background-image: url(../images/Sri_Lanka_Link_Up.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Links a:visited {
	font-family: Tahoma, Arial;
	display: block;
	font-size: 11px;
	height: 37px;
	font-weight: bold;
	vertical-align: middle;
	vertical-align: top;
	padding-top:15px;
	text-transform: capitalize;
	color: #2B2F91;
	text-decoration: none;
	background-image: url(../images/Sri_Lanka_Link_Up.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Links a:hover {
	font-family: Tahoma, Arial;
	display: block;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/Sri_Lanka_Link_Over.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Links a:active {
	font-family: Tahoma, Arial;
	display: block;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/Sri_Lanka_Link_Over.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*========================================================================*/
/* --------------- Curve Boxes TOP & BOTTOM Lines ------------------------*/
.GrayTopLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
}
.GrayBotLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B7;
}
/*========================================================================*/
/* -------------------- NEWS Content Area --------------------------------*/
.NewsContent {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #6F6F6F;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7B7B7;
	border-left-color: #B7B7B7;
	list-style-position: outside;
	list-style-image: url(../images/Sri_Lanka_Computer_BulletAr.jpg);
	list-style-type: circle;
	padding-left: 10px;

}
/*========================================================================*/
/* ---------------- Special banner - promotions---------------------------*/
.SpecialBanner {
	text-align: center;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7B7B7;
	border-left-color: #B7B7B7;
}
/*========================================================================*/
/* ---------------------- News Item Title --------------------------------*/
.NewsTitle {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/*========================================================================*/
/* --------------------- Main Content Area -------------------------------*/
.MainContent {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000066;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	line-height: 15px;
}
.MainContent a:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.MainContent a:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.MainContent a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.MainContent a:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

/*========================================================================*/
/* -------------------- Gray Lines Top Bottom ----------------------------*/
.GrayLine {
	background-color: #CBCBCB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*========================================================================*/
/* -------------------- Bottom Line Red Area------------------------------*/
.BottomRed {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FDD3D5;
	background-color: #E30A12;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/*========================================================================*/
/* -------------------- Bottom Line Blue Area ----------------------------*/
.BottomBlue {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #BCC0BF;
	background-color: #343794;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}
/*========================================================================*/
/* ------------------- Bottom Line Blue Area Links -----------------------*/
.BottomBlue a:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.BottomBlue a:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.BottomBlue a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.BottomBlue a:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
/*========================================================================*/
/* ----------------------- Domain Name Top -------------------------------*/
.Domain {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}
/*========================================================================*/
/* -------------------- END STYLE - DO NOT EDIT --------------------------*/
.Title {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.TextBox {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	border: 1px solid #0099CC;
}
.Buttons {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
}
.Line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

