/*** MAIN BODY STYLES ***/
/* Remove default styles for all browsers first */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}


/*** CONTAINERS ***/
#MainContainer {
	width: 950px;
	height: auto;   /* this will center for FFox, Konqueror/Safari, Opera */
	text-align: left; /* counter the body center */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#InnerContainer {
	width: 950px;
}

#ContentsContainer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
}

.Spacer {
	height: 20px;
}

#Contents {
	padding-top: 10px;


}

#ContentImage {
	width: 887px;
	text-align: center;
	margin-top: 20px;
}
/*** END OF MAIN BODY STYLES ***/

/*** HEADER STYLES ***/
#HeaderContainer {
	width: 950px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
#BannerContainer {
	position: relative;
	float: right;
	width: 99.7%;
	height: auto;
	text-align: center;
	margin-top: 20px;
	display: inline;
	margin-bottom: 20px;
}
/*** HEADER STYLES ***/
#WalthamLogo {
	position: relative;
	float: left;
	left: 50px;
	width: 448px;
	height: 81px;
	background-image: url(../images/WalthamLogo70.jpg);
	background-repeat: no-repeat;
}

#WalthamLogo h1 {
	display: none;
}

/*** HEADER STYLES ***/
/*** SPECIFIC STYLES FOR HOME PAGE ONLY ***/
/*** SPECIFIC STYLES FOR HOME PAGE ONLY ***/
.BlockContainer {
	position: relative;
	float: left;
	width: 179px;
	height: 158px;
	background-image: url(../images/Home/BlockBgsml.png);
	background-repeat: no-repeat;
	display: none;
}

.BlockContainer .InnerContainer {
	position: relative;
	float: left;
	width: 171px;
	height: 153px;
}

.BlockContainer .InnerContainer h3 {
	font-size: 1.0em;
	color: white;
	background-color: #000000;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 10px;
}

.BlockContainer .InnerContainer img {
	position: absolute;
	float: left;
	display: block;
	width: 170px;
	height: 128px;
}
h4 {
	color: #594676;
}
/*** END OF SPECIFIC STYLES FOR HOME PAGE ONLY ***/
/*** MENU STYLES ***/
#Menu {
	width: 890px;
	top: 10px;
	float: left;
	background-color: #000000;
	font-size: 0.9em;
	
}

#Menu #MenuHeader {
	display: none;
	background-color: #000000;
}

#Menu #Options {
	margin-top: 8px;
	margin-bottom: 8px;
}

#Menu #Options ul {
	list-style-type: none;
	text-align: center;
	background-color: #000000;
}

#Menu #Options li {
	display: inline;
	margin-right: 10px;
	color: #FFFFFF;
	background-color: #000000;
}

#Menu #Options li a {
	color: #FFFFFF;
	font-size: ;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*** END OF MENU STYLES ***/

/*** COMMON TEXT STYLES ***/
#TextContainer {
	position: relative;
	float: left;
	left: 20px;
	width: 674px;
	margin-top: 5px;
}
#TextContainer h1 {
	font-size: 1.6em;
}
#TextContainer h2 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

#NavContainer {
	position: relative;
	float: left;
	width: 205px;
}


/*



#TextContainer h3 {
	font-size: 2.0em;
	margin-bottom:7px;
}
#TextContainer h4 {
	font-size: 1.3em;
	margin-bottom:7px;
}*/
#TextContainer p {
	line-height: 1.5em;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 2px;
}

#TextContainer a {
	font-weight: bold;
}

#TextContainer li {
	margin-left: 10px;
	list-style-type: square;
	line-height: 1.5em;
}

/* PinkColorSet */
#PinkColorSet #TextContainer h1,
#PinkColorSet #TextContainer h2,
#PinkColorSet  #TextContainer h3,
#PinkColorSet  #TextContainer h4,

#PinkColorSet #TextContainer a {
	color: #e401a6;
}



/* DarkPinkColorSet */
#DarkPinkColorSet #TextContainer h1,
#DarkPinkColorSet #TextContainer h2,
#DarkPinkColorSet #TextContainer h3,
#DarkPinkColorSet #TextContainer h4,
#DarkPinkColorSet #TextContainer a {
	color: #b70085;
}

