@charset "UTF-8";
/* CSS Document */

body {
	background: #000000 url(img/rainfall_v3_background.jpg) no-repeat fixed top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: arial;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 150%;
	text-align: justify
}
.headline {
	font-size: 14px;
	font-weight: bold;
}

.dark_text {color: #669999}

.small_text {font-size: 10px}

.small_text2 {font-size: 11px}

.small_text3 {font-size: 12px}

.boldblue {color: #00CCCC;
		font-weight: bold;}

a:link {
	color: #66cccc;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #66cccc;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

input
{
color: #999999;
background: #000000;
border: 1px solid #333333
}

input.submit {background-color: #000000; color: #FFFFFF}

textarea
{
color: #FFFFFF;
background: #000000;
border: 1px solid #333333
}

.border img{
border: 1px solid #000000;
}

.border:hover img{
border: 1px solid #FFCC00;
}

.border:hover{
color: #FFCC00; /* irrelevant definition to overcome IE bug */
}

table.featured
{
background-image: url('http://rainfallfilms.com/img/featured_bg_1.jpg');
background-repeat: repeat-x;
background-position: 50% 0%;
}

.med_text {color: #336666;}

#lightbox{
	background-color:#eee;
	padding: 2px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	padding-top: 0.4em;
	color: #000;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://rainfallfilms.com/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://rainfallfilms.com/img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://rainfallfilms.com/img/overlay.png", sizingMethod="scale");
	}

#dhtmltooltip{
	font-size: 11px;
	text-align: left;
	position: absolute;
	border: 1px solid #666;
	padding: 3px;
	background-color: black;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

ul{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
	border: 0;
	line-height: 0%;
}