* html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

* html .clearit {
    height: 1%;
}

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

input, select {
    vertical-align: baseline;
}

textarea {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

input[type=text],
input[type=password],
textarea {
    font-size: 12px;
    background: #fff;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,th,var {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}


#page {
    color: #000;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #1b1b1b;
    overflow: hidden;
    clear: both;
    position: relative;
}

/* links */

a {
    color: #0188c6;
    text-decoration: none;
    -moz-outline: none;
}

a:hover {
    color: #0188c6;
    text-decoration: underline;
}


sub,
sup {
    font-size: 0.75em;
    line-height: 0.1;
}

#page .hint {
    color: #999;
}

.nowrap {
    white-space: nowrap;
}

small {
    font-size: 10px;
}


.clearit:after,
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearit,
#content {
    zoom: 1;
}

/* Forms */

input[type=text],
input[type=password],
textarea {
    border: 1px solid #bbb;
    padding: 3px;
}



img.groupImage,
span.userImage img {
    padding: 1px;
    border: 1px solid #ccc;
    background: #fff;
}

a:hover img.groupImage,
a:hover span.userImage img {
    padding: 1px;
    border-color: #0188c6;
}

.inline {
    display: inline;   
}


html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

* html .clearit {
    height: 1%;
}

#page .indicator { 
    display: -moz-inline-box;
    display: inline-block;
    margin-left: 10px;
}

#page a.vrBigButton,
#page a.vrSmallButton{
    height: 18px;
    display: -moz-inline-box;
    display: inline-block;
    padding: 0 3px 0 0;
    background-color: #cc0000;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
}

#page a.vrBigButton strong,
#page a.vrBigButton span,
#page a.vrSmallButton strong,
#page a.vrSmallButton span {
    height: 14px;
    padding: 2px 5px 2px 8px;
    background-color: #cc0000;
    display: -moz-inline-box;
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
}

#page a.vrBigButton:hover,
#page a.vrSmallButton:hover {
    background-color:#990000;
    color: #fff;
}

#page a.vrBigButton:hover span,
#page a.vrBigButton:hover strong,
#page a.vrSmallButton:hover span,
#page a.vrSmallButton:hover strong {
    background-color:#990000;
}

#page a.vrSmallButton {
    height: 15px;
    font-size: 9px;
}
#page a.vrSmallButton strong,
#page a.vrSmallButton span {
    height: 13px;
    padding: 2px 5px 0 20px;
    line-height: 12px;
}

.autoCompleteResults  {
    background: #eee;
    z-index: 1000;
    position:absolute;
    margin:0px;
    padding:0px;
    width:290px !important;
}

.autoCompleteResults ul {
    margin: 0; 
    padding: 0;
}

.autoCompleteResults ul.usersSmall li {
    float: left;
    display: inline;
    width: 100%;
    margin: 0;
    padding: 5px 5px;   
}

.autoCompleteResults ul.usersSmall li.selected {
    background: #4173CC; color: #fff;
}

.autoCompleteResults ul.usersSmall li div {
    padding: 0 0 0 48px;
    font-size: 11px;
    line-height: 1.18em;
    color: #fff;
}

.autoCompleteResults ul.usersSmall li strong {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}


.autoCompleteResults ul.usersSmall span.userImage {
    float: left;
    display: inline;
    margin: 0 0 0 -48px;
}








/* profilo */

div.profileHead p.stats,
div.profileHead p.listeningNow {
    margin: 12px 0;
    color: #696969;
    font-size: 12px;
    line-height: 1.76em;
}

div.profileHead  div.profileStatus {
	display:inline;
	margin-left:5px;
}

div.profileHead .profileNameAndStatus span {
	color: #0188c6;
	font-size: 16px ;
	font-weight: normal;
}

div.profileHead p.buttons {
    margin: 1em 0;
    line-height: 2em;
}

