/* CSS definition file containing site wide stylesheets */

.blahRT {
	background-color: transparent;
 	background-image: url( "../assets/images/blahblah.gif" );
 	background-repeat: repeat-y;
 	background-position: top;
 	padding-left: 26px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.lightblueborder {
	background-color: rgb(195,224,253);
 	border: 2px dashed rgb(7,89,172);
 	padding: 5px
}

.fithead {
	background-color: rgb(204,51,51);
 	background-image: url( "../assets/images/justheader.gif" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left: 1px solid rgb(0,0,0);
 	border-top: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0)
}

.plaininner {
	background-color: rgb(254,245,229);
 	background-image: none;
 	border: 1px solid rgb(0,0,0)
}

.splash {
	background-image: url( "../assets/images/splash.gif" );
 	background-repeat: no-repeat;
 	background-position: top
}

.rtbox {
	background-color: transparent;
 	background-image: none;
 	padding-left: 26px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.specialyellow {
	background-color: rgb(251,249,150);
 	border: 2px dashed rgb(204,0,0);
 	padding: 5px
}

.widehead {
	background-color: rgb(204,51,51);
 	background-image: url( "../assets/images/lginsidehead.gif" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left: 1px solid rgb(0,0,0);
 	border-top: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0)
}

.innerbknd {
	background-color: rgb(204,51,51);
 	background-image: url( "../assets/images/plainbknd.gif" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0);
 	border-bottom: 1px solid rgb(0,0,0)
}

.blah {
	background-color: transparent;
 	background-image: url( "../assets/images/blahblah.gif" );
 	background-repeat: repeat-y;
 	background-position: top;
 	padding-right: 26px;
 	border-right: 1px solid rgb(221,221,221)
}

.leftwrtborder {
	background-color: transparent;
 	background-image: none;
 	padding-right: 26px;
 	border-right: 1px solid rgb(221,221,221)
}