/* Default page values ***********************************************************************/
body {
	margin:0px;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	color: black;
	direction:ltr;
}

.left {text-align:left}
.right {text-align:right}
.center {text-align:center}

.sidebar {
	font-family: verdana,arial,helvetica;
	color: #000000;
	line-height:1.3em;
	border-bottom:1px solid #cccccc;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
}

.headerSelected {
	background-image:url(../img/headerGradient.gif);
	background-repeat:repeat-x;
	border-right:1px solid #a77a1b;
	border-bottom:1px solid #a77a1b;
	border-top:1px solid #f6dd96;
	color:black;
}
.header_bg {background-image:url(../img/header_bg.jpg);background-repeat:repeat-x}


.crumbLeft {background-image:url(../img/crumbLeft.gif);background-repeat:no-repeat;width:5px;height:26px}
.crumbRight {background-image:url(../img/crumbRight.gif);background-repeat:no-repeat;width:5px;height:26px}
.crumbDivider {background-image:url(../img/crumbDivider.gif);background-repeat:no-repeat;width:12px;height:26px}
.crumbText {
	font-family: verdana,arial,helvetica;
	color: #7e6c47;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	white-space:nowrap;
}
.button {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	cursor:pointer;
	background-image:url(../img/buttonMiddle.gif);
	background-repeat:repeat-x;
	height:20px;
	padding-left:3px;
	padding-right:3px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	white-space:nowrap;
}
.buttonOver {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	cursor:pointer;
	background-image:url(../img/buttonMiddleOver.gif);
	background-repeat:repeat-x;
	height:20px;
	padding-left:3px;
	padding-right:3px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	white-space:nowrap;
}
.buttonLeft {
	background-image:url(../img/buttonLeft.gif);
	background-repeat:no-repeat;
}
.buttonLeftOver {
	background-image:url(../img/buttonLeftOver.gif);
	background-repeat:no-repeat;
}
.buttonRight {
	background-image:url(../img/buttonRight.gif);
	background-repeat:no-repeat;
}
.buttonRightOver {
	background-image:url(../img/buttonRightOver.gif);
	background-repeat:no-repeat;
}



.buttonBlue {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../img/buttonBlueMiddle.gif);
	background-repeat:repeat-x;
	height:20px;
	padding-left:3px;
	padding-right:3px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	white-space:nowrap;
}
.buttonBlueOver {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../img/buttonBlueMiddleOver.gif);
	background-repeat:repeat-x;
	height:20px;
	padding-left:3px;
	padding-right:3px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	white-space:nowrap;
}
.buttonBlueLeft {
	background-image:url(../img/buttonBlueLeft.gif);
	background-repeat:no-repeat;
}
.buttonBlueLeftOver {
	background-image:url(../img/buttonBlueLeftOver.gif);
	background-repeat:no-repeat;
}
.buttonBlueRight {
	background-image:url(../img/buttonBlueRight.gif);
	background-repeat:no-repeat;
}
.buttonBlueRightOver {
	background-image:url(../img/buttonBlueRightOver.gif);
	background-repeat:no-repeat;
}





.tabMenuDownGray {
	background-image:url(../img/tabMenuDownGray.gif);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	padding-left:4px;
	padding-right:4px;
}
.tabMenuDownLtBlue {
	background-image:url(../img/tabMenuDownLtBlue.gif);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	padding-left:4px;
	padding-right:4px;
}
.tabMenuDownOrange {
	background-image:url(../img/tabMenuDownOrange.gif);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	padding-left:4px;
	padding-right:4px;
}
.tabGray {
	border-top:2px solid white;
	border-bottom:1px solid white;
	background-color:#999999;
	color:white;
	padding-left:6px;
	padding-right:2px;
	cursor:pointer;
}
.tabLtBlue {
	background-color:#4080c0;
	color:white;
	padding-left:6px;
	padding-right:2px;
}
.tabOrange {
	border-top:2px solid white;
	background-color:#ff9900;
	color:white;
	padding-left:6px;
	padding-right:2px;
	cursor:pointer;
}

.tabInnerLeftSelected {
	background-image:url(../img/tabSelectedLeft.gif);
	background-repeat:no-repeat;
}
.tabInnerLeftUnselected {
	background-image:url(../img/tabUnselectedLeft.gif);
	background-repeat:no-repeat;
}
.tabInnerMiddleSelected {
	background-image:url(../img/tabSelectedMiddle.gif);
	background-repeat:repeat-x;
}
.tabInnerMiddleUnselected {
	background-image:url(../img/tabUnselectedMiddle.gif);
	background-repeat:repeat-x;
}
.tabInnerRightSelected {
	background-image:url(../img/tabSelectedRight.gif);
	background-repeat:no-repeat;
}
.tabInnerRightUnselected {
	background-image:url(../img/tabUnselectedRight.gif);
	background-repeat:no-repeat;
}

