/*  Verve Demo MAIN STYLES CSS  */
body{
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#000000;
	background:#FFFFFF;
}
* {
	margin:0;
	padding:0;
}
h1{
	margin-bottom:15px;
}
h2{
	margin-bottom:10px;
}
h3{
	margin-bottom:5px;
}
p{
	margin-bottom:15px;
}
ul,ol,dl{
	margin:5px 0 5px 15px;
}
li{
	margin-left:10px;
}
a img{
	border:none;
}
option{
	padding:0px 3px;
}

/*  LAYOUT ELEMENTS  */
#wrapper{
	width:990px;
	position:relative;
	margin:0 auto;
	padding:0 0;
	text-align:left;
	font-size:1.2em;
	background:#aec9d2 url(/css/images/foru/bg_left.gif) repeat-y;
	min-height:500px;
	border:1px solid #000;
	line-height:1.4;
}
* html #wrapper{
	height:500px;
}
.nochannel#wrapper{
	background-image:none;
	background-color:#FFF;
}
#banner{
	height:132px;
	position:relative;
	background:#EFEFEF url(/css/images/foru/FORU_bnr.jpg) no-repeat top center;
}
#banner #bannerExtra{
	position:absolute;
	right:0px;
	top:0px;
	width:300px;
	text-align:right;
	padding-right:15px;
	height:130px;
}
#banner #SearchBox{
	top:100px;
	left:80px;
	*left:65px;
	position:absolute;
}
#loginBox{
	margin:5px;
}
#loginBox a{
	color:#FFFFFF;
}
#loginBox .message{
	color:#FFFFFF;
	font-weight:bold;
}
#breadcrumbs{}
#contentWrapper{clear:both;}
#mainContent{
	width:780px;
	float:right;
	background:#FFFFFF;
	min-height:500px;
}
* html #mainContent{
	height:500px;  /* for IE 3 Pixel Jog  */
}
.nochannel #mainContent{
	width:100%;
	margin:0;
}
#channel{
	float:left;
	width:201px;
	background-color:#aec9d2;
}
#footer{
	width:990px;
	clear:both;
	color:#19356f;
	text-align:left;
	margin:auto auto 5px;
	margin-top:5px;
	font-size:1.1em;
}
#footer a{
	text-decoration:none;
	color:#19356f;
}
#footer p{display:inline;}
#footer a:hover{
	text-decoration:underline;
}
#footer #utilNav{
	margin:0 0 0 20px;
	display:inline;
	list-style:none;
}
#footer #utilNav li{
	display:inline;
	border-right:1px solid #19356f;
	margin:0;
	padding:0 5px 0 4px;
}
* html #footer #utilNav li{padding:0 4px 0 7px;}
#footer #utilNav li.last{
	border:none;
}
#verve{
	float:right;
}
#verve a{
	 color:#19356f;
	 display:block;
	 width:113px;
	 padding-top:1px;
	 background:url(/images/verve_logo_blue.gif) right no-repeat;
}
#verve a span{
	 display:none;
}
#verve a:hover{
	text-decoration:none;
}

/*  ELEMENT SPECIFICS */


#globalNav{
	height:30px;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(/css/images/foru/nav_bg.gif) no-repeat right top;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;
    overflow:hidden;
    border-top:3px solid #026578;
    font-family:Arial, Helvetica, Tahoma, Sans-Serif;

}
#globalNav li{
	float:left;
	margin:0;
	padding:0 26px 0 0;
	height:30px;
	background:url(/css/images/foru/nav_bg_item.gif) no-repeat right top;
	line-height:30px;
	overflow:hidden;
}
#globalNav  li.active{
   background-image:url(/css/images/foru/nav_bg_item_active.gif);
}
#globalNav  li.activenext{
   background-image:url(/css/images/foru/nav_bg_item_swirlleft.gif);
}
#globalNav  li.gnav1{
    margin-left:0px !important;    
}
#globalNav  li.gnav1 a{
    padding-left:20px;    
}
#globalNav  li img{
    float:left;
    margin:0px;
}
#globalNav li.active a:hover,
#globalNav li.active a:link,
#globalNav li.active a:visited{
   color:#154252; 
}
#globalNav a:link,
#globalNav a:visited{
	height:22px;
	float:left;
	padding:0px 16px;	
	text-decoration:none;
	color:#FFFFFF;
}
#globalNav a:hover{
	color:#FFF;
}