div.profileHead div.placeHolderForm {
	width: 400px;
    height: 41px;
    display: -moz-inline-box;
    display: inline-block;
    padding: 4px 3px 0 0;
    background: #FFFFFF url(../images/ui/placeholder.png) no-repeat left top;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}

div.placeHolderForm .inputtext  {
	color: #999999;
	margin:5px;
	width: 330px;
	border: 1px solid #DCDCDC;
}

.avatarHead {
    padding: 0 0 0 180px;
}

.avatarHead div.avatarThumbnail {
    float: left;
    display: inline;
    margin: 0 0 0 -160px;
    border: #DCDCDC 1px solid;
    text-align: right;
}

.avatarHead div.avatarThumbnail p {
    margin: 5px 0 0 0;
}

.avatarHead h2.heading {
    font-size: 14px !important;
    font-weight: bold;
    margin: 10px 0px !important;
}

.avatarHead .h2Wrapper {
    padding-left: 0px !important;
    padding-bottom: 6px !important;
}

.avatarHead h1 {
    font-size: 14px;
    font-weight: bold;
}

.avatarHead h1 a {
    font-weight: bold;
    color: #696969;
}

.avatarHead h1 a:hover {
    color: #0188c6;
}


.infoSection {
    padding-bottom:10px;
    overflow:hidden;
    clear:both;
}

.infoSection .heading {
    margin:0px 0px 7px;
}

.infoSection h3 {padding:2px 0px;}
.infoSection h3 span {
    line-height:18px;
    display:block;
    float:left;
    font-size:12px;
    background:white;
    padding-right:6px;
    z-index:2;
    position:relative;
}
.infoSection h3 .edit {
    float:right;
    font-weight:normal;
    font-size:10px;
    padding-top:3px;
}
.infoSection h3 .divider {
    border-bottom:dotted 1px #DCDCDC;
    margin:-4px 0px 0px;
    z-index:0;
}
.infoSection .controls { 
    display: block; 
    z-index: 1; 
}
.infoSection:hover .controls { 
    display: block; 
}
.infoSection dl.info {
    margin:0px;font-size:11px;
}
.infoSection dl.info dt,
.infoSection dl.info dd {
    padding:1px 0px 3px 0px;
}
.infoSection dl.info dt {
    color:#808080;
    float:left;
    clear:left;
}
.infoSection dl.info dd {
    float:left;
    margin:0px;
    padding-left:10px;
}
.infoSection dl.info dt {
    width:130px;
}
.infoSection dl.info dd {
    width:340px;
}



/* Profile Photo
   =========== */

span.avatarThumbnail { 
    position: relative;
    display: block;
}
a span.avatarThumbnail {
    cursor: pointer;
}
span.thumbnailSmall {
    width: 44px;
    height: 35px;
}
span.thumbMedium {
    width: 75px;
    height: 67px;
}
span.thumbLarge {
    width: 140px;
    height: 140px;
}
span.thumbMega {
    width: 194px;
    height: 184px;
}

span.avatarThumbnail span.photo {
    display: block;
    position: absolute;
}

span.thumbMedium span.photo {
    width: 64px;
    height: 64px;
    overflow: hidden;
    left: 7px;
    top: 2px;
}

span.thumbLarge span.photo {
    top: 1px;
    left: 1px;
    width: 138px;
    height: 138px;
    overflow: hidden;
}

span.avatarThumbnail span.edit {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: rigth;
    display: none;
    z-index: 1;
}

span.avatarThumbnail:hover span.edit {
	display: block;
	background-color: #FFFFFF;
}

* html span.avatarThumbnail:hover span.edit {
	background-color: #FFFFFF;
}


span.avatarThumbnail img  { display: block; }


span.thumbLarge span.edit {
    right: 0px;
    width: 100px;
    height: 15px;
    padding: 5px;
}

ul.miniActivitySmall {
	padding: 0 0 0 15px;
}

ul.miniActivitySmall li {
    padding: 3px 0 3px 25px;
    border-bottom: 1px solid #ddd;
    background: transparent url(../images/ui/square-10x10.gif) 0 0 no-repeat;
    font-size: 11px;
}
* html ul.miniActivitySmall li {
    zoom: 1;
}
ul.miniActivitySmall li.connected {
    background-image: url(../images/ui/icons/activity/connected.png);
    background-position: 0 13px;
}
* html ul.miniActivitySmall li.connected {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/icons/activity/connected.png', sizingMethod='crop');
}
ul.miniActivitySmall li.befriended {
    background-image: url(../images/ui/icons/activity/befriended.png);
    background-position: 0 12px;
}
* html ul.miniActivitySmall li.befriended {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/icons/activity/befriended.png', sizingMethod='crop');
}
ul.miniActivitySmall li.joined {
    background-image: url(../images/ui/icons/activity/joined.png);
    background-position: 0 12px;
}
* html ul.miniActivitySmall li.joined {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/icons/activity/joined.png', sizingMethod='crop');
}
ul.miniActivitySmall li.recommended {
    background-image: url(../images/ui/icons/activity/recommended.png);
    background-position: 0 12px;
}
* html ul.miniActivitySmall li.recommended {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/icons/activity/recommended.png', sizingMethod='crop');
}
ul.miniActivitySmall li.mood {
    background-image: url(../images/ui/icons/activity/connected.png);
    background-position: 0 12px;
}
* html ul.miniActivitySmall li.mood {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/icons/activity/connected.png', sizingMethod='crop');
}
ul.miniActivitySmall li.message {
    background-image: url(../images/ui/icons/activity/message.png);
    background-position: 0 9px;
}
* html ul.miniActivitySmall li.message {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/icons/activity/message.png', sizingMethod='crop');
}
ul.miniActivitySmall li.comment {
    background-image: url(../images/ui/icons/activity/comment.png);
    background-position: 0 12px;
}
* html ul.miniActivitySmall li.comment {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ui/icons/activity/comment.png', sizingMethod='crop');
}

ul.miniActivitySmall li .comments {
    width: 80%;
}

ul.miniActivitySmall .form {
    font-size: 10px;
    width: 77%;
}

ul.miniActivitySmall .form textarea {
	color: #999999;
    width: 98%;
    height: 20px;
}

ul.miniActivitySmall .form input[type="submit"] {
    margin-top: 5px;
}

ul.miniActivitySmall .form input[type="text"].readonly {
	font-size: 10px;
	text-align: center;
	margin-left:-5px;
    border:none;
    background-color:#f8f8f8;
}

ul.miniActivitySmall li.misc {
    background-position: 5px 7px;
}

ul.miniActivitySmall li.last {
    border: none;
}

ul.miniActivitySmall li a {
    color: #0188c6;
    text-decoration: none;
}

ul.miniActivitySmall li a:hover {
    text-decoration: underline;
}

ul.miniActivitySmall li span.date {
    color: #999;
}


/* ------------------------------
PROFILO
------------------------------ */
div.pagehead {
    position: relative;
    margin: 15px 0;
    padding: 0 0 0 48px;
    text-align: left;
}

.fullWidth div.pagehead,
.leftCol div.pagehead {
    margin-top: 0;
}

div.pagehead p {
    color: #0188c6;
    font-size: 12px;
}

div.pagehead p img {
    float: left;
    margin-left: -48px;
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
}

div.pagehead h1 {
    color: #000;
    font-size: 17px;
    margin-top: 0.15em;
}

/* myhead */
div.myhead {
    position: relative;
    margin: 0;
    padding: 0 0 0 48px;
}

div.myhead p {
    color: #0188c6;
    font-size: 12px;
}

div.myhead p img {
    float: left;
    margin-left: -48px;
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
}

div.myhead h1 {
    color: #000;
    font-size: 12px;
    margin-top: 0.15em;
}




/* pagination styles */

h3.pagination {
	text-align: right;
    margin: 0.5em 0;
    font-size: 11px;
    line-height: 2.5;
}

h3.pagination .selected,
h3.pagination a {
	color: #000000;
    text-decoration: none;
}
h3.pagination a:hover {
    color: #000;
    border-color: #aaa;
}

h3.pagination .selected {
    font-weight: bold;
    border: 0;
}
h3.pagination .ellipsis {
    margin: 0 0.5em;
}

h3.pagination a:hover span {
    text-decoration: underline;
}

h3.pagination a.prevlink,
h3.pagination a.prevlink:hover {
    border: 0;
    color: #0188c6;
}

h3.pagination a.nextlink,
h3.pagination a.nextlink:hover {
    border: 0;
    color: #0188c6;
}


/* navigation */
.userNavigation {  
    position: absolute; 
    left: -130px; 
    top: -1px; 
    width: 130px; 
    z-index: 10; 
}

.userNavigation h4 { 
    float:left;
    font:bold 18px/21px arial, Helvetica, Utkal, sans-serif;
    padding: 0 0 5px 0;
    margin:0px; 
}

.userNavigation h4 a { 
    display:block;
    padding:0 15px 0 0;
    float:left;
    background:transparent url('images/carrot-red.jpg') 100% 7px no-repeat; 
}

.userNavigation h4 a:link,
.userNavigation h4 a:visited { 
    color:#000; 
}

.userNavigation h4 a:hover { 
    color:#ca0002; 
}

.userNavigation .divline { 
    margin:0 10px 7px 0; 
}

.userNavigation .divline { 
    height:1px;
    background-color:#E5E5E5;
    overflow:hidden; 
}

.userNavigation .wrapper { 
    margin-bottom:25px;
}

.userNavigation .wrapper a { 
    color: #004276; 
    text-decoration: none;
}

.userNavigation .wrapper a:link { 
    color: #004276; 
    outline: none
}

.userNavigation .wrapper a:visited { 
    color: #004276; 
    outline: none
}

.userNavigation .wrapper a:hover { 
    color: #ca0002
}

.userNavigation .wrapper .item 	{ 
    float:left;
    display:block;  
}

.userNavigation .wrapper .item span { 
    display:block;
    padding:6px 0 6px 20px;
    font:bold 12px/15px arial, Helvetica, Utkal, sans-serif; 
}

.userNavigation .wrapper .divline 	{ 
    clear:both;
    margin:0px 10px 0px 10px; 
}

/* small - visits */
ul.visitsSmall li.last {
    border-bottom: 0;
}

ul.visitsSmall a,
ul.visitsSmall a:hover {
    text-decoration: none;
    display: block;
}

ul.visitsSmall li strong {
    display: block;
    font-size: 11px;
}

ul.visitsSmall li a strong img.groupImage {
    float: left;
    margin-left: -49px;
}

ul.visitsSmall li.first {
    border-top: none;
}

ul.visitsSmall li {
    display: block;
    padding: 5px 5px 5px 49px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #DCDCDC;
    font-size: 11px;
}

ul.visitsSmall li span.info {
    display: block;
    margin: 2px 0 0 0;
    font-size: 10px;
    color: #696969;
}

ul.visitsSmall a strong {
    color: #000;
}

ul.visitsSmall a:hover strong {
    color: #0188c6;
}


/* activities message */
ul.usersMessage li {
    float: left;
    display: inline;
    width: 96%;
    margin: 0 0 1px 0;
	background-color: #F8F8F8;
	padding: 5px 5px 5px 5px; 
    border: none;	
	background-image: none;	
}

ul.usersMessage li.first {
	background: none;
}

ul.usersMessage .comments li.first {
	background-color: #F8F8F8;
}

ul.usersMessage li div.left {
    padding: 0 0 0 48px;
    font-size: 11px;
    line-height: 1.181818em;
    color: #696969;
    overflow: hidden;
}

ul.usersMessage li div.right {
    padding: 0 48px 0 0;
    font-size: 11px;
    line-height: 1.181818em;
    color: #696969;
}

ul.usersMessage li.odd {
    clear: both;
}

ul.usersMessage li.odd div {
    margin-right: 10px;
}

ul.usersMessage li strong a {
    color: #1b1b1b;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; /* explicit for IE */
}

ul.usersMessage li strong a:hover {
    color: #0188c6;
}

ul.usersMessage li small {
    color: #888;
}


ul.usersMessage li p {
    color: #000000;
}

ul.usersMessage li p small a {
	font-style: italic;
}

ul.usersMessage span.userImage.userImageLeft {
    float: left;
    display: inline;
    margin: 0 0 0 -48px;
}

ul.usersMessage span.userImage.userImageRight {
    float: right;
    display: inline;
    margin: 0 -48px 0 0;
}

ul.usersMessage .nowlistening,
ul.usersMessage .justlistened {
    color: #390;
}

ul.usersMessage .nowlistening {
    font-weight: bold;
}

* html .module ul.usersMessage {
    position: relative;
}

* html .module ul.usersMessage li,
* html .module ul.usersMessage div {
    position: relative;
    height: 38px;
}


/* activities mood */
ul.usersMood .comments {
    width: 66%;
}

ul.usersMood li {
    float: left;
    display: inline;
    width: 96%;
    margin: 0 0 1px 0;
	background-color: #F8F8F8;
	padding: 5px 5px 5px 5px;
    background-image:none; 	
}

ul.usersMood .comments li.first {
	background-color: #F8F8F8;
}

ul.usersMood li.first {
	background: none;
    border:none;	
}

ul.usersMood li div.left {
    padding: 0 0 0 48px;
    font-size: 11px;
    line-height: 1.181818em;
    color: #696969;
}

ul.usersMood li.odd {
    clear: both;
}

ul.usersMood li.odd div {
    margin-right: 10px;
}

ul.usersMood li strong a {
    color: #1b1b1b;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; /* for IE */
}

ul.usersMood li strong a:hover {
    color: #0188c6;
}

ul.usersMood li small {
    color: #888;
}

ul.usersMood li p {
    color: #000000;
}

ul.usersMood li p small a {
	font-style: italic;
}

ul.usersMood span.userImage.userImageLeft {
    float: left;
    display: inline;
    margin: 0 0 0 -48px;
}

* html .module ul.usersMood {
    position: relative;
}

* html .module ul.usersMood li,
* html .module ul.usersMood div {
    position: relative;
    height: 38px;
}


/* small */

ul.usersSmall li {
    float: left;
    display: inline;
    width: 49%;
    margin: 0 0 7px 0;
}

ul.usersSmall li div {
    padding: 0 0 0 48px;
    font-size: 11px;
    line-height: 1.181818em;
    color: #696969;
}

ul.usersSmall li.odd {
    clear: both;
}

ul.usersSmall li.odd div {
    margin-right: 10px;
}

ul.usersSmall li strong a {
    color: #1b1b1b;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; /* explicit for IE */
}

ul.usersSmall li strong a:hover {
    color: #0188c6;
}

ul.usersSmall span.userImage {
    float: left;
    display: inline;
    margin: 0 0 0 -48px;
}

ul.usersSmall .date {
    font-size: 10px;
}

ul.usersSmall .nowlistening,
ul.usersSmall .justlistened {
    color: #390;
}

ul.usersSmall .nowlistening {
    font-weight: bold;
}

* html .module ul.usersSmall {
    position: relative;
}

* html .module ul.usersSmall li,
* html .module ul.usersSmall div {
    position: relative;
    height: 38px;
}

* + html ul.usersSmall div {
    position: relative;
    min-height: 38px;
}

* html .module ul.usersSmall span.userImage {
    float: none;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

* + html ul.usersSmall span.userImage {
    float: none;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}


/* medium */

ul.usersMedium {
    margin: 1em 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.2;
}

ul.usersMedium li {
    position: relative;
    display: block;
    float: left;
    width: 49%;
    margin: 0 0 30px 0;
}

ul.usersMedium li div.userContainer {
    padding: 0 0 0 79px;
}

ul.usersMedium li.odd {
    clear: both;
}

ul.usersMedium li.odd div.userContainer,
ul.usersMedium li.odd a.delete {
    margin-right: 30px;
}

ul.usersMedium div.userContainer strong {
    display: block;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

ul.usersMedium strong a {
    color: #1b1b1b;
}

ul.usersMedium strong a:hover {
    color: #0188c6;
    text-decoration: none;
}

ul.usersMedium strong span.userImage {
    float: left;
    margin: 0 0 0 -79px;
    cursor: pointer;
}

ul.usersMedium div.userContainer p strong {
    display: inline;
    border: 0;
}

ul.usersMedium p.info {
    padding: 3px 0;
    color: #696969;
    font-size: 10px;
}

ul.usersMedium p.remove {
    padding: 3px 0;
    color: #696969;
    font-size: 10px;
}

ul.usersMedium li a.delete {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

ul.usersMedium li:hover a.delete {
    display: block;
}

/* small - photo*/
ul.webradio {
    display: inline;
    float: left;
    margin: 0 0 10px 0;
}

ul#webradioMedium li {/**/
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
    width: 59px;
    height: 59px;
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
}

ul#webradioMedium li a {/**/
    display: block;
    overflow: hidden;
    width: 59px;
    height: 59px;
}

/*profile update*/
form#registration {
    width: 660px;
    padding:0px;
    margin: 0;
    background: #F2EFD9;
    color: #000;
    font-size: 12px;
}
form#registration a {
    color:#000;
}
form#registration a:hover {
    background:#ccc;
}
form#registration p {
    clear:left;
}
form#registration h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 5px solid #d00000;
}


