p {
	margin-top: 0px;
	padding-top: 0px;
}
label {
	font-weight: bold;
}

.popupBody, .ui-dialog
{
	/*margin: 4px;*/
	margin: 0px;
	font-family: Verdana, Ariel, sans-serif;
	font-size: 12px;
	color: black;
	/*padding-top: 5px;*/
	padding: 9px;
	background: White;
}

.popupBody h1, .ui-dialog h1 {
	font-size: 20px;
	color: maroon;
	text-align: left;
	font-weight: bolder;
}

.popupBody h2, .ui-dialog h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

.popupBody h3, .ui-dialog h3 {
	font-size: 1em;
}

.popupBody p, .ui-dialog p, ul, ol {
	line-height: 125%;
}

.popupBody blockquote, .ui-dialog blockquote {
	padding-left: 1em;
}

.popupBody blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

.popupBody a, .ui-dialog a {
	color: maroon;
}

.popupBody a:hover, .ui-dialog a:hover {
	color: maroon;
	background-color: white!important; 
/*	background-color: aqua; */
}

.popupBody .title, .ui-dialog .title  {
	border-left: 6px solid maroon;
	padding: 0 20px 0 10px;
	font-size: 24px;
}

.popupBody .byline, .ui-dialog .byline  {
	margin: -25px 20px 0 17px;
	color: #646464;
}

.popupBody.text, .ui-dialog .text {
	font-size: 12px;
}

.popupBody .click, .ui-dialog .click {
	text-align: right;
}

.popupBody .click a:hover, .ui-dialog .click a:hover {
	color: maroon;
}

.popupBody .content_title, .ui-dialog .content_title {
	font-size: 22px;
	color: maroon;
	text-align: left;
	font-weight: bolder;
}

.popupBody .admin, .ui-dialog .admin {
	font-size: 10px;
	margin-left: 5px;
}
/*
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
*/

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/images/maskBG.png") !important; /* For browsers Moz, Opera, etc. */
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 1000!important;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls img{
	border:0;
	padding:0;
	margin:0;
	background:none;
}

.iframebody {
	/* background: inherit; */
	background: white;
}

#middle {
 position:relative;
}

#middle .linkContent ul li {
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;

}


/* -- Default ContentNav styling -- */
ul.GroupContentMenu {
 list-style-type:none;
 padding-top: 5px;
 height: auto!important;
}

ul.GroupContentMenu li {
 display:inline;
}

ul.GroupContentMenu .selected {
 font-weight: bold;
}

/* -- jQuery Dialog style -- */



.progressblock {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.expandBody {
	text-decoration: underline;
	cursor: pointer;
}

.EmailTo {
	width: 400px;
	margin-bottom: 15px;
}
.EmailBody {
	max-height: 150px;
	overflow: auto;
	border: 1px solid gray;
}

.checkbox {
	padding-right: 5px;
	white-space: nowrap;
	float: left;
}
/* -- admin edit links-button style start -- */
.adminBtns {
	height:25px;
	padding:20px 0 0;
}
#left .adminBtns {
	margin:0 0 5px 0;
}
#middle .news .adminBtnsList {
	padding:0 0 0 20px !important;
}
.adminBtns img {
	padding:0;
	margin:0;
	border:0;
}
.newsStatusBtn {
	width:100%;
	display:block;
	overflow:hidden;
	*padding-bottom:10px;
}
.adminBtnsTop,
.adminBtnsBottom {
	padding:0;
	margin:0;
}
.adminBtnsList {
	padding:0 !important;
	margin:0 !important;
	background:none;
	border:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#left .navigation .adminBtns li {
	position:relative;
/*	left:-8px; */
	margin:0 -4px 0 0 !important; /* ?WHY? is this important?*/
}
.adminBtnsList li {
	margin:0 !important;
	padding:0 6px 5px 0 !important;
	background:none;
	border:0;
	float:left;
}
.adminBtnLinks,
.sortBtnUp,
.sortBtnDown,
.adminBtnLinks:hover,
.sortBtnUp:hover,
.sortBtnDown:hover {
	float:left;
	margin:0;
	height:18px;
	display:block;
	text-transform:lowercase;
	text-decoration:none !important;
	background-color:#d4d0c8;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#fff #404040 #404040 #fff;
	outline:none;
	color:#000 !important;
}
.adminBtnLinks {
	color:#000;
	width:auto;
	padding:0 5px;
	font:normal 11px/18px Tahoma, Arial, Helvetica, sans-serif;
}
.adminBtnLinks:active,
.sortBtnUp:active,
.sortBtnDown:active {
	background-color:#d4d0c8;
	border-color:#404040 #fff #fff #404040;
}
.sortBtnUp,
.sortBtnDown {
	width:11px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-120000px;
}
.sortBtnUp { background-image:url(../images/sort-button-up.gif);}
.sortBtnDown { background-image:url(../images/sort-button-down.gif);}

