/*
	Stylesheet for Yamaha Schools website
*/

/******************************* General Design ********************************/
/*******************************      BEGIN     ********************************/

* {
	font-family: Arial, Helv, Helvetica;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}

body, td {
	font-size: 13px;
}



.paragraph {
	line-height: 115%;
}

.hebrew {
	direction: rtl;
	font-family: Arial, Helv, Helvatica;
}

.english {
	direction: ltr;
	font-family: Verdana, Arial, Helv, Helvetica;
	font-size: 11px;
}

.smallNumbers {
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 1px;
}

a {
	color: black;
}
/*******************************       END      ********************************/
/******************************* General Design ********************************/





/*************************** Globally Unique Elements **************************/
/***************************          BEGIN           **************************/

DIV#divContents {
	width: 779px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

DIV#divIndividualPage {
	background-color: #8C91A2;
}

IMG#Logo {
	margin: 5px 7px 5px 4px;
}

TD#LogoLine {
	width: 617px;
	background: url('Images/General/DotLineDGrayOnWhite.gif') repeat-x 0px 45px;
}
/***************************           END            **************************/
/*************************** Globally Unique Elements **************************/





/****************************** Course List Items ******************************/
/******************************       BEGIN       ******************************/

.indexCourseListFirstItem {
	margin: 3px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	background-color: #C6CBD6;
	width: 230px;
}

.indexCourseListFirstItemTitle {
	margin-top: 4px;
	margin-bottom: 6px;
}

.indexCourseListFirstItemText {
	padding: 8px;
	border-top: solid 1px black;
	vertical-align: top;
	width: 100%;
}

.indexCourseListFirstItemSeperator {
	border-top: solid 1px black;
	vertical-align: bottom;
	padding-right: 7px;
}

.indexCourseListFirstItemPicture {
}

.indexCourseListItem {
	margin: 3px;
	border: 1px solid black;
	background-color: #C6CBD6;
	width: 230px;
}

.indexCourseListItemTitle {
	margin-bottom: 6px;
}

.indexCourseListItemText {
	padding: 8px;
	vertical-align: top;
	width: 100%;
}

.indexCourseListItemSeperator {
}

.indexCourseListItemPicture {
	padding: 8px;
}

.courseListItemImageSmall {
	padding-left: 8px;
}

.courseListItemVerticalSeperator {
	padding-left: 8px;
}

.courseListItemTagLine {
	vertical-align: top;
}

.courseListItemImageTitleSmall {
	margin-bottom: 6px;
}

.courseListItemHorizontalSeperator {
	width: 100%;
	padding: 8px 0px;
	background: url("Images/General/DotLineLGrayOnLBlue.gif") repeat-x 0px 50%;
}

/******************************        END        ******************************/
/****************************** Course List Items ******************************/





/******************************* News List Items *******************************/
/*******************************      BEGIN      *******************************/

.newsItemText {
	padding: 0px 4px 10px 0px;
	text-align: right;
	vertical-align: top;
}

.newsItemDate {
	width: 45px;
	color: #A00000;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 1px;
}

.newsItemSeperator {
	height: 1px;
	background: url('Images/General/DotLineLGrayOnWhite.gif') repeat-x;
}

/*******************************       END       *******************************/
/******************************* News List Items *******************************/