form#registration dl {
    margin:0px;
    padding: 0.5em;
    background: #FFFFFF;
  }
form#registration dt {
    float: left;
    clear: left;
    width: 150px;
    text-align: right;
    color: #000000;
  }
  

  
form#registration dt:after {
    content: "";
    
  }
form#registration dd {
    margin: 0 0 0 160px;
    padding: 0 0 0.5em 0;
  }

form#registration dl input {
    margin:0.2em 0 0 0.2em;
}

form#registration dl dd input {
    font-size:1.2em;
    width:98%;
    padding-top:2px;
    padding-bottom: 2px;
}
form#registration dl dd textarea {
    font-size:1.2em;
    width:100%;
}

form#registration dl dd input[type=radio],
form#registration dl dd input[type=checkbox] {
    font-size:1.6em;
    width:25px;
    padding: 0 5px 0 5px;
}



form#registration p.radio input[type=radio] {
    font-size:1.6em;
    width:25px;
    padding: 0 5px 0 5px;
}

.readonly {
    border: 1px solid #F8F8F8 !important;
    background: #F8F8F8;
}

.small {
    width: 50px;
}

form#registration dl dd ul.error {
    display:block;
    width:100%;
    margin:0.3em 0 0 -10px;
    padding:0;
    font-size:1.1em;
    color: #CC0000;
}
form#registration dl dd p {
    width:100%;
    margin:0.1em 0 0 0;
}


