
/*main menu*/
.menu
{
    font-size: 8pt;
    font-family: Arial Narrow, Arial, sans-serif;
    color: #7E7E7E;
    text-decoration: none;
    text-transform: uppercase;
}
.Welcomemenu
{
	font-size: 14pt;
	font-family: 'Times New Roman';
	color: gainsboro;
	text-decoration: none;
	font-weight: bold;
}

A.menu
{
    font-size: 8pt;
    font-family: Arial Narrow, Arial, sans-serif;
    color: #7E7E7E;
    text-decoration: none;
    text-transform: uppercase;
}

A.menu:hover
{
    font-weight: bold;
    text-decoration: underline overline;
}
A.menu:visited
{
    
   
}
.amenu
{
    font-size: 8pt;
    font-family: Arial Narrow, Arial, sans-serif;
    color: darkgray;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}
.amenu A:hover
{
    color: #0000ff;
    text-decoration: line-through;
}
/* content */
.text-header { font-size: 16pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff;}
.pageContent
{
    font-size: 11pt;
    
    color: #483d8b;
    text-decoration: none;
}
.pageContent a
{
    font-size: 11pt;
    
    color: #483d8b;
    background-color: transparent;
}


/* top elements */
.company { font-size: 16pt; font-family: Impact, sans-serif; color: #ffffff; font-style: italic; text-transform: uppercase; }
.slogan { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; }



/*submenu*/
.submenu { font-size: 12pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: none; }
A.submenu:hover
{
    color: #ffcc66;
    text-decoration: none;
}

.asubmenu { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: underline; }
.adslink { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: none; }

/*copyright*/
.footer { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; }

/*backgrounds*/
.main-bg { background-color: #85734D; }
.bg { background-color: #B3BA3F; }

.img_submenu_hr { height: 1px; background-color:  #a8987a; background-image: url('images/submenu_hr.gif'); background-repeat: repeat-x; }
.img_menu_rbg { background-image: url('images/menu_rbg.gif'); background-position: bottom right; background-repeat: no-repeat; }
.img_submenu_bullet {  border:0; }
.img_bg_l {  width:17; border:0; }
.img_main_bg { width: 100%; height: 100%;  background-image: url('images/main_bg.jpg'); }
.img_header {  border:0; }
.img_menu_bg { background-color: #ffffff; background-image: url('images/menu_bg.gif'); background-position: bottom; background-repeat: repeat-x; }
.img_menu_lbg { width: 100%; height: 100%; background-image: url('images/menu_lbg.gif'); background-position: bottom left; background-repeat: no-repeat; }
.img_menu_l {  border:0; }
.img_bl { width: 100%; height: 100%; background-image: url('images/bl.gif'); background-position: bottom left; background-repeat: no-repeat; }
.img_bullet {  border:0; }
.img_header_br { background-image: url('images/header_br.gif'); background-position: bottom right; background-repeat: no-repeat; }
.img_tr
{
    background-image: none;
}
.img_footer_bg { background-image: url('images/footer_bg.gif'); background-repeat: no-repeat; }
.img_logo_cssclass { margin-right: 5px;}
/* SubTable 
.subTable
{
	BORDER: #37439b 1px solid;
	/*BACKGROUND: #ccccff;
	PADDING-RIGHT: 6px;
	PADDING-TOP: -3px;
	PADDING-BOTTOM: -3px;
	PADDING-LEFT: 6px;
		
}*/

/*Music gallery gridview*/
#GridView1 A
{
    color: #996633;
}
#GridView1 A:hover
{
    color: #cc6633;
}
#GridView2 A
{
    color: #996633;
}
#GridView2 A:hover
{
    color: #cc6633;
}
.RightPanel a
{
    color: #666666;
    text-decoration: none;
}

.RightPanel A:hover
{
    color: #999999;
}

.DefaultMenu a
{
	color: #f5f5f5;
	text-decoration: none;
}

.DefaultMenu A:hover
{
    color: #999999;
}