/*  Dynamic Drop Nav - Based on Suckerfish Menus  */
#gNavDrop{
	height:32px;
	margin:0px;
	padding:0px;
	font-size:0.95em;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
	background:#BFBFBF url(/css/images/2/nav_bg.gif);
}
#gNavDrop, #gNavDrop ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#gNavDrop ul {
	background:#BFBFBF;
}
#gNavDrop a {
	display: block;
	text-decoration:none;
	color:#000;
	height:22px;
	width:90px;
	padding:10px 5px 0 20px;	
	text-decoration:none;
	color:#393939;
	background:url(/css/images/2/nav_bg_item.gif) no-repeat;
}
#gNavDrop a:hover{color:#fff;}
#gNavDrop li {
	float: left;
	margin:0 0 0 10px;
	background:url(/css/images/2/nav_bg_item.gif) no-repeat;	
	width:auto;
}
#gNavDrop ul {
	position: absolute;
	width: 13em;
	left: -999em;
	list-style-type:none;
	color:#900;
	background:#8a8a8a;
	text-transform:capitalize;
	margin-left:15px;
}
#gNavDrop li:hover ul {
	left: auto;
}
#gNavDrop li ul ul {
	margin: -1.5em 0 0 11em;
}
#gNavDrop li:hover ul, #gNavDrop li.sfhover ul {
	left: auto;
}
#gNavDrop li:hover ul ul, #gNavDrop li.sfhover ul ul {
	left: -999em;
}
#gNavDrop li:hover ul, #gNavDrop li li:hover ul, #gNavDrop li.sfhover ul, #gNavDrop li li.sfhover ul {
	left: auto;
}
#gNavDrop ul li{
	width:100%;
	margin:0;
	background-image:none;
}
#gNavDrop>ul li{
	width:100%;
	margin:0 0 0 20px;
	background-image:none;
}
#gNavDrop ul a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#8a8a8a;
	height:15px;
	width:auto;
	padding:2px 5px 2px 2px;
}
* html #gNavDrop ul a{
	width:100%;
}
#gNavDrop ul a:hover{
	background:#8a8a8a;
	color:#900
}
/*  End Dynamic Nav  */


#breadcrumbs{
	color:#18356f;
	margin-bottom:6px;
	font-size:.9em;
}
#breadcrumbs ul{
	margin:0;
}
#breadcrumbs ul li{
	display:inline;
	margin:0;
	padding:0;
}
#breadcrumbs ul li a{
	line-height:2;
}
#breadcrumbs ul li a:link,#breadcrumbs ul li a:visited{
	color:#18356f;
	text-decoration:none;
}
#breadcrumbs ul li a:hover,#breadcrumbs ul li a:active{
	color:#18356f;
	text-decoration:underline;
}
#breadcrumbs ul li.on{
	font-weight:bold;
}
#mainContent .padLayer{
	padding:5px 20px 45px 11px;
}
.nochannel #mainContent .padLayer{
	padding:5px 20px 45px 20px;
}
#mainContent h1{
	font-size:1.55em;
	color:#007e95;
}
#mainContent h2{
	font-size:1.3em;
}
#mainContent h3{
	font-size:1.2em;
}
#mainContent .section{
	margin-bottom:20px
}
#pageImages{
	float:right;
	text-align:center;
	margin-left:10px;
}
.pageImage{
	margin-bottom:15px;
}
.pageImage img{
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px;
}
.pageImage p{
	margin:2px 0 0 0;
	font-size:0.9em;
}

/*  Home Page  */
.homePage{
    padding-top:15px;
}
.homeLeft{
    width:730px;
    float:left;    
}
.homeRight{
    width:200px;
    float:right;    
}


/* ####				Dynamic News Panel  	 		 #### */
#homeNewsTicker{height:185px;margin-bottom:15px;overflow:hidden;}
#newsContainer{width:100%;float:left;}
#newsContainer #newsTitleRow{height:28px;background:#afc9d2;position:relative;}
#newsContainer #newsTitle{float:left;width:170px;color:#FFFFFF;}

