html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	margin: 0px;
	padding: 0px;
}

.normalText {
	font-size:11px;
	color:#666666;
}

/*                                                                  == Top Acc panel   */

.topaccountpanel {
	font-size:12px;
	color: #7c9e00;
	text-decoration:none;
}
.topaccountpanel a:link {
	color: #7c9e00;
}
.topaccountpanel a:visited {
	color: #7c9e00;
}
.topaccountpanel a:hover {
	color: #EB9C00;
}

.topaccountpanel_Orange {
	font-size:12px;
	color: #EB9C00;
	text-decoration:none;
}

/*                                                                  == Gray Verdana 12   */

.greyV12 {
	font-size:12px;
	color: #666666;
	text-decoration:none;
}
.greyV12 a:link {
	color: #666666;
}
.greyV12 a:visited {
	color: #666666;
}
.greyV12 a:hover {
	color: #EB9C00;
}

/*                                                                  == MORE    */

.moretoclick {
	font-size:12px;
	color: #7c9e00;
}
.moretoclick a:link {
	color: #7c9e00;
}
.moretoclick a:visited {
	color: #7c9e00;
}
.moretoclick a:hover {
	color: #EB9C00;
}

/* 
/*                                                                  == Spotlight   */

.spotlightTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
}

.featuredTitle {
	font-weight: bold;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

.featuredTitle a:link {
	text-decoration:none;
	color:#666666;
}
.featuredTitle a:visited {
	text-decoration:none;
	color:#666666;
}
.featuredTitle a:hover {
	color:#EB9C00;
}

.featuredText {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

.featuredText a:link{
	color:#666666;
	text-decoration:none;
}
.featuredText a:visited {
	color:#666666;
}
.featuredText a:hover {
	color:#EB9C00;
}

.featuredLink {
	font-size:10px;
	color:#7c9e00;
	text-decoration:none;
}

.featuredLink a:link {
	color:#7c9e00;
}

.featuredLink a:visited {
	color:#7c9e00;
}

.featuredLink a:hover {
	color:#EB9C00;
}

.LoginName {
	font-weight: bold;
	font-size:14px;
	color: #666666;
}

/*- SongsIWrite--------------------------- */

.Message {
	font-size:14px;
	color: #FF0000;
}

.trFormList
{
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, San-serif;
    BACKGROUND-COLOR: #7c9e00
}

.trHeader
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff
}

.trHeaderColor
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #CCCCCC
}

.GreenTitle
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 15px;
    COLOR: #93b367;
    FONT-FAMILY: Arial Black;
}

.BlackTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #000000;
    FONT-FAMILY: Trebuchet MS;
}

.NormalText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: Trebuchet MS;
}

.WhiteTitle
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 15px;
    COLOR: #ffffff;
    FONT-FAMILY: Trebuchet MS;
}

