﻿@import url("../common.css");

a,
a:link
{
	background: Transparent;
	color: #FFB42D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	background: Transparent;
	color: #61C4D0;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin: 2em 0 0.5em 0;
}

h1
{
	border-bottom: 1px solid #2A2B2B;
	font-size: 160%;
	margin: 0 0 1em 0;
	padding: 0 0 0.25em 0;
}

h2
{
	font-size: 140%;
	margin:0 0 .5em 0;
}

h3
{
	font-size: 120%;
}

h4
{
	font-size: 110%;
}

hr
{
    background: #666;
    border: 0;
    color: #666;
    height: 1px;
    margin: 1em 0;
    width: 100%;
}

input.textbox, select, textarea
{
	background: #8B8B8B url("../wfg/images/bg_textbox.jpg") left top repeat-x;
	border-style: none;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: inherit;
	padding: 2px;
}

input.textbox:focus, select:focus, textarea:focus
{
	border-style: none;
}

.altrow td
{
    background: #191919;
}

.button,
.button:link
{
	font-weight: bold;
	white-space: nowrap;
}

.button img
{
	border-style: none;
	margin-right: 4px;
	vertical-align: middle;
}

.buttonList
{
	overflow: hidden;
	width: 100%;
}

.buttonList .button
{
	float: left;
	margin-right: 2em;
}

.calItem
{
	display:block !important; 
	background:none !important; 
	border:none !important;
	color:#FFB42D !important; 
	float:none !important; 
	text-align:left !important;
	width:auto !important;
}

.contentList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contentList li
{
	border-bottom: 1px solid #292929;
	clear: both;
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
}

.displayStyle
{
	display:block;
	list-style-type:none;
	margin:0 0 2em 0;
	overflow:hidden;
	padding:0;
}

.displayStyle li
{
	display:block;
	float:left;
}

.displayStyle li a
{	
	border: solid 1px #666666;
	display:block;
	color:#FFB42D;
	font-weight:bold;
	text-decoration:none;
	padding:5px 7px 5px 30px;
	margin:0 5px;
}

.displayStyle li a
{
	background-position: 6px 5px;
	background-repeat:no-repeat;
}

.displayStyle li a.selected
{
	background-color:#61C4D0;
	border:solid 1px #61C4D0;
	color:#111111;
}

.displayStyle-grid a
{
	background-image:url(../wfg/images/displayStyle-grid.gif);
}

.displayStyle-list a
{
	background-image:url(../wfg/images/displayStyle-list.gif);
}

.displayStyle-gridList a
{
	padding-left:7px !important;	
}

.error
{
	background-color: Transparent;
	color: #900;
	font-weight: bold;
}

.error ul
{
	font-weight: normal;
}

.linkButton
{
	font-weight: bold;
	white-space: nowrap;
}

.linkButton img
{
	border-style: none;
	margin: 0 0.25em 0 0;
	vertical-align: middle;
}

.meta
{
	background-color: Transparent;
	color: #61C4D0;
}

.product .picture
{
	text-align: center;
}

.purchase
{
	border: 1px solid #333;
	float: right;
	padding: 10px;
	width: 180px;
}

.purchase .textbox
{
	width: 178px;
}

.required
{
	background-color: Transparent;
	color: #900;
}

.store td
{
	vertical-align: top;
}

.submenu
{
	background: url("../wfg/images/bg_menu.jpg") left top repeat-y;
	border-left:1px solid #2a2b2b;	
	list-style-type: none;
	margin:0;
	padding: 0;
}

.submenu li a,
.submenu li a:link
{
	border-bottom:1px solid #2a2b2b;	
	display:block;	
	font-weight: bold;
	padding:1.25em .5em .75em 14px;
}

.submenu li a:hover
{
	text-decoration:none;
}

.submenu li a.selected,
.submenu li a.selected:link
{
	background-color: Transparent;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
}

.submenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.submenu ul li a,
.submenu ul li a:link
{
	background: url("../wfg/images/sidenav_marker.gif") left center no-repeat;
	color:#999999;
	margin-left:1px;
	padding:.5em .5em .5em 18px !important;
}

.submenu ul li a:hover
{
	background:#63BBC5;
	color:#ffffff;
}

.submenu ul li a.selected,
.submenu ul li a.selected:link
{
	background: url("../wfg/images/sidenav_marker_active.gif") left center no-repeat;
	color:#FFB42D;
	font-size: 100%;
}

.submenu ul li ul li a,
.submenu ul li ul li a:link
{
	padding-left: 30px !important;
}

.submenu ul li ul li a.selected,
.submenu ul li ul li a.selected:link
{
	background: url("../wfg/images/sidenav_marker.gif") left center no-repeat;
	font-style:italic;
}