.bullet {background-image:url(../img/bullet.gif);background-repeat:no-repeat;background-position:center 2px}

.padLeft1 {padding-left:1px}
.padLeft2 {padding-left:2px}
.padLeft3 {padding-left:3px}
.padLeft4 {padding-left:4px}
.padLeft5 {padding-left:5px}
.padLeft6 {padding-left:6px}
.padLeft8 {padding-left:8px}
.padLeft10 {padding-left:10px}
.padLeft12 {padding-left:12px}
.padLeft14 {padding-left:14px}
.padLeft16 {padding-left:16px}
.padLeft20 {padding-left:20px}
.padLeft30 {padding-left:30px}

.padRight1 {padding-right:1px}
.padRight2 {padding-right:2px}
.padRight3 {padding-right:3px}
.padRight4 {padding-right:4px}
.padRight5 {padding-right:5px}
.padRight6 {padding-right:6px}
.padRight8 {padding-right:8px}
.padRight10 {padding-right:10px}
.padRight12 {padding-right:12px}
.padRight14 {padding-right:14px}
.padRight16 {padding-right:16px}
.padRight20 {padding-right:20px}
.padRight30 {padding-right:30px}

.titleGrayTL {background-image:url(../img/bubbleTitleGrayTopLeft.gif);background-repeat:no-repeat}
.titleGrayTM {background-image:url(../img/bubbleTitleGrayTopMiddle.gif);background-repeat:repeat-x}
.titleGrayTR {background-image:url(../img/bubbleTitleGrayTopRight.gif);background-repeat:no-repeat}
.titleBlueTL {background-image:url(../img/bubbleTitleBlueTopLeft.gif);background-repeat:no-repeat}
.titleBlueTM {background-image:url(../img/bubbleTitleBlueTopMiddle.gif);background-repeat:repeat-x}
.titleBlueTR {background-image:url(../img/bubbleTitleBlueTopRight.gif);background-repeat:no-repeat}
.titleRedTL {background-image:url(../img/bubbleTitleRedTopLeft.gif);background-repeat:no-repeat}
.titleRedTM {background-image:url(../img/bubbleTitleRedTopMiddle.gif);background-repeat:repeat-x}
.titleRedTR {background-image:url(../img/bubbleTitleRedTopRight.gif);background-repeat:no-repeat}
.titleGreenTL {background-image:url(../img/bubbleTitleGreenTopLeft.gif);background-repeat:no-repeat}
.titleGreenTM {background-image:url(../img/bubbleTitleGreenTopMiddle.gif);background-repeat:repeat-x}
.titleGreenTR {background-image:url(../img/bubbleTitleGreenTopRight.gif);background-repeat:no-repeat}
.titleML {background-image:url(../img/bubbleSmallMiddleLeft.gif);background-repeat:repeat-y}
.titleMR {background-image:url(../img/bubbleSmallMiddleRight.gif);background-repeat:repeat-y}
.titleBL {background-image:url(../img/bubbleSmallBottomLeft.gif);background-repeat:no-repeat}
.titleBM {background-image:url(../img/bubbleSmallBottomMiddle.gif);background-repeat:repeat-x}
.titleBR {background-image:url(../img/bubbleSmallBottomRight.gif);background-repeat:no-repeat}

.smallGrayTL {background-image:url(../img/bubbleSmallGrayTopLeft.gif);background-repeat:no-repeat}
.smallGrayTM {background-image:url(../img/bubbleSmallGrayTopMiddle.gif);background-repeat:repeat-x}
.smallGrayTR {background-image:url(../img/bubbleSmallGrayTopRight.gif);background-repeat:no-repeat}
.smallBlueTL {background-image:url(../img/bubbleSmallBlueTopLeft.gif);background-repeat:no-repeat}
.smallBlueTM {background-image:url(../img/bubbleSmallBlueTopMiddle.gif);background-repeat:repeat-x}
.smallBlueTR {background-image:url(../img/bubbleSmallBlueTopRight.gif);background-repeat:no-repeat}
.smallRedTL {background-image:url(../img/bubbleSmallRedTopLeft.gif);background-repeat:no-repeat}
.smallRedTM {background-image:url(../img/bubbleSmallRedTopMiddle.gif);background-repeat:repeat-x}
.smallRedTR {background-image:url(../img/bubbleSmallRedTopRight.gif);background-repeat:no-repeat}
.smallGreenTL {background-image:url(../img/bubbleSmallGreenTopLeft.gif);background-repeat:no-repeat}
.smallGreenTM {background-image:url(../img/bubbleSmallGreenTopMiddle.gif);background-repeat:repeat-x}
.smallGreenTR {background-image:url(../img/bubbleSmallGreenTopRight.gif);background-repeat:no-repeat}
.smallML {background-image:url(../img/bubbleSmallMiddleLeft.gif);background-repeat:repeat-y}
.smallMR {background-image:url(../img/bubbleSmallMiddleRight.gif);background-repeat:repeat-y}
.smallBL {background-image:url(../img/bubbleSmallBottomLeft.gif);background-repeat:no-repeat}
.smallBM {background-image:url(../img/bubbleSmallBottomMiddle.gif);background-repeat:repeat-x}
.smallBR {background-image:url(../img/bubbleSmallBottomRight.gif);background-repeat:no-repeat}

