﻿body 
{
	margin:0; 
	padding:0;
	color: #eeeeee;
	background-color: #000000;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, FreeSans, Malayalam, Sans-Serif, Verdana; /* FreeSans and Malayalam for Linux users*/
	font-size: 12px;
	line-height: 17px;
}

div, img, a
{
	padding: 0px;
	margin: 0px;
}

/* Containter */
#container
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
}

#header 
{
	margin:0px; 
	padding:0px 0px 0px 20px;
	background: black;
	padding-top: 10px;
}

.column-in 
{
	margin:0; padding:0.5em 1em;
}
.cleaner 
{
	clear:both;
	height:1px;
	font-size:1px;
	line-height: 0px;
	border:none;
	margin:0; padding:0;
}
	
h1,h2,h3,h4 
{ 
	margin: 0.2em 0 
}

p
{
	margin: 0.5em 0 
}

/* the overflow:hidden helps fix the negative-indent text replacement problem of showing an outline that stretches off the screen when clicked */
a
{
	color: #cccccc; 
	overflow: hidden;
}

/* the outline:none helps fix the negative-indent text replacement problem of showing an outline that stretches off the screen when clicked */
/* doing this just on :hover allows keyboard tabbing to still show the outline */
/* see http://www.maratz.com/blog/archives/2006/01/20/outline-property-for-image-replaced-link/ */
a:hover
{
    color: #ffffff;   
    outline: none;
}

.copy { text-align:center; font-size:80% }

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* Navigation Bar Control */
.navLink{
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 0px -40px;
}

.navLink:hover{
    background-position: 0px 0px ;
}

.navLink h2
{
    text-indent: -9000px;
}

.navBarSepImg{
    float:left;
    margin-left: 15px;
    margin-right: 15px;
}

#navBar
{
    background-color: #000000;
    width: 730px;
    height: 40px;
    margin-top: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0px;
}

#navLogo
{
	float: left;
	margin-left: 20px;
	margin-right: 40px;
	width: 103px;
	height: 44px;
	padding: 0px;
}

.ImageButtonLink
{
	display: block;
    height: 25px;
    width: auto;
	float: left;
	padding: 2px 0px 0px 0px;
    background-image: url('../images/button_middle.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	color: #cccccc;
}

.ImageButtonLink:hover
{
	display: block;
    height: 25px;
	float: left;
	padding: 2px 0px 0px 0px;
    background-image: url('../images/button_middle.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	color: #ffffff;
}


.ImageButtonLeft
 {
    float: left;
    display: block;
    height: 25px;
    width: 10px;
    background-image: url('../images/button_left.gif');
 }
 
.ImageButtonRight
 {
    float: left;
    display: block;
    height: 25px;
    width: 10px;
    background-image: url('../images/button_right.gif');
 }
 
    
.UpDownTileScrollerTitle a
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.UpDownTileScrollerDescription a
{
	font-size: 12px;
	text-decoration: none;
	color: #cccccc;
}

.videoFeaturedText
{
	font-size: 12px;	
}
.videoFeaturedTextMain
{
	font-size: 10px;
	width:230px;	
}

.navBarContainer
{
	height: 30px;
	float: left;
	padding-top: 10px;
}

.stdCopy
{
    color: #c0c0c0;   
}

.tileContainer
{
    width: 98%;
    height: 96%;
    float: left;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #444444;
    background-color: #222222;
    margin: 1px;
}

.minPageHeight
{
    float: left;
    width: 0px;
    height: 300px;   
}

.GotoLinkImage
{
     float: left;
     margin: 0px;
     border-width: 0px;
     padding: 0px;   
}

.photoContainer
{
    background-image: url('../images/ajaxLoading.gif');
    background-repeat:no-repeat;
    background-position: center center;
}

.photoContainerGrey
{
    background-color: #444444;
    background-image: url('../images/ajaxLoadingGrey.gif');
    background-repeat:no-repeat;
    background-position: center center;
}
