/*	Main Style Sheet for India Wargamers Home Page 
	Author: indiawargamers AT yahoo DOT com	*/

/* Common styles */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body {
	font-size: 9pt;
}

acronym, .titleTip {
	border-bottom: 1px solid #9999CC;
	cursor: help;
}

.doNotDisplay {
	display: none !important;
}


.smallCaps {
	font-size: 110%;
	font-variant: small-caps;
}


/*-- Header --*/

#header {
	height: 4em;
	color: white;
	background-color: #9999CC;
	margin: 0 0 2em 0;
	padding: 0 2.5mm 1ex 4mm;
	border-bottom: 3px solid #ddd;
}

.headerTitle {
	margin: 0 0 0 0;
	padding: 0.5em 0 0 0;
	font-style: italic;
}

.headerTitle a {
	color: rgb(255, 255, 255);
	background-color: transparent;
	text-decoration: none;
	font-size: 83%; 
	font-weight: bold;
	font-style: italic;
}

.headerTitle > a {
	font-size: 105%;  /* For fully standards-compliant user agents */
	font-style: italic;
}

.headerTitle span {
	color: white;
	background-color: transparent;
	font-weight: normal;
}

.headerLinks {
	font-size: 89%;
	position: absolute;
	right: 2ex;
	top: 2.25em;
	padding: 1em 0 0 0;
}

[class~="headerLinks"] {
	top: 1.75em;  /* For fully standards-compliant user agents */
}

.headerLinks a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
	padding: 0 1ex;
}

.headerLinks a:hover {
	color: rgb(255, 255, 255);
	background-color: transparent;
	text-decoration: none;
}


/* ##### Side Bar ##### */

#side-bar {
	font-size: 95%;
	text-align: right;
	width: 10em;
	float: left;
	clear: left;
}

.sideBarTitle {
	background-color: #ddd;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0.5ex 1em 0.5ex 0.5ex;
	border-top: 1px solid #9999CC;
}

#side-bar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#side-bar li {
	margin: 0;
	padding: 1ex 1em 1ex 0.5ex;
	border-top: 1px solid #9999CC;
}

#side-bar li.currentPage {
	margin: 0;
	padding: 1ex 1em 1ex 0.5ex;
	border-top: 1px solid #9999CC;
	border-right: 3px solid #9999CC;
	background-color: #eee;
}

#side-bar a {
	color: rgb(0, 0, 0);
	background-color: transparent;
	text-decoration: none;
}

#side-bar a:hover {
	color: rgb(255, 0, 0) ;
	background-color: transparent;
	text-decoration: underline;
}

.sideBarText {
	text-align: right;
	margin: 0;
	padding: 1ex 1.5ex;
	display: block;
	border-top: 1px solid #9999CC;
}

#side-bar .sideBarText a {
	text-decoration: underline;
}

#side-bar .sideBarText a:hover {
	text-decoration: none;
}

.thisPage {
	font-weight: bold;
}


/* ##### Main Copy ##### */

#main-contents {
	text-align: justify;
	line-height: 1.5em;
	margin: 0 5mm 0 10.5em;
	padding: 0 1em 1ex 1em;
}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.darkerBox {
	color: black;
	background-color: transparent;
	margin: 0 0 1em 0;
	padding: 2ex 2em 0.25em 2em;
	border-left: 1px solid #9999CC; 
}

.lighterBox {
	color: rgb(0, 0, 0);
	background-color: #ddd;
	margin: 0 0 1em 0;
	padding: 2ex 2em 0.25em 2em;
	border: 1px solid #9999CC;
}

.lighterBox a{
	font-size: 90%;
	font-weight: bold;
}

/* Report Credits */
.credits {
	color: rgb(0, 0, 0);
	margin: 0 0 1em 0;
}

.credits ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.credits li.title {
	font-size: 100%;
	font-weight: bold;
	padding: 0.25em 1em 0.25em 0.5em;
	background-color: #ddd;	
	border-bottom: 1px solid #9999CC;
}

.credits li.contents{
	font-size: 90%;
	margin: 0;
	padding: 0.25em 1em 0.25em 0.5em;	
	background-color: #eee;	
}

/* Image description */
.image_description {
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.25em 1em 0.25em 0.5em;	
	background-color: #eee;	
	border-top: 1px solid #9999CC;
}

/* Mails */
.mail {
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.25em 1em 0.25em 0.5em;	
	background-color: #eee;	
	border-left: 1px solid #9999CC;
}

