/* Championsway! CSS File */
<STYLE TYPE="text/css" TITLE="store.css">
/**************************************
Main body style
***************************************/
body{
    background-color: white;
	font-family : Arial, Verdana, sans-serif;
    font-size : 10pt;
    font-style : normal;
    font-weight : normal;
    color : #ffffff;
    text-decoration : none;
     }
td  {
     font-family : Arial, Verdana, sans-serif;
     font-size : 10pt;
     font-style : normal;
     font-weight : normal;
     color : #ffffff;
     text-decoration : none;
	 }	


/**************************************
title of the page
***************************************/
h1 {
		font-family : Arial, Verdana, sans-serif;
        font-size : 18pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFCC00;
        text-decoration : none;
		text-align : center;
       }
	   
h3 {
		font-family : Arial, Verdana, sans-serif;
        font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFFFF;
        text-decoration : none;
		text-align : left;
       }
	
li  {
     font-family : Arial, Verdana, sans-serif;
     font-size : 10pt;
     font-style : normal;
     font-weight : bolder;
     color : #ffffff;
     text-decoration : none;
	 }	
	 
p  {
     font-family : Arial, Verdana, sans-serif;
     font-size : 10pt;
     font-style : normal;
     font-weight : normal;
     color : #ffffff;
     text-decoration : none;
	 }	
/**************************************
Title of the article
***************************************/
.subtitle {
				font-family : Arial, Verdana, sans-serif;
                font-size : 12pt;
                font-style : normal;
                font-weight : bolder;
                color : #000000;
                text-decoration : none;
               
}	


/**************************************
content of the article
***************************************/
.content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}


/**************************************
Links in the content of the article
***************************************/

a:link {  color: #FFCC00; font-weight : bolder; text-decoration: none}
a:visited {  color: #FFCC00; font-weight: bolder; text-decoration: none}
a:hover {  color: #FFCC00; font-weight: bolder; text-decoration: underline}
a:active {  color: #FFCC00; font-weight : bolder; text-decoration: none}

/**************************************
box Title
***************************************/
.boxtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	line-height: 12px;
	font-weight: bolder;
}

/**************************************
box content
***************************************/
.box {
     font-family : Arial, Verdana, sans-serif;
     font-size : 8pt;
     font-style : normal;
     font-weight : normal;
     color : #000000;
     text-decoration : none;
     }	

/**************************************
Links in the box section
***************************************/
a.box:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
    font-style : normal;
	font-weight: bolder;
	text-decoration: none;
	color: #CC0000;
}

a.box:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
    font-style : normal;
	font-weight: bolder;
	text-decoration: underline;
	color: #000000;
}

/**************************************
footer content
***************************************/
.footer1 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : normal;
    color : #FFFFFF;
    text-decoration : none;
	text-align: center;
               
}	
.footer2 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : bolder;
    color : #FFFFFF;
    text-decoration : none;
	text-align: center;
}


/**************************************
Links in the footer section
***************************************/
a.footer1:link {  color: #FFCC00; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer1:visited {  color: #FFCC00; font-weight: bolder; text-decoration: underline}
a.footer1:hover {  color: #ffff00; font-weight: bolder; text-decoration: underline; text-align: center;}

a.footer2:link {  color: #000000; font-weight : bolder; text-decoration: none}
a.footer2:visited {  color: #000000; font-weight: bolder; text-decoration: underline}
a.footer2:hover {  color: #FFFFFF; font-weight: bolder; text-decoration: underline}

/* For the header text of the department and item list */
.listHeader 
{
	font-size: 10pt;
	font-weight:bold;
	font-family: Verdana,Arial,Times New Roman;
    	color: black
}

/* for the item short description on the item list */
.description
{
	
	color: black;
	font-size :		 9px;
	font-family:		Verdana,Arial,Times New Roman;	
}


/* Shopping cart and Schedule top row background color */
.cartTopBgcolor
{
	background-color:	#ED0C06;
	font-weight:		bold ;
	font-size :		 12px;
	font-family:	Verdana,Arial,Times New Roman;	
	color:			white;
}

/* Shopping cart middle row background color */
.cartMiddleBgcolor
{
	background-image:	url("../images/bg1.gif");
	font-weight:		bold ;
	font-size :		 12px;
	font-family:		Verdana,Arial,Times New Roman;
	color:			black;
}

/* Shopping cart bottom row background color */
.cartBottomBgcolor
{
	background-color:	#CCCCCC;
	font-weight:		bold ;
	font-size :		 12px;
	font-family:		Verdana,Arial,Times New Roman;	
	color:			black;
}

/* color and bgcolor for the Class names row in classSchedule.aspx */
.classesName
{
	background-color:	#F7BBBA ;
	font-weight:		bold ;
	font-size :		 11px;
	font-family:		Verdana,Arial,Times New Roman;	
	color:			black;
}

.price
{
	font-weight:bold ;
	font-family: Verdana,Arial,Times New Roman;
    color: yellow ;
}



.textwhite {
    font-size: 11pt;
    font-family: Verdana,Arial,Times New Roman;
    color: #FFFFFF;
}


/* for the department -> category -> item text */
.category
{
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana,Arial,Times New Roman;
	color: #3366ff;
}


/* For each link in the Department (category) list */
a.category:link, a.category:visited, a.category:active, a.category:hover
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #3366ff;
	font-weight: bold
}


/* For each link in the Department (subcategory) list */
a.subcategory:link, a.subcategory:visited, a.subcategory:active, a.subcategory:hover
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #333366
}

.small 
{
	font-size: 10pt;
	font-family: Verdana,Arial,Times New Roman;
	color: blue;
}


.x-small
{
	font-size: 9px;
    font-family: Verdana,Arial,Times New Roman;
}
.xx-small
{
	font-size: 10px;
    font-family: Verdana,Arial,Times New Roman;
}


img
{
	border:0;
}
tr.hi {background-color: #C3D6F6}
tr.lo {background-color: #FFFFFF}



	
.title {
		font-family : Arial, Verdana, sans-serif;
        font-size : 18pt;
        font-style : normal;
        font-weight : bolder;
        color : #339966;
        text-decoration : none;
		text-align : center;
       }
		
.header2 {
		font-family : Arial, Verdana, sans-serif;
        font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #000000;
        text-decoration : none;
		text-align : left;
         }
	 