#newsContainer .Content{position:relative;height:145px;overflow:hidden;background-color:#FFF;padding:0 0 0 10px;border:1px solid #afc9d2;border-top:9px solid #FFF;font-size:.95em;}
#newsContainer #newsContent .newsImage{float:right;width:200px;text-align:center;margin:0px 0px 0px 10px;}
#newsContainer #newsContent .newsImage img{margin:0px auto;}
#newsContainer #newsContent a{color:#16255a;}
#newsContainer #newsContent a:hover{text-decoration:none;}
#newsContainer #newsContent h2,
#newsContainer #newsContent h2 a{color:#007e95;font-size:14px;line-height:1.2;}
#newsContainer #newsContent h2 a:hover{text-decoration:underline;}
#newsContainer #newsContent h6{color:#777777;font-size:1.1em;margin:4px 0 10px;font-weight:normal;}
#newsContainer #newsFooter{height:24px;width:510px;padding:0;position:absolute;left:10px;bottom:3px;}

#newsContainer #newsNumberPicker{font-size:14px;line-height:24px;font-weight:bold;float:left;margin-right:15px;}
#newsContainer #newsNumberPicker a{color:#16255a;}
.NumberItem {display:block;width:25px;height:24px;margin:0 2px;text-decoration:none;color:#19356f;text-align:center;background-position:left top;outline:none;}
#newsContainer #newsNumberPicker .numberSep{width:8px;background:url(/css/images/foru/newsPickerSep.gif) no-repeat 2px top;}
.newsButtons{margin-right:1px;}
#newsContainer #newsLinks{float:right;margin:6px 0 0 0;}
#newsContainer #newsLinks a{}
#newsContainer .controls{width:90px;float:left;margin-top:5px;}

.homefirst{background:#f4f7f9 url(/css/images/foru/bg_homefirsthtml.gif) no-repeat right top;border:1px solid #afc9d2;padding:10px;}


/* --------------  Home Right Boxes - Leaderboard and Match Reports ----------------- */

.homeRightPanel{background:#007e95 url(/css/images/foru/bg_homePanelBottom.gif) no-repeat bottom center;border:0;padding-bottom:5px;margin-bottom:15px;line-height:16px;position:relative;}
.homeRightPanel .titleImg{position:absolute;top:4px;left:6px;}
.homeRightPanel h3{height:24px;padding:8px 10px 0;background:url(/css/images/foru/bg_homePanelTop.gif) no-repeat top left;color:#FFF;font-size:13px;text-indent:-9999px;margin-bottom:0px;}
.homeRightPanel h3.texttitle{text-indent:0;height:auto;padding-bottom:6px;}
.homeRightPanel .padLayer{padding:0;margin:0 6px;background:#FFF;}
.homeRightPanel h4{color:#16255a;}
.homeRightPanel .morelink{background:url(/css/images/foru/bg_homePanelMore.gif) no-repeat top left;height:25px;margin:0 5px;padding:0 12px 0;text-align:right;overflow:hidden;}
.homeRightPanel .morelink a{padding:0;margin:0;background:none;}
.homeRightPanel .morelink img{border:0;margin:6px 0 0;}
.homeRightPanel a{outline:none;}

#leaderboard .tabMenu{margin:0 5px;padding:0;list-style:none;height:21px;overflow:hidden;}
#leaderboard .tabMenu li{display:inline;float:left;padding:0;margin:0 3px 0 0;}
#leaderboard .tabMenu img{border:0;}


.homeRight .puff .padLayer{padding-bottom:10px !important;}
.homeRightPanel#leaderboard .padLayer{border:0px !important;padding:2px !important;}
.homeRightPanel#leaderboard table{font-size:11px;color:#000;}
.homeRightPanel#leaderboard tr.head{background:#19356f;color:#FFF;text-transform:uppercase;}
.homeRightPanel#leaderboard th{border-bottom:1px solid #FFF;padding:1px 0;text-align:center;}
.homeRightPanel#leaderboard tr.head .pts{text-transform:capitalize;}
.homeRightPanel#leaderboard td{padding:3px 0;text-align:center;}
.homeRightPanel#leaderboard .right{padding-right:5px;}
.homeRightPanel#leaderboard .left{padding-left:5px;text-align:left;}

#matchReports .featureMatch{text-align:center;padding-top:3px}
#matchReports .featureMatch .logos{margin:5px auto 0;}
#matchReports .featureMatch .logos td{padding:0;text-align:center;}
#matchReports .featureMatch .logos td.logo{width:60px;height:60px;overflow:hidden;}
#matchReports .featureMatch .logos .vs{margin:0 15px;}
#matchReports .featureMatch .logos .score{color:#7F7F7F;font-weight:bold;font-size:11px;font-family:Arial, helvetica, Sans-Serif;}
#matchReports .featureMatch img{border:none;}
#matchReports .featureMatch .icons{margin-top:5px;padding:5px 5px 0;background:url(/css/images/foru/bg_matchreports_icons.gif) no-repeat top center;height:25px;overflow:hidden;}
#matchReports .featureMatch .icons img{margin:0 2px;vertical-align:middle;}
#matchReports .featuredetails{background:#19356f;color:#FFF;padding:4px;height:30px;overflow:hidden;}
#matchReports .featuredetails .date{color:#FFF;}
#matchReports .date{font-size:11px;display:block;}
#matchReports .tabMenu{margin:2px 0px 0px;padding:0;list-style:none;height:22px;border-bottom:0px solid #afc9d2;overflow:hidden;}
#matchReports .tabMenu li{display:inline;float:left;padding:0;width:90px;margin:0px;}
#matchReports .tabMenu li.second{float:right;width:85px;}
#matchReports .tabMenu a{text-indent:-9999px !important;display:block;float:left;width:100%;height:22px;margin:0px;outline:none;}
#matchReports .tabMenu img{border:0;}
#matchReports .upcoming{background-image:url(/css/images/foru/tabs_homefix_upcoming.gif);}
#matchReports .previous{background-image:url(/css/images/foru/tabs_homefix_previous.gif);}
#matchReports .UpOnly{background-image:url(/css/images/foru/tabs_homefix_uponly.gif);}
#matchReports .PrevOnly{background-image:url(/css/images/foru/tabs_homefix_prevonly.gif);}
#matchReports .reportsItems{display:none;font-size:11px;line-height:14px;}
#matchReports .reportsItems ul{list-style:none;margin:0;padding:0;}
#matchReports .reportsItems li{margin:0;padding:2px 5px;}
#matchReports .reportsItems td{padding:3px;vertical-align:text-top;}
#matchReports .reportsItems tr.active,#matchReports .reportsItems tr.active a,#matchReports .reportsItems tr.active .date{color:#F0B410;font-weight:bold;}
#matchReports .reportsItems li .left{float:left;width:30%;}
#matchReports .reportsItems li .right{float:right;width:67%;}
#matchReports .reportsItems a{color:#16255a;}
#matchReports .reportsItems a:hover:{text-decoration:none;}

#matchReports #divScrollTextCont{height:145px;width:184px;overflow:hidden;visibility:hidden;position:relative;margin-top:2px;}
#matchReports #divScrollTextCont #divText {position:absolute;width:184px; left:0px; top:0px;height:auto;}
#matchReports #divScrollTextCont #divText .reportsItems{position:relative;}
#matchReports .controls{float:left;padding-top:3px;padding-left:0;}
#matchReports .more .controls img{margin-top:0;margin-right:3px;}

.homeRightPanel .homerighttile .padLayer#main {
	padding:0 2px 5px !important;
}
.homeRightPanel ul.matchlogos, .homeRightPanel ul.matchscores{
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.homeRightPanel ul.matchlogos li{
	position: relative;
	float: left;
	margin: 0;
	padding: 7px;
}
.homeRightPanel ul.matchscores li{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.homeRightPanel ul.matchscores li#hometeamscore {
	padding-left: 30px;
}
.homeRightPanel ul.matchscores li#awayteamscore {
	padding-left: 90px;
}
.homeRightPanel ul.matchscores li.score {
	color:#7F7F7F;font-weight:bold;font-size:11px;
}
.reportsItems {
	position: relative;
	float: left;
	width: 100%;
}
.fixtures {
	position: relative;
	float: left;
	width: 100%;
}
.fixturesmatch{
	position: relative;
	float: left;
	width: 100%;
	padding:0;
}
.fixtures .fixturesdate {
	clear: both;
	position: relative;
	float: left;
	width: 64px;
}
.fixtures .fixturesname {
	position: relative;
	float: left;
	width: 120px;
}
.fixturesmatch a:hover {
	position: relative;
	float: left;
	display: block;
	background-color: #aec9d2;
	text-decoration: none;
	cursor: hand;
}
.fixturesmatch a {
	text-decoration: none !important;
	padding:3px 0;
	position: relative;
	float: left;
	display: block;
}
.tournament{
	font-weight:bold;
}

.reportsItems td.matchnames a:hover {
	text-decoration: none;
	color:#F0B410 !important;
	font-weight:bold;
}
.alt{background-color:#F0F0F3;}

/* ####		     Match						#### */	
#Match{margin-top:15px;}
#Match #homeTeam, #Match #homeScore{float:left;width:30%;text-align:center;}
#Match #awayTeam, #Match #awayScore{float:right;width:30%;text-align:center;} 
#Match #MatchInfo,#Match #status{width:30%;margin-left:35%;text-align:center;} 
#Match #MatchInfo{padding-top:7px;}
#Match #MatchInfo div{margin-top:5px;}
#Match .clear{margin:5px 0;}
.matchRight{float:right;width:180px;}
.matchLeft{margin-right:195px;}

.matchRight .matchDetails{background:#EBEBEB;border-bottom:1px solid #A5AFB8;margin-bottom:20px;position:relative;font-size:1em;}
.matchRight .matchDetails .padLayer{padding:10px;}
/*  .matchRight .matchDetails h2{color:#FFF;background:#18356f;font-size:1em !important;line-height:13px;font-weight:bold;padding:5px 10px 4px 10px;margin:0;text-transform:uppercase;text-align:center;}   */
.matchRight .matchDetails h4{color:#007e95;font-size:1em !important;margin:0px 0 5px 0; border-bottom:1px solid #999;text-transform:uppercase;}
.matchRight .matchDetails p{margin-bottom:10px;}

/* ####		     Calendar						#### */	
#MainCalendar{margin-top:20px;}
#MainCalendar table{border-bottom:1px solid #afc9d2;width:100%;}
#MainCalendar th{color:#007e95;font-weight:bold;text-align:left;padding:3px;border-bottom:1px solid #afc9d2}
#MainCalendar .oddRow td,#MainCalendar .evenRow td{padding:3px;}
#MainCalendar .evenRow{background-color:#f0f0f3;}

/*.headerTab{border-bottom:4px solid #007e95;padding-top:5px;}
.headerTab .tabText{color:#FFF;background-color:#007e95;}
.headerTab{background-color:#FFF;text-align:left;}
.headerTab .tabText{font-size:11px;line-height:11px;text-transform:uppercase;font-weight:bold;padding:4px 20px 2px 20px;}
*/
.headerTab,
.matchRight .matchDetails h2{
	color:#FFF;
	font-size:12px;
	padding:0px;
	text-align:left;
	overflow:hidden;
	background:#afc9d2;
	width:100%;
	font-weight:bold;
}
.headerTab span,
.matchRight .matchDetails h2 span{
    background:url(/css/images/foru/bg_tiletitle.gif) no-repeat right top;
    text-transform:uppercase;
    font-family:Arial,Tahoma, Helvetica, sans-serif;
    display:block;
    float:left;
    line-height:28px;
	height:28px;
	padding:1px 35px 0px 15px;
}
.matchRight .matchDetails h2{font-size:1em !important;}

/*  Player  */

.player{}
.withimg{float:left;width:490px;}
.playerTable{
    margin-bottom:20px;
    border-bottom:1px solid #afc9d2;
    width:100%;
}
.playerTable td{padding:3px 5px;}
.playerTable td.left{padding-right:10px;font-weight:bold;color:#007e95;width:33%;}
.playerTable .evenRow{background-color:#f0f0f3;}

.back{margin:20px 0px;}


/* --------- SELECTORS  ---------*/
#selector{margin:20px 0 0 0;height:auto;}
#selector .twoColTile{background-color:#e5f2f4;
    }
#selector .padLayer{padding:10px ! important;margin:0 ! important;}
#selector .formField{float:left;display:inline;padding:0 15px 0 5px;position:relative;}
.selDate#selector .twoColTile{height:60px;}
.selGallery#selector .twoColTile{height:45px;}


/*  Products  */
.lproduct{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lproduct img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lproduct h3 a{
	color:#900;
}
.price{
	color:#FF0000;
}
.product h4{
	font-size:1.05em;
	margin-bottom:5px;
}
.product .addtocart{
	margin:15px 0;
}
.product .addtocart ul{
	list-style:none;margin:0 0 5px;
}
.product .addtocart ul li{
	display:inline;
	margin:0 5px 0 0;
}
.product .addtocart #qty{
	text-align:center;
	width:25px;
}
.product .addtocart #addbtn{
	margin:0 0 -4px 5px;
}
#cart{
	margin-top:10px;
}
#cart table{
	width:99%;
	font-size:0.95em;
	margin-top:4px;
}
#cart td,#cart th{
	text-align:right;
	padding:3px 3px;
}
#cart tr.odd{
	background:#EFEFEF;
}
#cart .left{
	text-align:left;
}
#cart .quantity{
	text-align:right;
	width:20px;
	padding:0 3px;
}
#cart thead{
	background:#C9C9C9;
	color:#000;
}
#cart thead th{
	border-bottom:1px solid #003366;
}
#cart thead td,#cart tfoot td{
	padding:5px 2px;
}
#cart .tfone td{
	border-top:1px solid #003366;
	padding-top:7px;
}
#cart .total{
	font-weight:bold;
	font-size:1.1em;
}
#cart .btns input{
	margin-left:5px;
}