.titleSmallL {background-image:url(../img/bubbleTitleSmallLeft.gif);background-repeat:no-repeat}
.titleSmallM {background-image:url(../img/bubbleTitleSmallMiddle.gif);background-repeat:repeat-x}
.titleSmallR {background-image:url(../img/bubbleTitleSmallRight.gif);background-repeat:no-repeat}

.bubbleUL {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:0px 0px}
.bubbleUM {background-image:url(../img/bubbleUM.gif);background-repeat:repeat-x}
.bubbleUR {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:-6px 0px}
.bubbleML {background-image:url(../img/bubbleML.gif);background-repeat:repeat-y}
.bubbleMR {background-image:url(../img/bubbleMR.gif);background-repeat:repeat-y}
.bubbleBL {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:0px -6px}
.bubbleBM {background-image:url(../img/bubbleBM.gif);background-repeat:repeat-x}
.bubbleBR {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:-6px -6px}

.bubbleULEmpty {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:0px -12px}
.bubbleUMEmpty {background-image:url(../img/bubbleUM.gif);background-repeat:repeat-x}
.bubbleUREmpty {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:-6px -12px}
.bubbleMLEmpty {background-image:url(../img/bubbleML.gif);background-repeat:repeat-y}
.bubbleMREmpty {background-image:url(../img/bubbleMREmpty.gif);background-repeat:repeat-y}
.bubbleBLEmpty {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:0px -18px}
.bubbleBMEmpty {background-image:url(../img/bubbleBMEmpty.gif);background-repeat:repeat-x}
.bubbleBREmpty {background-image:url(../img/bubble.gif);background-repeat:no-repeat;background-position:-6px -18px}


/* Default page values ***********************************************************************/
form {
	margin-bottom:0;
	margin-top:0;
}

.hr {
	border-top:1px dotted #999999;
	line-height:0.3em;
}
.nomargin {margin-top:0px;margin-bottom:0px}

.ltr {direction:ltr}
.rtl {direction:rtl}

.itemList { padding-left: 21px; padding-right: 2px; background: transparent url(../img/listSmall.gif) 0 0 no-repeat; }
.itemDialogue { padding-left: 21px; padding-right: 2px; background: transparent url(../img/dialogueSmall.gif) 0 0 no-repeat; }
.lessonUnselected { padding-left: 21px; padding-right: 2px; background: transparent url(../img/lessonSmall.gif) 0 0 no-repeat; }
.lessonSelected { padding-left: 21px; padding-right: 2px; background: yellow url(../img/lessonSmall.gif) 0 0 no-repeat; }

.reading {font-family:arial,sans-serif}

.latin0 {font-family:verdana,arial,sans-serif;font-size:10px;direction:ltr;line-height:1.3em}
.latin1 {font-family:verdana,arial,sans-serif;font-size:11px;direction:ltr;line-height:1.3em}
.latin2 {font-family:verdana,arial,sans-serif;font-size:13px;direction:ltr;line-height:1.3em}
.latin3 {font-family:verdana,arial,sans-serif;font-size:16px;direction:ltr;line-height:1.3em}
.latin4 {font-family:verdana,arial,sans-serif;font-size:20px;direction:ltr;line-height:1.3em}

.nonlatin0 {font-family:verdana,arial,sans-serif;font-size:10px;direction:ltr;line-height:1.3em}
.nonlatin1 {font-family:verdana,arial,sans-serif;font-size:12px;direction:ltr;line-height:1.3em}
.nonlatin2 {font-family:verdana,arial,sans-serif;font-size:14px;direction:ltr;line-height:1.3em}
.nonlatin3 {font-family:verdana,arial,sans-serif;font-size:18px;direction:ltr;line-height:1.3em}
.nonlatin4 {font-family:verdana,arial,sans-serif;font-size:24px;direction:ltr;line-height:1.3em}

.arabic0 {font-family:"Comic Sans MS",verdana,arial,sans-serif;font-size:16px;direction:rtl;line-height:1.3em}
.arabic1 {font-family:"Comic Sans MS",verdana,arial,sans-serif;font-size:18px;direction:rtl;line-height:1.3em}
.arabic2 {font-family:"Comic Sans MS",verdana,arial,sans-serif;font-size:20px;direction:rtl;line-height:1.3em}
.arabic3 {font-family:"Comic Sans MS",verdana,arial,sans-serif;font-size:22px;direction:rtl;line-height:1.3em}
.arabic4 {font-family:"Comic Sans MS",verdana,arial,sans-serif;font-size:36px;direction:rtl;line-height:1.3em}

