@charset "UTF-8";
/* CSS Document */
#solutionsContent {
	padding-right: 50px;
}
table.events {
	width: 100%;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
   }
table.events h3 {
	margin-left: 5px;
}
table.events  h2 {
	margin-bottom: 10px;
	font-size: 150%;
    }
table.events .EventTypeText {
   padding-top: 10;
  }
table.events td.heading {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00AD00;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	}
table.events td.data {
		color: #000000;
	}
        
table.events .GridViewRowStyle{

	}
table.events .GridViewRowStyle td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	line-height: 115%;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
    }

