/*
	CSS Styles for WebDDM example menu:
		"Other"
*/

.other
{
	background-color: #ffffff;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #000000;
	font-size: 11;
/*	border: 1px #ffffff solid;*/
	border-width: 1px 1px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
}

.otherm1
{
	background-color: #ffffff;
	text-align: center;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #000000;
	font-size: 11;
	border-width: 1px 1px 1px 1px;
	border-color: #ffffff;
	border-style: solid;
}

.otherm_down_top
{
	background-color: #ffffff;
	text-align: left;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	line-height: 20px;
	color: #000000;
	border-width: 1px 1px 0px 1px;
	border-color: #999999;
	border-style: solid;
}

.otherm_down_center
{
	background-color: #ffffff;
	text-align: left;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	line-height: 20px;
	color: #000000;
	border-width: 0px 1px 0px 1px;
	border-color: #999999;
	border-style: solid;
}
.otherm_down_bottom
{
	background-color: #ffffff;
	text-align: left;
	vertical-align: Middle; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	line-height: 20px;
	color: #000000;
	border-width: 0px 1px 1px 1px;
	border-color: #999999;
	border-style: solid;
}
.std {
	margin: 1px 1px 0px 1px;
	padding: 0px;
	background-color:#86a562;
}

.std_grey {
	margin: 1px 1px 0px 1px;
	padding: 0px;
	background-color:#757575;
}

.std_green {
	margin: 1px 1px 0px 1px;
	padding: 0px;
	background-color:#86a562;
}
.std_orange {
	margin: 1px 1px 0px 1px;
	padding: 0px;
	background-color:#d06f1a;
}
.std a:link, .std a:visited, .std a:hover
{
	color: #ffffff;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;	
}

.std_grey a:link, .std_grey a:visited, .std_grey a:hover, .std_green a:link, .std_green a:visited, .std_green a:hover,
.std_orange a:link, .std_orange a:visited, .std_orange a:hover
{
	color: #ffffff;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;	
}


.container
{
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #fff solid;
	border-top: 1px #fff solid;
	background-color: #C6C7C6;
}
