/* GENERAL */
html, body {
    background-color: #00006b;
    font-family: Arial;
    margin: 0;
    height: 100%;
    padding: 0;
}

table {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding 0;
    border: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

#inner {
    margin-top: 0px;
    vertical-align: top;    
    margin-left: 20px;
    height: 100%;
}

#innerspace {
    width: 100%;
    border-spacing: 0;
    border: 0;
    height: 100%;   
}

#innerleft {
    width: 190px;
    background-image: url(images/header/innerleft.gif);
    background-repeat: repeat-y;
    border-spacing: 0;
    vertical-align: top;
    height: 100%; 
    background-color: #fff7b5;
}

#innerright {
    background-color: #ffffff;
    margin-left: 10px;
    margin-left: 10px;
    border-spacing: 0;
    vertical-align: top;
    height: 100%;
    width: 100%;
}

.clearspace {
    font-size: 0px;
    height: 0px;
    clear: both;
    margin: 0;
    padding: 0;
    width: 0px;
}

.clearspaceleft {
    font-size: 0px;
    height: 0px;
    clear: left;
    margin: 0;
    padding: 0;
    width: 0px;    
}

.err_msg {
	color: red;
}

/* -- */

/* HEADER */
#header {
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 17px;
    width: 100%;
    height: 63px;
}

.ie #header {
	margin-bottom: 14px;
}

#logo {
    width: 360px;
}

#logo2 {
    width: 59px;
}

#logo img {
     margin-left: 20px;
}

#adv {
    vertical-align: top;
    text-align: left;
    width: 471px;
}

#banner {
    border: 3px solid #ffffff;
    border-left: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 468px;        
    overflow: hidden;    
    height: 60px;
}

#mycompact {
	color: #ffffff;
	text-align: right;
    font-size: 11px;
    padding-right: 6px;
    vertical-align: bottom;
    height: 33px;
}

#currtime {
	color: #ffffff;
	text-align: right;
    font-size: 11px;
    padding-right: 6px;
	vertical-align: top;
	height: 33px;
}

.ie #mycompact {
	padding-bottom: 3px;
}

#mycompact a {
    color: #ffffff;
    text-decoration: underline;
    text-align: justify;
    font-size: 11px;
    text-transform: uppercase;
}

/* MENU */

#menu {
    margin-left: 0px;
    margin-top: -1px;
    margin-right: 0px;
    width: 190px;
    background-color: #a81717;
    font-size: 14px;
    z-index: 100;
    
}

#menuedge {
    margin: 0;
    align: left;
    position: relative;
}

#menu ul {
    list-style-type: none;  
    z-index: 10;
    margin-bottom: 1px;
    margin-top: 4px; 
}

#menu ul li {
    margin-left: 0px;
}

#menu ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 155px;
    border-bottom: 1px solid #7c0101;
    border-top: 1px solid #d09191; 
    color: #f3f4b9;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 11px;
    padding-left: 9px;
    text-decoration: none;
}

#menu ul li.hover a {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #ffffff;
    color: #7c0101;
}

#menu ul li.hover {
    background-color: #ffffff;
}

#menu ul li.nobotborder a {
    border-bottom: 1px solid #a81717;    
}

#menu ul li.notopborder a {
    border-top: 1px solid #a81717;    
}

#menu ul li.first a
{
    border-top: 1px solid #a81717;
    margin-top: -4px;
}

#menu ul li.last a
{
    border-bottom: 1px solid #a81717;
    margin-bottom: -15px;
}

#menu ul li.first.hover a
{
    border-top: 1px solid #ffffff;
}

#menu ul li.last.hover a
{
    border-bottom: 1px solid #ffffff;
}

/* -- */

/* RECENT RELEASES */

.undermenuheader {
    padding-left: 21px;
    text-transform: uppercase;
    color: #00016b;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
}

.ie .releasebox {
    line-height: 1.2; /* IE Pikaboo fix */
}

.releasebox {
    text-align: left;
    margin-top: 2px;
    background-color: #e49d04;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
    word-wrap: break-word;
    width: 168px;
}

.releasebox .floatbox {
    float: left;
    width: 50px;
    margin: 0;
}

