/* CSS Document */

.bgd_blue {
background-color:#EBF5F5;
}
.bgd_orange {
/*
background-color:#FFEFDF;*/
background-color:#FFF5EC;
}
.bgd_green {
/*(background-color:#E8EFDA;*/
background-color:#ebf5dd;
}
.bgd_grey {
background-color:#EFEFEF;
}

.bgd_yellow {
background-color:#FFFF99;
}

.ws {
COLOR: #CC3300; LINE-HEIGHT: 20px; 
}
.lt_green_box
{
	background-color: #ebf5dd;
	margin: 0;
	/* margin-bottom: 10px;*/
	border: 1px solid #cdcdcd;
	padding: 3px;
}

.green_bgd {
	background: url(/img/gen/help/gr_bgd.gif) repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
}

.green_bgd_short {
	background: url(/img/gen/help/gr_bgd.gif) repeat-x;
}
.sg_green_bgd {
	background: url(/img/research/subguide/bgds/green.gif) repeat-x;
}
.sg_blue_bgd {
	background: url(/img/research/subguide/bgds/blue.gif) repeat-x;
}
.sg_orange_bgd {
	background: url(/img/research/subguide/bgds/orange.gif) repeat-x;
}
.sg_orange__short_bgd {
	background: url(/img/research/subguide/bgds/orange_short.gif) repeat-x;
}
.sg_dk_blue_bgd {
    background: url(/img/research/subguide/bgds/dk_blue.gif) repeat-x;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #333333;
	 FONT-SIZE: small;
}
.sg_boxed4 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	padding: 5px;
	background: url(/img/gen/help/gr_bgd.gif) repeat-x;
}

