/* Global BEGIN */
body {
	background: url("../../global/img/blank.gif") no-repeat scroll center top #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	background-color: #ccc;
}

h3 {
	margin:10px 0;
}

p {
	line-height: 16px;
	margin: 10px 0;
}

ul {
	margin: 14px 0 0 0;
}

ul li {
  font-size: 14px;
  padding: 4px 15px 10px 20px;
  list-style-type: none;
  line-height: 16px;
}

ol li {
  font-size: 14px;
	padding: 3px 0 0 0;
	line-height: 16px;
	margin: 0;
}

ol {
	margin: 0 0 0 23px;
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
	margin: 0 0 0 23px
}

ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

form {
	margin: 10px 0;
}

#mainContent {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 20px 0;
}
.mainContainer {
	border: 1px solid #ccc;
	background-color: #fff;
}
table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
/* Global END */


/* Blacklist and Whitelist BEGIN */
#blacklist table, #whitelist table {
	width: 860px;
}

#blacklist th.col1, #blacklist td.col1, #whitelist th.col1, #whitelist td.col1 {
	width: 200px;
	text-align: left;
}

#blacklist th.col2, #blacklist td.col2, #whitelist th.col2, #whitelist td.col2 {
	width: 100px;
	text-align: left;
}

#blacklist th.col3, #blacklist td.col3, #whitelist th.col3, #whitelist td.col3 {
	width: 280px;
	text-align: left;
}

#blacklist th.col4, #blacklist td.col4, #whitelist th.col4, #whitelist td.col4 {
	width: 280px;
	text-align: left;
}

#blacklist .colA, #whitelist .colA {
	width: 460px;
	padding: 0 20px 10px 0;
	float: left;
}

#blacklist .colB, #whitelist .colB {
	width: 460px;
	padding: 0 0 10px 20px;
	float: right;
}
/* Blacklist and Whitelist END */