.releasebox .title {
    padding-right: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #00000;
    text-transform: uppercase;
        text-align: left;
}

.releasebox p {
    text-align: left;
    margin: 0;
    margin-left: 61px;
}

.releasebox img {
    border: 1px solid black;
    
}

.releasebox a {
    text-align: left;
    padding-right: 22px;
    text-transform: none;
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
}

#allreleases {    
    margin-top: 2px;
    background-color: #e49d04;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
}

#allreleases a {
    text-transform: none;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    color: #000000;    
}

/* -- */

/* SIDEBAR LINKS */

.sidebarlinks {
	padding-top: 10px;
    margin-left: 13px;
    padding-left: 8px;
    color: #00016b;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;

}

.sidebarad {
	margin-left: 13px;
	margin-bottom: 8px;
}

.sidebarlinks img {
    margin-bottom: 15px;
    margin-left: -6px;
}

.sidebarlinks ul {
    padding-left: 17px;
    font-size: 11px;    
}

.alternate {
    padding-bottom: 8px;
    list-style: none;
    margin-right: 5px;
}

.sideposttitle {
    list-style-image: none;
    list-style: none;
    margin-left: -17px;
}

.sideposttitle a {
    text-decoration: none;
}

.sidebarlinks ul li {
    padding-right: 5px;
}

.sidebarlinks ul li a {
    color: #000000;
    font-weight: bold;
    padding: 0;
}

.sidebarlinks a {
    color: #00016b;
    padding-left: 17px;
}


/* -- */

/* NAVIGATION BAR */

#navbar {
    height: 32px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    background-image: url(images/header/navbar.gif);
    background-color: #526d94;
    background-repeat: repeat-x;
    overflow: hidden;
}

#navbar ul {
    height: 32px;
    list-style-type: none;
    overflow: hidden;
}

#navbar ul li {
    display: inline;
    height: 32px;
    float: left;
    padding-top: 10px;
}

#navbar ul li.navbardelimeter {
    width: 5px;
}

#navbar ul li.navbardelimeter:hover {
}

#navbar ul li.hlleft { 
    background-image: url(images/header/navbar.hl.left.gif);
    background-repeat: no-repeat;
}

#navbar ul li.hlleft .navbardelim {
    color: #ffffff;
}

#navbar ul li.hlright { 
    background-image: url(images/header/navbar.hl.right.gif);
    background-repeat: no-repeat;
}

#navbar ul li.hlright .navbardelim {
    color: #ffffff;
}

#navbar ul li.hilight {
    background-image: url(images/header/navbar.hl.gif); 
    background-repeat: repeat-x;
}

#navbar ul li.hilight a {
    color: #263e62;
}

#navbar ul li a { 
    float: left;
    height: 32px;
    padding-left: 4px;
    padding-right: 3px;
    font-size: 12px;
    color: #ffffff;
/*    text-transform: uppercase; */
    font-weight: bold;
    text-decoration: none;
}

.navbardelim {
    float: left;
    text-align: center;
    font-size: 14px;
    color: #a8bfe5;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

/* -- */

/* CONTENT */

#content {
    width: 100%;
}

#column1 {
    width: 50%;
    vertical-align: top;
    border-right: 1px solid #536c93;
}

#column2 {
    width: 50%;   
    vertical-align: top;
}

.contentbreak {
    margin: 0;
    border-bottom: 1px solid #536c93;
    text-align: center;
    width: 97%;    
}

.contentheader {
    padding-top: 20px;
    color: #00016b;
    font-size: 24px;
    font-weight: bold;
    padding-left: 12px;
    text-transform: uppercase;
}

.smallcontentheader {
    width: 100%;
    height: 12px;   
    text-align: right;
    margin-top: -20px;
    margin-bottom: 12px;
}

.smallcontentheader a {
    margin-right: 12px;
    font-size: 9px;
    color: #00016b;
    text-decoration: underline;
}

.contentheaderright {
    padding-top: 20px;
    color: #00016b;
    font-size: 24px;
    font-weight: bold;
    padding-right: 12px;
    text-align: right;
    
}

