body
{
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #f9f9f9;
	
	color: #555;
}

h3
{
	margin: 0 0 0 0;
}

th, td
{
	width: 400px;
}

thead, thead tr, th
{
	/*background-color: #f0f8f4;*/
}

th
{
	padding: 0 20px 0 20px;
	font-size: x-large;
	
	height: 43px;
	color: #ccc;
}

tbody tr td
{
	vertical-align: top;
}

.atmLink
{
	text-decoration: none;
	
	/*color: #397861;*/
	font-weight: bold;
}

.container
{
	width: 800px;
	height: auto;
	
	margin: 7% auto;
	
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	
	background-color: white;
	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

.htitle
{
	color: white;
	background-color: #397861;
	padding: 10px 20px;
	
	font-size: 20px;
	/*font-weight: bold;*/
	
	border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.inputH
{
	margin-left: 150px;
	
	padding: 2px 5px;
	font-size: 12px;
	
	width: 200px;
	padding: 2px 10px;
	
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 3px;
	
	border: 0px solid #245845;
	background-color: #245845;
	color: white;
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.25);
}

.inputH::-webkit-input-placeholder
{
	color: white;
}

.inputH:-moz-placeholder
{
	color: white;
}

.inputH::-moz-placeholder
{
	color: white;
}

.inputH:-ms-input-placeholder
{
	color: white;
}

.hcont
{
	min-height: 416px;
	/*padding: 20px;*/
	background-color: white;
	position: relative;
}

.circle
{
	/*#007e40*/
	width: 30px;
	height: 30px;
	
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
}

.#397861circle
{
	background-color: #007e40;
}

.redtext
{
	color: #c0392b !important;
}

.bluetext
{
	color: #3498db !important;
}

.greentext
{
	color: #397861 !important;
}

.halfP
{
	/*border: 1px dashed orange;*/
	width: 396px;
	height: 100%;
	
	overflow: hidden;
}

.ATM
{
	width: 796px;
}

.atmADSL, .atmSHDSL
{
	width: 394px;
}

.atAD, .atSD
{
	color: #ccc;
}

.ETH
{
	width: 796px;
	margin-left: -402px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clear
{
	clear: both;
}

.debugGreen
{
	border: 1px dashed green;
}

.debugRed
{
	border: 1px dashed red;
}

.hidden
{
	display: none;
}