﻿/* View Announce | Event */
div#views_Announce {
	margin: 5px
}
div#views_Announce table{
	color: #777;
	font-size: 14px;
	line-height: 125%;
}
div#views_Announce td {
	padding: 2px;
}
div#views_Announce td#views_Announce_items {
    height: 25px;
	padding: 2px 2px 2px 18px;
    font-size: 90%;
    color:#777777;
	border-bottom: 1px solid #F3F3F3;
	background: url(/med/sites/default/files/public/img/icon/bullet-light-green01.jpg) no-repeat 2px 10px;
}
div#views_Announce td#views_Announce_items:hover {
	border-bottom: 1px solid #11B8A1;
	background: #F5FCF2 url(/med/sites/default/files/public/img/icon/bullet-dark-green01.jpg) no-repeat 2px 10px;
}
div#views_Announce td#views_Announce_items a, td#views_Announce_items a:visited {
    color: #777777;
    text-decoration: none;
}
div#views_Announce td#views_Announce_items a:hover {
    color: #036A6E;
    text-decoration: none;
}
/* END  View Announce | Event */


/* Right Menu */
div#green_rightmenu {
	margin: 5px
}
div#green_rightmenu table{
	color: #777;
	font-size: 14px;
	line-height: 125%;
}
div#green_rightmenu td {
    height: 25px;
	padding: 2px 2px 2px 18px;
    font-size: 90%;
    color:#777777;
	border-bottom: 1px solid #F3F3F3;
	background: url(/med/sites/default/files/public/img/icon/bullet-light-green01.jpg) no-repeat 2px 10px;
}
div#green_rightmenu td:hover {
	border-bottom: 1px solid #11B8A1;
	background: #F5FCF2 url(/med/sites/default/files/public/img/icon/bullet-dark-green01.jpg) no-repeat 2px 10px;
}
div#green_rightmenu a, a:visited {
    color: #777777;
    text-decoration: none;
}
div#green_rightmenu a:hover {
    color: #036A6E;
    text-decoration: none;
}
/* END  Right Menu */