.smallcontentheaderleft {
    width: 100%;
    height: 12px;   
    text-align: left;
    position: relative;
    margin-top: -20px;
    margin-bottom: 12px;
}

.smallcontentheaderleft a {
    margin-left: 12px;
    font-size: 9px;
    color: #00016b;
    text-decoration: underline;
}

/* -- */

/* NEWS */


.newsbit {
    color: #000000;
    font-size: 13px;
    margin-left: 12px;
    text-align: justify;
    margin-right: 12px;   
    height: 100%;
}

.newsbitright {
    color: #000000;
    font-size: 13px;
    margin-left: 12px;
    text-align: right;
    margin-right: 12px;   
    height: 100%;
}

.newsbit p {
    display: inline;
}


.newstime {
    margin-top: 2px;
    font-size: 9px;
}

.newstime a {
	color: #00016b;
    text-decoration: none;
}

.ggl a {
	color: #00016b;
    text-decoration: underline;
}

.newstitle {
	text-align: left;
    color: #00016b;
    font-weight: bold;
}

.newsbit a {
    color: #00016b;
}

.newsbitnopic {
    color: #000000;
    font-size: 13px;
    margin-left: 12px;
    text-align: justify;
    margin-right: 12px;   
}

.newspicimgright {  
    float: right;
    margin-left: 12px;
    padding: 1px;
    border: 1px solid #536c93;
}

.newspicimgleft {
    float: left;   
    margin-right: 12px;
    padding: 1px;
    border: 1px solid #536c93;
}

.postnewspic {
    padding: 0px;
    float: right;
    width: 1%;
    margin-left: 12px;
}

.postnewspic img {
    padding: 1px;
    border: 1px solid #536c93;
}

.postpicleft {
    padding: 0px;     
    float: left;
    margin: 0px;
    border-spacing: 0px;
    border-padding: 0px;
    
    width: 1%;  
}

.postpicleft img {
    padding: 1px;
    margin-right: 12px;
    border: 1px solid #536c93;
}

.postnewspicsignature {
    font-family: Arial;
    color: #00016b;
    font-size: 10px;
    margin-right: 12px;
    font-weight: bold;
    text-align: left;
}

.othernews {
    margin-left: 12px;
    text-align: left;
    margin-right: 12px;
}

.othernews a {
    font-weight: bold;
    color: #00016b;
    font-size: 13px;
}

.othernews .commentsnum {
    font-size: 10px;
    text-decoration: none;
}

/* -- */

/* VIDEOS */

#smallvideos {
    width: 100%;
}

#smallvideos td {
    text-align: center;
}

#smallvideos a {
    color: #00016b;
    text-decoration: underline;
    font-size: 12px;
}

.smallvideopic {
    padding: 1px;
    border: 1px solid #818181;
}

/* -- */

/* ALBUMS */

.allauthor {
    font-size: 10px;
}

.weekalbum {
	height: 1%;
    margin-right: 3px;
    margin-left: 3px;   
    background-color: #a81717;
    padding-left: 9px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;    
}

.weekalbum p {
    margin: 0;
}

.generalalbum p {
    margin: 0;
}

.generalalbum {
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 20px;     
}

#weekalbumheader {
    color: #ffe21c;
    border-bottom: 2px solid white;
    font-weight: bold;
    font-size: 16px;
}

.albumgenre {
    color: #818181;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-transform: lowercase;    
}

.weekalbum .albumgenre {
    color: #d8d8d8;
}

.albumgenre a {
    color: #818181;
    text-decoration: underline;
    text-transform: lowercase;
}

.weekalbum .albumgenre a {
    color: #d8d8d8;
}

.albuminfo {
    margin-bottom: 10px;
    color: #000000;
    font-size: 13px;
    text-align: justify;
}

.albuminfo p {
    display: inline;
}

.commentsnum {
    font-size: 10px;
    text-decoration: none;
}

.weekalbum .albuminfo .commentsnum {
    font-size: 10px;
    text-decoration: none;
    color: #ffffff;
}

.weekalbum .albuminfo {
    margin-bottom: 0px;
    color: #ffffff;
}

