/*  Theme Name: IFPA 2017 theme
	Description: Main theme for the IFPA website
	Author: Brian Shepherd
*/

body {
	background-color: #2F4E6E !important;
	color: #333333;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 auto 0;
	line-height: 20px;
}

/***** Hyperlinks ********************/

a {
	color: #0088B3;
	}
a:visited {
	/*color: #0088B3;*/
	}
	
a:hover {
	color: #0088B3;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #EEEEEE;
	width: 960px;
	margin: auto;
	position: relative;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	}

/***** Header  ********************/

#header {
	background: #072C53;
	width: 960px; 
	height: 130px;
	}

#title-area {
	width: 460px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 36px;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 488px;
	float: right;
	margin: 0; 
	padding: 20px 0 0 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	/*display: block;
	float: left;*/
	width: 385px;
	height: 125px;
	padding: 0;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.menu li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}
	
#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Primary Navigation ********************/

#nav {
	width: 960px;
	background: url("https://www.ifpapinball.com/images/navbar.png") repeat scroll 0 0 transparent;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #0088B3;
	clear: both;
	/*overflow: absolute;*/
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    margin: 0;
	padding: 7px 10px 8px 10px;
	text-decoration: none;
	position: relative;	
	}

#nav li a:hover, #nav li:hover a, #nav li a:active  {
	color: #EEEEEE;
	background: url("/images/menu-gradient-hover.png");
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	top: 14px;
	right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	/*background: #EEEEEE;
	color: #2C343F;	*/
	background: #006699;
	border-color: #00486D;
	color: white;
	width: 145px; 
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #00486D;
	border-right: 1px solid #00486D;
	border-bottom: 1px solid #00486D;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	/*color: #0088B3;*/
	color: white;
	text-decoration: underline;
	}

#nav li li a .sf-sub-indicator {
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul ul {
	margin: -31px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 8px 10px;
	}

#nav li.right a {
	display: inline;
	background: none;
	color: #0088B3;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #0088B3;
	text-decoration: underline;
	}

#nav li.rss a {
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	padding: 3px 0 1px 20px;
	}
	
/***** Secondary Navigation ********************/

#subnav {
	width: 960px;
	background: #0088B3;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	clear: both;
	/*overflow: absolute;*/
	height: 30px;
	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
    margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	background: #2C343F;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	top: 11px;
	right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #2C343F;
	color: #FFFFFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #0088B3;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator {
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -31px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: auto;
	padding-top: 10px;
	overflow: hidden;
	background: #EEEEEE;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
/*	-moz-box-shadow: 0 1px 3px #333333; 
	-webkit-box-shadow: 0 1px 3px #333333;*/	
	
	}
	
#inner2 {
	width: 940px;
	padding-left: 15px;
}
    
/***** Homepage ********************/

.dcg  {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .dcg h2 {
	font-size: 18px;
	font-weight: normal !important;
	}
	
#featured-top, #featured-bottom {
	width: 590px;
	float: left;
	}
	
.featured-top-left {
	width: 290px;
	float: left;
	}
	
.featured-top-right {
	width: 290px;
	float: right;
	}

#content #featured-top h2, #content #featured-top h2 a, #content #featured-bottom h2, #content #featured-bottom h2 a {
	color: #0088B3;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	}
	
#content #featured-top h2 a:hover, #content #featured-bottom h2 a:hover {
	color: #0088B3;
	text-decoration: underline;
	}
		
#content #featured-top h4, #content #featured-bottom h4 {
	background: #0088B3;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 1px 8px;
	}

#featured-top .wrap, #featured-bottom .wrap {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#featured-top p, #featured-bottom p {
	margin: 0;
	padding: 5px 0 0 0;
	}

#featured-bottom .widget, #featured-top .widget {
	margin: 0 0 15px 0;
	padding: 0;
	}

#featured-bottom .user-profile {
	overflow: hidden;
	}
	
#featured-bottom .user-profile p {
	padding: 10px;
	}
	
.more-from-category a {
	font-weight: bold;
	}
	
.more-from-category a:hover {
	text-decoration: underline;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: double #DDDDDD;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 10px;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	padding: 10px;
}
	
#sidebar-content-wrap {
	width: 940px;
	float: left;
	padding-left: 12px;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	}
	
.sidebar-content #sidebar-content-wrap, .content-sidebar #sidebar-content-wrap {
	width: 940px;
	}	

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

.sidebar-content #sidebar-content-wrap, .sidebar-content #sidebar-content-wrap {
	float: left;
	}
	
/***** Content ********************/

#content {
	width: 440px;
	margin: 0 0 10px 0;
	padding: 9px;
	float: left;
	}

#content-alt {
	float: left;
    margin: 0 0 10px;
    width: 600px;
	display: inline;
}
.sidebar-content #content, .sidebar-content-wrap #content, .sidebar-sidebar-content #content {
	float: right;
	}
		
.sidebar-content-wrap #content, .content-sidebar #content {
	width: 670px;
	margin: 0 0 10px 0;
	padding: 0px 9px 0 9px;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 600px;
	margin: 0 0 10px 0;
	padding: 0px 0px 0 0px;
}
	
.full-width-content #content {
	background: #FFFFFF;
	width: 920px;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #DDDDDD;
	}

