/* CSS Document */

/***********/
/* CONTENT */
/***********/

.content {
	width: 100%;
	height: auto;
	position: relative;
}

.middleColumn {
	width: 100%;
	float: left;
}

.introIcon {
	float: left;
	margin-top: 12px;
	margin-left: 8px;
	float: left;
	height: 79px;
	width: 56px;
}

.content .article fieldset table {
	border: 2px solid #c7e2f1;
}

.content .article fieldset table tr th {
	background-color: #c7e2f1;
	padding: 20px 3px 3px 3px;
}

.content .article fieldset table tr td {
	border-bottom: 1px solid #c7e2f1;
	padding: 10px 3px 0px 3px;
}



.squareModule div {
	float: left;
	width: 217px;
	height: 148px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 15px;
	background: url(/images/mobihel/intro_square.png) top left no-repeat;
	behavior: url(css/iepngfix.htc);
}

div.small {
	width: 217px;
	height: 78px;
	background: url(/images/mobihel/intro_square_small.png) top left no-repeat;
	behavior: url(css/iepngfix.htc);
	padding-left: 15px;
}

div.nobaloon {
	clear: both;
	background: none;
	width: auto;
	height: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: -5px;
	float: none;
}

div p.small {
	margin: 0px;
	padding: 0px;
	height: 1px;
}

.squareModule div h2 {
	background: none;
	font-style: italic;
	font-weight: bold;
	color: #082376;
	font-size: 1em;
	padding-left: 0px;
	padding-top: 15px;
	margin: 0px;
	line-height: 1.1em;
}

.squareModule div h2 a {
	text-decoration: none;
	color: #082376;
}

.squareModule div h2 span {
	font-size: 0.8em;
	font-weight: normal;
}

.squareModule div h2.boxtitle {
	padding-top:0px;
}

div.small h2 {
	padding-left: 0px;
	background: none;
}

.squareModule div p {
	color: #000000;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 10px 10px 0 68px;
	margin: 0px;
}

.squareModule div p.boxparagraph {
	padding-top: 5px;
}

.squareModule div p a {
	color: #2E8E06;
	text-decoration: none;
}

.squareModule div p a:hover {
	text-decoration: underline;
}

.squareModule div img.introIcon {
	float: left;
	margin-top: 12px;
	margin-left: 8px;
	height: 79px;
	width: 56px;
}

.squareModule div.noIcon h2, .squareModule div.noIcon p  {
	padding: 3px 0px 0px 12px;
}

.squareModule div img { behavior: url("css/iepngfix.htc") }