.weekalbum .albuminfo a {
    color: #ffffff;
    text-decoration: underline;
}

.albuminfo a {
    color: #00016b;
    text-decoration: underline;
}

.albumgroup {
    margin-bottom: 6px;
    text-align: left;
}

.weekalbum .albumgroup a {
    color: #ffffff;  
}

.albumgroup a {
    text-align: left;
    color: #00016b;
    text-decoration: underline;
    font-size: 12px;
}

.albumname {
    text-align: left;
}

.albumname a {    
    color: #00016b;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
}

.weekalbum .albumname a {    
    color: #ffffff;  
}

.weekalbumpic {
    float: left;    
    margin-right: 8px;
    padding: 1px;
    width: 125px;
    border: 1px solid #ffffff;
}

.albumpic {
    float: left;    
    margin-right: 8px;
    padding: 1px;
    width: 100px;
    border: 1px solid #536c93;
}

.albumrating {
    margin-top: 8px;
    margin-right: 8px;
    width: 104px;   
    height: 20px;
    float: left;
    clear: left; 
}

.albumratingred {
    border: 2px solid #dd4545;
    width: 100px;
}

.albumratingblue { 
    border: 2px solid #647cc9;
    width: 100px;
}

.otheralbums {
    margin-left: 12px;
    text-align: left;
}

.otheralbums .commentsnum {
    font-size: 10px;
    text-decoration: none;
    color: #00016b;
}

.othergroupname a {
    color: #00016b;
    text-decoration: underline;
    font-size: 12px;
}

