﻿/* CSS Document for Orissa Chess Association */
body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, div {
	margin: 0;
}

.gbox{
	border:1px solid #c2c1c1;
}

.col{
	padding:2px;
}

.topband{
	background-color:#fcca00;
	border-top:1px solid #393939;
}

.logo{
	border-width: 0px;
	margin: 0 0 5px 0;
}

/* >>>>>>>>>>>>>>> Content Styles >>>>>>>>>>>>>>> */

.body{
	font-size:12px;
	color:#707070;
	line-height:17px;
}

a.body:link, a.body:visited{
	text-decoration:underline;
	color:#707070;
}
a.body:active, a.body:hover{
	text-decoration:underline;
	color:#366496;
}

.body1{
	font-size:11px;
	color:#707070;
	line-height:16px;
}
a.body1:link, a.body1:visited{
	text-decoration:underline;
	color:#707070;
}
a.body1:active, a.body1:hover{
	text-decoration:underline;
	color:#366496;
}

.body2{
	font-size:11px;
	color:#366496;
	line-height:16px;
}
a.body2:link, a.body2:visited{
	text-decoration:underline;
	color:#366496;
}
a.body2:active, a.body2:hover{
	text-decoration:underline;
	color:#7c674a;
}

.pagetitle{
	font-size:24px;
	font-weight:bold;
	color:#366496;
	line-height:28px;
	font-weight:normal;
}

.subtitle{
	font-size:15px;
	font-weight:bold;
	color:#707070;
	line-height:18px;
}

.subtitle1{
	font-size:15px;
	font-weight:bold;
	color:#7c674a;
	line-height:18px;
}

.subtitle2{
	font-size:11px;
	font-weight:bold;
	color:#366496;
	line-height:16px;
}
/* >>>>>>>>>>>>>>>>>>> Marquee >>>>>>>>>>>>>>>>>>>>> */

#marqueecontainer {
	position: relative;
	width: 180px; /*marquee width */;
	height: 142px; /*marquee height */;
	overflow: hidden;
	padding: 2px;
}
#marqueecontainer img {
	border: none;
}

/* >>>>>>>>>>>>>>> Top Navigation Styles >>>>>>>>>>>>>>> */

.global { 
	font-size: 11px;
	color: #0164a7;
	line-height: 16px;
	font-family: Tahoma;
}
.global a{
	text-decoration: none;
	color: #0164a7;
}
.global a:active, .global a:hover {
	text-decoration: underline;
	color: #0164a7;
}

.topnav{
	background-color:#366496;
	padding:5px 0;
	margin:0;
	text-align:center;
}

.topnav ul{
	margin:0;
	padding:0;
	display:block;
}

.topnav li {
	padding: 0 20px;
	margin:0 30px;
	list-style-type:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	color:#ffffff;
	line-height:18px;
	display:inline;
	text-align:center;
}

.topnav a{
	padding:0 10px 0 0;
	background:transparent url('../images/icon-nav.gif') no-repeat scroll right 4px;
	color:#ffffff;
	text-decoration:none;
}

.topnav a:hover{
	color:#fcca00;
	text-decoration:none;
}


/* >>>>>>>>>>>>>>> left Navigation Styles >>>>>>>>>>>>>>> */
.leftnav {
	text-align: left;
	padding: 10px 0px 0px 7px;
	margin: 0px;
}
.leftnav li{
	background: transparent url(../images/blt.gif) no-repeat scroll left 5px;
	color: #366496;
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
	margin: 0pt;
	padding: 0px 0px 5px 15px;
	list-style-type: none;
}
.leftnav a {
	text-decoration: none;
	color: #366496;
}
.leftnav a:hover {
	text-decoration: underline;
	color: #366496;
}


/* >>>>>>>>>>>>>>> Footer Styles >>>>>>>>>>>>>>> */
.footer { 
	font-size: 11px;
	color: #0164a7;
	line-height: 16px;
	font-family: Tahoma;
}
.footer a{
	text-decoration: none;
	color: #0164a7;
}
.footer a:active, .footer a:hover {
	text-decoration: underline;
	color: #0164a7;
}

.split{
	padding:0 10px;
}

/* >>>>>>>>>>>>>>> Forms Styles >>>>>>>>>>>>>>> */
#searchform{
	margin:0;	
}

.txtbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:160px;
	color:#393939;
	padding:1px 0;
	line-height:16px;
	border:1px solid #a5acb2;
}

.btnsubmit{
	border:0;
	background:transparent url('../images/bttn-icon.gif') no-repeat scroll left center;
	width:18px;
	height:18px;
}
