﻿/* ************* SHAKTHI CHESS ACADEMY - CSS DOCUMENT ************** */

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#80a38e url('../images/pg-bg.gif') repeat-x fixed left top;
}
h1, h2, h3, h4, h5, h6, div, form {
	margin: 0;
}
.fr {
	border:0;
	float: right;
	margin-left: 5px;
}
.fl {
	float: left;
	margin-right: 10px;
}

p{
	margin:1em 0;
}

.ptop {
	margin-top: 0;
}
.pbot {
	margin-bottom: 0;
}
.pno {
	margin: 0;
}
.icon {
	border: medium none;
	margin: 0px;
	vertical-align: bottom;
}

.hr {
	color: #39B44A;
	height:1px;
	margin:0;
	border:0;
	background-color:#39B44A;
}
/* >>>>>>>>>>>>>>>> Headings >>>>>>>>>>>>>>>>> */
.boxhead {
	font-size: 14px;
	color: #086f3c;
	font-weight : bold;
	line-height: 14px;
}

.subtitle {
	font-size: 14px;
	color: #df7b19;
	font-weight : bold;
	line-height: 18px;
}
a.subtitle:visited, a.subtitle:link {
	color: #df7b19;
	text-decoration: underline;
}
a.subtitle:active, a.subtitle:hover {
	color: #df7b19;
	text-decoration: none;
}

/* >>>>>>>>>>>>>>>> Top Navigation >>>>>>>>>>>>>>>>> */
.topnav{
	text-align:left;
	background:#00913f url('../images/nav-bg.gif') repeat-x scroll left top;
	font-size:15px;
	line-height:normal;
	color: #ffffff;
	}

.topnav a{
	color: #ffffff;
	text-decoration: none;
	padding:0 14px;
}

.topnav a:hover{
	color: #ffffff;
	text-decoration:underline;
}
/* >>>>>>>>>>>>>>>> Content Styles >>>>>>>>>>>>>>>>> */
.homebody {
	font-size: 14px;
	color: #737373;
	line-height: 18px;
}
a.homebody:visited, a.homebody:link {
	color: #737373;
	text-decoration: underline;
	}
a.homebody:active, a.homebody:hover {
	color: #737373;
	text-decoration: none;
	font-weight: normal;
}

.body {
	font-size: 12px;
	color: #363636;
	line-height: 16px;
}
a.body:visited, a.body:link {
	color: #363636;
	text-decoration: underline;
	}
a.body:active, a.body:hover {
	color: #363636;
	text-decoration: none;
	font-weight: normal;
}

.body1{
	font-size:11px;
	color:#464956;
	line-height:14px;
}

/* >>>>>>>>>>>>>>>> List Styles >>>>>>>>>>>>>>>>> */
.headline {
	text-align: left;
	padding:2px;
	margin: 0;
}
.headline li {
	background: transparent url(../images/icon-person.gif) no-repeat scroll left 4px;
	color: #363636;
	font-size: 12px;
	line-height: 16px;
	margin: 0pt;
	padding: 0px 0px 14px 18px;
	list-style-type: none;
}
.headline li a {
	text-decoration: none;
	color: #363636;
}
.headline li a:hover {
	text-decoration: underline;
	color: #df7b19;
}

.headline li.last{
	padding-bottom:0;
}
/* >>>>>>>>>>>>>>>> News Box Styles >>>>>>>>>>>>>>>>> */
.newbox{
	border:1px solid #d8d8dc;
	background-color:#f0f0f1;
	padding:8px;
}

/* >>>>>>>>>>>>>>>> Footer Navigation >>>>>>>>>>>>>>>>> */

.footer{
	text-align:right;
	font-size:11px;
	line-height:15px;
	color: #ffffff;
	}

.footernav{
	text-align:right;
	font-size:12px;
	line-height:17px;
	color: #ffffff;
	height:24px;
	}

.footernav a{
	color: #ffffff;
	text-decoration: none;
	padding:0 10px;
}

.footernav a:hover{
	text-decoration:underline;
	color: #ffffff;
}