.otheralbumname a {    
    color: #00016b;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}

/* ALBUMS */

/* ALBUM REVIEW */

.post_ad {
	float: right;
    width: 40%;
    
}

.post_ad2 {
	position: absolute;
	margin-left: 48px;
}

.post {
    width: 60%;
    margin-right: 24px;
    margin-left: 24px;
    font-size: 13px;
    text-align: justify;
}

.postname {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.postname a {
    color: #00016b;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.postalbumgenre {
    float: right;
    text-align: right;
    width: 45%;
    font-size: 11px;
    text-transform: lowercase;
}

.postname .postalbumgenre a {
    color: #818181;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    text-transform: lowercase;
}

.weekmargin {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.weekmargin a {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.postalbumgroup a {
    color: #000000;
    text-decoration: none;
}

.postalbumgroup {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.postalbuminfo {
    margin-top: 2px;
    font-size: 13px;
    width: 100%;
}

.postalbuminfo ul {
    margin-left: 141px;
    height: 125px;
    list-style: none;
}

.postalbuminfo ul li {
    padding-left: 5px;
    padding-top: 3px;
    height: 22px;
    vertical-align: bottom;
}

.postalbuminfo ul li.line1 {
    border-top: 1px solid #536c93;
    height: 23px;
}

.postalbuminfo ul li.line5 {
    border-bottom: 1px solid #536c93;
    height: 23px;
    padding-top: 3px;
}

.postalbuminfo ul li.yellow {
    background-color: #fff6b6;
}

.postalbumpic {
    float: left;
    margin-right: 12px;
    border: 1px solid #818181;
}

.postalbumpic {
    padding: 2px;
}

.extratitle {
    color: #566e93;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.entry {
    margin-top: 19px;
}


.entry p.firstletter:first-letter {
    color: #566e93;
    font-size: 475%;
    font-weight: bold;
    float: left;
    display: block;   
}

.opera .entry p.firstletter:first-letter {
    margin-top: -0.2em;
}

.entry span.firstletter {
    color: #566e93;
    font-size: 275%;
    font-weight: bold;
    float: left;
    margin-top: -0.1em;
}

.ie .entry span.firstletter {
    margin-top: -0.2em;
}

.entry p.author {
    color: #566e93;
}

.entry p.ynews {
    color: #7c7804;
}

.entry p.author a {
    color: #566e93;
}

.entry p.smaller {
    font-size: 10px;
}

.entry a {
    color: #00016b;
}

.entry sup a {
    color: red;
}

.albumratings tr td {
    vertical-align: top;
}

.albumdetails {
    width: 100%;
}

.albumdetails tr td {
    vertical-align: top;
}

.albumdetails tr td.tracks {
    width: 50%;
}

.albumdetails tr td.links {
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
}

.trackbox {
    background-color: #e2e2e2;
    font-size: 12px;
    width: auto;
    border: 15px solid #e2e2e2;
    border-left: 5px solid #e2e2e2;
    border-right: 5px solid #e2e2e2;
}

.trackbox tr.bold td {
    font-weight: bold;
}

.trackbox tr td.trackname {
    text-align: left;
}


.trackbox .playbutton {
    text-align: left;
    width: 13px;
    vertical-align: middle;
}

.trackbox .savebutton {
    text-align: left;
    width: 13px;
    vertical-align: middle;
}

.trackbox .tracknum {
    width: 1%;
}

.trackbox .tracktime {
    width: 1%;
    text-align: right;
}

ol.footnotes li a {
    text-decoration: none;

}

.trackbox {
    background-color: #e2e2e2;
    font-size: 12px;
    width: auto;
    border: 15px solid #e2e2e2;
    border-left: 5px solid #e2e2e2;
    border-right: 5px solid #e2e2e2;
}

/* -- */

/* CHART */

.rndchart {
    padding-left: 8px;
    padding-right: 8px;
}

.chartbox {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    /*border-top: 1px solid #818181;*/

}

.postchartbox .chartbox {
    margin-left: 0px;
    margin-right: 0px;
}

.chartbox a {
    color: #ffffff;
    text-decoration: none;    
}

.chartbox a:hover {
    color: #f0f0f0;
}

.chartbox .chartflag {
    height: 30px;
    width: 30px;
}

.chartbox .light1 {
    background-color: #677A9A;
}

.chartbox .dark1 {
    background-color: #1b3868;
}

.chartbox .light2 {
    background-color: #A65F5F;
}

.chartbox .dark2 {
    background-color: #7a1010;
}

.chartbox .light3 {
    background-color: #BF9E57;
}

.chartbox .dark3 {
    background-color: #a06e03;
}

.chartbox .light4 {
    background-color: #558979;
}

.chartbox .dark4 {
    background-color: #004e37;
}

.chartbox .light5 {
    background-color: #AD56BC;
}

.chartbox .dark5 {
    background-color: #84029b;
}

.chartbox tr td.chartinfo {
    padding-left: 5px;
    padding-right: 5px;
}

td.chartname {
    font-weight: bold;
    padding-left: 5px;
}

.chartbox .chartimg {
    height: 30px;
    width: 30px;
}

.chartbox .chartpos {
    width: 30px;    
    text-align: center;
    font-size: 17px;
}

.chartpos sup {
    font-size: 11px;
}

html>body .chartpos sup {
    font-size: 9px;
}

.chartbox .chartheader {
    color: #000000;
    font-size: 9px;
}

/* -- */

/* VIDEO PAGE */

.videocontainer {
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 10px;
}

.video_info {
    width: 65%;
}

.video_info .left {
    text-align: left;
}

.video_info .right {
    text-align: right;
}

.video_info .post-ratings {

    text-align: right;
}

.video_info .post-ratings .albumratingblue {
    float: right;
}



/* -- */

/* COMMENTS */

#comments {
    background-color: #f0f0f0;
    margin: 0;
    padding-left: 3px;    
}

.no_comments {    
    margin-left: 10px;
}


#commentlinks {
    float: right;
    text-align: right;
    margin-right: 5px;
    margin-top: 5px;
}

.commentlist {
    list-style: none;
    margin-left: 0;
    margin-top: 20px;
}

.commentlist li {
    margin-left :0; 
}

.commenttext {   
    text-align: left;
    background-color: #f0f0f0;
    padding-left: 50px;
    padding-right: 5px;
}

.alt .commenttext {
    border-top: 1px solid #a0a0a0;  
}

.commenttext p:first-line {
    color: #566e93;
    font-weight: bold; 
}


.commenttext p {
    margin-top: 0px;
}

.commentdate {  
    margin: 0;
    color: #000000;
}

.commentdate a {   
    font-variant: small-caps;
    text-decoration: none;
}


.alt .commentdate { 
}

.commentnum {
    float: right;
}

.commentnum a {
    margin: 0;    
    font-family: Arial;
    font-variant: normal;
    font-size: 13px;
}

.commentauthor {
    display: inline;
    color: #566e93;
    font-variant: small-caps;
}

.commentauthor a {  
    color: #566e93;
    text-decoration: none;
}

.alt .commenttext {
    background-color: #ffffff;
}

.reqred {
    color: #a81717;
    margin: 0px;
}

.commentreply {
    background-color: #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 0;
    height: 1%; /* IE Pikaboo fix */
}

form {
    margin: 0;
    border: 0;
}

.commenttextfield {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 55%;
}

.commentnotes {
    height: 1%; /* IE Pikaboo fix */
    font-size: 10px;
    padding-top: 22px;
    margin-right: 10px;
    text-align: left;
}

#respond {
    margin-left: 10px;
    margin-top: 2px;
}

#author, #email, #url {
    border: 1px solid #818181;
    margin-left: 10px;
    margin-bottom: 0px;
}

textarea {    
    border: 1px solid #818181;
    width: 100%;
    margin: 0px;
}

#submit {
    margin: 0;
    float: left;
    clear: left;
    margin-top: 13px;
    font-family: Arial;
    font-size: 13px;    
    color: white;
    background-color: #647cc9;
    border-color: #005AFF;
}

