/* ====================================================================== */
/* ==| AUTHOR  : Rasika Mahindasiri | ECode Lanka Software (Pvt.) Ltd.|== */
/* ==| PROJECT : Tsunami Website                                       |== */
/* ==| DATE    : 10th February 2004 (Tuesday)                          |== */
/* ==| MODIFY  : 10th February 2004 (Tuesday)                          |== */
/* ==| NOTE    : All the attributes are editable,                     |== */
/* ==|           do NOT change the class names or IDs                 |== */
/* ====================================================================== */


/* ---------------------------------------------------------------------- */
/* = Rules defined for apply GLOBALLY begins from this point forward    = */
/* ---------------------------------------------------------------------- */

body, table {
 	font: normal 10px "MS Sans Serif", Geneva, sans-serif;
	color: White;
	margin-top: 0px;
}

input,select{
	font: normal 10px "MS Sans Serif", Geneva, sans-serif;
	color: Black;
}

p,ul,li{
	line-height: 16px; 
}

a:link,a:visited{
	text-decoration: none;
	color: #DBD9C2;
}
a:hover{
	text-decoration: underline;
	color: #333333;
}

a.sponsor:link,a.sponsor:visited{
	text-decoration: underline;
	color: #ffffff;
}
a.sponsor:hover{
	text-decoration: none;
	color: #333333;
}

.spanHeading{
	font:bold 11px Arial;
	
}

input.txt{
	border:1px solid #C8C8BC;
	background-color:#A8A78C;
}

select.menu{
	border:1px solid #C8C8BC;
	background-color:#A8A78C;
}

input.button{
	border:1px solid #CCCCCC;
	background-color:#454419;
	color:#ffffff;
	width:50px;
}

/* ---------------------------------------------------------------------- */
/* = Rules defined for apply elements begins from this point forward    = */
/* ---------------------------------------------------------------------- */

.tsunami-strip {
	background-image:  url("../tsunami-images/tsunami-strip.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid White;
}

.tsunami-strip2 {
	background-image:  url("../tsunami-images/tsunami-strip2.gif");
	background-repeat: repeat-x;
	border-top: 1px solid White;
}

.tsunami-edge{
	background-color: #6E6A67;
}

.tsunami-heading{
	padding-left: 20px;
}

.tsunami-middleTab{
	background-color: #7C7B5D;
	border-left: 1px solid White;
	border-right: 1px solid White;
}

.tsunami-mainTab{
	border: 6px solid #FFFFFF;
}

.tsunami-bottomTab{
	border-bottom: 1px solid #000000;
}

.tsunami-copyright{
	
	color: #000000;
}

.tsunami-text{
	padding-left: 20px;	
}

.tsunami-rightPad{
	padding-right: 5px;
}

.tsunami-leftPad{
	padding-left: 5px;
}

.tsunami-30leftPad{
	padding-right: 20px;
	text-align:right;
	vertical-align:middle;
}

.tsunami-family1{
	background-color: #89886E;
	text-align: center;
	vertical-align: middle;
	color: #cccccc;
	cursor : hand;
	cursor : pointer;
}

.tsunami-family2{
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	cursor : hand;
	cursor : pointer;
}

.tsunami-topBorder{
	border-top: 5px solid #89886E;
}

.tsunami-family{
	background-color: #89886E;
}
.tsunami-family td{
	border-bottom: 1px solid #6E6A67;
	text-indent: 2px;
	vertical-align: middle;
}
.tsunami-familyHeading{
	background-color: #454419;
}
.tsunami-up{
	background-image: url("../tsunami-images/tsunami-up.gif");
	background-position:20px;
	background-repeat:no-repeat;
}

.tsunami-highlightBack{
	background-color: #929163;
}
.tsunami-rightPadding{
	padding-right:15px;
}
.tsunami-sponsors{
	background-color:#96957D;
	border: 1px solid #ffffff;

}
.donateBack{
	background-color:#96957D;
}

.headerBorder{
	border-bottom: 5px solid #5E3422;
}

.tsunami-bold{
	font-weight:bold;
}