/* STYLES JUST FOR SIGNED IN MEMBERS */
.topContentMember {
	padding-bottom: 50px;
}
.topContentMember h2 {
	font-size: 3.3em;
	line-height: .85em;
	margin: 0px 0 18px 0;
	-webkit-text-shadow:1px 1px 0px RGBA(255,255,255,0.4);
	-moz-text-shadow:1px 1px 0px RGBA(255,255,255,0.4);
	text-shadow:1px 1px 0px RGBA(255,255,255,0.4);
}
.topContentMember .row {
	margin-top: 75px;
}
.topContentMember .row .row {
	margin-top: 45px;
}
.topContentMember .row .searchByNameInput .row {
	margin-top: 0;
} 

/* PROFILE PAGE */
.profileImage {
	width: 16%;
	margin-right: 4.3%;
	float: left;
}
.profileImage ul {
	clear: both;
	float: left;
	margin-bottom: 16px;
}
.profileImage li {
	position: relative;
	float: left;
	height: 134px;
}
.profileComments {
	margin-bottom: 40px;
}
.profileImage img, .prettyForm img {
	border:6px solid #ffffff;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-moz-box-shadow: 0px 2px 4px RGBA(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px RGBA(0,0,0,0.3);
	box-shadow: 0px 2px 4px RGBA(0,0,0,0.3);
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.profileTop {
	overflow: hidden;
	margin-bottom: 25px;
}
.profileTop h2 {
	margin-bottom: 6px;
}
.profileTop .left {
	max-width:66%;
}
.profileTop .left ul {
	overflow: hidden;
	margin-left: 2px;
	margin-bottom: 26px;
	line-height: 1em;
}
.profileTop li {
	float: left;
}
.profileTop .left li a {
	margin-right: 10px;
}
.profileTop .left li a {
	color: #3b6a6d;
	text-decoration: underline;
	font-size: .75em;
}
.profileTop .left li a:hover, .profileTop .left li a:focus {
	color: #000000;
}
.profileTop .left .smallButton {
	margin-right: 6px;
}
.profileTop .right {
}
.profileTop .right .badge {
	float: right;
}
.profileTop .right ul {
	/*clear: both;*/
	line-height: 1.2em;
	margin: .4em 0 0 0;
}
.profileTop .right li {
	text-align: right;
	font-size: 9px;
	color: #3b6a6d;
	margin:0;
	text-transform: uppercase;
	float: right;
}
.profileTop .right li em {
	text-transform: none;
	font-size: 1.2em;
	font-family: Palatino,Georgia,serif;
}
.profileTop .right li a {
	text-decoration: underline;
	color: #3b6a6d;
}
.profileTop .right li a:hover, .profileTop .right li a:focus {
	color: #000000;
}
.profileBar .tags {
	overflow: hidden;
}
.profileBar .tags div {
	color: #3b6a6d;
	float: left;
}
.profileBar {
	margin-bottom: 1.5em;
	margin-top: 14px;
}
.profileBio {
	font-size: .9em;
	line-height: 1.6em;
}
.profileWall {
	position: relative;
}
.profileWall .buttonContainer {
	position: absolute;
	top: -4px;
	right: 0;
	background:url(../images/body.jpg) repeat;
	padding:5px 0 5px 4px;
}
.profileComments textarea {
	-moz-box-shadow: 3px 3px 5px RGBA(2,120,120,0.7) inset;
	-webkit-box-shadow: 3px 3px 5px RGBA(2,120,120,0.7) inset;
	box-shadow: 3px 3px 5px RGBA(2,120,120,0.7) inset;
	font-family: Verdana,Arial,sans-serif;
	font-size: .8em;
	width: 96%;
	height: 75px;
	margin: 11px 0 7px 0;
	border:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 6px;
}
.bottomContentMain .profileComments textarea {
	-moz-box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	-webkit-box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	width: 98%;
}
.profileComments ul {
	border-top: 2px solid #55bfbf;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	border-bottom: 2px solid #55bfbf;
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.profileComments li {
	padding: 10px 0 7px 0;
	border-top: 2px solid #55bfbf;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
}
.profileComments input 
{
    position: absolute;
    top: -1px;
    right: 0px;
    
}
.bottomContentMain .profileComments ul {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.bottomContentMain .profileComments li {
	border-top-color: #333333;
	padding: 20px 0;
}
.profileComments li:first-child {
	border-top: 0px;
}
/*
.bottomContentMember {
	margin-top: -50px;
}
*/

/* EDIT PROFILE STYLES */
.prettyForm input[type=text], #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_ChangePassword1 input[type=password], #ctl00_ctl00_CphMPContent_Content1_Login1 input[type=text], #ctl00_ctl00_CphMPContent_Content1_Login1 input[type=password], #ctl00_ctl00_CphMPContent_Content1_txtMessage  {
	-moz-box-shadow: 1px 1px 0px RGBA(255,255,255,0.3);
	-webkit-box-shadow: 1px 1px 0px RGBA(255,255,255,0.3);
	box-shadow: 1px 1px 0px RGBA(255,255,255,0.3);
	font-family: Verdana,Arial,sans-serif;
	font-size: .8em;
	height: 15px;
	margin: 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 6px;
	border:1px solid #000000;
	background: #ffffff url(../images/inputGradient.jpg) repeat-x top;
}

#ctl00_ctl00_CphMPContent_Content1_txtMessage {
	border-color:#5bbebf;
}

.prettyForm button, .bottomContentMain input[type=submit], .bottomContentMain input[type=button], .bottomContentMain .RadGrid_Default .rgCommandRow a, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnSave, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnDelete {
background: #C5F8F9; /* old browsers */
background: -moz-linear-gradient(top, #C5F8F9 0%, #9BF2F0 48%, #9BF2F0 51%, #80E2E7 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5F8F9), color-stop(48%,#9BF2F0), color-stop(51%,#9BF2F0), color-stop(100%,#80E2E7)); /* webkit */
background: -o-linear-gradient(top, #C5F8F9 0%,#9BF2F0 48%,#9BF2F0 51%,#80E2E7 100%); /* opera */	
	padding:6px .6em;
	display: inline;
	font-weight:bold;
	color:#000000;
	margin-right:.7em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #05aeae;
	-webkit-box-shadow:0px 1px 1px RGBA(5,128,128,0.25);
	-moz-box-shadow:0px 1px 1px RGBA(5,128,128,0.25);
	box-shadow:0px 1px 1px RGBA(5,128,128,0.25);
}
.bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgSongs.RadGrid_Default .rgExpXLS, .bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgSongs.RadGrid_Default .rgExpDOC, .bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgSongs.RadGrid_Default .rgExpPDF, .RadGrid_Default .rgExpCSV {
    background-image: url("WebResource.axd?d=2U35330muMwXmKD-HELHT3eddVnAMIF-o6ctvx9X3hZjjI_5xHiu3hHDxO9MVtm8XAHnxLxriUkOvtpsUnOZqknfEdi9J6kMEul8S-kLuWGdnlIf_L51tUObESavAhIu3M9LCbAusSfdu6cuWCkx1tTou2JWuww-N_UAJhMDqN81&t=634348238901636813");
    background-repeat: no-repeat;
    border: 0;
}

.bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgSongs.RadGrid_Default .rgExpXLS {
	background-position: 0 0;
}
.bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgSongs.RadGrid_Default .rgExpPDF {
	background-position: 0 -100px;
}
.bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgSongs.RadGrid_Default .rgExpDOC {
	background-position: 0 -50px;
}

.prettyForm button:hover, .bottomContentMain input[type=submit]:hover, .prettyForm button:focus, .bottomContentMain input[type=submit]:focus, .bottomContentMain .RadGrid_Default .rgCommandRow a:hover, .bottomContentMain .RadGrid_Default .rgCommandRow a:focus, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnSave:hover, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnSave:focus, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnDelete:hover, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnDelete:focus {
	cursor: pointer;
	background: #C5F8F9; /* old browsers */
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.45, #FFFFFF),
    color-stop(0.93, #B4F7F7)
);
	background-image: -moz-linear-gradient(
    center top,
    #FFFFFF 45%,
    #B4F7F7 93%
);
	border:1px solid #06b5b5;
	padding:6px .6em;
	display: inline;
	font-weight:bold;
	color:#000000;
	margin-right:.7em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 1px 1px RGBA(5,128,128,0.25);
	-moz-box-shadow:0px 1px 1px RGBA(5,128,128,0.25);
	box-shadow:0px 1px 1px RGBA(5,128,128,0.25);
}
.prettyForm button:active, .bottomContentMain input[type=submit]:active, .bottomContentMain .RadGrid_Default .rgCommandRow a:active, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnSave:active, , #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnDelete:active {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, #FFFFFF),
    color-stop(0.93, #D3FCFC)
);
background-image: -moz-linear-gradient(
    center bottom,
    #FFFFFF 45%,
    #D3FCFC 93%
);
	border:1px solid #06b5b5;
	position:relative;
	top:1px;
	-webkit-box-shadow:0px 1px 0px RGBA(255,255,255,0.6);
	-moz-box-shadow:0px 1px 0px RGBA(255,255,255,0.6);
	box-shadow:0px 1px 0px RGBA(255,255,255,0.6);
}
.bottomContentMain {
	color: #ffffff;
	padding-top: 75px;
	padding-bottom: 80px;
}
.bottomContentMain a, .bottomContentMain .comment strong a, .messageMain p a {
	color: #57DCD9;
	text-decoration: underline;
}
.bottomContentMain a:hover, .bottomContentMain a:focus {
	color: #ffffff;
}
.bottomContentMain .buttonContainer .smallButton {
	color: #000000;
	text-decoration: none;
}
.bottomContentMain .buttonContainer .smallButton:active {
	padding-bottom: 2px;
}
.prettyForm .row {
	margin-bottom: 13px;
	padding-bottom: 2px;
}
.prettyForm .row h2, .bottomContentMain .titleEdit, .bottomContentMain h2 {
	font-size: 3.3em;
	line-height: .85em;
	margin: 0 0 30px 0;
}
.bottomContentMain h3 {
	font-size: 1.7em;
	color:#57DCD9;
	line-height: 1em;
	margin: 30px 0 28px 0;
}
.bottomContentMain .setList h3 {
	margin-top: 15px;
}
.bottomContentMain .fourcol textarea {
	display: block;
	margin: 10px 0 20px 0;
	-moz-box-shadow: 1px 1px 0px RGBA(255,255,255,0.3);
	-webkit-box-shadow: 1px 1px 0px RGBA(255,255,255,0.3);
	box-shadow: 1px 1px 0px RGBA(255,255,255,0.3);
	font-family: Verdana,Arial,sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	height: 120px;
	width: 95%;
	margin: 8px 0 20px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 6px 0 6px 6px;
	border:1px solid #000000;
	background: #ffffff url(../images/inputGradient.jpg) repeat-x top;
}
.bottomContentMain .fourcol #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_txtBio {
	height: 240px;
}
.bottomContentMain .fourcol label {
	display: block;
}
.bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_ChangePassword1 table tr:first-child td, .bottomContentMain .title {
	font-size: 1.7em;
	text-align: left;
	padding-bottom: 25px;
    color: #57DCD9;
    display: block;
    font-family: "vinyl-1","vinyl-2",Verdana,sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.bottomContentMain #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_ChangePassword1 table td, #ctl00_ctl00_CphMPContent_Content1_Login1 table td {
	padding-bottom: 13px;
	padding-right: 6px;
	text-align: left;
}
.bottomContentMain .title {
	padding-bottom: 0;
}
#ctl00_ctl00_CphMPContent_Content1_Login1_LoginButton {
	float: right;
}
.memberHelpText {
	float: right;
	line-height: 1.5em;
	font-size: .9em;
	font-style: italic;
	color: #57DCD9;
	margin-bottom: 30px;
	margin-top: -51px;
	width: 58%;
	text-align: right;
}