/* -- */

/* TEXTS */

.post .lead {
    color: #566e93;
    font-weight: bold;
    font-size: 15px;
    text-align: justify;
}

.textstitle {
    text-align: right;
}

.textstitle a {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.cattextstitle {
	text-align: left;
}

.cattextstitle a {
	text-align: left;
    font-size: 18px;
    font-weight: bold;
}

/* -- */

/* ARCHIVE CAT */

.archivesubcat {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    margin-left: 12px;
}

.archive_cat {
    width: 60%;
    margin-right: 12px;
    margin-left: 12px;
    font-size: 13px;
}

.alignleft, .alignright a {
    text-transform: uppercase;
}

.cat_years {
    font-size: 10px;
    text-transform: uppercase;
    list-style: none;
}

.cat_years a {
    text-decoration: none;
    color: #00016b;   
}

.cat_months  {
    list-style: none;
}

.cat_months li {
    display: inline;
    padding-right: 3px;
    padding-left: 3px;
    border-left: 1px solid #818181;
    /* IE hack */
    border-left: expression(previousSibling == null ? 'red' : '1px solid #818181');
}

.cat_months li:first-child {
    border-left: 0px;
}

/* -- */

/* GROUP LISTS */

.group_lists {
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

.group_lists p {
    margin-top: 0px;
}

.group_lists a {
    color: #00016b
}

.group_lists p.firstletter:first-letter {
    color: #566e93;
    font-size: 475%;
    font-weight: bold;
    float: left;
    display: block;   
}

.opera .group_lists p.firstletter:first-letter {
    margin-top: -0.2em;
}

.lat_alph {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
}

.lat_alph ul  {
    list-style: none;    
}

.ru_alph {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
}

.ru_alph ul {
    list-style: none;
}

.lat_alph ul li {
    display: inline;
    padding-right: 1px;
    padding-left: 5px;
    border-left: 1px solid white;
    /* IE hack */
    border-left: expression(previousSibling == null ? 'red' : '1px solid #white'); 
}

.lat_alph ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #00016b;
}

.lat_alph ul li a:hover {
    background-color: white;
}

.ru_alph ul li a:hover {
    background-color: white;
}

.lat_alph ul li:first-child {
    border-left: 0px;
}

.ru_alph li {
    display: inline;
    padding-right: 1px;
    padding-left: 5px;
    border-left: 1px solid white;
    /* IE hack */
    border-left: expression(previousSibling == null ? 'red' : '1px solid #white'); 
}

.ru_alph ul li:first-child {
    border-left: 0px;
}


.ru_alph li a {
    font-size: 11px;
    text-decoration: none;
    color: #00016b;
}

.artistlist {
    list-style: none;
}

.artistlist li {
    list-style: none;
}

.artistlist a {
    color: #00016b;
    text-decoration: underline;
    text-transform: uppercase;
	font-weight: bold;
	
}

.thewholist img {
	align: center;
	border: 1px solid black;
}

.thewholist td {
	vertical-align: top;
	width: 75px;
	height: 75px;
	text-align: center;
	color: #000000;
    font-size: 9px;
}

.thewholist td a{
	color: #000000;
    font-size: 9px;
    text-transform: none;
    text-decoration: none;
}

.thewholist td.arrow  {
	color: #00016b;
	font-size: 12px;
	vertical-align: top;
	padding-top: 38px;
}

.thewholist td.arrow .arrowtext a {
	color: #00016b;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	text-transform: normal;
}

.thewholist .arrowtext {
	margin-bottom: 18px;
}

.displayletter {
    text-transform: uppercase;
    font-weight: bold;
    color: #566e93;
    font-size: 250%;
}

.not_found {
    margin-left: 12px;
}
    
/* -- */

/* FOOTER */

#copyright {
    margin-top: 10px;
    color: #000000;
    font-size: 13px;  
}

