body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
            border: 0 none;
            font-family: inherit;
            font-size: 100%;
            font-style: inherit;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
}     
* {
    margin:0;
    padding:0;
}
body {
    font-family: Mangal,Raghu,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
}


/* Horizontal Clock Widget */

#canvas {
	float: left;	
}
#ccontainer {
	position: relative;
	cursor:pointer;		
}
.cglass {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/glass_dial.png) no-repeat;
	text-indent: -9999em;
	height: 120px;
	width: 120px;
}
#cdetails {
	background: url(./images/today_skin_sn.png) 80px 0 no-repeat;
	color: #fff;
	width: 266px;
	text-align: center;
	font-size: 13px;
	height: 120px;
}
.cmonthyear {
	padding-top: 6px;
	display: block;
}
.cdate {
	display: block;
	font-size: 55px;
	line-height: 0.85;
	padding-bottom: 8px;
}

.cdate_eng{
	font-size:11px;
	color:#6bb895;
}

.cday {
	display: block;
}
.ctithi {
	display: block;
}