/* PurpleColorSet */
#PurpleColorSet #TextContainer h1,
#PurpleColorSet #TextContainer h2,
#PurpleColorSet #TextContainer h3,
#PurpleColorSet #TextContainer h4,
#PurpleColorSet #TextContainer a {
	color: #8c0066;
}
/* DarkPurpleColorSet */
#DarkPurpleColorSet #TextContainer h1,
#DarkPurpleColorSet #TextContainer h2,
#DarkPurpleColorSet #TextContainer h3,
#DarkPurpleColorSet #TextContainer h4,
#PDarkPurpleColorSet #TextContainer a {
	color: #56003f;
}
/* AboutusSet */
#AboutUsSet #TextContainer h1, 
#AboutUsSet #TextContainer h2, 
#AboutUsSet #TextContainer h3, 
#AboutUsSet #TextContainer h4, 
#AboutUsSet #TextContainer a {
	color: #0264a7;
}

#DefaultColorSet #CourseTypeContainer #CourseType {
	background-image: url(../images/SearchBox/DefaultColorSet/CourseTypeBg.gif);
}

#PinkColorSet #CourseTypeContainer #CourseType {
	background-image: url(../images/SearchBox/PinkColorSet/CourseTypeBg.gif);
}

/* Dark Pink color set */
#DarkPinkColorSet #SearchBox form {
	background-image: url(../images/SearchBox/DarkPinkColorSet/SearchBoxBg.gif);
}

#DarkPinkColorSet .Padding h3,
#DarkPinkColorSet .Padding p {
	color: #0063a4;
}
#DarkPinkColorSet .Padding h3 { text-align: center; }

#DarkPinkColorSet #CourseTypeContainer #CourseType {
	background-image: url(../images/SearchBox/DarkPinkColorSet/CourseTypeBg.gif);
}

/* Purple color set */
#PurpleColorSet #SearchBox form {
	background-image: url(../images/SearchBox/PurpleColorSet/SearchBoxBg.gif);
}

#PurpleColorSet #CourseTypeContainer #CourseType {
	background-image: url(../images/SearchBox/PurpleColorSet/CourseTypeBg.gif);
}

#DarkPurpleColorSet #CourseTypeContainer #CourseType {
	background-image: url(../images/SearchBox/PurpleColorSet/CourseTypeBg.gif);
}

#AboutUsSet #CourseTypeContainer #CourseType {
	background-image: url(../images/SearchBox/DefaultColorSet/CourseTypeBg.gif);
}

/*** END OF COMMON STYLES searchbox.css***/

/*** FOOTER STYLES ***/
#FooterContainer {
	position: relative;
	float: left;
	left: 34px;
	width: 877px;
	border-width: 1px 0px 1px 0px;
	border-style: dashed;
	border-color: #898989;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
	
	
}

#FooterContainer p {
	text-align: center;
	font-size: 1.2em;
	color: #00266c;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
	

#FooterContainer ul {
	list-style-type: none;
	text-align: center;	
}

#FooterContainer li {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;	margin-left: 6px;
}

#FooterContainer li.WithSeparator {
	
	padding-right: 3px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #00266c;
}

#FooterContainer ul li a {
	color: #00266c;
	text-decoration: none;
}

#FooterContainer div a {
	position: relative; float: none;
	color: #00266c;

	font-size: 1.2em;
	top: 5px;
	font-weight: bold;
	
}
.center {
	text-align: center;
}

#SearchResultsTable {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0264a7;
}

#SearchResultsTable th {
	text-align: left;
	background-color: #d3eeff;
	text-transform: uppercase;
	font-size: 0.9em;
}

#SearchResultsTable .More {
	text-align: center;
}

#SearchResultsTable td {
	font-size: 0.85em;
}

#SearchResultsTable tr.Odd {
	background-color: white;
}

#SearchResultsTable tr.Even {
	background-color: #f2faff;
}

/* Buttons */
ul#PageButtons {
	width: 100%;
}

ul#PageButtons {
	list-style-type: none;
	margin-top: 20px;
}

ul#PageButtons li {
	position: relative;
	float: right;
	margin-left: 20px;
	
	width: 81px;
	height: 32px;
}

ul#PageButtons li .TextPositioner {
	position: relative;
	float: left;
	width: 69px;
	top: 0.4em;
	left: 0.3em;
	text-align: center;
}

#DefaultColorSet #TextContainer ul#PageButtons li .TextPositioner a {
	text-decoration: none;
	font-size: 1em;
	color: #0264A7;
	font-weight: bold;
	padding: 0px;
}

ul#PageButtons li#Active {
}

ul#PageButtons li#Inactive {
	background-image: url(../images/ButtonInactive.png);
}
/*** END OF SEARCH RESULT STYLES ***/
/*** SEARCH RESULT STYLES ***/
#CourseInfoTable {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0264a7;
}

#CourseInfoTable td {
	font-size: 0.85em;
}

#CourseInfoTable tr.Odd {
	background-color: #f2faff;
}

#CourseInfoTable tr.Even {
	background-color: white;
}
/*** END OF SEARCH RESULT STYLES ***/