/* SET LIST STYLES */

.setList .RadListBox {
	width: 100%;
}
.songItems.RadGrid_Default .rgRow:hover, .songItems.RadGrid_Default .rgAltRow:hover, .RadListBoxButtonAreaRight .rlbGroup .rlbHovered, .RadListBoxButtonAreaRight .rlbGroup .rlbSelected:hover {
	cursor: move !important;
}
.songItems.RadGrid_Default .rgSelectedRow {
	background: #000000;
	cursor: move;
}
.songItems.RadGrid_Default .rgAltRow.rgSelectedRow {
	background: #303030;
	cursor: move;
}
.RadListBoxButtonAreaRight .rlbItem {
	line-height: 1.4em;
	margin-bottom: 0;
	border-bottom: 1px dashed #d5d5d5;
}
.songsSetListTitle .RadComboBox {
	width: 98% !important;
	margin-bottom: 20px !important;
}
.songsSetListTitle .RadListBoxButtonAreaRight {
	width: 98% !important;
}
body .songsSetListTitle .RadComboBox .rcbInputCell .rcbInput {
	top:0 !important;
}
#ctl00_ctl00_CphMPContent_ContentPlaceHolder1_lblConfirmation, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_lblEmailChangeConfirmation, 
#ctl00_ctl00_CphMPContent_Content1_lblConfirmation, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_lblConfirm {
	display: block;
	background-color: #cdf493;
	color: #68902d;
	text-align: center;
	padding: 0px 8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin: 32px 10% 0 0;
	float: right;
}
#ctl00_ctl00_CphMPContent_ContentPlaceHolder1_lblConfirm {
	float: none;
	display: block;
	margin: 25px 0 0 0;
}
.songsSetListTitle #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnSave, .songsSetListTitle #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnDelete {
	text-decoration: none;
	margin: 25px 0 0 5px;
	float: left;
}
.bottomContentMain .twoColTallHeading {
	margin-top: 69px;
}
.songsPlay img
{
    float: left;
    margin-bottom: 0px;
    padding: 0px;
}