#content .postblock {
 	background: #FFFFFF top no-repeat;
 	border: 1px solid #DDDDDD;	
	margin:  0 0 5px;	
	padding: 9px 9px 4px;
	text-decoration: none;
	}

#content .post {

	/* margin: 0 0 40px 0; */
	padding: 0;
	overflow:auto;

	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #333333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	text-decoration: none;
}
	
#content h2 {
	font-size: 18px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	}
	
#content h2 a:hover {
	color: #0088B3;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}

#content td {
    font-size: 13px;
}
	
/***** Unordered/Ordered Lists ********************

#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul, #featured-bottom ul, #featured-top ul  {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, #header .widget-area ul li, #featured-bottom ul li, #featured-top ul li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #header .widget-area ul li, #featured-bottom ul li, #featured-top ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}
	
/***** Post Info ********************/
	
.post-info {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Post Icons ********************/
	
.time, .categories {
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.post-comments {
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}

.tags {
	text-align: left;
	padding-top: 45px;
}

/***** Images ********************/

.prophoto {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .entry-byline {
    color: #777777;
    font: italic .9em 'trebuchet ms',sans-serif;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	padding: 4px;
	
	}

img.aside {
	padding: 10px 10px 10px 0;
}

img.attachment-post-thumbnail{
	padding: 0px 10px 10px 0; 
	float:left;
}

img.adimg {
	height: 75px;
	width: 125px;
}

.adwigetright {
	text-align: right;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}
	
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	border: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #0088B3;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover, .navigation li.active a {
	background: #0088B3;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 320px;
	float: right;
	display: inline;
	font-size: 12px;
	}
	
#sidebar-left {
	width: 320px;
	float: left;
	display: inline;
	}	
	
#sidebar-alt {
	width: 240px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 155px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 155px;
	float: right;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget {
	background: #FFFFFF top no-repeat;
	margin: 0 0 10px 0;
	padding: 9px 9px 4px 9px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar-alt .widget {
	background: #FFFFFF top no-repeat;
	margin: 0 0 10px 0;
	padding: 9px 9px 9px 9px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #0088B3;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #0088B3;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	background: #0088B3;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 1px 8px;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 0 5px 0;
	}
	
#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol, #sidebar li{
	list-style-type: none;
	margin: 10px 0 5px 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	margin: 0;
	padding: 0 0 0 15px;
 	word-wrap: break-word;
	}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 0; 
	padding: 0;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 5px 5px 5px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #0088B3;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 298px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}
	
#sidebar-text  {
	/*font-size: 12px;*/
}

#widget {
	background: #FFFFFF top no-repeat;
	margin: 0 0 10px 0;
	padding: 9px 9px 9px 9px;
	border: 1px solid #DDDDDD;
	width: 280px;
	}

#sidebar a {
	color: #333333;
}

.entry-content  a {
	text-decoration: none;
}

.entry-title a {
	text-decoration: none;	
}

#widget-body {
	margin: 0;
    padding: 0 0 5px;
}

#widget-body p {
	text-align: center; 
	font-style: italic;
	font-size: 11px;
	margin: 5px 0 0px 0;
	line-height: 15px;
}

#widget-title {
	background: none repeat scroll 0 0 #0088B3;
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 2px 5px 1px 8px;
    text-shadow: 1px 1px #333333;
    text-transform: uppercase;
}

/***** Featured Post/Page ********************/

.featuredpost, .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.featuredpost p, .featuredpage p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .featuredpost .post, #content .featuredpage .page, #sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.featuredpost img, .featuredpage img, .featuredpost .avatar, .featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** User Profile ********************/

.user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
.user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

.user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}

.more-link {
	text-decoration: none;
}
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 6px 0 0 0;
	}
	
.s {
	background: #F7F7F7 !important;
	color: #0088B3;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
	font-size: 11px;
	margin: 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #CCCCCC;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 185px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: top right no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 5px 10px 0 0;
	}

.enews #subscribe {
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 220px;
	color: #0088B3;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}


/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: #2C343F !important;
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal !important;
	text-decoration: none;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px !important;
	border: 1px solid #2C343F;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #0088B3 !important;
	border: 1px solid #0088B3;
	}
	
/***** Contact Form ********************/

.mc_merge_var { 
	float:left;
	padding-right: 10px;
	padding-left: 5px;
}

.mc_success_msg {
	padding-left: 5px;
}

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #0088B3 !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	width: 960px;
	background: #0088B3;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px;
	padding: 5px 0 5px 0;
	clear: both; 
	overflow: hidden;
	margin: auto;
	position: relative;	
	border-bottom: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	/*-moz-box-shadow: 0 1px 3px #333333;   
	-webkit-box-shadow: 0 1px 3px #333333;	*/
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 295px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#footer .gototop a {
	margin: 0;
	background: no-repeat left center;
	}
	
#footer .creds {
	width: 640px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/
	
#comments {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
}
#comments li {
    list-style: none outside none;
    overflow: hidden;
}

ol.commentlist {
	padding: 0px;
}
ol.commentlist li.comment {
    border-top: 1px solid #E5E5E5;
    color: #333333;
    line-height: 150%;
    overflow: hidden;
    padding: 15px 0 0 60px;
    position: relative;
}

