/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1, p {
	padding: 0;
	margin: 0;
}

a { color: #333333; }
a:link { text-decoration: none; }
a:visited  { text-decoration: none; }
a:hover  { text-decoration: underline; }

#menu_top {
	font-weight: bold;
}

#inner p {
	padding: 0 10px 0 15px;
}

h1 {
	color: #707070;
	margin: 10px 0 5px 15px;
	font-size: 15pt;
	text-indent: -4000px;
	line-height: 27px;
	height: 27px;
}

h1#Tmonitoring { background: url('/img/title_monitoring.png') no-repeat; }
h1#Toutsourcing { background: url('/img/title_outsourcing.png') no-repeat; }
h1#Tha { background: url('/img/title_ha.png') no-repeat; }
h1#Tcdn { background: url('/img/title_cdn.png') no-repeat; }
h1#Tcms { background: url('/img/title_cms.png') no-repeat; }
h1#Tencoding { background: url('/img/title_encoding.png') no-repeat; }

.panel {
	width: 540px;
	height: 110px;
	background: url('/img/panel.png') no-repeat;
	margin: 0 0 10px 10px;
}
.panel h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11pt;
	color: #f5f5f5;
	font-weight: bold;
	margin: -5px 0 5px 0;
	padding: 0;
}

.panel .icontd {
	width: 155px;
	padding-top: 0px;
	text-align: center;
}

.panel div {
	color: #f5f5f5;
	font-size: 8pt;
	padding-right: 5px;
	font-family: "Trebuchet MS", Arial;
}


.block {
    float: left;
}