﻿
/*These are global styles that control elements on each of the pages throughout the site*/
body
{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	/*background-color:#a08a01;*/
	background-color:#FFFFFF;
	background-image: url('Images/brightstone.jpg'); /*scroll top center;*/
	background-position: center;
	background-size: 100%;

}
a
{
	color: #7F3300;
}

object
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*END - These are global styles that control elements on each of the pages throughout the site*/


/*Bangkok.Master Styles
These styles set the gradient for the background of the site */

.PageBody
{
	background-image: url('Images/Gradient.gif');
	background-repeat:
}

table.BodyContainer
{
	border: solid 2px #eae0a5;
}
td.NavBar
{
	background-image: url('Images/NavBar.jpg');
	font-family: Arial;
	color: #a08a01;
	height: 24px;
}

.Menu
{
	font-family: Arial;
	color: #a08a01;
	font-weight:800;
	text-align:left;
}

.MenuHover
{
	font-family: Arial;
	color: #FFFFFF;
}

.MenuItemExtend
{
 	background-color: #8c1920;
	font-family: Arial;
	color: #a08a01;
	text-align:left;
}

.MenuItemHover
{
	font-family: Arial;
	color: #FFFFFF;
}


.CopyrightFooter
{
	background-image: url('Images/NavBar.jpg');
	font-family: Arial;
	color: #a08a01;
	font-size: 8pt;
	height: 24px;
}


/*END - Bangkok.Master Styles
These styles set the gradient for the background of the site */


/*These elements control most of the text on the site. */
.SiteText
{
	color: #7F3300; 
	font-family: Arial ;  
	font-size: 10pt; 
}
.SiteTextBold
{
	color: #7F3300; 
	font-family: Arial ; 
	font-weight:800; 
	font-size: 14pt; 
	text-align: left;
}

/*END: - These elements control most of the text on the site. */


/* This Class controls the styling on the "Free Session" form */

.FreeTrialForm
{
	border: solid 2px #7F3300;
	color: #FFFFFF; 
	font-family: Arial ; 
	font-weight:800; 
	font-size: 14pt; 
	background-image: url('Images/Signupbackground.gif');
	width:375px;
	height: 389px;
}
/* END - This Class controls the styling on the "Free Session" form */

/*Home Page Styles*/

.ProgramThumbnails
{
		background-image: url('Images/thumbnail-text_background.gif');
		height: 250px;
		width: 490px;
		padding-left: 15px;
}

.ThumbNailLink
{
	border-style:none;
}

.ThumbnailText
{
	color: #7F3300; 
	font-family: Arial ;  
	font-size: 12pt; 
}

/*END - Home Page Styles*/


/*Styles for the Instructor's Page */

.InstructorImage
{
	padding-right: 10px;
	padding-left: 10px;
	display:block;
}

.InstructorAccomplishments
{
	color: #7F3300; 
	font-family: Arial ;  
	font-size: 12pt; 
}

.InstructorAccomplishmentHeader
{
	color: #7F3300; 
	font-family: Arial ; 
	font-weight:900;
	font-size: 14pt; 
}

/*END - Styles for the Instructor's Page */


/*Styles for AboutUs.aspx */
.AboutUsImage
{
	padding-right: 10px;
}
/*END - Styles for AboutUs.aspx */


/*Program Pages Styles*/


.FitnessThaiKickboxingThumbnail
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.MuayThaiThumbnail
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.NoGiThumbnail
{
	padding-right: 10px;
	padding-bottom: 10px;
}

/*END - Program Pages Styles*/

.EventImageThumbnail
{
	padding-right: 10px;
	padding-bottom: 10px;
}