#commenttext {
	   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ol.commentlist li.comment.odd {
    background: none repeat scroll 0 0 #FFFFFF;
}
ol.commentlist li.comment.even {
    background: none repeat scroll 0 0 #E6E6E6;
}

ol.commentlist li.comment div.comment-author img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    left: 15px;
    padding: 2px;
    position: absolute;
    top: 16px;
}

.commentlist .comment-author {
	font-size: 15px; 
	font-weight: bold;
}

.commentlist .comment-date {
	font-size: 11px;
	color: #999999;
}

ol.commentlist li.comment div.comment-meta {
    color: #BBBBBB;
    font-size: 11px;
}
ol.commentlist li.comment div.comment-meta a {
    color: #BBBBBB;
}
ol.commentlist li.comment div.comment-meta cite.fn {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin: 0 5px 0 0;
}
ol.commentlist li.comment div.comment-meta cite.fn a {
    color: #990000;
}
ol.commentlist li.comment div.comment-body {
    padding: 0 10px 0 0;
}
ol.commentlist li.comment div.reply {
    font-size: 11px;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
}
ol.commentlist li.comment div.reply a {
    background: url("https://www.ifpapinball.com/images/sprite-1210151.png") no-repeat scroll -550px 1px transparent;
    float: right;
    padding: 0 0 0 21px;
}
ol.commentlist li.comment ul.children {
    margin: 0;
}
ol.commentlist li.comment div.rapidx_comment {
    position: relative;
    z-index: 2;
}
ol.commentlist li.comment span.rapidx_comment_numbers {
    color: #F1F1F1;
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}
ol.commentlist li.comment.even span.rapidx_comment_numbers {
    color: #EEEEEE;
}
ol.commentlist li.comment.comment-author-admin, ol.commentlist li.comment.byuser {
    background: none repeat scroll 0 0 #99CCCC;
}
ol.commentlist li.comment.comment-author-admin div.comment-meta, ol.commentlist li.comment.byuser div.comment-meta {
    color: #999999;
}
ol.commentlist li.comment ul.children ul.children div.reply {
    height: 10px;
}

ol.input, ol.textarea {
    color:#585858;
    margin:2px;
    padding:4px;
	width: 565px;
    visibility:visible !important;
}

a.comments_l {
    background: none repeat scroll 0 0 #990000;
    color: #FFFFFF;
    padding: 5px 10px;
}

.form-submit {
	text-align:right;
}

#respond {
	padding-top: 25px;
	border-top: 1px solid #DDDDDD;
}

#commentform {
	padding-top: 25px;
}

.oneall_social_login {
	padding-bottom: 25px;
}
/***** Common Table ********************/	

/*.noStyle {
	clear:border;
}*/

/* basicTable table */

table.basicTable {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

table.basicTable tr.hover td {
	background: #CCE6FF;
	color: white;
}

table.basicTable th {
	background: #f3f3f3;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
}

table.basicTable td {
	padding: 05px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #DCDCDC;
	font-size: 12px;
}

table.basicTable td.profile{
	text-align: right;
}

table.basicTable td.lastLine {
	border: 0;
}

table.basicTable tr.lastLine td {
	border: 0;
}

table.basicTable tr:hover td {
	background: #CCE6FF;
}

table.basicTable #pointCol td {
	text-align: center;
}

table.basicTable tr.noHover td { 
	background: #FFFFFF; 
	font-size: 12px;
}

table.basicTable tr.cen td {
	text-align: center;
}

table.basicTable tr.noline td{
	border: 0;
}

table.basicTable tr.hideRow {
	display: none;
}

#eventSel {
	text-align: left;
	font-size: 13px;
	background: #FFFFFF;
	border: 0;
}


table.viewtab tr {
	line-height: 20px;
}

/* pastChamps table */

.pastChamps table {
	font-size:11px;
	border-collapse:collapse;
	width:100%;
}

.pastChamps tr {
	vertical-align: top;
}

.pastChamps th {
	background: none repeat scroll 0 0 #0088B3;
	border:1px solid #7590AE;
	color:#FFFFFF;
	text-shadow: 1px 1px #333333;
	text-transform: uppercase;
}

.pastChamps td {
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #C0C0C0;
	color:#333333;
	padding:0.8em 0.8em;
	font-size: 13px;
}

.player table {
	font-size: 13px;
	border: 0px;
}

.player td {
	font-size: 13px;
	border: 0px;
	padding: 0 0;
}

.player img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.player h4 {
	text-align: center;
}

#playerChamp table {
	font-size: 13px;
	border: 0px;
}

#playerChamp td {
	font-size: 13px;
	border: 0px;
	padding: 0 0;
}

#playerChamp img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#playerChamp h4 {
	text-align: center;

}


