/* Default CSS Stylesheet for a new Web Application project */

.sayarts
{
background-color:#F19B14;
}

.sayartsdark
{
background-color:#B7720B;
}

.dholki
{
background-position:right;
background-repeat: no-repeat;
}

body, body.start
{
margin-top:30;
margin-bottom:30;
margin-left:30;
margin-right:30;
scrollbar-face-color: #efefef; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #c0c0c0; 
scrollbar-3dlight-color: #c0c0c0; 
scrollbar-arrow-color: black; 
scrollbar-darkshadow-color: #eeeeee;
}

body.start
{
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
}

td,.small
{
font-family: tahoma,verdana,arial;
font-size:9pt;
color:#333333;  
}

.small
{
font-size:8pt;
}

.graytext
{
font-family: tahoma,verdana,arial;
font-size:8pt;
color:#c0c0c0;  
}

.whitetext
{
font-family: tahoma,verdana,arial;
font-size:8pt;
color:#ffffff;  
}

a,a:visited
{	
text-decoration:none;
font-family: tahoma,verdana,arial;
font-size:10pt;
color:#333333;
}

a:hover
{
font-size:10pt;
color:#F19B14;
text-decoration: none
}

/* footer */
a.footer,a.footer:visited
{	
text-decoration:none;
font-family: tahoma,verdana,arial;
font-size:8pt;
color:#c0c0c0;
}

a.footer:hover
{
font-size:8pt;
color:#F19B14;
text-decoration: none
}

/* end footer */

/* start side bar */

td.sidebartitletext
{
 color: #000000;  
 font-weight: bold; 
 font-size: 13pt;
 background-color: #EAF1FB;
 height:20px;
}

table.sidebar
{
 background-color:#990000; 
 width:180px;
 border-right-style: solid;  
 border-right-width: 1;
 border-right-color: #CCCCCC;
}

tr.normal
{
 background-color:#990000; 
}

tr.highlight
{
 background-color:#B7720B; 
}

td.sidebar
{ 
border-bottom: 1 groove #ffffff 
}

td.menusides
{
  background-color:#D5D6CE;
}

a.sidebar,a.sidebar:visited
{
 text-decoration:none;
 color:	#ffffff;
 font-size: 13px;
 font-weight:bold;
 width:100%;
 height:100%;
 display:block;
}

a.sidebar:hover
{
 text-decoration:none;
 color:	#ffffff;
 font-size: 13px;
 font-weight:bold;
}

select.sidebar
{
 color:	#000000;
 font-size: 11px;
}

select,option,input, textarea
{
font-family: tahoma, verdana, arial;
}

input.sidebar
{
 border-color:#000000;
 border-width:1px;    
 background-color:#fefefe; 
 font-size: 11px;
}

td.sidebar,span.sidebar
{
 color:	#000000;
 font-size: 11px;
}

/* end side bar */

td.seperator
{
 background-color: #999EA4;
}

.categtitle
{
 font-size: 15px;
}

img.artist
{
border:solid 1 #000000;
margin: 0px 0px 20px 20px;
}

img.artistleft
{
border:solid 1 #000000;
margin: 0px 20px 10px 0px;
}

img.blackborder		
{ 
 border: 1px; 
 border-style: solid; 
 border-color: #000000
}