#mytable {
	width: 700px;
	padding: 0;
	margin: 40px auto 100px;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1DAD7;
	border-right-color: #C1DAD7;
	border-bottom-color: #C1DAD7;
}

#mytable tr {
	text-align: center;	
}

#mytable th.nobg {
	background-color: #FFF;
	background-image: none;
	border-top-width: 0;
	border-left-width: 0;
	border-right-style: solid;
	border-right-color: #C1DAD7;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 330px;
}


#mytable td.alts {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #C1DAD7;
	border-left-color: #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top:0;
}

#mytable th.specalts {
	border-right-color: #C1DAD7;
	background: #F5FAFA;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top:0;
}
#mytable #phones1 {
	border: 0;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}
#mytable #phones2 {
	border: 0;
	border-top: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}
#mytable #phones3 {
	border: 0;
	border-top: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}
#mytable #phones4 {
	border: 0;
	border-right: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}
#mytable .category {
	background:	#06C;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.mVoted4 { background:#fff; border:1px solid #d5d5d5; padding:4px; margin:0 0 10px; }