.adminGreyStatusLink,
.adminRedStatusLink,
.adminGreenStatusLink,
.adminBlueStatusLink {
	text-decoration:none;
	background:url(../images/admin-red.gif) no-repeat 0 -2px;
	width:12px;
	height:0;
	padding:12px 3px 0;
	overflow:hidden;
	display:inline-block;
	line-height:0;
	font-size:0;
}
.adminGreyStatusLink {
	background:url(../images/admin-grey.gif) no-repeat 0 -2px;
}
.adminGreenStatusLink {
	background:url(../images/admin-green.gif) no-repeat 0 -2px;
}
.adminBlueStatusLink {
	background:url(../images/admin-blue.gif) no-repeat 0 -2px;
}

.adminApprovedLink span,
.adminPendingLink span,
.adminArchiveLink span,
.adminArchivedLink span,
.adminTrashLink span,
.adminSentLink  span {
	background:none;
	padding:0;
	margin:0;
}
.adminApprovedLink,
.adminPendingLink,
.adminArchiveLink,
.adminArchivedLink,
.adminTrashLink,
.adminSentLink  {
	height:17px;
	padding:0 0 0 22px;
	margin:3px 4px 12px 0;
	display:block;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	font:normal 10px/17px Arial, Helvetica, sans-serif;
	color:#fff !important;
	text-transform:uppercase;
	position:relative;
	left:20px;
}
.adminApprovedLink { 
	background-image: url(../images/admin-approved-bg.gif); 
	width:64px;
}
.adminPendingLink { 
	background-image: url(../images/admin-pending-bg.gif); 
	width:52px;
}
.adminArchiveLink, .adminArchivedLink { 
	background-image:url(../images/admin-archive-bg.gif); 
	width:53px;
}
.adminTrashLink { 
	background-image:url(../images/admin-trash-bg.gif); 
	width:40px;
}
.adminSentLink { 
	background-image:url(../images/admin-sent-bg.gif); 
	width:36px;
}
/*
.adminApprovedLink { 
	background-image: url(../images/admin-approved-bg.gif); 
	width:64px;
}
.adminPendingLink { 
	background-image: url(../images/admin-pending-bg.gif); 
	width:52px;
}
.adminArchiveLink, .adminArchivedLink { 
	background-image:url(../images/admin-archive-bg.gif); 
	width:53px;
}
.adminTrashLink { 
	background-image:url(../images/admin-trash-bg.gif); 
	width:40px;
}
.adminSentLink { 
	background-image:url(../images/admin-sent-bg.gif); 
	width:36px;
}
*/
.adminApprovedLink:hover,
.adminPendingLink:hover,
.adminArchiveLink:hover,
.adminArchivedLink:hover,
.adminTrashLink:hover,
.adminSentLink:hover,
.activeStatus {
	background-position:0 -17px;
	color:#fff;
	text-decoration:none;
}

