/* CSS definition file containing site wide stylesheets */

.midbird {
	background-image: url( "../assets/images/birdie.gif" );
 	background-repeat: no-repeat;
 	background-position: center
}

.lotusnospace {
	background-image: url( "../assets/images/lotuslong.gif" );
 	background-repeat: repeat-y;
 	background-position: top
}

.smalll {
	font-size: 10px;
 	line-height: 13px;
 	background-color: transparent;
 	background-image: none
}

.mainbox {
	background-color: rgb(255,255,255);
 	background-image: none;
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left: 1px solid rgb(153,0,0);
 	border-right: 1px solid rgb(153,0,0)
}

.borderleft {
	background-color: transparent;
 	background-image: url( "../assets/images/lotus.gif" );
 	background-repeat: no-repeat;
 	background-position: bottom;
 	padding-left: 26px;
 	border-left: 1px dashed rgb(0,0,0)
}

.whitewtopborder {
	background-color: rgb(255,255,255);
 	background-image: none;
 	border-left: 1px solid rgb(153,0,0);
 	border-right: 1px solid rgb(153,0,0)
}

.birdback {
	background-image: url( "../assets/images/birdie.gif" );
 	background-repeat: no-repeat;
 	background-position: bottom
}

.lotus {
	background-color: transparent;
 	background-image: url( "../assets/images/lotus.gif" );
 	background-repeat: no-repeat;
 	background-position: bottom
}

.headbox {
	background-color: rgb(255,255,255);
 	background-image: url( "../assets/images/atigershearthead.gif" );
 	background-repeat: no-repeat;
 	background-position: top;
 	padding: 0px;
 	border-left: 1px solid rgb(153,0,0);
 	border-right: 1px solid rgb(153,0,0)
}