.hebrew0 {font-family:David,arial;font-size:14px;direction:rtl;line-height:1.3em}
.hebrew1 {font-family:David,arial;font-size:16px;direction:rtl;line-height:1.3em}
.hebrew2 {font-family:David,serif,arial;font-size:20px;direction:rtl;line-height:1.3em}
.hebrew3 {font-family:David,serif,arial;font-size:22px;direction:rtl;line-height:1.3em}
.hebrew4 {font-family:David,serif,arial;font-size:36px;direction:rtl;line-height:1.3em}

.kanji0 {font-family:"MS PMincho","MS Mincho","MS PGothic","MS Gothic",serif;font-size:10px;direction:ltr;line-height:1.3em}
.kanji1 {font-family:"MS PMincho","MS Mincho","MS PGothic","MS Gothic",serif;font-size:12px;direction:ltr;line-height:1.3em}
.kanji2 {font-family:"MS PMincho","MS Mincho","MS PGothic","MS Gothic",serif;font-size:14px;direction:ltr;line-height:1.3em}
.kanji3 {font-family:"MS PMincho","MS Mincho","MS PGothic","MS Gothic",serif;font-size:18px;direction:ltr;line-height:1.3em}
.kanji4 {font-family:"MS PMincho","MS Mincho","MS PGothic","MS Gothic",serif;font-size:36px;direction:ltr;line-height:1.3em}
.kanji5 {font-family:"MS PMincho","MS Mincho","MS PGothic","MS Gothic",serif;font-size:48px;direction:ltr;line-height:1.3em}
.kanji6 {font-family:"MS PMincho","MS Mincho","MS PGothic","MS Gothic",serif;font-size:72px;direction:ltr;line-height:1.3em}

.hindi0 {font-family:verdana,arial,helvetica;font-size:14px;direction:ltr;line-height:1.3em}
.hindi1 {font-family:verdana,arial,helvetica;font-size:16px;direction:ltr;line-height:1.3em}
.hindi2 {font-family:verdana,arial,helvetica;font-size:18px;direction:ltr;line-height:1.3em}
.hindi3 {font-family:verdana,arial,helvetica;font-size:24px;direction:ltr;line-height:1.3em}
.hindi4 {font-family:verdana,arial,helvetica;font-size:30px;direction:ltr;line-height:1.3em}

.thai0 {font-family:verdana,arial,helvetica;font-size:18px;direction:ltr;line-height:1.3em}
.thai1 {font-family:verdana,arial,helvetica;font-size:20px;direction:ltr;line-height:1.3em}
.thai2 {font-family:verdana,arial,helvetica;font-size:22px;direction:ltr;line-height:1.3em}
.thai3 {font-family:verdana,arial,helvetica;font-size:30px;direction:ltr;line-height:1.3em}
.thai4 {font-family:verdana,arial,helvetica;font-size:40px;direction:ltr;line-height:1.3em}

.header28 {
	font-family: verdana,sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:28px;
	font-weight:bold;
	line-height:1.3em;
}
.header24 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	line-height:1.3em;
}
.text24 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:24px;
	font-weight:normal;
	line-height:1.3em;
}
.header20 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
}
.text20 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:20px;
	font-weight:normal;
	line-height:1.3em;
}
.header18 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
}
.text18 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:18px;
	font-weight:normal;
	line-height:1.3em;
}
.header16 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
}
.text16 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:normal;
	line-height:1.3em;
}
.header14 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
.text14 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	line-height:1.3em;
}
.header13 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
}
.text13 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:13px;
	font-weight:normal;
	line-height:1.3em;
}
.header12 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
}
.text12 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	line-height:1.3em;
}
.header11 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	line-height:1.3em;
}
.text11 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	line-height:1.3em;
}
.header10 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	line-height:1.3em;
}
.text10 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	line-height:1.3em;
}
.text9 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:9px;
	font-weight:normal;
	line-height:1.3em;
}

.latinHeader28 {
	font-family: verdana,sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:28px;
	font-weight:bold;
	line-height:1.3em;
}
.latinHeader24 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:22px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText24 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:24px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader20 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText20 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:20px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader18 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText18 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:18px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader16 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText16 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader14 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText14 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader13 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText13 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:13px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader12 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText12 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader11 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText11 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	line-height:1.3em;
}
.latinHeader10 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	line-height:1.3em;
}
.latinText10 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	line-height:1.3em;
}

