/*---------------- Affiliate StyleSheet ---------------

Contains all StyleSheet information for affiliate links.
All StyleSheet names must begin with "ogf_" to not conflict
with the users site.

-------------------------------------------------------*/

/* Cell style for banner box. */
.ogf_bannerBox
{
	border-top:			1px solid #6699CC;
	border-left: 		1px solid #6699CC;
	border-right: 		1px solid #6699CC;
	border-bottom: 		1px solid #6699CC;
	background-color:#000099;
}

/* Cell style for search header. */
.ogf_searchHeader
{
	border-top: 		1px solid #6699CC;
	border-bottom: 		1px solid #6699CC;
}

/* Table style for main search table. */
.ogf_searchTable
{
	background-color: 	#EFEFE7;
	border-left: 		1px solid #6699CC;
	border-right: 		1px solid #6699CC;
	border-bottom: 		1px solid #6699CC;
}

/* Header text style for top of name box. */
.ogf_nameBoxHeader
{
	font-family: 		Arial, Helvetica, Sans-Serif;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#FFFFFF;
	background-color: 	#6699CC;
	padding-left: 		10px;	
}

/* Table style for layer window box. */
.ogf_windowBox
{
	background-color:	#FFFFFF;
	border-left: 		2px solid #6699CC;
	border-right: 		2px solid #6699CC;
	border-bottom:		2px solid #6699CC;
}

/* Table style for whole name box. */
.ogf_nameBox
{
	background-color:	#FFFFFF;
	border-left: 		1px solid #999999;
	border-right: 		1px solid #999999;
	border-bottom:		1px solid #999999;
}

/* Input text style for name text box. */
.ogf_nameBoxInput
{
	font-family: 		arial, helvetica, geneva, sans-serif;
	font-size: 			12px;
	color: 				#000000;
}

/* Label text style for name box. */
.ogf_nameBoxLabel
{
	font-family: 		arial, helvetica, geneva, sans-serif;
	font-size: 			10px;
	color: 				#000000;
}

/* Label text style for text box. */
.ogf_textBoxLabel
{
	font-family: 		arial, helvetica, geneva, sans-serif;
	font-size: 			13px;
	color: 				#000000;
}

/* Text style for standard link. */
.ogf_stdLink
{
	font-family: 		Arial, Helvetica, geneva, sans-serif;
	font-size: 			12px;
	font-style: 		normal;
	color: 				#277ECD;
	text-decoration: 	underline;
}

/* Text style for standard text. */
.ogf_stdText
{
	font-family: 		arial, helvetica, geneva, sans-serif;
	font-size: 			13px;
	color: 				#003366;
}

/* Text style for title. */
.ogf_titleText
{
	font-family: 		arial, helvetica, geneva, sans-serif;
	font-size: 			15px;
	font-weight:		bold;
	color: 				#003366;
}

/* Text style for verdan font medium size. */
.ogf_verdanaMedium		
{
	font-family: 		verdana, arial, helvetica, geneva, sans-serif;
	font-size: 			13px; 
	color: 				#003366;
}

/* Table style for search banner. */
.ogf_bannerBorder
{
	background-color:	#FFFFFF;
	border: 			2px solid #003366;
}