/* infoTable table */
table.infoTable {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

table.infoTable th {
	background: #f3f3f3;
	text-align: left;
	vertical-align: middle;
	padding: 1px 1px;
}

table.infoTable td {
	padding: 05px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #DCDCDC;
	font-size: 12px;
}

table.infoTable td.left {
	padding: 05px;
	text-align: right	;
	vertical-align: middle;
	border-bottom: 1px dotted #DCDCDC;
	font-size: 12px;
}

table.infoTable tr.noline td{
	border: 0;
}

/* simpleTable table */
table.simpleTable {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

table.simpleTable th {
	background: #f3f3f3;
	text-align: left;
	vertical-align: middle;
	padding: 1px 1px;
}

table.simpleTable td {
	padding: 05px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}

table.simpleTable td.left {
	padding: 05px;
	text-align: right	;
	vertical-align: middle;
	font-size: 12px;
}

table.infoTable tr.noline td{
	border: 0;
}
.pagination a {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #EEE;
        text-decoration: none; /* no underline */
        color: #036CB4;
}

.pagination a:hover,
.pagination a:active {
        border: 1px solid #999;
        color: #666;
}
.pagination .current {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #036CB4;
        font-weight: bold;
        background-color: #036CB4;
        color: #FFF;
}
.pagination .disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #EEE;
        color: #DDD;
}
	

/* LOGIN PAGES */
ul.tabs_login {
	padding: 0; margin: 20px 0 0 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
	float: left;
	}
ul.tabs_login li {
	border: 1px solid #E7E9F6;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px; /* = */ height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	border-left: 1px solid #E7E9F6;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {
	background: #fff;
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #E7E9F6;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
/* global styles */
#login-register-password {}
	#login-register-password h3 {
		border: 0 none;
		margin: 10px 0;
		padding: 0;
		}
	#login-register-password p {
		margin: 0 0 15px 0;
		padding: 0;
		}
/* form elements */
.wp-user-form {}
	.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		}
		.username label, .password label { float: left; clear: none; width: 25%; }
		.username input, .password input { 
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
			}
.rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; }
.userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
	.userinfo p { 
		margin-left: 10px; 
		}
.usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
	.usericon img {
		border: 1px solid #F4950E;
		padding: 1px;
		}
/* Specfic table CSS (which one?) */
.viewtab table {
	font-size:11px;
	margin:0 0 1.172em;
	border-collapse:collapse;
}

table {
	border-collapse: collapse;
}
	
.viewtab th {
	background: none repeat scroll 0 0 #0088B3;
	border:1px solid #7590AE;
	border-collapse: collapse;
	color:#FFFFFF;
	text-align: center;
	text-shadow: 1px 1px #333333;
	text-transform: uppercase;
}

.viewtab td {
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #C0C0C0;
	color:#333333;
	padding:0.3em 0.4em;
	font-size: 13px;

}

.viewtab a {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/* Some Menu CSS */
#menu1 {
	background: #0088B3;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu1 li {
	float: left;
	//font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu1 a {
	background: #0088B3;	
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	font-size: 12px;
	padding: 8px 12px;
	text-decoration: none;
	text-shadow: 1px 1px #333333;
	text-transform: uppercase;
}
#menu1 a:hover {
	color: #fff;
	padding-bottom: 8px;
}

a.menufp {
	border: 1px solid #7590AE;
	padding: 5px 5px; 
	text-decoration: none;
}

div.menufp a:hover {
	color: white;
}


/*
 * Flag Sprites!
 */
