/* CSS Code for styling Cell Phone Glossary Table */

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}
.widget_polls-widget{
	border:1px solid #ccc;
	padding-bottom:5px;
}
.widget_polls-widget .widgettitle{
	padding:5px;
	background-color:#ccc;
}

/* CSS Table General Option CODE */

#sample {
	border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: rgb(255, 255, 240);
}
#sample th {
        font-size: 16px;
        text-align: center;
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: rgb(204, 204, 204);
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
#sample td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: rgb(204, 204, 204);
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}