/* 
Document   : stylesheet
Created on : May 8, 2010, 10:02:52 PM
Author     : admin
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
 margin:0px;
 padding:0px;
 background-color:rgb(50,50,50);
 font-family:"Verdana";
 font-size:10pt;
color: rgb(255,255,255);
text-align:justify;
}

.heading1
{
 font-size:14pt;
 font-weight:normal;

 color:rgb(255,255,0);

 } 

.heading2
{
 font-size:13pt;
 font-weight:normal;
 color:rgb(255,255,0);
 } 

.news_heading
{
 font-size:12pt;
 font-weight:normal;
 color:rgb(255,255,0);
 text-align:center;
 } 


 .text
 {
 font-size:13pt;
 font-weight:normal;
 text-align:justify;
 
  }
  
a {
  text-decoration:none;
  color:rgb(0,0,0);
 }
 
 a:hover
 {
  text-decoration:none;
  color:rgb(0,0,0);
  font-weight:bold;
 
  }
 
.a_normal {
text-decoration:underline;
  color:rgb(255,100,0);
  font-weight:normal;
 }
 
 .a_normal:hover
 {
text-decoration:underline;
  color:rgb(255,100,0);
  font-weight:normal;
  }
 

 .a_contents
 {
  text-decoration:none;
  color:rgb(255,255,0);
  }

 .a_contents:hover
 {
  text-decoration:none;
  color:rgb(255,255,0);
  font-weight:bold;
 
  }

 .blinking
  {
  text-decoration:blink;
  color:red;
  }
  
  table
  {
   margin:0px;
   border:0;
   font-size:11pt;

   } 
   
   td
   {
    border:0px;
    }
    
div#container
{
 width: 970px;
 height:550px;
 background-color:rgb(255,255,255);
 
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 margin-top:0px;
 padding:0px;
 position:relative;
}

div#left_panel
{
 width:235px;
 height:485px;
 text-align:center;
 float:left;
 margin-left:6px;
 margin-right:0px;   
 margin-top:4px; 
 color:rgb(0,0,0);
     
}
div#right_panel
{
 width:715px;
 height:485px;
 float:right;

padding:0px;
}

div#contents
{
    width:650px;
    height:200px;
    position:absolute;
    top:330px;
    left:282px;
    padding:0px;
    margin:0px;
    border:none;  
    background-color:rgb(255,255,255);  
    color:rgb(0,0,0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
	filter:alpha(opacity=65);
	opacity: 0.65;
}

div#infrastructure_menu
{
    width:650px;
    height:30px;
    position:absolute;
    top:80px;
    left:282px;
    padding:0px;
    margin:0px;
    border:none;  
    background-color:rgb(50,50,50);  
    color:rgb(0,0,0);
         opacity:0.65;filter:alpha(opacity=65)
}

#iframe_flash
{
   width:700px;  
   height:469px;
   border:none;
   margin:0px;
   padding:0px;
   position:absolute;
   margin-top:4px;

}
#iframe_contents
{
   width:650px;  
   height:200px;
   border:none;
   position:absolute;
   left:0px;
   top:0px;
}

div#footer
{
font-size:8pt;
position:absolute;
right:160px;
 text-align:right;
}

div#email
{
font-size:8pt;
position:absolute;
top:40px;
right:0px;
 text-align:right;
}

div#green_campus
{
font-size:8pt;
position:absolute;
top:40px;
right:100px;
 text-align:right;
}

.news_item
{
 position:relative;
 text-align:center;

 }
 
 .news_images
 {
  width:260px;
  position:relative;
  float:right;
  text-align:right;
  }
  
 .news_text
 {
  text-align:justify;
 position:relative;
margin:2px;
  } 
.underlinemenu{
font-weight: bold;
width: 100%;
font-size:12pt;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: rgb(255,255,0);
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid; /*bottom border is 3px*/
border-bottom-color: rgb(255,255,255);
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{

border-bottom-color: rgb(255,255,255);
color:rgb(255,255,255);

}