.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(https://www.ifpapinball.com/images/flags.png);}

.ad {width:16px; height:11px; background-position: -182px -171px}
.ae {width:16px; height:11px; background-position: -164px -171px}
.af {width:16px; height:11px; background-position: -236px -158px}
.ag {width:16px; height:11px; background-position: -218px -158px}
.ai {width:16px; height:11px; background-position: -200px -158px}
.al {width:16px; height:11px; background-position: -182px -158px}
.am {width:16px; height:11px; background-position: -164px -158px}
.an {width:16px; height:11px; background-position: -146px -236px}
.ao {width:16px; height:11px; background-position: -146px -223px}
.ar {width:16px; height:11px; background-position: -146px -210px}
.as {width:16px; height:11px; background-position: -146px -197px}
.at {width:16px; height:11px; background-position: -146px -184px}
.au {width:16px; height:11px; background-position: -146px -171px}
.aw {width:16px; height:11px; background-position: -146px -158px}
.ax {width:16px; height:11px; background-position: -236px -145px}
.az {width:16px; height:11px; background-position: -218px -145px}
.ba {width:16px; height:11px; background-position: -200px -145px}
.bb {width:16px; height:11px; background-position: -182px -145px}
.bd {width:16px; height:11px; background-position: -164px -145px}
.be {width:16px; height:11px; background-position: -146px -145px}
.bf {width:16px; height:11px; background-position: -128px -236px}
.bg {width:16px; height:11px; background-position: -128px -223px}
.bh {width:16px; height:11px; background-position: -128px -210px}
.bi {width:16px; height:11px; background-position: -128px -197px}
.bj {width:16px; height:11px; background-position: -128px -184px}
.bm {width:16px; height:11px; background-position: -128px -171px}
.bn {width:16px; height:11px; background-position: -128px -158px}
.bo {width:16px; height:11px; background-position: -128px -145px}
.br {width:16px; height:11px; background-position: -236px -132px}
.bs {width:16px; height:11px; background-position: -218px -132px}
.bt {width:16px; height:11px; background-position: -200px -132px}
.bv {width:16px; height:11px; background-position: -182px -132px}
.bw {width:16px; height:11px; background-position: -164px -132px}
.by {width:16px; height:11px; background-position: -146px -132px}
.bz {width:16px; height:11px; background-position: -128px -132px}
.ca {width:16px; height:11px; background-position: -110px -236px}
.cc {width:16px; height:11px; background-position: -110px -223px}
.cd {width:16px; height:11px; background-position: -110px -210px}
.cf {width:16px; height:11px; background-position: -110px -197px}
.cg {width:16px; height:11px; background-position: -110px -184px}
.ch {width:16px; height:11px; background-position: -110px -171px}
.ci {width:16px; height:11px; background-position: -110px -158px}
.ck {width:16px; height:11px; background-position: -110px -145px}
.cl {width:16px; height:11px; background-position: -110px -132px}
.cm {width:16px; height:11px; background-position: -236px -119px}
.cn {width:16px; height:11px; background-position: -218px -119px}
.co {width:16px; height:11px; background-position: -200px -119px}
.cr {width:16px; height:11px; background-position: -182px -119px}
.cs {width:16px; height:11px; background-position: -164px -119px}
.cu {width:16px; height:11px; background-position: -146px -119px}
.cv {width:16px; height:11px; background-position: -128px -119px}
.cx {width:16px; height:11px; background-position: -110px -119px}
.cy {width:16px; height:11px; background-position: -236px -106px}
.cz {width:16px; height:11px; background-position: -218px -106px}
.de {width:16px; height:11px; background-position: -200px -106px}
.dj {width:16px; height:11px; background-position: -182px -106px}
.dk {width:16px; height:11px; background-position: -164px -106px}
.dm {width:16px; height:11px; background-position: -146px -106px}
.do {width:16px; height:11px; background-position: -128px -106px}
.dz {width:16px; height:11px; background-position: -110px -106px}
.ec {width:16px; height:11px; background-position: -92px -236px}
.ee {width:16px; height:11px; background-position: -92px -223px}
.eg {width:16px; height:11px; background-position: -92px -210px}
.eh {width:16px; height:11px; background-position: -92px -197px}
.england {width:16px; height:11px; background-position: -92px -184px}
.er {width:16px; height:11px; background-position: -92px -171px}
.es {width:16px; height:11px; background-position: -92px -158px}
.et {width:16px; height:11px; background-position: -92px -145px}
.fam {width:16px; height:11px; background-position: -92px -132px}
.fi {width:16px; height:11px; background-position: -92px -119px}
.fj {width:16px; height:11px; background-position: -92px -106px}
.fk {width:16px; height:11px; background-position: -236px -93px}
.fm {width:16px; height:11px; background-position: -218px -93px}
.fo {width:16px; height:11px; background-position: -200px -93px}
.fr {width:16px; height:11px; background-position: -182px -93px}
.ga {width:16px; height:11px; background-position: -164px -93px}
.gb {width:16px; height:11px; background-position: -146px -93px}
.gd {width:16px; height:11px; background-position: -128px -93px}
.ge {width:16px; height:11px; background-position: -110px -93px}
.gh {width:16px; height:11px; background-position: -92px -93px}
.gi {width:16px; height:11px; background-position: -74px -236px}
.gl {width:16px; height:11px; background-position: -74px -223px}
.gm {width:16px; height:11px; background-position: -74px -210px}
.gn {width:16px; height:11px; background-position: -74px -197px}
.gp {width:16px; height:11px; background-position: -74px -184px}
.gq {width:16px; height:11px; background-position: -74px -171px}
.gr {width:16px; height:11px; background-position: -74px -158px}
.gs {width:16px; height:11px; background-position: -74px -145px}
.gt {width:16px; height:11px; background-position: -74px -132px}
.gu {width:16px; height:11px; background-position: -74px -119px}
.gw {width:16px; height:11px; background-position: -74px -106px}
.gy {width:16px; height:11px; background-position: -74px -93px}
.hk {width:16px; height:11px; background-position: -236px -80px}
.hn {width:16px; height:11px; background-position: -218px -80px}
.hr {width:16px; height:11px; background-position: -200px -80px}
.ht {width:16px; height:11px; background-position: -182px -80px}
.hu {width:16px; height:11px; background-position: -164px -80px}
.id {width:16px; height:11px; background-position: -146px -80px}
.ie {width:16px; height:11px; background-position: -128px -80px}
.il {width:16px; height:11px; background-position: -110px -80px}
/*.in {width:16px; height:11px; background-position: -92px -80px}*/
.io {width:16px; height:11px; background-position: -74px -80px}
.iq {width:16px; height:11px; background-position: -236px -67px}
.ir {width:16px; height:11px; background-position: -218px -67px}
.is {width:16px; height:11px; background-position: -200px -67px}
.it {width:16px; height:11px; background-position: -182px -67px}
.jm {width:16px; height:11px; background-position: -164px -67px}
.jo {width:16px; height:11px; background-position: -146px -67px}
.jp {width:16px; height:11px; background-position: -128px -67px}
.ke {width:16px; height:11px; background-position: -110px -67px}
.kg {width:16px; height:11px; background-position: -92px -67px}
.kh {width:16px; height:11px; background-position: -74px -67px}
.ki {width:16px; height:11px; background-position: -56px -236px}
.km {width:16px; height:11px; background-position: -56px -223px}
.kn {width:16px; height:11px; background-position: -56px -210px}
.kp {width:16px; height:11px; background-position: -56px -197px}
.kr {width:16px; height:11px; background-position: -56px -184px}
.kw {width:16px; height:11px; background-position: -56px -171px}
.ky {width:16px; height:11px; background-position: -56px -158px}
.kz {width:16px; height:11px; background-position: -56px -145px}
.la {width:16px; height:11px; background-position: -56px -132px}
.lb {width:16px; height:11px; background-position: -56px -119px}
.lc {width:16px; height:11px; background-position: -56px -106px}
.li {width:16px; height:11px; background-position: -56px -93px}
.lk {width:16px; height:11px; background-position: -56px -80px}
.lr {width:16px; height:11px; background-position: -56px -67px}
.ls {width:16px; height:11px; background-position: -236px -54px}
.lt {width:16px; height:11px; background-position: -218px -54px}
.lu {width:16px; height:11px; background-position: -200px -54px}
.lv {width:16px; height:11px; background-position: -182px -54px}
.ly {width:16px; height:11px; background-position: -164px -54px}
.ma {width:16px; height:11px; background-position: -146px -54px}
.mc {width:16px; height:11px; background-position: -128px -54px}
.md {width:16px; height:11px; background-position: -110px -54px}
.mg {width:16px; height:11px; background-position: -92px -54px}
.mh {width:16px; height:11px; background-position: -74px -54px}
.mk {width:16px; height:11px; background-position: -56px -54px}
.ml {width:16px; height:11px; background-position: -38px -236px}
.mm {width:16px; height:11px; background-position: -38px -223px}
.mn {width:16px; height:11px; background-position: -38px -210px}
.mo {width:16px; height:11px; background-position: -38px -197px}
.mp {width:16px; height:11px; background-position: -38px -184px}
.mq {width:16px; height:11px; background-position: -38px -171px}
.mr {width:16px; height:11px; background-position: -38px -158px}
.ms {width:16px; height:11px; background-position: -38px -145px}
.mt {width:16px; height:11px; background-position: -38px -132px}
.mu {width:16px; height:11px; background-position: -38px -119px}
.mv {width:16px; height:11px; background-position: -38px -106px}
.mw {width:16px; height:11px; background-position: -38px -93px}
.mx {width:16px; height:11px; background-position: -38px -80px}
.my {width:16px; height:11px; background-position: -38px -67px}
.mz {width:16px; height:11px; background-position: -38px -54px}
.na {width:16px; height:11px; background-position: -236px -41px}
.nc {width:16px; height:11px; background-position: -218px -41px}
.ne {width:16px; height:11px; background-position: -200px -41px}
.nf {width:16px; height:11px; background-position: -182px -41px}
.ng {width:16px; height:11px; background-position: -164px -41px}
.ni {width:16px; height:11px; background-position: -146px -41px}
.nl {width:16px; height:11px; background-position: -128px -41px}
.no {width:16px; height:11px; background-position: -182px -132px}
.noflag {width:16px; height:11px; background-position: -110px -41px}
.np {width:9px; height:11px; background-position: -200px -171px}
.nr {width:16px; height:11px; background-position: -92px -41px}
.nu {width:16px; height:11px; background-position: -74px -41px}
.nz {width:16px; height:11px; background-position: -56px -41px}
.om {width:16px; height:11px; background-position: -38px -41px}
.pa {width:16px; height:11px; background-position: -20px -236px}
.pe {width:16px; height:11px; background-position: -20px -223px}
.pf {width:16px; height:11px; background-position: -20px -210px}
.pg {width:16px; height:11px; background-position: -20px -197px}
.ph {width:16px; height:11px; background-position: -20px -184px}
.pk {width:16px; height:11px; background-position: -20px -171px}
.pl {width:16px; height:11px; background-position: -20px -158px}
.pm {width:16px; height:11px; background-position: -20px -145px}
.pn {width:16px; height:11px; background-position: -20px -132px}
.pr {width:16px; height:11px; background-position: -20px -119px}
.ps {width:16px; height:11px; background-position: -20px -106px}
.pt {width:16px; height:11px; background-position: -20px -93px}
.pw {width:16px; height:11px; background-position: -20px -80px}
.py {width:16px; height:11px; background-position: -20px -67px}
.qa {width:16px; height:11px; background-position: -20px -54px}
.ro {width:16px; height:11px; background-position: -20px -41px}
.ru {width:16px; height:11px; background-position: -236px -28px}
.rw {width:16px; height:11px; background-position: -218px -28px}
.sa {width:16px; height:11px; background-position: -200px -28px}
.sb {width:16px; height:11px; background-position: -182px -28px}
.sc {width:16px; height:11px; background-position: -164px -28px}
.scotland {width:16px; height:11px; background-position: -146px -28px}
.sd {width:16px; height:11px; background-position: -128px -28px}
.se {width:16px; height:11px; background-position: -110px -28px}
.sg {width:16px; height:11px; background-position: -92px -28px}
.sh {width:16px; height:11px; background-position: -74px -28px}
.si {width:16px; height:11px; background-position: -56px -28px}
.sk {width:16px; height:11px; background-position: -38px -28px}
.sl {width:16px; height:11px; background-position: -20px -28px}
.sm {width:16px; height:11px; background-position: -236px -15px}
.sn {width:16px; height:11px; background-position: -218px -15px}
.so {width:16px; height:11px; background-position: -200px -15px}
.sr {width:16px; height:11px; background-position: -182px -15px}
.st {width:16px; height:11px; background-position: -164px -15px}
.sv {width:16px; height:11px; background-position: -146px -15px}
.sy {width:16px; height:11px; background-position: -128px -15px}
.sz {width:16px; height:11px; background-position: -110px -15px}
.tc {width:16px; height:11px; background-position: -92px -15px}
.td {width:16px; height:11px; background-position: -74px -15px}
.tf {width:16px; height:11px; background-position: -56px -15px}
.tg {width:16px; height:11px; background-position: -38px -15px}
.th {width:16px; height:11px; background-position: -20px -15px}
.tj {width:16px; height:11px; background-position: -2px -236px}
.tk {width:16px; height:11px; background-position: -2px -223px}
.tl {width:16px; height:11px; background-position: -2px -210px}
.tm {width:16px; height:11px; background-position: -2px -197px}
.tn {width:16px; height:11px; background-position: -2px -184px}
.to {width:16px; height:11px; background-position: -2px -171px}
.tr {width:16px; height:11px; background-position: -2px -158px}
.tt {width:16px; height:11px; background-position: -2px -145px}
.tv {width:16px; height:11px; background-position: -2px -132px}
.tw {width:16px; height:11px; background-position: -2px -119px}
.tz {width:16px; height:11px; background-position: -2px -106px}
.ua {width:16px; height:11px; background-position: -2px -93px}
.ug {width:16px; height:11px; background-position: -2px -80px}
.um2 {width:16px; height:11px; background-position: -2px -67px}
.us {width:16px; height:11px; background-position: -2px -54px}
.uy {width:16px; height:11px; background-position: -2px -41px}
.uz {width:16px; height:11px; background-position: -2px -28px}
.va {width:16px; height:11px; background-position: -2px -15px}
.vc {width:16px; height:11px; background-position: -236px -2px}
.ve {width:16px; height:11px; background-position: -218px -2px}
.vg {width:16px; height:11px; background-position: -200px -2px}
.vi {width:16px; height:11px; background-position: -182px -2px}
.vn {width:16px; height:11px; background-position: -164px -2px}
.vu {width:16px; height:11px; background-position: -146px -2px}
.wales {width:16px; height:11px; background-position: -128px -2px}
.wf {width:16px; height:11px; background-position: -110px -2px}
.ws {width:16px; height:11px; background-position: -92px -2px}
.ye {width:16px; height:11px; background-position: -74px -2px}
.yt {width:16px; height:11px; background-position: -56px -2px}
.za {width:16px; height:11px; background-position: -38px -2px}
.zm {width:16px; height:11px; background-position: -20px -2px}
.zw {width:16px; height:11px; background-position: -2px -2px}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:240px;
		height:160px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/***** Tournament Profiles *****/

#showtab {
	clear: both;
}

