/******************************************************************************/
/*  tablarahul.com stylesheet                                                 */
/*  Author: Sanjeev Nayak                                                     */
/*  Copyright (C) 2008 tablarahul.com. All rights reserved.                   */
/******************************************************************************/

/* black background, and no browser margins */
body.back {
    background: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* hack to get the table height=100% */
html, body{height:100%}

/* to make the links glow in white when mouse is moved over them */
a:hover {color: #d39a17;
}

/* top navigational links */
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}

/* content on every page */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	text-align:justify;
}

/* footer text */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6d6e71;
	text-decoration: none;
}

/* text, links on contact page */
a:hover.contact {color: #ffffff;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* div container for the table with scrollbar to show the content */
div.container {
    width: 85%;
	height: 157px;
    overflow: auto;
    scrollbar-track-color: #000000;
	scrollbar-face-color: #0d0d0d;
	scrollbar-shadow-color: #000000;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #6d6e71;
    padding-right: 12px;
}