form#registration dl fieldset {
    width: 100%;
    border: none;
    margin-left:-5px;
}

form#registration dl fieldset dt {
    float: left;
}

form#registration dd.day,
form#registration dd.month {
    float: left;
    width: 65px !important;
    margin: 0 0 0 10px;
}

form#registration dl fieldset dd select {
    width: 90%;
}

form#registration dl fieldset dd.year {
    float: left;
    width: 85px !important;
    margin: 0 0 0 10px;
}

/* medium horizontal */

ul.usersMediumHorizontal {
    margin: 1em 0;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.181818;
}

ul.usersMediumHorizontal li {
    position: relative;
    display: block;
    float: left;
    width: 69px;
    margin: 0 8px 0 0;
}

ul.usersMediumHorizontal li div.userContainer {
    padding: 75px 0 0 0;
}

ul.usersMediumHorizontal div.userContainer strong {
    display: block;
}

ul.usersMediumHorizontal strong a {
    color: #1b1b1b;
}

ul.usersMediumHorizontal strong a:hover {
    color: #0188c6;
    text-decoration: none;
}

ul.usersMediumHorizontal strong span.userImage {
    float: left;
    margin: -75px 0 0 0;
    cursor: pointer;
}

ul.usersMediumHorizontal div.userContainer p strong {
    display: inline;
    border: 0;
}

