#account_table table {
	border-collapse: collapse;
	background: #f2f2f2;
	border-left: 1px solid #d5e2f0;
	font: bold 10pt Arial;
	color: #333333;
}

#account_table td, #account_table th {
	padding: 5px;
	white-space: nowrap;
}

#account_table table a, #account_table table a:visited, #account_table table a:active {
	font-size: 12px;
	text-decoration: none;
}

#account_table table thead a, #account_table table thead a:visited, #account_table table thead a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

#account_table table thead a:hover {
	color: #e2e2e2;
	text-decoration: none;
	border-bottom: none;
}

#account_table table a.delete, #account_table table a:visited.delete, #account_table table a:active.delete {
	color: #c90c0c;
}

#account_table table tbody a:hover {
	color: #eb6410;
	text-decoration: none;
	border-bottom: 1px dashed #bbbbbb;
}

#account_table thead th, #account_table thead td {
	background: #157FCC;
	border-color: #157FCC;
	border-bottom: 1px solid #757575;
	border-left: 0;
	border-top: 0;
	text-align: center;
	font-size: inherit;
	font-weight: inherit;
	color: #fff;
}

#account_table thead tr.two_line th, #account_table thead tr.two_line td {
	background: #157FCC;
}

#account_table tbody th, #account_table tbody td {
	font-size: 12px;
	border-bottom: dotted 1px #333333;
}

#account_table tbody th, #account_table thead th {
	white-space: nowrap;
	border-right: solid 1px #565656;
}

#account_table tbody td {
	text-align: center;
}

#account_table tbody th a, #account_table tbody th a:visited {
	color:#333;
}

#account_table tbody th a:hover {
	color: #eb7d3e;
}


#account_table .form_name {
	width: 100%;
	position: relative;
}

#account_table .form_name .disabled_icon {
	position: absolute;
	top: 0;
	left: 0;
}

#account_table .form_name .padlock_icon {
	position: absolute;
	top: 0;
	left: 20px;
}

#account_table tbody tr.disabled {
	background: #ffecec;
}

#account_table tbody tr:hover, tbody tr.disabled:hover {
	background: #C8D4E9;
}

@media (min-width: 11500px) {
	#account_table tbody th,
	#account_table thead th {
		padding: 8px;
	}
	#account_table tbody th a:visited, #account_table tbody td a:visited {
		font-size: 14px;
	}
	#account_table tbody th a, #account_table tbody td a {
		font-size: 14px;
	}
	#account_table thead th, #account_table thead td {
		font-size: 14px;
	}
}