#toursubtitle {
	padding-top: 15px;
	font-weight:bold;
}

#toursnapshot {
	margin-bottom: 10px; 
	border: 2px solid #DDDDDD;
}

#toursnapshot span {
	text-decoration: underline;
}

#toursnapshot .statbar {
	font-size: 12px;
	padding: 5px 5px 5px 5px; 
	float: left;
}

#toursnapshot .statcontainer {
	text-align: center;
}

#toursnapshot .leftbar {
	margin-left: 5px;
	border-left: 1px solid #DDDDDD;
}

#tourresults td {
	text-align: center;
}

#tourresults .alignleft {
	text-align: left;
	width:100%;
}

/* Search and Login Boxes */
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
}

nav li {
  float: left;          
}

nav #login-content {
  display: none;
  right: 0;
  z-index: 999;
  height: 55px;
  position:absolute;
  background: #2C343F;
  padding: 15px;
}

nav #login-content input {
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

#login #actions {
  margin: 10px 0 0 0;
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}

#searchbar {
	float: right;
	overflow: visible;
}

a.dropmenu {
	background: none;
}

#login-trigger.dropmenu.active {
	background: #2C343F;
}

/*  SEARCH */

#searchstring {
	height: 20px;
	font-size: 15px;
}

#searchselect {
	font-size: 15px;
}