ul.usersMediumHorizontal p.info {
    padding: 3px 0;
    color: #696969;
    font-size: 10px;
}

ul.usersMediumHorizontal li a.delete {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

ul.usersMediumHorizontal li:hover a.delete {
    display: block;
}

/* subscribe pubblic page */
#registerProfile {
    border: 1px solid #FFFFFF;
    padding: 10px;
}

#registerProfile h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

#registerProfile ul {
	margin: 10px 0 3px 0;
	list-style: disc;
}

#registerProfile .register-btn {
    margin: 20px 30px 0px 30px;
	background: url(images/ui/buttons/join.png) top left no-repeat;
	float: left;
	clear: none;
	width: 187px;
	height: 45px;
	text-align: center;
	padding: 15px 0 0 0;
	color: white;
	font-weight: bold;
}



/*temp*/
.inner-boundary {
    border:1px solid #D5D5D5;
}

.inner-boundary .inner-border {
    border:1px solid #FEFEFE;
}

div.inner-boundary {
    border-color:#A8A8A8 #A8A8A8 -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
}

div.inner-boundary div.inner-border {
    background-color:#E0E0E0;
    border-color:#F9F9F9;
    border-style:solid solid none;
    border-width:1px 1px medium;
    padding:15px 25px;
}

div.last-item {
border-bottom:1px solid #A6A6A6;
}




/*banner*/
#virginRadioLogo {
	padding-top: 10px;
}

div#leaderboard {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 21px 15px 20px 15px;
}

div.fullWidthRight {
	margin-left:-15px;
	overflow:hidden;
	padding-right:160px;
}

div.fullWidthRight div.fullWidthWrap {
	overflow:hidden;
	padding:0 15px;
}

#page div.fullWidthRight div#adSkyScraperRight {
	display:inline;
	float:right;
	margin:0 -160px 0 0;
}

div.sic div#LastAd_SkyscraperRight {
	display:inline;
	float:right;
	height:600px;
	width:160px;
}






