/* 
  © Copyright 2007 - LUDUS ONLINE LTD          	
  UK Registered: 05989615                      
  Author: Simon Stockton [SGS]                 
  
  History:
    Initial Creation                                             25/08/07 - SGS

  This file contains all the styles for the Sports Shop Management product 
  that are not colour related. 
*/

/*The following styles are applicable to the Tabs*/
Form {
margin: 0; /*since the tabs are a form by setting the margin to 0 this makes
the apperance more acceptable*/
} 

.Tabs {
font-family: Verdana, Tahoma, Serif;
font-size: 14px;
font-weight: Bold;
border-width: 0px;
}

.NotSelectedTab,
.SelectedTab {
font-family: Verdana, Tahoma, Serif;
font-size: 12px;
font-weight: Bold;
text-decoration: None;
border: None;
cursor: Pointer;
}

.PaymentButton {
background:transparent url(./images/purchase.gif) no-repeat scroll right center;
}

.MainTableBorderLess {
width: 995px;

margin-left: Auto;
margin-right: Auto;

font-family: Verdana, Tahoma, Serif;
font-size: 14px;
font-weight: Bold;
border-collapse: Collapse;
/*this collapses the border so that it appears more acceptable*/
}

.MainTable {
border-style: Solid;
border-width: 4px;
width: 995px;

margin-left: Auto;
margin-right: Auto;

font-family: Verdana, Tahoma, Serif;
font-size: 14px;
font-weight: Bold;
border-collapse: Collapse;
/*this collapses the border so that it appears more acceptable*/
}

.HeadingBannerTable {
width: 100%;
}

.HeadingBannerColumn {
}

.HeadingBannerColumnLarge {
font-family: Verdana, Tahoma, Serif;
font-size: 30px;
font-weight: Bold;
text-align: Right;
}

.HeadingBannerColumnMedium {
font-family: Verdana, Tahoma, Serif;
font-size: 14px;
text-align: Right;
}

.HeadingBannerColumnSmall {
font-family: Verdana, Tahoma, Serif;
font-size: 10px;
font-weight: Bold;
text-align: Right;
vertical-align: Right;
}

a.HeadingBannerLink {
font-family: Verdana, Tahoma, Serif;
font-size: 30px;
text-decoration: None;
}

a.HeadingBannerEmail {
font-family: Verdana, Tahoma, Serif;
font-size: 14px;
text-decoration: None;
}

.FooterBannerTable {
width: 100%;
}

.FooterBannerSmallTable {
}

.FooterBannerRow {
}

.FooterBannerColumnImage {
font-family: Verdana, Tahoma, Serif;
font-size: 12px;
font-weight: Bold;
text-align: Center;
}

.FooterBannerColumnSmall {
font-family: Verdana, Tahoma, Serif;
font-size: 12px;
vertical-align: Middle;
}

a.FooterBannerEmail {
font-family: Verdana, Tahoma, Serif;
font-size: 12px;
text-decoration: None;
}


.CoachingTableBordered {
border-style: Solid;
border-width: 3px;
width: 100%;

font-family: Verdana, Tahoma, Serif;
font-size: 14px;
font-weight: Bold;

border-collapse: Collapse;
/*this collapses the border so that it appears more acceptable*/
}

.CoachingTable {
width: 80%;
margin-left: Auto;
margin-right: Auto;

font-family: Verdana, Tahoma, Serif;
font-size: 14px;
font-weight: Bold;
text-align: Justify;

border-collapse: Collapse;
/*this collapses the border so that it appears more acceptable*/
}

.CoachingHeading {
font-family: Verdana, Tahoma, Serif;
font-weight: Bold;
font-size: 30px;
text-align: Center;
}

.CoachingMiniHeading {
font-family: Verdana, Tahoma, Serif;
font-weight: Bold;
font-size: 18px;
}

.CoachingMiniBar {
height: 6px;
}

.CoachingMiniMiniBar {
height: 3px;
}

a.CoachingEmail {
font-family: Verdana, Tahoma, Serif;
font-size: 14px;
font-weight: Bold;
text-decoration: None;
}

.CoachingSmall {
font-family: Verdana, Tahoma, Serif;
font-size: 12px;
font-weight: Bold;
}

.OrderInformationTable {
font-family: Verdana, Tahoma, Serif;
font-size: 12px;
text-align: Justify;
width: 100%;
}

.OrderInformationHeading {
font-family: Verdana, Tahoma, Serif;
font-size: 20px;
font-weight: Bold;
text-align: Center;
}

.OrderInformationMiniBar {
height: 1px;
}

a.OrderInformationEmail {
font-family: Verdana, Tahoma, Serif;
font-size: 12px;
text-decoration: None;
}