/*  News  */
.lnews{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lnews img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lnews h3 a{color:#007e95;}

/*  Related Items  */
.related{}
.related h3{
	color:#007e95;
}
.related a{
	font-weight:bold;
}
.file{
	margin:5px 0;
	height:35px;
	min-height:35px;
    clear:left;
}
* .file{
	height:auto;
}
.file img{
	float:left;
	margin:1px 10px 5px 0;
}
.file div{
	margin-left:42px;
}
.caption{
	font-size:0.9em;
}


/*  Channel padding:10px; */
#channel #level2Nav{
	color:#FFF;
	margin-bottom:10px;
}
#channel #level2Nav h2{
	margin:10px 0 5px 0;
	padding:5px 10px;
	font-size:1.0em;
	text-transform:uppercase;
	background-color:#007e95;
}
#channel #level2Nav ul{
	list-style:none;
	margin:0 0 20px 10px;
}
#channel #level2Nav ul li{
	list-style:none;
	margin:2px 0;
	width:100%;
	
}
#channel #level2Nav ul li.navOn{
	margin:0;
}
#channel #level2Nav ul li a{
	display:block;
	padding:3px 5px;
	color:#FFF;
	font-size:1.0em;
	text-decoration:none;
}
#channel #level2Nav ul li a.navParent{
	padding:3px 5px 3px 10px;
}
#channel #level2Nav ul li a.navOn{
	font-weight:bold;
	color:#007e95;
}
#channel #level2Nav ul ul{
	padding-bottom:4px;
	margin-left:25px;
    margin-bottom:0;

}
#channel #level2Nav ul ul li{
	margin:0 0 2px 0;
	border:none;
	background:none;
	list-style-type:disc;
	color:#007e95;
	width:155px;
	vertical-align:top;
}
#channel #level2Nav ul ul li a{
	font-size:0.95em;
	padding:1px;
	line-height:1.2;
	background:none;
}
#channel #level2Nav ul ul li a.l3on{
	font-weight:bold;
	color:#007e95;
}
#channel #level2Nav ul li a:hover{
	color:#007e95;
}
#channel #level2Nav ul ul li a:hover{
	text-decoration:underline;
}