/* bread Crumb display */
.breadCrumb {
	font-size: 90%;
	color: rgb(0, 0, 0);
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0em;
}

/* Player profile pages */
.playerProfile {
	color: rgb(0, 0, 0);
	margin: 0 0 1em 0;
}

.playerProfile ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.playerProfile li.name {
	font-size: 120%;
	font-weight: bold;
	padding: 0.25em 1em 0.25em 0.5em;
	background-color: #ddd;	
	border-bottom: 1px solid #9999CC;
}

.playerProfile li.info{
	margin: 0;
	padding: 0.25em 1em 0.25em 0.5em;	
	background-color: #eee;	
}

/* Quotes  in Reports */
.quote {
	color: rgb(0, 0, 0);
	font-size: 95%;
	text-align: left;
	width: 12em;
	float: right;
	clear: right;
	margin-left: 2em;
	background-color: #eee;
	border-left: 1px solid #9999CC;
}

.quote ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.quote p.quoteText {
	font-weight: bold;
	padding: 0.25em 1em 0.25em 0.5em;
	background-color: #eee;	
}

.quote div.quoteAuthor{
	text-align: right;
	margin: 0;
	padding: 0.25em 1em 0.25em 0.5em;	
	background-color: #ddd;	
}

.article {
	color: rgb(0, 0, 0);
	background-color: #eee;
	margin: 0 0 1em 0;
	padding: 1ex 1em 0.25em 1em;
	border: 1px solid #9999CC;
}

.article a{
	font-size: 90%;
	font-weight: bold;
}


#main-contents h1 {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 156%;
	font-weight: bold;
	margin: 0.25em 0 0.5em 0;
	padding: 0;
}

#main-contents a {
	color: rgb(0, 0, 255);
	background-color: transparent;
	text-decoration: underline;
}

#main-contents a:hover {
	text-decoration: none;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5ex 0;
}

dd {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}


#main-contents table{	
	margin: 0 auto;
	text-align: left;
}

#main-contents table.clear{
	background-color: transparent;
}

#main-contents th.clear{
	background-color: transparent;
}

#main-contents td.clear{
	background-color: transparent;
}

#main-contents th{
	background-color: #ddd;
	text-align: center;
	border-bottom: 1px solid #9999CC;
	border-top: 1px solid #9999CC;
}

#main-contents th.title{
	width: 25%;
	background-color: #ddd;
	text-align: center;
}

#main-contents th.armies{
	text-align: center;
	width: 30%;
	background-color: #ddd;
	text-align: center;
}

#main-contents th.comments{
	text-align: center;
	width: 45%;
	background-color: #ddd;
	text-align: center;
}

#main-contents td{
	background-color: #eee;
	padding: 0.5em, 0.5em, 0.5em, 0.5em;
}

#main-contents td.title{
	width: 25%;
	background-color: #eee;
	text-align: center;
	padding: 0.5em, 0.5em, 0.5em, 0.5em;
}

#main-contents td.armies{
	text-align: center;
	width: 30%;
	background-color: #eee;
	text-align: center;
	padding: 0.5em, 0.5em, 0.5em, 0.5em;
}

#main-contents td.comments{
	text-align: center;
	width: 45%;
	background-color: #eee;
	text-align: left;
	padding: 0.5em, 0.5em, 0.5em, 0.5em;
}

#main-contents td.green{
	background-color: #99CC66;
}

#main-contents span.highlight {
	font-weight: bold;
	font-style: italic;
}

#main-contents span.comment {
	font-size: 90%;
	color: #FF3333;  
}

#main-contents p.author {
	font-size: 95%;
	text-align: left;
	width: 10em;
	float: right;
	clear: right;
	margin-left: 2em;
	background-color: #ddd;
	padding: 1ex 1em 0.5ex 0.5em;
	border-left: 1px solid #9999CC;
}

#main-contents pre.code {
		color: #00008b;
		font-family: "lucida typewriter", lucidatypewriter, monospace;
    font-size: 95%;
}

/* ##### Footer ##### */

#footer {
	color: black;
	background-color: #9999CC;
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	padding: 1.25ex 4mm;
	clear: both;
}

#footer .left {
	float: left;
	clear: left;
}

#footer .right {
	text-align: right;
}

#footer a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.subFooter {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0;
	padding: 1ex 4mm;
	background-color: #ddd;
}

.subFooter a {
	color: rgb(0, 0, 0);
	background-color: transparent; 
	text-decoration: underline;
}

.subFooter a:hover {
	text-decoration: none;
}
