@charset "utf-8";
/* CSS Document */


html{
  overflow-x:hidden;
  overflow-y:auto;
}

body, table, td, th, li {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  overflow-x:hidden;
  overflow-y:auto;
}

a:link,
a:visited {
  color:#FF0000;
  text-decoration:none;
}

a:hover {
  color:#cc0000;
    
  }

.titlefield{ /*CSS for RSS title link in general*/
font-family: Verdana, arial, sans-serif;
text-decoration: bold;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;

}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 50%;

}


#altSidebar{ /*This is sidebar*/
width: 30%;
padding: 10px;
border: 0px solid black;
background-color: #fbfbfb;
float:left;
/* for IE */
filter:alpha(opacity=85);
/* CSS3 standard */
opacity:0.85;
}


#mainNews{ /*This is mainNews block*/
width: 60%;
padding: 10px;
float:left;
font-size:1.2em;
color:#fff;
background-color: #000;
float:left;
/* for IE */
filter:alpha(opacity=85);
/* CSS3 standard */
opacity:0.85;
}


#example3{ /*Demo 3 main container*/
width: 1500px;
height: 800px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
font-size:1.2em;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}


#transparentBrand{
font-family:"Arial Black", Gadget, sans-serif;
overflow:hidden;
font-size:1.0em;
color:#fff;
width:100%;
height:99.4%;
left:-1;
padding: 0px;
position:fixed;
float:left;
/* for IE */
filter:alpha(opacity=10);
/* CSS3 standard */
opacity:0.1;
}



#background{
color:#000;
width:100%;
height: 2000;
left:-5;
padding: 0px;
position:absolute;
top:0;
left:0;
}




#LCTIid{
color:#f00;
width:99.4%;
height:110px;
border:5px yellow;
padding: 4px;
float:left;
background-color:#000000;
}

#LCTIid img
{
float:left;
padding-left:5px;
}

#LCTIidHeadline1{ 
font-size:3em;
color:#f00;

}

#LCTIidHeadline2{ 
font-size:1.5em;
color:#fff;

}

#LCTInavbar{
width:99.9%;
height:20px;
color:#000000;
background-image:url(fyi/images/button-background.jpg);
float:left;
/* for IE */
//filter:alpha(opacity=0);
/* CSS3 standard */
//opacity:0.0;

}

#LCTInavbar a:link{
color:#000000;
}
#LCTInavbar a:visited{
color:#6a6a6a;
}
#LCTInavbar a:hover{
color:#ff0000;
}
#LCTInavbar a:active{
color:#ffe404;
}


#dayBlock{ /*Demo 1 main container*/
font-size:1.2em;
width: 200px;
height: 70px;
border: 0px solid black;
padding: 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;


}
#timeDisplay{ /*Demo 3 main container*/
font-size:1.2em;
color:#FFF;
width:300px;
height:85px; 
border: 0px solid navy;
padding: 4px;

}

#PoweredBy{
width:99.9%;
height:30px;
color:#FFFFFF;
background:#2c3189;
padding: 5px;

}

#DailyTicket{
width: 30%;
height: 100px;
color: #000000;
padding: 10px;
border: 0px solid black;
float: right;
overflow: hidden;
}