/* PROFILE SELECTOR */
#ctl00_ctl00_divProfile {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: #000000;
	text-align: center;
	z-index: 100;
	font-size: 20px;
}
#ctl00_ctl00_divProfile span {
	color: #ffffff;
	padding: 3px 5px;
	font-size: .8em;
}
#ctl00_ctl00_divProfile select {
	margin: 3px 0;
}
.bottomContentMain .subheadSmall {
	background: none;
	color: #ffffff;
	padding-left: 0;
}




/* MESSAGES MAIN PAGE */

.rightTopNav .messageAlert {
	position: absolute;
	right: 0px;
	z-index: 10;
	color: #ffffff;
	width: 12px;
	height: 12px;
	display: block;
	font-size: .58em;
	line-height: 1.3em;
	text-align: center;
	border:1px solid #000000;
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #323232 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#323232)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #595959 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #595959 0%,#323232 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #595959 0%,#323232 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #595959 0%,#323232 100%); /* W3C */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
.messageTo .RadComboBox {
	padding: 4px 3px 0px 3px;
	background: #ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	-webkit-box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	width: 56% !important;
}
.messages .comments .comment {
	position: relative;
}
.classifiedEdit {
	position: absolute;
	top: 20px;
	right: -20px;
}
.messages .comments .comment input {
	position: absolute;
	top: 2px;
	right: 0;
}

.bottomContentMain .messages h2 {
	margin-bottom: 0px;
}
.bottomContentMain .fourcol.messages h3 {
	margin-top: 0;
}
.messages .textContainer {
	margin-top: 25px;
}
.messages .textContainer textarea {
	padding-right: 6px;
	height: 150px;
	width: 87.5%;
	margin-left: 7.5%;
	-moz-box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	-webkit-box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
	box-shadow: 3px 3px 5px RGBA(2,2,2,0.3) inset;
}

/* styles for managing fans */
.bottomContentMain .mainSearchList {
	border-top: 2px solid #333333;
	padding-top: 20px;
	margin-top: 35px;
}
.bottomContentMain .mainSearchList .profileImage {
	width:9%;
}
.bottomContentMain .mainSearchList .profileTitle {
	padding: 2px 0 19px 0;
}
.bottomContentMain .mainSearchList .profileTitle strong a {
	color:#57DCD9;
}
.bottomContentMain .mainSearchList .tags div {
	color:#57DCD9;
 	margin-right: 10px;
	padding: 6px 10px 4px 26px;
}
.bottomContentMain .mainSearchList .profileBar {
	border-bottom: 0;
}
.bottomContentMain .mainSearchList .tagLocation {
	background-position: 0 -22px;
}
.bottomContentMain .mainSearchList .tagGenre .tagFans .tagInstrument .tagViews{
	background-position: 0 6px;
}
.bottomContentMain .mainSearchList .tagFans span {
	position: relative;
	top: -1px;
}
.bottomContentMain .mainSearchList li {
	border-bottom-color: #333333;
}
.bottomContentMain .mainSearchList .tags .tagVerified {
	background: url(../images/tagsDark.png) no-repeat 8px -93px;
	float: right;
	margin-right: 0;
	color: #ffffff;
	padding: 6px 15px 4px 41px;
}
.bottomContentMain .eightcol.messages h3 {
	float: left;
}
.bottomContentMain .secondLink {
	float: left;
	padding: 28px 0 0 10px;
}
.bottomContentMain .secondLink em {
	margin-right: 5px;
	color: #333333;
}
.bottomContentMain .secondLink a {
	color: #ffffff;
}


/* CLASSIFIEDS FORM */

.classifieds input, .classifieds .RadUpload, .classifieds .RadInput 
{
     padding-bottom: 5px;
}
.classifieds .row
{
    margin-bottom: 6px;
}
.classifieds .comments .comment {
	position: relative;
}
.classifiedEdit {
	position: absolute;
	top: 0px;
	right: 18px;
}
.classifiedDelete {
	position: absolute;
	top: 0px;
	right: 0px;
}
.bottomContentMain .classifieds h2 {
	margin-bottom: 10px;
}
.bottomContentMain .fourcol.classifieds h3 {
	margin-top: 0;
}
.classifieds .textContainer {
	margin-top: 25px;
}
.classifiedBottom a, .classifiedBottom a:hover {
	color: #000000;
	text-decoration: none;
}
.submenu
{
   padding:30px 0px 28px 0px;
}
.submenu .inactive {
    color: #FFFFFF;
}
.submenu .active {
    font-size: 1.7em;
    text-decoration: none;
    
    font-family: "vinyl-1","vinyl-2",sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}




/* FINANCES PAGE CSS */
.calendarDate2 {
	margin-bottom: 15px;
}




/* DON'T DISPLAY THE ADD BUTTON FROM THE TABLES WHEN ON MEMBER PAGES */
.bottomContentMain .memberTable input[type=submit] {
	display: none;
}

/* CHANGE PLACEMENT OF THE OTHER ADD BUTTON */
body .memberTable .rgMasterTable td:first-child {
/* 	position: relative; */
}
body .memberTable .rgMasterTable td:first-child a {
	position: relative;
	right: -270px;
	top:-61px;
}
body .memberTable .rgMasterTable td:first-child a:active {
	top: -59px;
}
body #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgExpense.memberTable .rgMasterTable td:first-child a {
	top: -51px;
}
body #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_rgExpense.memberTable .rgMasterTable td:first-child a:active {
	top: -49px;
}
body .memberTable .rgMasterTable .rgPager .NextPrevAndNumeric a {
	top: 0;
	right: 0;
	color: #666666;
}
body .RadGrid_Default .rgAdd {
	display: none;
}
.memberTable.RadGrid_Default .rgRow:hover, .memberTable.RadGrid_Default .rgAltRow:hover {
	cursor: default;
}
body .RadGrid_Default .rgRow .rgSorted {
	background: none;
	background: url("../images/bottomTableRowBg.png") repeat;
}
body .RadGrid_Default .rgAltRow .rgSorted {
	background: none;
	background: url("../images/bottomTableRowBg2.png") repeat;
}


/* PAGINATION FIXES */
body .RadGrid_Default .rgPager {
	background: none;
}