.WhiteTitle A:link
{
    FONT-SIZE: 10px;
    cursor: hand;
    COLOR: #ffffcc;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
.WhiteTitle A:hover
{
    FONT-SIZE: 10px;
    CURSOR: hand;
    COLOR: #ffcc99;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
.WhiteTitle A
{
    FONT-SIZE: 10px;
    COLOR: orange;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

.WhiteTitle A:visited
{
    FONT-SIZE: 10px;
    cursor: hand;
    COLOR: #cccccc;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
} 

.WhiteText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    COLOR: #ffffff;
    FONT-FAMILY: Trebuchet MS;
}

.WhiteTitle
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 15px;
    COLOR: #ffffff;
    FONT-FAMILY: Trebuchet MS;
}

/*- SongsIWrite--------------------------- */


/*- Image Viewer--------------------------- */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/*- Image Viewer--------------------------- */


/*- Comment Box--------------------------- */

.commentbox{
background-color: #ececec;
width: 465px;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 3px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

/*- Comment Box--------------------------- */


/*- Tab View------------------------------ */
.tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

.tablist li{
list-style: none;
display: inline;
margin: 0;
}

.tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

.tablist li a:link, #tablist li a:visited{
color: navy;
}

.tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

.tablist li a.current{
background: lightyellow;
}
/*- Tab View------------------------------ */

/* Begin star rater CSS */
.srating{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 20px;
position: relative;
background: url(../images/strating.gif) top left repeat-x;		
}
.srating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.srating li a{
display:block;
width:20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image:none;	
}
.srating li a:hover{
background: url(../images/strating.gif) 0px -20px repeat-x;
z-index: 1;
left: 0px;
}
.srating a.onestar{
left: 0px;
}
.srating a.onestar:hover{
width:20px;
}
.srating a.twostars{
left:20px;
}
.srating a.twostars:hover{
width: 40px;
}
.srating a.threestars:hover{
width: 60px;
}
.srating a.threestars{
left: 40px;
}
.srating a.fourstars{
left: 60px;
}	
.srating a.fourstars:hover{
width: 80px;
}
.srating a.fivestars{
left: 80px;
}
.srating a.fivestars:hover{
width: 100px;
}	
/* End star rater CSS */

.artitle2:link {
font-size :  17px; 
color : #0069D2; 
font-weight : bold;
font-family :arial,helvetica,san-serif; 
text-decoration : none; 
} 
.artitle2:visited {
font-size :  17px; 
color : #0069D2; 
font-weight : bold;  
font-family : arial,helvetica,san-serif;
text-decoration : none; 
} 
.artitle2:hover {
font-size : 17px; 
color : #800000; 
font-weight : bold;
font-family : arial,helvetica,san-serif; 
text-decoration : none; 
} 
h3 {
letter-spacing: .2px;
font-size :  17px; 
color : #0069D2; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none;
padding: 0;
margin: 0;
}
h3 a:hover {
letter-spacing: .2px;
border-bottom: 1px solid #DFDF00;
font-size :  17px;
color : #0069D2; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none;
padding: 0;
margin: 0;
} 
.avotes {
font-size : 16px; 
color : #00004F; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none; 
} 
.concat2 {
font-size : 9px; 
color : #999999; 
font-family : verdana,arial,helvetica,sans-serif;  
text-decoration : none; 
} 
.divsum {
margin-left: 57px;
margin-right: 6px;
padding-bottom: 0px;
padding-left: 3px;
text-align: left; 
font-size : 12px; 
color : #5c5c5c; 
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
}
.divopt2 {
margin-left: 57px;
padding-top: 0px; 
padding-bottom: 3px;
padding-left: 3px;
text-align: left; 
font-size : 11px; 
color : #6a6a6a; 
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
}
.acyel {
font-size : 11px; 
color : #C16704; 
font-family : verdana, arial, helvetica, sans-serif;
text-decoration : none; 
} 
.agrn {
font-size : 11px; 
color : #849509; 
font-family : verdana, arial, helvetica, sans-serif;
text-decoration : none; 
}
.avlink:link {
font-size : 16px; 
color : #959500; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none; 
} 
.avlink:visited {
font-size : 16px; 
color : #959500; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none; 
} 
.avlink:hover {
font-size : 16px; 
color : #959500; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : underline; 
} 
.voteres {
font-size : 16px; 
color : #333300; 
font-weight : bold; 
font-family : arial,helvetica,san-serif; 
text-decoration : none; 
} 
.contsort {
font-size : 12px;
font-weight: bold; 
color : #000; 
font-family : verdana,arial,helvetica,sans-serif;  
text-decoration : none; 
} 
.conlink5 {
font-size : 10px;
font-weight: normal; 
color : #bfbfbf; 
font-family : verdana,arial,helvetica,sans-serif;  
text-decoration : none; 
} 
.contsortoption {
font-size : 12px;
font-weight: bold; 
color : #85B000; 
font-family : verdana,arial,helvetica,sans-serif;  
text-decoration : none; 
} 
.arthomehead {
font-size : 17px;
font-weight: bold; 
color : #004182; 
font-family : arial,verdana,sans-serif;  
text-decoration : none; 
} 
.votbot {
text-align: center;
padding-top: 6px;
margin-top: 9px; 
margin-left: 1px; 
width: 54px; 
height: 30px; 
background: url(../images/votres.gif) no-repeat; 
position: absolute; 
display: block; 
}
.votcont {
float: left; 
width: 55px; 
height: 48px; 
margin-top: 2px; 
margin-right: 5px; 
background: #fff url(../images/votetop.gif) no-repeat left;
}
.smore:link {
font-size : 11px; 
color : #3f3f3f; 
font-weight : normal; 
font-family : arial,helvetica,san-serif; 
text-decoration : underline; 
} 
.smore:visited {
font-size : 11px; 
color : #3f3f3f; 
font-weight : normal;
font-family : arial,helvetica,san-serif; 
text-decoration : underline; 
} 
.smore:hover {
font-size : 11px; 
color : #ff0000; 
font-weight : normal;
font-family : arial,helvetica,san-serif; 
text-decoration : underline; 
}
.divlinkname {
width : auto; 
padding-left : 3px; 
display : block; 
} 
.conlink6 {
font-size : 11px;
font-weight : normal; 
color : #000000; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 
.dv6 {
padding-top: 5px;
padding-bottom: 5px;
margin-left: 3px;
}
.dvhover {
padding-top: 5px;
background: #FFFFF4;
padding-bottom: 5px;
margin-left: 3px;
}
.dvoff {
margin-left: 3px;
}
.dvhov2 {
background: #FFFDF2;
margin-left: 3px;
}
#divmidlink{
float: right;
width:84%;
}
.divsub1 {
border : 1px solid #acc6db; 
padding: 0; 
margin-left: 9px; 
width: 75%;
}
.dvfeat {
padding-top: 2px;
padding-bottom: 2px;
margin-left: 14px; 
text-align: left;
}
.trianglefeat{ 
width: auto;
background-color: #AE3974;
}
.trianglefeat2{ 
width: auto;
background-color: #A2D700;
}
.arr2 {
font-size : 11px; 
color : #5599ff; 
font-family : verdana, arial, helvetica, sans-serif; 
text-decoration : none; 
}
#topnavbarhome {
text-align : right; 
padding-right : 2px; 
padding-bottom: 2px;
background: #D8DFE7 url(../topnvbar3.gif) repeat-x bottom;
display : block; 
}
