﻿body 
{
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#000000; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#000000; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#000000;
	
	font-family:Arial, Helvetica, sans-serif;
}

.Category 
{
	font-size:8pt;
	font-family:Century Gothic;
	color:#ffffff;
	
}

.Project 
{
	font-size:7pt;
	font-family:Century Gothic;
	color:#ffd400;
	text-decoration:none;
}

.Title 
{
	font-size:11pt;
	font-family:Century Gothic;
	font-weight:bold;
	}
	
	.More 
{
	font-size:8pt;
	font-family:Century Gothic;
		}
		
		.MoreTitle 
{
	font-size:8pt;
	font-family:Century Gothic;
	font-weight:bold;
		}
		
		.Num 
{
	font-size:8pt;
	font-family:Century Gothic;
	font-weight:bold;
		}
		
		
		
		.GridHeader 
{
	background-color:#ffd400;
	color: #000000;
	font-size:10pt;
}

.GridRow
{
	background-color:#cccccc;
	color: #000000;
	font-size:10pt;
}

.DelLinkBtn 
{
	color:#000000;
	font-size:smaller;
	vertical-align:middle;
}

.White
{
	color:#000000;
}

.btnLinks 
{
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}

.CopyRight 
{
	font-size:7pt;
	font-family:Century Gothic;
	color:#ffffff;
	font-weight:bold;
		}
		
		
#gg22_container 
{
	width: 960px;
	height:538px;
	position:relative;
	background-color:#000;
}

#pNext 
{
	color:#fff;
	font-weight:bold;
	font-size:10px;
	position:absolute;
	left:930px;
	top:254px;
	width:30px;
	height:30px;
	z-index:999;
	background-image:url('img/pnext.gif');
	cursor:pointer;
}

#pPrev 
{
	color:#fff;
	font-weight:bold;
	font-size:10px;
	position:absolute;
	left:0px;
	top:254px;
	width:30px;
	height:30px;
	z-index:999;
	background-image:url('img/pprev.gif');
	cursor:pointer;
}

#gg22_project 
{
	width:900px;
	height:538px;
	position:absolute;
	left:30px;
	background-color:#000;
	
}

#gg22_categories 
{
	width:860px;
	height:30px;
	position:absolute;
	left:20px;
	top:10px;
	background-color:#000;
	opacity: 0.9;filter: alpha(opacity=90);
}

.gg22_category 
{
	float:left;
	margin-left:20px;
	color:#fff;
	height:5px;
	padding-top:8px;
	font-size:10pt;
	cursor:pointer;
}

.gg22_category:hover 
{
	color:#ffd400;
}

.gg22_category a 
{
	text-decoration:none;
	color:#fff;
}

#gg22_details 
{
	width:300px;
	height:100px;
	position:absolute;
	left:20px;
	top:400px;
	background-color:#000;
	opacity: 0.9;filter: alpha(opacity=90);
	padding:10px;
}

.pDetails 
{
	float:left;
	width:85px;
	color:#fff;
	font-size:9pt;
}

.pDetails2 
{
	float:left;
	width:205px;
	color:#fff;
	font-size: 9pt;
}

#pTitle 
{
	color:#ffd400;
	width:280px;
	font-size:10pt;
	padding-bottom:10px;
}