.success
{
	background-color: Transparent;
	color: #090;
	font-weight: bold;
}

.withPhotos li
{
	padding-left: 92px;
}

.withPhotos li img
{
	border-style: none;
	display: inline;
	float: left;
	margin: 4px 0 0 -92px;
}

#SubscriptionForm h2
{
    text-transform: uppercase;   
}

@media screen
{
	#Container
	{
		font-size: 88%;
		margin: 0 auto;
		text-align: left;
		width: 960px;
	}
	
	#ContainerOuter
	{
		background: url("../wfg/images/bg_cin.jpg") center top no-repeat;
		min-height: 1100px;
		padding: 0 0 0 1px;
		text-align: center;
	}
	
	#Content
	{
		float: left;
		margin: 20px 0 20px 25px;
		overflow: hidden;
		width: 660px;
	}
	
	#ContentContainer
	{
		line-height: 1.4em;
		overflow: hidden;
		padding: 0;
		width: 960px;
	}
	
	#ContentContainer.reverse
	{
		background-color: #FFF;
		color: #000;
	}
	
	#ContentContainer.reverse a,
	#ContentContainer.reverse a:link
	{
		background-color: Transparent;
		color: #C30;
	}
	
	#ContentContainer.reverse h1,
	#ContentContainer.reverse h2,
	#ContentContainer.reverse h3,
	#ContentContainer.reverse h4,
	#ContentContainer.reverse h5,
	#ContentContainer.reverse h6,
	#ContentContainer.reverse .meta
	{
		background-color: Transparent;
		color: #029DB4;
	}
	
	#Footer
	{
		background: Transparent url("../wfg/images/hr_footer.jpg") center top no-repeat;
		color: #999;
		font-size: 90%;
		line-height: 1.6em;
		margin: 15px 0 0 0;
		overflow: hidden;
		padding: 15px 25px;
		width: 910px;
	}
	
	#Footer p
	{
		margin: 0;
		width: 300px;
	}
	
	#Footer .associates
	{
		float: right;
		margin: 0;
		list-style-type: none;
		padding: 0;
	}
	
	#Footer .associates a,
	#Footer .associates a:link,
	#Footer .associates a:hover
	{
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
		height: 69px;
		overflow: hidden;
		text-decoration: none;
		text-indent: -1000em;
	}
	
	#Footer .associates a.cca,
	#Footer .associates a.cca:link
	{
		background-image: url("../wfg/images/logo_cca.gif");
		width: 200px;
	}
	
	#Footer .associates a.mac,
	#Footer .associates a.mac:link
	{
		background-image: url("../wfg/images/logo_mac.gif");
		height: 37px;
		margin: 11px 20px 0 30px;
		width: 168px;
	}
	
	#Footer .associates a.wac,
	#Footer .associates a.wac:link
	{
		background-image: url("../wfg/images/logo_wac.gif");
		width: 74px;
	}
	
	#Footer .associates li
	{
		float: left;
		padding: 0 0 0 20px;
	}
	
	#Header
	{
		background: url("../wfg/images/bg_nav.gif") left bottom repeat-x;
		height: 142px;
		margin: 0 2px;
		position: relative;
		z-index: 10;
	}
	
	#Header h1
	{
		border-style: none;
		margin: 0;
		padding: 12px 0 5px 0;
	}
	
	#Header h1 a,
	#Header h1 a:link
	{
		background: url("../wfg/images/logo_cin.jpg") left top no-repeat;
		display: block;
		height: 85px;
		margin: 0;
		overflow: hidden;
		text-decoration: none;
		text-indent: -1000em;
		width: 324px;
	}
	
	#Header h1 a:hover
	{
		text-decoration: none;
	}
	
	#Header h2
	{
		position: absolute;
		left: 663px;
		margin: 2em 0 0.5em 0;
		top: 12px;
	}
	
	#Header h2 a,
	#Header h2 a:link
	{
		background: url("../wfg/images/logo_wfg_small.png") left top no-repeat;
		display: block;
		height: 39px;
		margin: 0;
		overflow: hidden;
		text-decoration: none;
		text-indent: -1000em;
		width: 200px;
	}
	
	#Header h2 a:hover
	{
		text-decoration: none;
	}
	
	#Header li.hover ul
	{
		visibility: visible;
	}
	
	#Header .links
	{
		background: url("../wfg/images/nav_divider.gif") left bottom no-repeat;
		font-weight: bold;
		height: 40px;
		line-height: 35px;
		list-style-type: none;
		margin: 0 25px;
		padding: 0 0 0 1px;
	}
	
	#Header .links li
	{
		background: url("../wfg/images/nav_divider.gif") right bottom no-repeat;
		display: inline;
		float: left;
		padding: 0 1px 0 0;
		position: relative;
		white-space: nowrap;
	}
	
	#Header .links li a,
	#Header .links li a:link
	{
		background: Transparent;
		color: #999;
		display: block;
		padding: 0 15px 5px 15px;
	}
	
	#Header .links li a:hover
	{
		background: Transparent;
		color: #FFF;
		text-decoration: none;
	}
	
	#Header .links li.selected a,
	#Header .links li.selected a:link,
	#Header .links li.selected a:hover
	{
		background: url("../wfg/images/bg_nav_active.gif") left bottom repeat-x;
	}

	#Header .links ul,
	#Header .tools ul
	{
		background: #000;
		border: 1px solid #4B4B4B;
		border-top-style: none;
		color: #999;
		left: -1px;
		line-height: normal;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		visibility: hidden;
		width: auto;
	}
	
	#Header .links ul li,
	#Header .tools ul li
	{
		background-image: none;
		border-top: 1px solid #4B4B4B;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#Header .links ul li a,
	#Header .links ul li a:link,
	#Header .tools ul li a,
	#Header .tools ul li a:link
	{
		background-image: none !important;
		border-style: none;
		margin: 0;
		padding: 5px 15px;
	}
	
	#Header .links ul li a:hover,
	#Header .tools ul li a:hover
	{
		background: #63BBC5;
		color: #FFF;
	}
	
	#Header .textSize1
	{
		font-size: smaller;
	}
	
	#Header .textSize2
	{
		font-size: small;
	}
	
	#Header .textSize3
	{
		font-size: large;
	}
		
	#Header .tools
	{
		height: 33px;
		left: 505px;
		line-height: 33px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
	}
	
	#Header .tools a,
	#Header .tools a:link
	{
		background: Transparent;
		color: #FFF;
		display: block;
		padding: 0 8px;
	}
	
	#Header .tools fieldset
	{
		line-height: 16px;
		padding: 0 8px;
	}
	
	#Header .tools fieldset p
	{
		float: left;
		margin: 0;
	}
	
	#Header .tools h2,
	#Header .tools label
	{
		display: none;
	}
	
	#Header .tools li
	{
		background: url("../wfg/images/nav_top_divider.gif") left top no-repeat;
		display: inline;
		float: left;
		margin: 0 9px 0 -9px;
		padding: 0 0 0 1px;
		position: relative;
		white-space: nowrap;
	}
	
	#Header .tools ul
	{
		top: 33px;
	}
	
	#Header .tools .search,
	#Header .tools .search:link
	{
		background: url("../wfg/images/btn_search.gif") 8px 50% no-repeat;
		font-weight: bold;
		margin-top: 9px;
		padding: 0 0 0 28px;
	}
	
	#Header .tools .changeClass,
	#Header .tools .changeClass:link
	{
		background: url("../wfg/images/btn_bg_colour.gif") center center no-repeat;
		overflow: hidden;
		text-indent: -1000em;
		width: 16px;
	}
	
	#Header .tools .setTextSize,
	#Header .tools .setTextSize:link
	{
		background: url("../wfg/images/btn_font_size.gif") center center no-repeat;
		overflow: hidden;
		text-indent: -1000em;
		width: 16px;
	}
	
	#Header .tools .textbox
	{
		margin-top: 6px;
		width: 190px;
	}
	
	#Sidebar
	{
		background: url("../wfg/images/bg_menu.jpg") left top repeat-y;
		float: right;
		margin:1px 2px 0 0;
		overflow: hidden;
		width: 230px;
	}
	
	#Sidebar h2
	{
		padding-top:1em;
	}
	
	#Sidebar .recentEvents
	{
		border-left:1px solid #2a2b2b;	
	}
	
	#Sidebar .recentEvents h1
	{
		color:#ffffff;
		font-size:125%;
		margin:0;
		padding:.75em .75em .75em 18px;
		text-transform:uppercase;
	}
	
	#Sidebar .recentEvents .meta
	{
		color:#ffffff;
	}
	
	#Sidebar .recentEvents a
	{
		font-weight:bold;
	}
	
	#Sidebar .recentEvents li,
	#Sidebar .recentEvents p
	{
		border-bottom:1px solid #2a2b2b;	
		margin:0;
		padding:.75em .75em .75em 18px;
	}
	
	#Sidebar .subscribe
	{
		border-left:1px solid #2a2b2b;
		padding-left: 18px;
		padding-bottom:2em;
	}
	
	#Sidebar .subscribe a
	{
		color:#999999;
	}
	
	#Sidebar .subscribe h2
	{
		color:#ffffff;
		font-size:125%;
			
	}
}

@media print
{
	body
	{
		text-align: left;
	}
	
	#Footer,
	#Header,
	#Sidebar
	{
		display: none;
	}
}