.adminApprovedLinkSmall span,
.adminPendingLinkSmall span,
.adminArchiveLinkSmall span,
.adminArchivedLinkSmall span,
.adminTrashLinkSmall span {
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.adminApprovedLinkSmall,
.adminPendingLinkSmall,
.adminArchiveLinkSmall,
.adminArchivedLinkSmall,
.adminTrashLinkSmall {
	width:17px;
	height:17px;
	left: 8px;
	right: -8px;
	padding:0;
	margin:7px 4px 12px 0;
	display:block;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:0;
	line-height:0;
	text-indent:-12000px;
}
.adminApprovedLinkSmall { background-image:url(../images/admin-approved-small-bg.gif);}
.adminPendingLinkSmall { background-image:url(../images/admin-pending-small-bg.gif);}
.adminArchiveLinkSmall, .adminArchivedLinkSmall { background-image:url(../images/admin-archive-small-bg.gif);}
.adminTrashLinkSmall { background-image:url(../images/admin-trash-small-bg.gif);}

.adminApprovedLinkSmall:hover,
.adminPendingLinkSmall:hover,
.adminArchiveLinkSmall:hover,
.adminArchivedLinkSmall:hover,
.adminTrashLinkSmall:hover,
.activeStatus {
	background-position:0 -17px;
	color:#fff;
}


/*  AdminLinkX styles (X for eXpandable)
	Used in CContent.OutputStatusButtonsCount() 
*/
.adminApprovedLinkX,
.adminPendingLinkX,
.adminArchivedLinkX,
.adminTrashLinkX,
.adminSentLinkX,
.adminApprovedLinkXActive,
.adminPendingLinkXActive,
.adminArchivedLinkXActive,
.adminTrashLinkXActive,
.adminSentLinkXActive  {
	height:17px;
	padding:0 3px 0 0;
	margin:3px 4px 12px 0;
	display:block;
	float:left;
	background: url(../images/admin-bg.gif);
	/*background: url(../images/status-buttons.png);*/
	background-repeat:no-repeat;
	background-attachment: scroll;
	text-decoration:none;
	font:normal 10px/17px Arial, Helvetica, sans-serif;
	color:#fff !important;
	text-transform:uppercase;
	position:relative;
	left:20px;
	cursor: pointer;
}
.adminApprovedLinkX { 
	background-position: right 0px;
}
.adminPendingLinkX { 
	background-position: right -34px;
}
.adminArchivedLinkX { 
	background-position: right -68px;
}
.adminTrashLinkX { 
	background-position: right -102px;
}
.adminSentLinkX { 
	background-position: right -34px;
}
.adminApprovedLinkX span,
.adminPendingLinkX span,
.adminArchivedLinkX span,
.adminTrashLinkX span,
.adminSentLinkX  span,
.adminApprovedLinkXActive span,
.adminPendingLinkXActive span,
.adminArchivedLinkXActive span,
.adminTrashLinkXActive span,
.adminSentLinkXActive  span {
	margin: 0;
	padding: 0px 2px 0px 22px;
	position: relative;
	cursor: pointer;
	float:left;
	background: url(../images/admin-bg.gif);
	/*background: url(../images/status-buttons.png);*/
	background-repeat: no-repeat;
}
.adminApprovedLinkX span { 
	background-position: left -0px;
}
.adminPendingLinkX span { 
	background-position: left -34px;
}
.adminArchivedLinkX span { 
	background-position: left -68px;
}
.adminTrashLinkX span { 
	background-position: left -102px;
}
.adminSentLinkX span { 
	background-position: left -136px;
}


.adminApprovedLinkX:hover, .adminApprovedLinkXActive {
	background-position: right -17px;
}
.adminApprovedLinkX:hover span, .adminApprovedLinkXActive span {
	background-position: left -17px;
}
.adminPendingLinkX:hover, .adminPendingLinkXActive {
	background-position: right -51px;
}
.adminPendingLinkX:hover span, .adminPendingLinkXActive span{
	background-position: left -51px;
}
.adminArchivedLinkX:hover, .adminArchivedLinkXActive {
	background-position: right -85px;
}
.adminArchivedLinkX:hover span, .adminArchivedLinkXActive span {
	background-position: left -85px;
}
.adminTrashLinkX:hover, .adminTrashLinkXActive{
	background-position: right -119px;
}
.adminTrashLinkX:hover span, .adminTrashLinkXActive span{
	background-position: left -119px;
}

.adminSentLinkX:hover, .adminSentLinkXActive{
	background-position: right -153px;
}
.adminSentLinkX:hover span, .adminSentLinkXActive span{
	background-position: left -153px;
}

/* Small version: */
.adminApprovedLinkXSmall span,
.adminPendingLinkXSmall span,
.adminArchivedLinkXSmall span,
.adminTrashLinkXSmall span {
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.adminApprovedLinkXSmall,
.adminPendingLinkXSmall,
.adminArchivedLinkXSmall,
.adminTrashLinkXSmall,
.adminApprovedLinkXSmallActive,
.adminPendingLinkXSmallActive,
.adminArchivedLinkXSmallActive,
.adminTrashLinkXSmallActive {
	width:17px;
	height:17px;
	padding:0;
	margin:7px 4px 12px 0;
	display:block;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:0;
	line-height:0;
	text-indent:-12000px;
}
.adminApprovedLinkXSmall, .adminApprovedLinkXSmallActive 
{ background-image:url(../images/admin-approved-small-bg.gif);}
.adminPendingLinkXSmall, .adminPendingLinkXSmallActive 
{ background-image:url(../images/admin-pending-small-bg.gif);}
.adminArchivedLinkXSmall, .adminArchivedLinkXSmallActive 
{ background-image:url(../images/admin-archive-small-bg.gif);}
.adminTrashLinkXSmall, .adminTrashLinkXSmallActive 
{ background-image:url(../images/admin-trash-small-bg.gif);}

.adminApprovedLinkXSmall:hover, .adminApprovedLinkXSmallActive,
.adminPendingLinkXSmall:hover, .adminPendingLinkXSmallActive,
.adminArchivedLinkXSmall:hover, .adminArchivedLinkXSmallActive,
.adminTrashLinkXSmall:hover, .adminTrashLinkXSmallActive,
.activeStatus {
	background-position:0 -17px;
	color:#fff;
}
/* End of adminLinkX styles */

img.noBorMarPad {
	padding:0;
	margin:0;
	border:0;
}

.adminMastheadBtn,
.adminPrimaryNavBtn {
	width:12px;
	height:0;
	padding:12px 0 0;
	margin:0;
	display:block;
	overflow:hidden;
	background:url(../images/admin-blue.gif);
	font-size:0;
	line-height:0;
	text-indent:-12px;
	position:absolute;
	top:50px;
	left:8px;
	z-index:100;
	text-decoration: none;
}
.adminPrimaryNavBtn {
	top:8px;
	left:8px;
}
/* -- admin edit links-button style end -- */

/* Sponsorship classes */
/* (See Sponsor/Includes/CAd.asp:FormatTextAd() */
/*
div.SponsorAd {
	margin: 10px;
	float: left;
	width: 165px;
}
.TextAd {
	text-decoration: none;
	font-size: 8pt;
	line-height: 10pt;
}
.AdHeadline {
	text-decoration: none;
	color: Green;
}
.AdBody {
	text-decoration: none;
	color: Black;
}
.AdLink {
	text-decoration: underline;
	color: Green;
}
*/
.greyBox {
 border: solid 1px grey;
 float:left;
 width: 99%;
 padding: 5px;
}

.warning {
	color: Red !important;
}
.OK {
	color: Green !important;
}

.stepBtnsList { /* apply to <ul> */
	padding: 6px;
	margin: -6px 0px 2px;
}
.stepBtnsList li {
	float:left;
	list-style: none 0;
	display: inline; /* for ignore double margin in IE6 */
	margin:0 0px;
	background:none;
	padding: 0;
/*
	padding:0 6px 5px 0 !important;
	border:0;
*/
}

.stepArrow {
	margin-left: -10px;
	margin-right: -10px;
}
.stepArrow div {
	margin-right: -5px;
	margin-left: -15px;
	position: relative;
	background: url(/images/right-arrow.png) no-repeat 0px 0px;
	height: 21px;
	width: 23px;
	z-index: 10;
	margin-top: 3px;
}
.stepArrow div.green {
	background-position: 0px -22px;
}
.stepArrow div.grey {
	background-position: 0px 0px;
}



a.bttn {
 behavior: url(/CSS/PIE.htc);
 padding: 3px 6px 5px;
 margin: 10px;
 text-decoration: none;
 border-radius: 8px ;
 -moz-border-radius: 8px ;
 -webkit-border-radius: 8px ;
 z-index: 0;
}
a:hover.bttn {
	background-color: transparent !important; 
}
a.btnBlue {
 background: -moz-linear-gradient(top, white, #0cf );
 background: -webkit-gradient(linear, left top, left bottom, from(white), to(#0cf) );
 -pie-background: linear-gradient(top, white, #0cf );
 background: linear-gradient(top, white, #0cf );
 border: solid 1px #0cabbe;
 
}
a:hover.btnBlue,
a.btnBlueCurrent {
 background-color: transparent;
 background: -moz-linear-gradient(top, #0cf, #fff );
 background: -webkit-gradient(linear, left top, left bottom, from(#0cf), to(white) );
 background: linear-gradient(top, #0cf, white );
 -pie-background: linear-gradient(top, #0cf, white );
}

a.btnGreen {
 background: -moz-linear-gradient(top, white, #0f0 );
 background: -webkit-gradient(linear, left top, left bottom, from(white), to(#0f0) );
 background: linear-gradient(top, white, green );
 -pie-background: linear-gradient(top, white, #0f0 );
 border: solid 1px Green;
}
a:hover.btnGreen,
a.btnGreenCurrent {
 background: -moz-linear-gradient(top, #0f0, #fff );
 background: -webkit-gradient(linear, left top, left bottom, from(#0f0), to(white) );
 background: linear-gradient(top, #0f0, white );
 -pie-background: linear-gradient(top, #0f0, white );
 border: solid 1px Green;
}

a.btnRed {
 background-color: #ffeeee;
 background: -moz-linear-gradient(top, white, #f88 );
 background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f88) );
 -pie-background: linear-gradient(top, white, #faa );
 border: solid 1px red;
}
a:hover.btnRed,
a.btnRedCurrent {
 background-color: #ffeeee;
 background: -moz-linear-gradient(top, #f88, white );
 background: -webkit-gradient(linear, left top, left bottom, from(#f88), to(white) );
 -pie-background: linear-gradient(top, #f88, white );
 border: solid 1px red;
}
/*
.submitBtn {
	background-color: 
}
*/
.RightSide {
	float: right;
}
.rightContent {
 margin: 0 auto;
 width: 160px;
}
div.snippet {
	width: 100%;
	height: 100px;
	overflow: scroll;
}

/* Stub classes */
.homePage {}
.top{}
.bottom{}
.clearSpace{}
.registerForm{}
.login{}
.auto{}
.btn{}
.html00{}
.banner{}
.spacer{ clear: both; line-height:0px; }

/* CuteEditor stylings   */
.CuteEditorToolbar table, 
.CuteEditorToolbar img,
.ceifdialog img {
	margin:0 ;
	padding:0;
}

/* !important */

/* Store stylings */
#tblCatalog td,
#tblCart td {
	padding: 5px;
	border-bottom: solid 1px gray;
}
#tblCatalog img {
	margin: 0px;
	border: none;
}

/* datatable defaults */
.datatable 
{
	border-collapse: collapse;
}
.datatable th {
	white-space: normal !important;
}

/* Style code */
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    xwidth: ...;
    xheight: ...;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

/*
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
*/
.googleAds {
 margin: 0 auto;
 width: 160px;
 /*margin-left: 35px;
 padding-top: 30px;*/
}

/* Coloring of the display URL of advertisements */
.AdURL {
 color: #0E774A
}

/* Ad is disabled */
.styleAdDisabled {
	color: darkgray;
}

.SponsorLogo {
 float: left; 
 /*width: auto; */
 width: 200px; 
 margin: auto 5px;
 padding: auto;
}
.SponsorSummary {
 float: left; 
 margin: auto 5px;
 padding: auto;
 width: 282px;
}
.SponsorBusinessName {
 font-weight: bold;
 color: Red;
}
.SponsorAddress {
 color: Navy;
}
.SponsorPhone {
 color: Maroon;
}
.SponsorTagLine {
 font-style: italic;
}

.GroupAdmin {
 font-size: 10px;
 color: Black;
 margin-left: 1em;
 margin-right: .5em;
}

#middle .linkLogin1,
#middle .linkLogin2 {
 background:none;
 /*right: 0;*/
}

#right .registerForm, 
#right .html00, 
#right .html01, 
#right .calendar, 
#right .navigation, 
#right .navigationNews {
	width:170px;
}
#SponsorPos 
{
    padding-top: 10px;
}
.translateButton 
{
    margin: 0 auto;
}

/* Sponsor Module Experience */

.sponLink {
    margin-top: 10px;
    float: right;
}
.sponLink ul li  {
   display: inline!important;
   list-style: none!important;
   background: none!important;
   
}

 .sponLink ul li a {
   background-color: #EDEDED;
   padding: 2px 10px;
   border: 1px solid #000000;
   color: #000000;
   text-decoration: none;
   
 }

 /* Style as button */
 .sponLink a {
   background-color: #EDEDED;
   padding: 5px 15px;
   border: 1px solid #000000;
   color: #000000;
   text-decoration: none;
 }