﻿/* add global, html selectors, and common classes/id's here */

body 
{
	background-color:#111111;
	width: 100%;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color:black;
	margin-top:10px;
	margin-bottom:10px;
}

.g_container_padding_sides 
{
	padding-left:15px;
	padding-right:15px;
}

.g_container_padding_full 
{
	padding:15px;
	
}


.g_smalltext
{
    font-size: 10px;
}

.g_smalltext_1
{
    font-size: 11px;
}

a.g_whitelink 
{
	color:White;
}

.g_cb 
{
	clear:both;
}

.g_cb_h10 
{
	clear:both;
	height: 10px;
}

.g_pop
{
    color: orange;
}

.g_pspacing p
{
	padding:0.4em 0px;
}

p.g_p 
{
	padding:0.4em 0px;
}

.g_h1 
{
	font-size:20px;
	color:Orange;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
input, select
{
	font-family: 'Helvetica Neue', Arial, sans-serif;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix
{
	zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix
{
	zoom: 1;
}
/* IE7 */

.g_clear
{
	clear: both;
}

.g_center
{
	text-align: center;
}
.g_right
{
	text-align: right;
}
.g_bold
{
	font-weight: bold;
}

.border-on
{
	border: solid 1px green;
}
a:focus
{
	outline: none;
}

a:hover + img
{
	text-decoration: none;
}
.g_block
{
	display: block;
}

a:hover > img
{
	text-decoration: none;
	border: none;
}


select, input
{
	vertical-align: middle;
}




