.alt1 {
	background-color:rgb(196,196,255);
}
.alt2 {
	background-color:rgb(166,166,225);
}
.red {
	background-color:rgb(255,181,181);
}
.box {
	border:1px solid black;
}

.sbutton:hover, .ubutton:hover {
	background-color:#481a08;
	color:#cccccc;
}
.nbutton:hover, .sbutton:hover, .ubutton:hover, .xbutton:hover {
	text-decoration:none;
}
.nbutton:hover {
	background-color:rgb(226,226,226);
}
.xbutton:hover {
	background-color:rgb(255,10,10);
}
.nbutton, .gbutton {
	background-color:rgb(196,196,196);
}
.sbutton, .ubutton {
	background-color:rgb(255,255,196);
}
.xbutton {
	background-color:rgb(255,96,96);
}
.pbutton {
	background-color:rgb(255,128,128);
	border:1px solid rgb(222,222,222);
}
.nbutton, .gbutton, .sbutton, .ubutton, .xbutton, .active_yes, .active_no {
	border:1px solid rgb(128,128,128);
}
.nbutton, .gbutton, .sbutton, .ubutton, .xbutton, .active_yes, .active_no, .pbutton {
	/*color:#000000;*/
	padding:0em 0.2em 0em 0.2em;
	text-decoration:none;
	font-size:small;
	font-family:arial;
	font-weight:bold;
}

.active_yes, .active_no {
}
.active_yes {
	color:rgb(128,255,128);
	background-color:rgb(64,128,64);
}
.active_no {
	color:rgb(255,128,128);
	background-color:rgb(128,64,64);
}

.hoverline:hover {
	background-color:rgb(214,214,214);
}

.small1 {
	font-size:90%;
}
.small2 {
	font-size:85%;
}
.sep1 {
	height:4px;
}

.b-b {
	border-bottom:1px solid;
}

.warning {
	border: 4px solid rgb(237,135,45);
	padding: 2px;
	background-color:rgb(255,255,255);
	font-weight: bold;
}

div.imgtip {
	padding:0px;
	border:1px solid black;
	background-color:rgb(196,196,196);
}

div.sprite_nw, div.sprite_ne {
	overflow:visible;
	position:absolute;
	top:0px;
}
div.sprite_nw {
	left:0px;
}
div.sprite_ne {
	right:0px;
}
div.rel {
	position:relative;
}

div.show_caption, div.description, div.desc_edit {
	border:1px solid #000000;
	background-color:rgb(160,196,213);
	padding:4px;
	min-width:100px;
}
div.show_caption, div.description {
	max-width:200px;
	overflow:hidden;
}
div.dw2 {
	min-width:250px;
}
