﻿@import url("css/style.css");	
@import url("css/homepage.css"); 
@import url("PEWebsite.css");
@import url("css/asktheexpert.css");
@import url("css/leftsidebar.css");
@import url("css/aboutus.css");
@import url("css/contactus.css");
@import url("css/submitnews.css");
@import url("css/newsdetails.css");
@import url("css/subscription.css");
@import url("css/jobboard.css");

div.newsTicker {
 position: relative;
 width: 758px;
 overflow: hidden;
 height:20px;
 margin-left:-15;
}
div.newsTicker ul li 
{
 position:relative;
 white-space: nowrap;
 float: left;
 padding-right: 30px; /* don't change to margin = margin between news items */
 color:Black;
 height:5px;
 


	
}		
	

.modalBackground 
{ 
    background-color:gray;
    filter:alpha(opacity=97);
    opacity:0.97;
}
.modalBackgroundInner
{ 
    background-color:gray;
    filter:alpha(opacity=100);
    opacity:1.00;
}
        
#text_box_container
{
	float: left;
	height: 85px;
	width: 360px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	background: url( images/emailsubbg2.png);
}

a:link.NewNewsTitle 
{
	font-size:small;
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}
a:visited.NewNewsTitle 
{
	font-size:small;
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
	
}
a:hover.NewNewsTitle 
{
	font-size:small;
	color: White;
	text-decoration:none;
	font-weight:bold;
	

}
a:active.NewNewsTitle 
{
	font-size:small;
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;

}



    a:link.whitelink
    { 
		color: white;
		text-decoration:underline;
				
	}
    a:visited.whitelink 
    { 
		color: white;
		text-decoration:underline;
				
	}
    a:hover.whitelink 
    { 
		color: white;
		text-decoration:underline;
				
	}
    a:active.whitelink 
    { 
		color: white;
		text-decoration:underline;
				
	}

    a:link.redlink
    { 
		color: Red;
		text-decoration:underline;
				
	}
    a:visited.redlink 
    { 
		color: Red;
		text-decoration:underline;
				
	}
    a:hover.redlink 
    { 
		color: Red;
		text-decoration:underline;
				
	}
    a:active.redlink 
    { 
		color: Red;
		text-decoration:underline;
				
	}
	
	
	
	a:link.blacklink
    { 
		color: Black;
		text-decoration:none;
				
	}
    a:visited.blacklink 
    { 
		color: Black;
		text-decoration:none;
				
	}
    a:hover.blacklink 
    { 
		color: Black;
		text-decoration:underline;
				
	}
    a:active.blacklink 
    { 
		color: Black;
		text-decoration:none;
				
	}
	
	
	
	
  /* 
   a.infotooltip{
    position:relative; 
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.infotooltip:hover{z-index:25; background-color:#ff0}

a.infotooltip span{display: none}

a.infotooltip:hover span{ 
    display:block;
    position:absolute;
    top:0em; left:7em; width:30em;
    border:0px solid #0cf;
    background-color:#EEDD82; color:#000;
    text-align: left;
    font-weight:normal;} 
*/
        .infotooltip { position:relative; z-index:24; }
        .infotooltip div { display:none;}
        .infotooltip div span.arrow { 
			 width: 0;
			 height: 0;
			 line-height: 0;
			 border-bottom: 20px solid Red;
			 border-right: 10px solid transparent;
			 position: absolute;
			 top: -20px;
			 left: 10px;}
        .infotooltip:hover {z-index:25;}
        .infotooltip:hover div {
			display:block;
			position:absolute;
			width:300px;
			top:20px;
			left:120px;
			background-color:#FFCC66;
			padding:5px;
			font-size:12px;
			color:Black;
			text-decoration:none;
			font-family:Verdana;
			text-align:left;
			border: solid 1px Red;
			font-weight:bold;
        }