/*  Level 2 Nav - Dynamic  */
#channel #level2DynNav{
	color:#FFF;
	margin-bottom:2px;
}
#channel #level2DynNav h2{
	margin:10px 0 5px 0;
	padding:5px 10px;
	font-size:0.95em;
	text-transform:uppercase;
	background-color:#900;

}
#level2DynNav dl{
	margin-left:10px;
}

#level2DynNav dl dt {
	cursor: pointer;
	text-align: left;
	list-style:none;
	margin:2px 0;
	width:auto;
	background:url(/css/images/2/ball_orange.gif) no-repeat 0 4px;
}
#level2DynNav dl dt a{
	display:block;
	padding:3px 5px;
	padding-left:14px;
	color:#FFF;
	font-size:0.9em;
	text-decoration:none;
	background:url(/css/images/2/ball_orange.gif) no-repeat 0 4px;
}
#level2DynNav dl dt a.navOn{
	color:#900;
	font-weight:bold;
}
#level2DynNav dl dd {
	display:none;
}
#level2DynNav dd ul {
	text-align: left;
	padding:0;
	margin:0 0 2px 15px;
	color:#900;
}
#level2DynNav dd ul li{
	padding:1px 0;
	margin:0 0 0 10px;
}
#level2DynNav dd ul a{
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color:#FFF;
	font-size:0.85em;
}
#level2DynNav dd ul a.l3on{
	font-weight:bold;
	color:#900;
}
#level2DynNav dd ul a:hover{
	color:#900;
	text-decoration:underline;
}
#level2DynNav dl dt a:hover{
	color:#900;
}
#minicart{
	background:#900 url(/images/cart.gif) no-repeat 5px 5px;
	color:#FFF;
	text-align:right;
	padding:5px 5px 5px 20px;
	margin-bottom:2px;
}
#minicart ul{
	list-style:none;
	margin:0;
	padding:0;
}
#minicart li{
	display:inline;
	margin:0;
	padding:0;
	margin-left:5px;
}
#minicart a{
	color:#FFF;
	font-size:0.9em;
}
.puff{
	font-size:0.95em;
	margin-bottom:10px;
	}
