body,html
{
	width:100%; 
	height:100%; 
	margin:0px; 
	padding:0px;
	font-family:Arial; 
	font-size:11px;
	background-color:black;
	background-image:url('../images/loadingPat.gif');
	background-repeat:repeat;
	color:white;
}

p
{

}

a,
a:visited,
a:link
{
	color:#0072bc;
	text-decoration:none;
	font-weight:bold;

}

a:hover,
a:active
{
	color:#2ea8f7;
	text-decoration:underline;
	font-weight:bold;
}

img
{
    border:solid 0px #ffffff;
}



#leftCol
{
    width:250px;
    height:900px;
    background-color:#242525;
    background-image:url(../images/bg_gradient_darkgray.png);
    background-repeat:repeat-x;
    background-attachment:fixed;
    float:left;
    padding:20px;
}

#rightCol
{
    min-width:700px;
    float:right;
    overflow:auto;
}


#pageHolder
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:5;
    width:990px;
    height:100%;
}


#mainBG
{
    position:fixed;
}

#bgImage
{
    position:absolute; 
    left:0px; 
    right:0px; 
    z-index:2;
    background-attachment:fixed;
}

#infoBoxHeading
{
    background-color:#000000;
    height:30px;
    color:#ffffff;
    padding:5px;
    text-align:left;
}

#infoBox
{

    filter:alpha(opacity=85); /* IE's opacity*/
    zoom:1;
    opacity: 0.85;
    background-color:#000000;
    padding:30px;
    padding-top:25px;
    text-align:left;
}

#infoBoxHolder
{
    margin-left:20px;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;
    width:650px;
    background-color:transparent;
    border:solid 2px #000000;
}

.bioHeading
{
    font-size:50px;
    font-weight:bold;
    color:#242525;
    letter-spacing:-0.1em;
    margin-bottom:-18px;
    margin-left:-5px;
}

.watchHeading
{
    font-size:40px;
    font-weight:bold;
    letter-spacing:-0.1em;
    margin-bottom:-18px;
    margin-left:-5px;
}

.imageStyle
{
    border:solid 4px #ffffff;
    filter:alpha(opacity=100); /* IE's opacity*/
    zoom:1;
    opacity: 1.00;
}

.descriptionVideo
{
    text-transform:uppercase;
    letter-spacing:0.5em;
    font-weight:bold;
    font-size:11px;
    color:#535353;
    margin-top:0px;
}

.headingVideo
{
    letter-spacing:-0.05em;
    font-size:22px;
    font-weight:bold;
    margin-bottom:0px;
    
}

.watchAccHeaderSelected
{
    color:#0072bc;
}

.watchAccHeader
{
    color:#242525;
    cursor:pointer;
}

.watchAccContent
{
    overflow:hidden;
}

.selected
{
    color:#0072bc;
}

.notSelected
{

}