/*** NEW STYLES ***/
.noshow {
	display: none;
}

.imgleft {
	float: left;
	border: 1px solid #0264A7;
	margin-right: 10px;
	margin-left: 10px;
}
acronym {
	border-bottom: 1px dotted #999999;
}

.textright {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
}
.textleft {
	float: left;
	padding-left: 10px;
	width: 300px;
	padding-right: 10px;
}
.clear {
	clear: both;
}
#PinkColorSet #TextContainer h3 {

	color: #e401a6;
}
.imgright {
	float: right;
	border: 1px solid #0264A7;
	margin-right: 10px;
	margin-left: 10px;
}
.rowC {
	background: #fff;
}
.rowW {
	background: #d3eeff;
}
#Submenu {
	height: 190px;
	width: 220px;
	background: url(../images/SearchBox/DefaultColorSet/AboutUsBg.gif) no-repeat;
	margin-top: 3px;
	margin-left: 4px;
}

#SubmenuContainer {
	position: relative;
	float: left;
	width: 220px;
	background-image: url(../images/SearchBox/AboutUsShadow.png);
	background-repeat: no-repeat;
	margin: -4px -4px 4px;
}
#Submenu li {
	margin-left: 10px;
	list-style-type: none;
	padding: 2px;
}
#Submenu ul {
	margin-left: 20px;
	padding-top: 5px;
}
#Submenu a {
	text-decoration: none;
	width: 100px;
	font-size: 110%;
	height: 15px;
	font-weight: bold;
}
#Submenu a:link, #Submenu a:visited {
	color: #0264A7;
}

#Submenu a:hover, #Submenu a:active{
	border-bottom: 1px dashed #0264A7;
}
#breadcrumbs {
	color: #990033;
	border-bottom: 1px dashed #0264A7;
	font-weight: bold;
	width: 400px;
}
#AboutUsSet #TextContainer #breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	color: #990033;
	border-bottom: 1px dashed #0264A7;
	font-weight: bold;
	text-decoration: none;
}
#AboutUsSet #TextContainer #breadcrumbs a:hover, #breadcrumbs a:active{

	color: #0264A7;
	border-bottom: 1px dashed #0264A7;
	font-weight: bold;
	text-decoration: none;
}

#Submenu .current {
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}
.imgrightCopy {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
#DefaultColorSet #TextContainer #enrolment a {
	margin: 0px;
	padding: 0px;
	width: 300px;
	text-align: center;

}
#DefaultColorSet #TextContainer #enrolment a:link {
	text-decoration: none;
}
#DefaultColorSet #TextContainer #enrolment a:visited {
	text-decoration: none;
}

#DefaultColorSet #TextContainer #enrolment a:hover {
	text-decoration: underline;
}
#DefaultColorSet #TextContainer #enrolment a:active {
}
#DefaultColorSet #TextContainer #enrolment {
	padding: 5px;
	width: 200px;
	border: 1px solid #FCAF18;
	margin-bottom: 0px;
	float: right;
}
#DefaultColorSet #TextContainer #banner {
	float: right;
	width: 200px;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #F8CDCB;
}
.openday {
	font-size: 1.4em;
	font-weight: normal;
	color: #CC0099;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.bannerborder {
	padding-left: 5px;
	background-image: url(../images/events/print.gif);
	background-repeat: no-repeat;
	height: 165px;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.bannerborder p {
	padding-left: 15px;
	font-size: 90%;
}
.bannerborder a {
	font-size: 90%;
}
.bannerborder a:link {
	text-decoration: none;
}
.bannerborder a:visited {
	text-decoration: none;
}
.bannerborder a:hover {
	text-decoration: underline;
}
.bannerborder a:active {
	text-decoration: underline;
}
#DefaultColorSet  #TextContainer  #efl     {
	padding: 5px;
	height: 150px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Learn_English/images/IELTS.jpg);
}
#efl a:link{
	text-decoration: none;
}

#efl a:visited{
	text-decoration: none;
}
#efl a:hover{

	text-decoration: underline;
}

#efl a:active{

	text-decoration: underline;
}


.center {
	text-align: center;
}
.imgleftNoBorder {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#translation {
	position: relative;
	float: left;
	width: 180px;
	margin-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
#translation img {
	padding: 2px;
}

#translation input {
	background: #06A1CE;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px auto 0px;
	padding: 0px;
	width: 120px;
}
.imgleftnomargin {
	float: left;
	margin-right: 2px;
}
#DefaultColorSet #TextContainer #ad {
	width: 200px;
	border: 1px solid #000066;
	margin-bottom: 0px;
	float: right;
	background-image: url(../images/events/worknetlogo3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #01344F;
	color: #FFFF00;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#DefaultColorSet #TextContainer #banner #ad a {
	color: #FFFFFF;
}