.puff h3{
	color:#fff;
	margin:10px 0 5px 0;
	padding:5px 10px;
	font-size:1.1em;
	text-transform:uppercase;
	background-color:#007e95;
}
.puff .padLayer{
	padding:10px;
}
.puff p{
	margin-bottom:10px;
}
.puff .pImg{
	text-align:center;
}
.puff img{
	border:1px solid #007e95;
	margin-bottom:5px;
}
.puff .moreLink{
	text-align:left;
	margin-top:5px;
}
.puff .fImg{
	border:0;
}
.puff .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.puff .news li{
	margin-bottom:4px;
}

/*  Page Tiles  */
.oneTileRow,
.twoTileRow,
.threeTileRow{
	width:100%;
	clear:right;
}
.tile table{
	height:100%;
}
.tile, .homeRight .puff{
	border:1px solid #afc9d2;
	border-top:0px;
	vertical-align:top;
	font-size:.95em;
} 
.tile img{
	/*  border:1px solid #afc9d2;  */
} 
.tile .moreLink{
	text-align:left;
	padding:0 10px 10px;
	vertical-align:bottom;
} 
.tile .fImg{
	border:0;
} 
#mainContent .tile .padLayer{
	padding:10px;
} 
#mainContent .tile h3, #mainContent .homeRight .puff h3{
	color:#FFF;
	font-size:12px;
	padding:0px;
	text-align:left;
	overflow:hidden;
	background:#afc9d2;
	width:100%;
}
.tile h3 span, .homeRight .puff h3 span{
    background:url(/css/images/foru/bg_tiletitle.gif) no-repeat right top;
    text-transform:uppercase;
    font-family:Arial,Tahoma, Helvetica, sans-serif;
    display:block;
    float:left;
    line-height:28px;
	height:28px;
	padding:1px 30px 0px 10px;
}
.oneTileRow .tile{
	width:100%;
}
.oneTileRow .tile .tImg{
	float:left;
	margin:0 10px 10px 0;
}
.twoTileRow .tile{
	width:48%;
}
.twoTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
} 
.twoTileRow .tileSpacer{
	width:3%;
}
.threeTileRow .tile{
	width:32%;
}
.threeTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
} 
.threeTileRow .tileSpacer{
	width:2%;
}
.CustomerForm{
	margin-top:20px;
}
.CustomerForm#newCust{
	margin-top:5px;
}
.CustomerForm ul li{
	list-style-type:none;
	padding:4px;
}
.CustomerForm ul li input,.CustomerForm ul li select{
	width:250px;
}
.CustomerForm ul li label{
	width:120px;
	display:block;
	float:left;
	line-height:1.7;
	position:relative;
	text-align:right;
	padding-right:5px;
}
.CustomerForm h3{
	text-transform:uppercase;
}
.CustomerForm form{
	border-bottom:1px solid #194276;
	padding-bottom:20px;
}
.CustomerForm .button{
	margin-left:155px;
}
pDetails,#paymentDetails{
	border:1px solid #194276;
	border-width:1px 0;
	margin:15px 0;
	padding:10px 0 0;
}
#pDetails ul,#paymentDetails ul{
	list-style:none;
	margin:5px 0 15px 10px;
}
#pDetails ul li label,#paymentDetails ul li label{
	width:80px;
	display:block;
	float:left;
	padding-right:5px;
}
#paymentDetails ul li label{
	width:130px;
}
#paymentDetails ul li{
	margin:2px 0;
}
#invoiceDetails{
	float:right;
	width:250px;
	margin:0 0 10px;
}
#invoiceDetails li{
	list-style-type:none;
}
#invoiceDetails h3{
	display:inline;
	width:120px;
}
#pageGallery,
#photoGallery{
	margin:10px 0;
	list-style-type:none;
	display:inline;
	text-align:left;
	float:left;
	width:100%;
}
#pageGallery div,
#photoGallery div{
	float:left;
	text-align:center;
	margin:0 5px;
	padding:5px;
	width:28%;
}
#pageGallery div div,
#photoGallery div div{
	margin:0 auto;
	float:none;
	width:100px;	
}
#pageGallery div.clear,
#photoGallery div.clear{
	float:none;
	padding:0;	
}
#pageGallery div img,
#photoGallery div img{
	border:1px solid #194276;
}

