@charset "utf-8";
/* Mission of God Stylesheet*/

/* Menu Styles *****************************/

#MG-Menu {
	padding: 0 0 10px 0;
	width: 180px;
	float: left;
}
.MG-Menu-Header {
	float: left;
	background-color: #1a678d;
	border: 4px solid #1a678d;
	width: 172px;
	height: 22px;
	padding: 7px 0 3px 0; 
}
div.MG-Menu-Header:hover {
	background-color: #fff;
}
div.MG-Menu-Header:hover a {
	color: #1a678d;
	outline: none;
}
div.MG-Menu-Header:hover a:hover {
	color: #1a678d;
	outline: none;
}
.MG-Menu-Header a:link, .MG-Menu-Header a:visited {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	outline: none;
}
#MG-Menu table {
	float: left;
	padding: 0;
	width: 180px;
	border-collapse: collapse;
}
#MG-Menu table tr {
	background-color: #d9ecf3;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#MG-Menu table tr.alt-row {
	background-color: #fff;
}
#MG-Menu table tr:hover td {
	background-color: #1a678d;
}
#MG-Menu table td {
	font-size: 1.1em;
	color: #21536A;
	font-weight: normal;
}
#MG-Menu table td a:link, #MG-Menu table td a:visited {
	color: #21536A;
	text-decoration: none;
	outline: none;
}
#MG-Menu table tr:hover td, #MG-Menu table tr:hover td a {
	text-decoration: none;
	color: #fff;
	outline: none;
}
#MG-Menu table td img {
	display: block;
	border-left: 5px solid #d9ecf3;
}
#MG-Menu table td img.active {
	border-left: 5px solid #1a678d;
}
#MG-Data {
	margin: 0 0 0 10px;
	width: 390px;
	float: left;
}
/* Spry Header *********************************/

.tbl_mg_row_header td {
	border: 1px solid #C1DAD7;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	color: #597780;
	background: #CAE8EA url(/Images/Tables/bg_header.jpg) no-repeat;
	empty-cells: show;
}
/* Spry Odd Lines ******************************/

.tbl_mg_row_odd_line th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 10px;
	color: #486168;
	background: #fff url(/Images/Tables/bullet1.gif) no-repeat;
	font-weight: normal;
	empty-cells: show;
	text-align: left;
}
.tbl_mg_row_odd_line th a:link, .tbl_mg_row_odd_line th a:visited, .tbl_mg_row_odd_line th {
	color: #486168;
}
.tbl_mg_row_odd_line td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 10px;
	color: #486168;
	background: #fff;
	empty-cells: show;
}
.tbl_mg_row_odd_line td a:link, .tbl_mg_row_odd_line td a:visited, .tbl_mg_row_odd_line td {
	color: #486168;
}
/*** Spry Even Lines ***************************/

.tbl_mg_row_even_line th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 10px;
	color: #736c64;
	background: #f5fafa url(/Images/Tables/bullet2.gif) no-repeat;
	font-weight: normal;
	empty-cells: show;
	text-align: left;
}
.tbl_mg_row_even_line th a:link, .tbl_mg_row_even_line th a:visited, .tbl_mg_row_even_line th {
	color: #736c64;
}
.tbl_mg_row_even_line td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 10px;
	color: #736c64;
	background: #F5FAFA;
	empty-cells: show;
}
.tbl_mg_row_even_line td a:link, .tbl_mg_row_even_line td a:visited, .tbl_mg_row_even_line td {
	color: #736c64;
}
/* Spry Hover Line *****************************/

.tbl_mg_row_hover th {
	background: #eaf6ff;
	cursor: pointer;
}
.tbl_mg_row_hover td {
	background: #eaf6ff;
	cursor: pointer;
}
/*** Spry Selected Line ***/

.tbl_mg_row_select th {
	color: #425C7B;
	background: #d5efff;
	cursor: pointer;
}
.tbl_mg_row_select td {
	color: #425C7B;
	background: #d5efff;
	cursor: pointer;
}
.tbl_mg_row_select td a:link, .tbl_mg_row_select td a:visited {
	color: #39506A;
	cursor: pointer;
}
.ListFeedback {
	height: 32px;
	margin: 15px auto;
	background-color: #fff;
	border: solid 1px #202020;
}
.ListFeedback td {
	padding: 10px;
}
td.ListLoading {
	height: 32px;
	background-image: url(/images/throbber.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}
