.gs_BannerArea
{
	width:950;
	height:220px;
	background-image:url('/img/gs_Banner_Green.png');
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin-bottom:2px;
}

.gs_FrontPageBoxBackground
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7ffe7));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7ffe7));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #e7ffe7);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #e7ffe7);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #e7ffe7);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #e7ffe7);	/* background: #d7f5d3; */ /* green */
}

.gs_SignText
{
	font-size: 12px;
	color: #003300;
	/* font-style: italic;*/
}

.gs_RecentSessionsHeading
{
	font-size: 11px;
	color: #003300;
	font-weight: bold;
}

.gs_RowHighlite
{
	background-color: #A3FF85;
}

.gs_ResSummary
{
	background-color: #d6ffd6;
	border:1px solid #c0c0c0;
	border-radius:5px; 
	width:550px;
}

.gs_ResSelected
{
	font-weight:bold;
	color:#178A32;
}

.gs_h3_selected a:link
{
    color: #000080;
}

.gs_RecentSessionsArea
{
	background-color: #E3FCE4;
	margin-top: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 260px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.gs_RowNormal
{
	background-color: #E3FCE4;
}

.gs_RowSelected
{
	background-color: #c0c0c0;
}

a:hover
{ 
	text-color:#ffff00;
}

/* Tool tip START */

a.tip2 {
  position: relative;
  text-decoration: none;
}
a.tip2 span {display: none;}
a.tip2:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: left;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -50px;
  background: rgba(0,66,0,.7);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #ffffff;
  font-size: .90em;
}

/* Tool tip END */

.gs_h2
{
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	/* color: #1C4195; blue*/
	color: #666666;
	font-family: 'Coming Soon', 'Cantora One', Fertigo;
	text-shadow: 3px 3px 8px #c0c0c0;
	padding-top:0px;
	line-height: normal;
}

.gs_h3
{
	font-size: 13px;
	font-weight:bold;
	margin-top:8px;
	
	/* color: #1C4195; blue*/
	/*color: #666666;*/
}