#pageNumbers{
	text-align:center;
	margin-top:20px;
}
#pageNumbers .previous{
	text-align:left;
	float:left;
	width:15%;
}
#pageNumbers .next{
	text-align:right;
	float:right;
	width:10%;
}
#pageNumbers .numbers{
	width:70%;
	margin:auto;
}
.newsdate{
	color:#999999;
	margin-bottom:10px;
}
.lnews .newsdate{
	margin-bottom:3px;
}
#forgotPassword{
	margin:20px 0 5px 0;
	overflow:hidden;
	position:relative;
}
#ReActivate{
	margin:20px 0 5px 0;
	overflow:hidden;
	position:relative;
}
.message{
	color:#FF0000;
	font-weight:bold;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
#print{
	display:none;
} /*  for print.css - position:absolute;top:2px;left:2px; */
a{
	color:#000;
}

.date{color:#999999;font-size:12px;line-height:16px;}
.caption{font-size:11px;line-height:15px;}
.boldBlue{color:#16255a;font-weight:bold;}
.star{font-size:10px;color:#ff0000;font-weight:bold;}
.redUp{color:#FF0000;text-transform:uppercase;margin-bottom:3px;}
.greyLine{margin:8px 0;border-bottom:1px solid #A5B0BA;}
.redCopy{color:#EE0000;}

h3.green{color:#007e95;}
.greenbold{color:#007e95;font-weight:bold;}

#CheckOutSteps{font-size:0.9em;margin-bottom:10px;}
.required{color:#FF0000;font-weight:bold;font-size:0.9em;}
#banner{background-color:#FFFFFF;}
#loginBox .message,#loginBox a{color:;}

/** Verve Form Styles **/

ul.VerveForm{margin:10px 0 10px 0;}
ul.VerveForm li{list-style-type:none;padding:3px;}
ul.VerveForm li label{display:block;width:9em;text-align:right;padding-right:8px;float:left;position:relative;}
ul.VerveForm li input,ul.VerveForm li textarea{width:20em;}
ul.VerveForm li input.autoSize{width:auto;}
ul.VerveForm li textarea{height:80px;}


#gridtable .padLayer{border:0px !important;padding:2px !important;}
#gridtable table{font-size:11px;color:#000;margin-bottom: 15px;}
#gridtable tr.head{background:#19356f;color:#FFF;text-transform:uppercase;}
#gridtable th{border-bottom:1px solid #FFF;padding:1px 0;text-align:center;}
#gridtable tr.head .pts{text-transform:capitalize;}
#gridtable td{padding:3px 3px 3px 0;text-align:center;}
#gridtable .right{padding-right:5px;}
#gridtable .left{padding-left:5px;text-align:left;}