#searchsubmit {
	background-color: #0088B3 !important;
	color: white;
	height: 20px;
	font-size: 15px;
	width: 90px;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 0;
	border: 1px solid #2C343F;	
}

#profile input {
	border: 1px solid #ccc;
	width: 200px;
}

#profile label {
	width: 200px;
}

.divalert {
	background-color:#FFFF00; 
	width: 240px;
	text-align: center;
	margin: 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#captcha {
	margin-bottom: -5px;
}

/***** Calendar *****/

#calHistory th {
	text-align:center; 
	background-color: darkgray;
}

#calHistory tr td {
	font-size: 11px;
}

/* CSS for the Player Page. Will be removed soon */

.pb {
    background-color: #EFEFEF;
    width:215px;
    float:left;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    padding: 1px 0px 1px 0px;
}

.pb a {
    color: #333333;
    padding-left: 0.3em;
    font-size: 11px;
}

.pb span {
    font-size: 11px;
}

.winrec {
    color: #04B45F !important;
}

.loserec {
    color: #FE2E2E !important;
}

.tierec {
    color: #3D5C7A !important;
}

/* CSS for the Compare Page. Will be removed soon */

#compareTable {
    width:100%;
    margin-top: 30px;
}

#compareTable td {
    text-align:center;
}

#compareTable h3 {
    margin-top: 10px;
}