#DefaultColorSet #TextContainer #banner #ad .white {
	color: #FFFFFF;
	font-weight: bold;
}
#Contentstaster {
	position: relative;
	float: left;
	left: 27px;
	margin-left: 150px;
	width: 600px;
}
#Contentstaster   .rightmedia    {
	margin-left: 200px;
}
iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#myslides {
	width: 900px;
	height: 150px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
} 

#myslides img {
	padding: 0px;
	background-color: #FFFFFF;
	width: 900px;
	height: 150px;
	top:  0;
	left: 0;
}
#nav  a:link  {
	text-decoration: none;
	color: #000000;
	text-indent: 7px;
}
#nav  a:visited  {
	color: #000000;
	text-decoration: none;
	text-indent: 7px;
}
#nav  a:hover  {
	background-image: url(../images/Home/black.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 7px;
}
#nav  a:active  {
	background-image: url(../images/Home/black.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 7px;
}
#news {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 80%;
}
#MainContainer #InnerContainer #ContentsContainer #Contents #DefaultColorSet #TextContainer #banner #form1 #jumpMenu2 {
	width: 170px;
}

#news a:link {
	color: #333333;
	text-decoration: none;
}
#news a:visited {
	color: #333333;
	text-decoration: none;
}
#news a:hover {
	color: #333333;
	text-decoration: underline;
}
#news a:active {
	color: #333333;
	text-decoration: underline;
}
#nav {
	position: relative;
	float: left;
	width: 200px;
	margin-right: -4px;
	margin-top: 5px;
	background-color: #F8CDCB;
	font-size: 90%;
}
.blackbar {
	background-image: url(../images/Home/blackbar.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 23px;
}

#nav ul {
	margin-left: 15px;
}
#nav li {
	position: relative;
	list-style-type: none;
	display: block;
}
#nav h3 {
	font-size: 1.1em;
	height: 20px;
}
#DefaultColorSet #TextContainer #banner h3 {
	font-size: 1.1em;
}
#TextContainer  #banner #portal a:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
#TextContainer  #banner #portal a:visited {
	color: #000000;
	text-decoration: none;
}
#TextContainer  #banner #portal a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/Home/black.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#TextContainer  #banner #portal a:active {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/Home/black.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#TextContainer   #banner  #portal  ul {
	margin-left: 10px;
}
#TextContainer   #banner #portal  li {
	position: relative;
	list-style-type: none;
}
#TextContainer #banner #portal a {
	height: 20px;
	display: block;
	width: 120px;
	font-weight: normal;
	text-indent: 7px;
}
.BlockContainerVid {
	position: relative;
	float: left;
	width: 222px;
	height: 180px;
	background-image: url(../images/Home/BlockBg.png);
	background-repeat: no-repeat;
}
.BlackBorder {
	height: 100%;
	width: 100%;
	border: 1px solid #000000;
	overflow: hidden;
}
.BlockContainerVid  .InnerContainerVid {
	position: relative;
	float: left;
	left: 4px;
	top: 3px;
	width: 220px;
	height: 160px;
}
.BlockContainerVid .InnerContainerVid img {
	position: absolute;
	float: left;
	display: block;
	left: 1px;
	top: 26px;
	width: 159px;
	height: 131px;
}
.BlockContainerVid .InnerContainerVid h3 {
	font-size: 1.0em;
	color: white;
	background-color: #000000;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 10px;
}
#nav li a {
	position: relative;
	list-style-type: none;
	display: block;
	width: 150px;
	height: 20px;
}
#bancontent {
	height: 65px;
	width: 440px;
	background-image: url(../images/Home/blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#bantext {
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smaller {
	font-size: 90%;
}

#bantext .blue {
	color: #3366CC;
}


#bancontent2 {
	height: 120px;
	width: 440px;
	background-image: url(../images/events/summerSpecial.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#bancontent2 p {
	padding-left: 10px;
}
#bancontent2 h1 {
	font-size: 16px;
	color: #33FF00;
	padding-left: 20px;
}

#bancontent3 {
	height: 65px;
	width: 440px;
	background-image: url(../images/Home/blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	text-indent: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#bantext .gold {
	color: #FF6600;
}
#bantext .green {
	color: #339933;
}
#bantext .pink {
	color: #FF0066;
}
#DefaultColorSet  #navholder    {
	margin: 0px;
	padding: 0px;
	width: 201px;
}
img {
	display: none;
}