#copyright a {
    color: #00016b;
}

/* SEARCH */

.adv_search a {
    font-size: 10px;
    margin: 0;
    padding: 0px;
    text-transform: uppercase;
}

#searchform {
    margin-top: 5px;
}

.searchinput {
    border: 1px solid #d4cd97;
    width: 155px;
}

.searchsubmit {
    margin-top: 5px;
    font-family: Arial;
    font-size: 13px;    
    color: white;
    background-color: #647cc9;
    border-color: #005AFF;
}

#ctas_form {
    text-align: left;
    width: 100%;
}

#ctas_form fieldset ul {
    list-style: none;
    margin: 5px 15px;
    padding: 0;
}

#ctas_form fieldset {
    border: 1px solid #777;
    margin: 15px 0;
    padding: 15px;
}

#ctas_form legend {
    font-size: 1.1em;
    font-weight: bold;
}

#ctas_form fieldset li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ctas_form fieldset li:before {
    content: '';
}

#ctas_form input {
    margin-top: 5px;
    font-family: Arial;
    font-size: 13px;    
    color: white;
    background-color: #647cc9;
    border-color: #005AFF;
}

#ctas_form input:focus {
    background-color: #a0b0e2;
    color: #fff;
}

#ctas_footer p {
    font-size: 0.9em;
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #888;
} 

/* -- */

/* POLL */

.poll {
	font-weight: normal;
	padding-right: 11px;
	margin-left: -7px;
	text-align: center;
}

.poll a {
	font-size: 11px;
	color: #566e93;
	padding-left: 0;

}

.poll li {
	color: #000000;
	list-style: none;
	margin: 0;
}

.poll form {
	margin: 0;
}


.poll form .Buttons {
	margin: 0;
	margin-top: 5px;
    font-family: Arial;
    font-size: 13px;    
    color: white;
    background-color: #647cc9;
    border-color: #005AFF;
}

.poll .wp-polls-ul {

	list-style: none;
	padding: 0;
}

.poll .wp-polls-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.poll .wp-polls-ul li label {
	font-weight: normal;
}

.poll .wp-polls-ans {
	margin: 0;
}

.poll form {
	margin: 0;
	border: 0;
}

/* -- */

/* LATEST COMMENTS */

.latestactivity .activityentry {
	font-weight: bold;
	color: #000000;
}


.latestactivity {
	margin-top: -4px;
}

.ie .latestactivity {
	margin-top: 4px;
}

.latestactivity li.alternate {
	margin-bottom: 0;
	padding: 0;
}


/* -- */

/* MY COMPACT */

.subcat {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

#log, #pwd {
    border: 1px solid #818181;
    margin-right: 5px;
}

#rememberme {
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}

#loginform {
	margin: 0;
	margin-top: 5px;
	border: 0;
}

#loginform #submit {
    margin-top: -3px;
    font-family: Arial;
    font-size: 13px;    
    color: white;
    background-color: #647cc9;
    border-color: #005AFF;
}

.registernotes {
	text-align: justify;
}

/* -- */

