/** Add css rules here for your application. */
a:link {color: #990099}
a:visited {color: #990099}
a:active	{color: #990099}

.top{
  color: #ebebeb;
  background-color: #990099;
  border: 2px solid #000;
}

.heading{
  font-size: 4em;
  font-weight: bold;
  padding-top: 35px;
  text-align: center;
}

.stwLogo{
  float: right;
  padding-top: 25px;
  border-bottom: 1px solid blue;
}
.blogList{width: 100%;}
.centerTop{
	background-color: #f2fef2; font-size: 1.5em; text-align: center;
	border-bottom: 1px solid #000; padding: 8px; width: 100%;
}
.latest{font-size: 1.5em;}
.bigPage{float: right;}

.centerPanel{
   width: 100%;
   border: 1px solid;
}

.scroll{border-top: 2px solid #000; border-bottom: 2px solid #000;
       padding: 5px; width: 100%;
}

.bottom{
	background-color: #ebebeb;
	border-top: 2px solid #000;
	padding: 10px; width: 100%;
}

.redfont{ color: red }

.sp1{background-color: white;}
.sp2{background-color: #fff4ff;}
.sp1,.sp2{
padding: 4px; 
text-align: left;  
border-bottom: 1px solid #000;
cursor: hand;
cursor: pointer;
}
.focus{ 
background-color: #ebebeb; 
padding: 4px; 
text-align: left;  
border-bottom: 1px solid #000;
cursor: hand;
cursor: pointer;
}
.green{ 
border-top: 1px solid #000; 
padding: 8px; 
background-color: #f2fef2; 
cursor: hand;
cursor: pointer;
}
.white{ 
border-top: 1px solid #000; 
padding: 8px; 
background-color: white; 
cursor: hand;
cursor: pointer;
}
.entered{ 
border-top: 1px solid #000;
background-color: #ebebeb; 
padding: 8px; 
cursor: hand;
cursor: pointer;
}
.null{padding-top: 12px;} 
.scroogle{padding-top: 4px; padding-bottom: 2px;}
.topLabel{  
border-top: 1px solid #000;
padding: 8px; 
background-color: #f2fef2; 
cursor: hand;
cursor: pointer;
}

.event{ background-color : #ffc9f2; width: 100%}

.left{ background-color: #f2fef2; border: 1px solid #000;}

.frame{height: 100%; width: 100%}
.popup{background-color: white; border: 1px solid #000;}
.feature{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding: 8px; 
background-color: #f2fef2; 
cursor: hand;
cursor: pointer;
}
.bottomline{border-bottom: 1px solid #000;}
