﻿H1	{font-weight: bold;
	 text-align: center;
	 color: black;
	 font-family: 'Gill Sans', Arial, sans-serif
	 }
	 
body 
{	
	font-family:Verdana; font-size: 12px;	
}

#header
{
	padding: 0px; margin: 0px; width:100%; height:168px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
}


#footer
{
	padding: 0px; margin: 0px; width:100%; height:106px;  
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
}


#footertext
{
	position:relative; top: 100px;
}

#container
{
	height:550px;
	overflow:auto;
}

#centercolcontent
{
	position: absolute; margin-left: 253px; top:168px; 
	padding: 15px 6px 15px 6px; width:500px; height:550px;
	overflow:auto;
}

#leftcol
{
	position: absolute; top: 168px; left: 0px; width: 252px;height:550px;
	background-image: url(../../images/menuback.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 10px;	
}

#rightcol
{
	position: absolute; top: 168px; left: 775px; width: 252px;height:550px;
	background-image: url(../../images/menuback.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#rightTitle
{
	position:absolute; top: 22px; width:225px; height:100px; padding: 0px 0px 0px 20px;
	text-align:center;
}

#leftTitle
{
	position:absolute; top: 22px; width:225px; height:100px; padding: 0px 0px 0px 20px;
	text-align:center;	
}

.MainMenu
{
	position:absolute; top:100px; margin-left: 60px;
	
}

.ticker
{	
	position:absolute; top:100px; margin-left:50px; 
    font-weight:bold;
    font-size:small;
    color:Red;
}

#NewsWindow
{
	position:absolute; top:100px; margin-left:50px; width:200px; height:400px;
    font-weight:bold;
    font-size:small;
    color:Red;	
}

#ebulogo
{
	position:absolute; top:125px; left:10px;
}

#diwaligreeting
{
	position:absolute; top:135px; left:350px;
	visibility:hidden;
}

#dancesite
{
	position:absolute; top:130px; left:775px;
	visibility:hidden;
}

#loginbox
{
	position:absolute; top:0px; left:60px;	
	padding: 2px 2px 2px 2px; font-size: 9px;	
}

#welcomebox
{
	width:180px; height:10px;
	padding: 2px 2px 2px 2px; font-size: 9px;
}


.tabs
{
      position:static;
      top:1px;
      left:10px;
}

.tab
{      
	  background-image : url(../../images/tab.jpg);
	  background-repeat :no-repeat;      
	  background-position : center;
      padding:1px;
      color:Red;
      font-weight:bold;     
      width:120px;
      text-align:center;
}

.selectedTab
{
	  background-image : url(../../images/selectedtab.jpg);
	  background-repeat :no-repeat;      
	  background-position : center;
	  padding :1px;	  
      color:Red;
      font-weight:bold;     
      width:120px;
      text-align:center;	  
}

.tabContents
{
      border-top: ridge 10px Green;    
      padding:10px;
      background-color:white;
      color:black;
}

.IE8Fix 
{ 
	z-index: 100;   
}

.SideBar
{
	background-image : url(../../images/ace.jpg);
	background-repeat :no-repeat;      
	background-position:center;
	vertical-align:middle;
	width:150px;	
}

.SideBarButton
{
	margin-left:25px;
    
}

.profileContent
{
      border-top: ridge 10px Green;    
      padding:10px;
      background-color:white;
      color:black;	
      height:300px;
      overflow:auto;
}

.linklist
{
	text-align:left;
}

.CharityDetails
{
	 position:absolute; top: 75px;	 
}

.hiddenLabel
{
	background-color:LightGreen; 
	font-weight:bold; 
	color:Red;	
}