/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link
{
	color: #FF6600;
}

a:visited	
{
	color: #FF6600;
}

a:hover	
{
	color: #999999;
}

a:active
{
	color: #FF6600;
}

p
{
	height: auto;
	color: #000000;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

h1
{
	height: auto;
	color: #000000;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
h2
{
	height: auto;
	color: #000000;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
h3
{
	height: auto;
	color: #000000;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}


td img 
{
	display: block;
}

.workarea_leftside
{
	background-image:url(../gfx/images/workarea_leftside.gif);
}

.workarea_rightside
{
	background-image:url(../gfx/images/workarea_rightside.gif);
}

.mainbody_leftside
{
	background-image:url(../gfx/images/main_leftside.gif);
}

.mainbody_rightside
{
	background-image:url(../gfx/images/main_rightside.gif);
}

.teachersguide_leftside
{
	background-image:url(../gfx/images/main_teachersguideleft.gif);
}

.teachersguide_rightside
{
	background-image:url(../gfx/images/main_teachersguideright.gif);
}

.intro_leftside
{
	background-image:url(../gfx/images/intro_leftside.gif);
}

.intro_rightside
{
	background-image:url(../gfx/images/intro_rightside.gif);
}

.question_form_table
{
	margin-left: 10px;
	height: auto;
	color: #000000;
	font-size: 12px;
	/*background-color: #EEF3EB;*/
}

#feedbackWindow
{
	width: 300px;
	height: 150px;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	border: solid 2px #50B248;
	text-align: left;
}

#feedbackWindow a
{
	float: right;	
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 0 0 ;
}

#feedbackWindow p#feedbackWindowText
{
	margin-top: 5px;
	height: 100px;
	overflow: auto;
	float: left;
	text-align: left;
	width: 280px;
	
}

#feedbackWindow p#feedbackWindowHeader
{
	display: block;
	float: left;
	margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #50B248;
}


input 
{
border: solid 2px #FFCC00;
}

input:focus
{
border: solid 2px #50B248;	
background-color: #FFFFCC;
}

/*EXTRAS*/
.ORANGEbold
{
	color:#FF7700;
 	font-weight: bold;
}

.ORANGE
{
	color:#FF7700;
}

.GREENbold
{
	color:#50B248;
 	font-weight: bold;
}

.GREEN
{
	color:#50B248;
}
.BLUEbold
{
	color:#009EE1;
 	font-weight: bold;
}

.BLUE
{
	color:#009EE1;
}

.PINKbold
{
	color:#EC008C;
 	font-weight: bold;
}

.PINK
{
	color:#EC008C;
}

#vocab 
{
	height: 175px;
	width: 270px;
	background-image: url(../gfx/images/vocab_bg.jpg);
	background-repeat: no-repeat;
}

#vocab #inside
{
	height: 175px;
	width: 270px;
	overflow: auto;
}

#vocab p
{
font-size:10px;
padding-right: 20px;
}
.small { font-size:11px;}