.headerSelected {
	background-image:url(../img/headerGradient.gif);
	background-repeat:repeat-x;
	border-right:1px solid #a77a1b;
	border-bottom:1px solid #a77a1b;
	border-top:1px solid #f6dd96;
	color:black;
}


.title {
	background-color:#4080c0;
}
.box {
	border:1px solid #4080c0;
	background-color:white;
}
.answer {
	font-family: verdana,arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:15px;
	font-weight:normal;
}

.mono {font-family: monospace;}
.red {color:#dd0000;}
.fuchsia {color:#cc0099}
.orange {color:#ff6600}
.green {color:#007700}
.ltblue {color:#2060a0}
.blue {color:#0000cc}
.brown {color:#8e7c57}
.white {color:#ffffff}
.black {color:#000000}
.disabled {color:#777777}
.bold {font-weight:bold}
.italic {font-style:italic}
.dkgray {color:#444444}
.gray {color:#888888}
.burgundy {color:#990000}
.cerulean {color:#0066cc}
.nowrap {white-space: nowrap}
.pointer {cursor:pointer}
.floater {position:absolute;z-index:65535}
.drag {cursor:move;position:absolute}

.navbox {
	padding: 2px;
	border: 1px solid #4080c0;
	background-color:#f0f0ff;
	cursor:pointer;
}
.navboxYellow {
	padding: 2px;
	border: 1px solid #ffcc33;
	background-color:#ffffcc;
	cursor:pointer;
}
.navboxGray {
	padding: 2px;
	border: 1px solid #999999;
	background-color:#cccccc;
	color:#777777;
	cursor:default;
}

.bgBlue {
	background-color: #2060a0;
}
.borderBlue {
	border: 1px solid #2060a0;
}

.tableTitle {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.padBottom5 {padding-bottom:5px}
.padBottom10 {padding-bottom:10px}
.padBottom15 {padding-bottom:15px}
.padBottom20 {padding-bottom:20px}
.padTop5 {padding-top:5px}
.padTop10 {padding-top:10px}
.padTop15 {padding-top:15px}
.padTop20 {padding-top:20px}


/* Links ************************************************************************************/
a:link {
	font-family: verdana,arial,helvetica;
	color: #2040a0;
	text-decoration: none;
}
a:visited {
	font-family: verdana,arial,helvetica;
	color: #2040a0;
	text-decoration: none;
}
a:active {
	font-family: verdana,arial,helvetica;
	color: #2040a0;
	text-decoration: none;
}
a:hover {
	font-family: verdana,arial,helvetica;
	color: #ff0000;
	text-decoration: underline;
}

a.header:link {font-family: verdana,arial,helvetica}
a.header:visited {font-family: verdana,arial,helvetica}
a.header:active {font-family: verdana,arial,helvetica}
a.header:hover {font-family: verdana,arial,helvetica}

a.bold:link {font-weight:bold}
a.bold:visited {font-weight:bold}
a.bold:active {font-weight:bold}
a.bold:hover {font-weight:bold}

a.italic:link {font-style:italic}
a.italic:visited {font-style:italic}
a.italic:active {font-style:italic}
a.italic:hover {font-style:italic}

a.underline:link {text-decoration:underline}
a.underline:visited {text-decoration:underline}
a.underline:active {text-decoration:underline}
a.underline:hover {text-decoration:underline}

a.comment:link {font-size: 10px}
a.comment:visited {font-size: 10px}
a.comment:active {font-size: 10px}
a.comment:hover {font-size: 10px}

a.white:link {color: white}
a.white:visited {color: white}
a.white:active {color: white}
a.white:hover {color: white;text-decoration: underline}

a.page:link {text-decoration: underline}
a.page:visited {text-decoration: underline}
a.page:active {text-decoration: underline}
a.page:hover {text-decoration: underline}

a.red:link {color: #cc0000}
a.red:visited {color: #cc0000}
a.red:active {color: #cc0000}
a.red:hover {color: #ff0099}

a.burgundy:link {color: #990000}
a.burgundy:visited {color: #990000}
a.burgundy:active {color: #990000}
a.burgundy:hover {color: #ff9900}

a.fuchsia:link {color: #cc0099}
a.fuchsia:visited {color: #cc0099}
a.fuchsia:active {color: #cc0099}
a.fuchsia:hover {color: #ff00ff}

a.green:link {color: #007700}
a.green:visited {color: #007700}
a.green:active {color: #007700}
a.green:hover {color: #ff0000}

a.blue:link {color: #0000cc}
a.blue:visited {color: #0000cc}
a.blue:active {color: #0000cc}
a.blue:hover {color: #ff0000}

a.orange:link {color: #ff6600}
a.orange:visited {color: #ff6600}
a.orange:active {color: #ff6600}
a.orange:hover {color: #ff0000}

a.black:link {color: #000000}
a.black:visited {color: #000000}
a.black:active {color: #000000}
a.black:hover {color: #ff0000}

a.yellow:link {color: yellow}
a.yellow:visited {color: yellow}
a.yellow:active {color: yellow}
a.yellow:hover {color: #ff0000}

a.cerulean:link {color: #0066cc}
a.cerulean:visited {color: #0066cc}
a.cerulean:active {color: #0066cc}
a.cerulean:hover {color: red;text-decoration: underline}

a.disabled:link {color: #999999}
a.disabled:visited {color: #999999}
a.disabled:active {color: #999999}
a.disabled:hover {color: #cc0000}

a.aButton:link {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
}
a.aButton:visited {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
}
a.aButton:active {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
}
a.aButton:hover {
	font-family: verdana,arial,helvetica;
	color: black;
	text-decoration: none;
}

.lang0 {direction:rtl}
.lang1 {direction:ltr}
.lang2 {direction:ltr}
.lang3 {direction:ltr}
.lang4 {direction:ltr}
.lang5 {direction:ltr}
.lang6 {direction:ltr}
.lang7 {direction:ltr}
.lang8 {direction:ltr}
.lang9 {direction:ltr}
.lang10 {direction:ltr}
.lang11 {direction:ltr}
.lang12 {direction:ltr}
.lang13 {direction:ltr}
.lang14 {direction:rtl}
.lang15 {direction:ltr}
.lang16 {direction:ltr}
.lang17 {direction:ltr}
.lang18 {direction:ltr}
.lang19 {direction:rtl}
.lang20 {direction:ltr}
.lang21 {direction:ltr}
.lang22 {direction:ltr}
.lang23 {direction:ltr}
.lang24 {direction:ltr}
.lang25 {direction:ltr}
.lang26 {direction:ltr}
.lang27 {direction:ltr}
.lang28 {direction:ltr}
.lang29 {direction:ltr}
.lang30 {direction:ltr}
.lang31 {direction:rtl}
.lang32 {direction:ltr}
.lang33 {direction:ltr}
.lang34 {direction:rtl}
.lang35 {direction:ltr}
.lang36 {direction:ltr}
.lang37 {direction:ltr}
.lang38 {direction:ltr}
.lang39 {direction:ltr}
.lang40 {direction:ltr}
.lang41 {direction:ltr}
.lang42 {direction:rtl}
.lang43 {direction:ltr}
.lang44 {direction:ltr}
.lang45 {direction:ltr}
.lang46 {direction:ltr}
.lang47 {direction:ltr}
.lang48 {direction:ltr}
.lang49 {direction:ltr}
.lang50 {direction:ltr}
.lang51 {direction:ltr}
.lang52 {direction:ltr}
.lang53 {direction:ltr}
.lang54 {direction:ltr}
.lang55 {direction:rtl}
.lang56 {direction:ltr}
.lang57 {direction:rtl}
.lang58 {direction:ltr}
.lang59 {direction:ltr}
.lang60 {direction:ltr}
.lang61 {direction:ltr}
.lang62 {direction:ltr}
.lang63 {direction:ltr}
.lang64 {direction:ltr}
.lang65 {direction:ltr}
.lang66 {direction:ltr}
.lang67 {direction:ltr}
.lang68 {direction:ltr}
.lang69 {direction:ltr}
.lang70 {direction:ltr}
.lang71 {direction:ltr}
.lang72 {direction:ltr}
.lang73 {direction:ltr}
.lang74 {direction:ltr}
.lang75 {direction:rtl}
.lang76 {direction:ltr}
.lang77 {direction:ltr}
.lang78 {direction:ltr}
.lang79 {direction:ltr}
.lang80 {direction:ltr}
.lang81 {direction:ltr}
.lang82 {direction:ltr}
.lang83 {direction:ltr}
.lang84 {direction:ltr}
.lang85 {direction:ltr}
.lang86 {direction:ltr}
.lang87 {direction:ltr}
.lang88 {direction:ltr}
.lang89 {direction:ltr}
.lang90 {direction:ltr}
.lang91 {direction:ltr}
.lang92 {direction:ltr}
.lang93 {direction:ltr}
.lang94 {direction:ltr}
.lang95 {direction:ltr}
.lang96 {direction:ltr}
.lang97 {direction:ltr}
.lang98 {direction:ltr}
.lang99 {direction:ltr}
.lang100 {direction:ltr}
.lang101 {direction:ltr}
.lang102 {direction:ltr}
.lang103 {direction:ltr}
.lang104 {direction:ltr}
.lang105 {direction:ltr}
.lang106 {direction:ltr}
.lang107 {direction:ltr}
.lang108 {direction:ltr}
.lang109 {direction:ltr}
.lang110 {direction:ltr}
.lang111 {direction:ltr}
.lang112 {direction:ltr}
.lang113 {direction:ltr}
.lang114 {direction:ltr}
.lang115 {direction:ltr}
.lang116 {direction:ltr}
.lang117 {direction:ltr}
.lang118 {direction:ltr}
.lang119 {direction:rtl}
.lang120 {direction:ltr}
.lang121 {direction:ltr}
.lang122 {direction:ltr}
.lang123 {direction:ltr}
.lang124 {direction:ltr}
.lang125 {direction:ltr}
.lang126 {direction:ltr}
.lang127 {direction:ltr}
.lang128 {direction:ltr}
.lang129 {direction:ltr}
.lang130 {direction:ltr}
.lang131 {direction:ltr}
.lang132 {direction:ltr}
.lang133 {direction:ltr}
.lang134 {direction:ltr}
.lang135 {direction:ltr}
.lang136 {direction:ltr}
.lang137 {direction:ltr}
.lang138 {direction:ltr}
.lang139 {direction:ltr}



.LINGMENU {
font-family:arial,sans-serif;font-size:12px;
position:absolute;
color:#000000;
background-color:#ffffff;
visibility:hidden;
z-index:65530;
direction:ltr
}
.LING {}
.lingS {background-color:#ffff00;color:black}
.lingNT {font-family:arial,helvetica,sans-serif;font-size:11px;text-decoration:none;font-weight:normal;direction:ltr}
.lingNT2 {font-family:arial,helvetica,sans-serif;font-size:12px;text-decoration:none;font-weight:normal;direction:ltr}
.lingNH3 {font-family: arial,helvetica,sans-serif;font-size:12px;color:#000000;text-decoration: none;direction:ltr}
.lingNH25 {font-family: arial,helvetica,sans-serif;font-size:13px;color:#000000;text-decoration: none;direction:ltr}
.lingNH2 {font-family: arial,helvetica,sans-serif;font-size:13px;color:#000000;text-decoration: none;font-weight:bold;direction:ltr}

.lingH28 {
	font-family: verdana,sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:28px;
	font-weight:bold;
	line-height:1.3em;
}
.lingH24 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT24 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:24px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH20 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT20 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:20px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH18 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT18 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:18px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH16 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT16 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH14 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT14 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH13 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT13 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:13px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH12 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT12 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH11 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT11 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	line-height:1.3em;
}
.lingH10 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	line-height:1.3em;
}
.lingT10 {
	font-family: arial,helvetica;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	line-height:1.3em;
}


a.lingAsm:link {font-family: arial,helvetica,sans-serif;font-size:10px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingAsm:visited {font-family: arial,helvetica,sans-serif;font-size:10px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingAsm:active {font-family: arial,helvetica,sans-serif;font-size:10px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingAsm:hover {font-family: arial,helvetica,sans-serif;font-size:10px;color:#ff0000;text-decoration: underline;font-weight:normal}
a.lingA:link {font-family: arial,helvetica,sans-serif;font-size:11px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingA:visited {font-family: arial,helvetica,sans-serif;font-size:11px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingA:active {font-family: arial,helvetica,sans-serif;font-size:11px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingA:hover {font-family: arial,helvetica,sans-serif;font-size:11px;color:#ff0000;text-decoration: underline;font-weight:normal}
a.lingA3:link {font-family: arial,helvetica,sans-serif;font-size:12px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingA3:visited {font-family: arial,helvetica,sans-serif;font-size:12px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingA3:active {font-family: arial,helvetica,sans-serif;font-size:12px;color:#3333FF;text-decoration: none;font-weight:normal}
a.lingA3:hover {font-family: arial,helvetica,sans-serif;font-size:12px;color:#ff0000;text-decoration: underline;font-weight:normal}
a.lingA2:link {font-family: arial,helvetica,sans-serif;font-size:13px;color:#3333FF;text-decoration: none;font-weight:bold}
a.lingA2:visited {font-family: arial,helvetica,sans-serif;font-size:13px;color:#3333FF;text-decoration: none;font-weight:bold}
a.lingA2:active {font-family: arial,helvetica,sans-serif;font-size:13px;color:#3333FF;text-decoration: none;font-weight:bold}
a.lingA2:hover {font-family: arial,helvetica,sans-serif;font-size:13px;color:#ff0000;text-decoration: underline;font-weight:bold}
a.lingA15:link {font-family: arial,helvetica,sans-serif;font-size:14px;color:#3333FF;text-decoration: none;font-weight:bold}
a.lingA15:visited {font-family: arial,helvetica,sans-serif;font-size:14px;color:#3333FF;text-decoration: none;font-weight:bold}
a.lingA15:active {font-family: arial,helvetica,sans-serif;font-size:14px;color:#3333FF;text-decoration: none;font-weight:bold}
a.lingA15:hover {font-family: arial,helvetica,sans-serif;font-size:14px;color:#ff0000;text-decoration: underline;font-weight:bold}
a.fuchsia:link {color: #CC0099}
a.fuchsia:visited {color: #CC0099}
a.fuchsia:active {color: #CC0099}
a.fuchsia:hover {color: #ff0099;text-decoration: underline}
a.lingFF:link {color: white}
a.lingFF:visited {color: white}
a.lingFF:active {color: white}
a.lingFF:hover {color: yellow;text-decoration: underline}

.LINGnonlatin0 {font-family:sans-serif,arial;font-size:10px;line-height:1.3em}
.LINGnonlatin1 {font-family:sans-serif,arial;font-size:12px;line-height:1.3em}
.LINGnonlatin2 {font-family:sans-serif,arial;font-size:14px;line-height:1.3em}
.LINGnonlatin3 {font-family:sans-serif,arial;font-size:18px;line-height:1.3em}
.LINGnonlatin4 {font-family:sans-serif,arial;font-size:24px;line-height:1.3em}

.LINGarabic0 {font-family:sans-serif,arial;font-size:14px;direction:rtl;line-height:1.3em}
.LINGarabic1 {font-family:sans-serif,arial;font-size:16px;direction:rtl;line-height:1.3em}
.LINGarabic2 {font-family:sans-serif,arial;font-size:18px;direction:rtl;line-height:1.3em}
.LINGarabic3 {font-family:sans-serif,arial;font-size:20px;direction:rtl;line-height:1.3em}
.LINGarabic4 {font-family:sans-serif,arial;font-size:36px;direction:rtl;line-height:1.3em}

.LINGhebrew0 {font-family:David,arial;font-size:14px;direction:rtl;line-height:1.3em}
.LINGhebrew1 {font-family:David,arial;font-size:16px;direction:rtl;line-height:1.3em}
.LINGhebrew2 {font-family:David,serif,arial;font-size:20px;direction:rtl;line-height:1.3em}
.LINGhebrew3 {font-family:David,serif,arial;font-size:22px;direction:rtl;line-height:1.3em}
.LINGhebrew4 {font-family:David,serif,arial;font-size:36px;direction:rtl;line-height:1.3em}

.LINGkanji0 {font-family:arial,helvetica;font-size:10px;line-height:1.3em}
.LINGkanji1 {font-family:arial,helvetica;font-size:12px;line-height:1.3em}
.LINGkanji2 {font-family:arial,helvetica;font-size:14px;line-height:1.3em}
.LINGkanji3 {font-family:arial,helvetica;font-size:18px;line-height:1.3em}
.LINGkanji4 {font-family:arial,helvetica;font-size:30px;line-height:1.3em}

.LINGhindi0 {font-family:arial,helvetica;font-size:14px;line-height:1.3em}
.LINGhindi1 {font-family:arial,helvetica;font-size:16px;line-height:1.3em}
.LINGhindi2 {font-family:arial,helvetica;font-size:18px;line-height:1.3em}
.LINGhindi3 {font-family:arial,helvetica;font-size:24px;line-height:1.3em}
.LINGhindi4 {font-family:arial,helvetica;font-size:30px;line-height:1.3em}

.LINGthai0 {font-family:arial,helvetica;font-size:18px;line-height:1.3em}
.LINGthai1 {font-family:arial,helvetica;font-size:20px;line-height:1.3em}
.LINGthai2 {font-family:arial,helvetica;font-size:22px;line-height:1.3em}
.LINGthai3 {font-family:arial,helvetica;font-size:30px;line-height:1.3em}
.LINGthai4 {font-family:arial,helvetica;font-size:40px;line-height:1.3em}

.itemListUnselected { padding-left: 21px; padding-right: 2px; background: transparent url(../img/listSmall.gif) 0 0 no-repeat; }
.itemListSelected { padding-left: 21px; padding-right: 2px; background: yellow url(../img/listSmall.gif) 0 0 no-repeat; }
.itemDialogue { padding-left: 21px; padding-right: 2px; background: transparent url(../img/dialogueSmall.gif) 0 0 no-repeat; }
.itemActivity { padding-left: 21px; padding-right: 2px; background: transparent url(../img/editSmall.gif) 0 0 no-repeat; }
.lessonUnselected { padding-left: 2px; padding-right: 2px; background: transparent }
.lessonSelected { padding-left: 2px; padding-right: 2px; background: yellow }
.bundleUnselected { padding-left: 2px; padding-right: 2px; background: transparent }
.bundleSelected { padding-left: 2px; padding-right: 2px; background: yellow }
.privilege { padding-left: 21px; padding-right: 2px; background: transparent url(../img/privilege.gif) 0 0 no-repeat; }
.itemDoc { padding-left: 21px; padding-right: 2px; background: transparent url(../img/docSmall.gif) 0 0 no-repeat; }