#compareVs {
    font-size: 28px !important;
    font-style:italic;
}

.highlight {
    background-color: #99FFcc !important;
}

/* CSS for the Rank Page. Will be removed soon */

.right {
    text-align:right !important;
}

.center {
    text-align:center !important;;
}

.xsmall {
    font-size:x-small !important;"
}

.small {
    font-size: 11px !important;
}

.width100 {
    width:100%;
}

th a {
    color: #FFFFFF !important;
    font-size: 14px  !important;
}

td a {
    font-size: 13px  !important;
}

#pagenation {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.marginTop10 {
    margin-top:10px;
}


/* Country Directors */

#divcontainer {
    overflow: hidden;
    align: center;
}

#director {
    text-align: center;
    float:left;
    width: 280px;
    overflow:hidden;
    background: #97A6B6 !important;
    border-radius: 8px;
    margin-top: 5px;
    margin-left:5px;
}

#director p {
    text-decoration:underline;
    font-size: 20px;
    color: white;
}

#director a {
    font-size: 16px;
    color: white;
}

/***** Upload Results ********************/
.results {
    color: #555;
    height:24px;
    width: 92%;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #CCCCCC;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

.resultsSelect {
    text-indent: 0.01px;
    width:100%;
    color: #555;
    width: 95%;
    height: 30px;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #CCCCCC;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

.resultsText {
    color: #555;
    width: 92%;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #CCCCCC;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

/***** Alert Box ********************/
.alert-box {
    color:#555;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.success {
    background:#00FFCC;
    border:1px solid #00FFCC;
    text-align: center;
}

.warning {
    background:#fff8c4;
    border:1px solid #f2c779;
    text-align: center;
}

.error {
    background:#FFA6A6;
    border:1px solid #f5aca6;
    text-align: center;
}

.warning td {
    background:#fff8c4;
    text-align: left;
}

.error td {
    background:#FFA6A6;
    text-align: left;
}

/***** Admin Forms ********************/
.admintext {
    color: #555;
    width: 92%;
    padding: 2px 2px 2px 5px;
    border: 1px solid #A8A8A8;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

/**** Calendar Pages ****/

div.calmenu {
    width:100%;
    padding-bottom: 10px;
}

a.calmenuselected {
    background-color: rgb(44, 52, 63) !important;
}

div.calloading {
    padding-top: 20px;
    text-align: center;
}

img.calloading {
    padding-top: 100px;
    max-width: 20%;
    height: auto;
}

p.calloading {
    padding-bottom: 100px;
}

div.newcal {
    width: 95%;
    margin-left: 15px;
    margin-top: 45px;
}

div.calinfo {
    width:45%;
    float: left;
    padding-left: 25px;
}

div.calfull {
    width: 100%;
}

div.cal95 {
    width: 95%;
}

div.caldatebox {
    width: 100%;
    border: 1px solid;
    border-color: #CCCCCC;
    height: 80px;
}

table.caldatebox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.caldatebox td {
    width: 25%;
    text-align: left;
    padding-left: 20px;
}

div.calsubmit {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

div.calmapouter {
    display: inline-block;
    width: 100%;
}

div.calmap {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

div.calmapform {
    padding-top: 20px;
    text-align:center;
}

table.calmapform {
    width: 60%;
    margin: 0 auto;
}

table.calmapform td {
    height: 10px;
}

h1.calheader {
    margin-top: 45px;
    width: 100%;
}

table.calmapform td, input.calmapform, select.calmapform {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

input.calweb {
    width: 90% !important;
}

table.calresults tr {
    font-size: 14px;
    line-height: 30px;
}

table.calresults th {
    text-align:center;
    background-color: darkgray;
}

.calcenter {
    text-align: center !important;
}

input.cal {
    color: #555;
    width: 92%;
    height:24px;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #CCCCCC;
    background: #FBFBFB;
    outline: 0;
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

textarea.cal {
    color: #555;
    width: 92%;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #CCCCCC;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}


select.cal {
    text-indent: 0.01px;
    width:100%;
    color: #555;
    width: 95%;
    height: 31px;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

input.caldate {
    width: 90px;
}

.formError {
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background:#FFA6A6;
    border:1px solid #f5aca6;
    text-align: center;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}


/* Results Page */
.deleteButton {
    -moz-box-shadow:inset 0px 0px 0px 0px #9acc85;
    -webkit-box-shadow:inset 0px 0px 0px 0px #9acc85;
    box-shadow:inset 0px 0px 0px 0px #9acc85;
    background-color:#f50519;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    padding:8px 18px;
    text-decoration:none;
}
.deleteButton:hover {
    background-color:#f50519;
    text-decoration: none;
}
.deleteButton:active {
    position:relative;
    top:1px;
}

.successButton {
    -moz-box-shadow:inset 0px 0px 0px 0px #3dc21b;
    -webkit-box-shadow:inset 0px 0px 0px 0px #3dc21b;
    box-shadow:inset 0px 0px 0px 0px #3dc21b;
    background-color:#44c767;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    padding:8px 18px;
    text-decoration:none;
}
.successButton:hover {
    background-color:#5cbf2a;
    text-decoration: none;
}
.successButton:active {
    position:relative;
    top:1px;
}
