/* Content on all pages */
.shadowdanceConetent {

	font-family:Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color:black;
}

/* Headings Text */
.hedaingText
{
	font-family: BankGothic Md BT, Arial ;
	font-size: 24px;
	color:#000033;
	font-weight: bold;
}

/* Heading2 - Blue*/
.h2
{
	font-family: BankGothic Md BT, Arial ;
	font-size: 16px;
	color:#000033;
	font-weight: bold;
}

/* Heading3 - Red */
.h3
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	color::#FF0000;
	font-weight: bold;
	color: red;
}
.HireHeading {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #0000FF;
}


/* Heading4 - Blue*/
.h4
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color:#000033;
	font-weight: bold;
}
	
/* White Heading used for Quick Seach and Members Login */
.WhiteHeading 
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color:white;
	font-weight: bold;
}

/* White Heading used for Account Details, Shopping Cart, Admin and Logout */
.WhiteHeading2 
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color:white;
}


/* white text used for vinyl */
.WhiteText 
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color:white;
	font-weight: bold;
}

/* dom doesnt know */
.adminLinkText
{
	color:#000033;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

/* error labels */
.Error {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	color:Red;
	font-weight: bold;
}


/* News Heading */
.news
{
	color:#FFFFFF;
	font-family: BankGothic Md BT, Arial ;
	font-size: 14px;
	font-weight: bold;
}

/*the heading within the News information */
.newsHeading
{
	color:#00CCFF;
	font-family: BankGothic Md BT, Arial ;
	font-size: 14px;
	font-weight: bold;
	
}

/* Login and Username Words */
.LoginText {

	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color:black;
}


/* all text boxes in website */
.TextBoxConetent {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
}

/* the news scroll  */
.ScrollContent{


		width:100%;
		height:200;
		
		background-color:#FFF;
		overflow: -moz-scrollbars-vertical;
		overflow-x: auto;
		overflow-y: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-width: thin;
		border-style: solid;
		border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

/* admin - add new product - desciption box */
.wrapper 
{
	    width: 224px;
		height:200px;
		background-color:#FFF;
		overflow:auto;
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-width: thin;
		border-style: solid;
		border-color: #CCCCCC #666666 #666666 #CCCCCC;
	}

/* dj school times info */
.DjSchoolTimesInfo
{
	font-family: BankGothic Md BT, Arial ; 
	color:#FF0000;
	font-size:16px; 
	font-weight:bold;	
}

/* Shopping Cart quantity box size*/
.QuantityBox{
    padding: 2px; width: 21px; margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
}

/* News box */
.newsbox{

	 padding: 2px; width: 21px; margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
}


A:link    {color:#000033; }
A:visited {color:#000033; }
A:active  {color:#000033; }
A:hover   {color:#00CCFF; }

/* News content spacing */
.NewInfo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px; width: 383px; height:192px; margin-bottom: 5px;
}

/*rollover overs for the account link*/
#accountLinks {color:White; margin: 2px 0 0 0; padding: 0 10px 0 0;}
#accountLinks a:link    {color:White; }
#accountLinks a:visited {color:White; }
#accountLinks a:active  {color:White; }
#accountLinks a:hover   {color:#00CCFF; }

/*rollover overs for text forgottten and register links*/

#regLinks {color:black; margin: 2px 0 0 0; padding: 0 10px 0 0;}
#regLinks a:link    {color:black; }
#regLinks a:visited {color:black; }
#regLinks a:active  {color:black; }
#regLinks a:hover   {color:White; }



body
{
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color:#666666;
	scrollbar-face-color: #000033;
	scrollbar-shadow-color: #0A3052;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
}
