/********* general text props *********/

.text1 {
	color: #2750A8;
}
.text2 {
	color: #E7B500
}
.small {
	font-size:85%;
}

/************** left nav **************/

#navLinks{
	padding-top: 0;
	padding-right: 4px;
	padding-left: 4px;
}
#navLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navLinks li {
	padding: 10px 10px 10px;
}
#navLinks li a {
	border-left: 10px;
	border-right: 10px;
	width: 100%;
}

#navLinks li a:link {
	color: #555555;
	text-decoration:none;
}
#navLinks li a:visited {
	color: #555555;
	text-decoration:none;
}
#navLinks li a:hover {
	color: #E7B500;
	text-decoration:none;
}
#login {
	padding-left: 14px;
}

/********* buttons ****************/

#buttonLabel {
	height: 32px;
	width: 160px;
	position: relative;
	color: #1B2945;
	background-image: url(imgs/teacherButton_up.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin:8px;
	padding-top: 6px;
}
#buttonLabelDisabled {
	height: 32px;
	width: 160px;
	position: relative;
	color: #1B2945;
	background-image: url(imgs/teacherButton_upDisabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin:8px;
	padding-top: 6px;
}
#buttonLabel:hover {
	background-image: url(imgs/teacherButton_over.gif);
	background-repeat: no-repeat;
}
#buttonLink {
	position: absolute;
	left: 0px;
	top: 0px;
}

#buttonSmLabel {
	height: 26px;
	width: 96px;
	position: relative;
	color: #1B2945;
	font-weight: bold;
	font-size:85%;
	background-image: url(imgs/teacherSmButton_up.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
}
#buttonSmLink {
	position: absolute;
	left: 0px;
	top: 0px;
}
#buttonSmLabel:hover {
	background-image: url(imgs/teacherSmButton_over.gif);
	background-repeat: no-repeat;
}

#buttonSmMLabel {
	height: 26px;
	width: 68px;
	position: relative;
	float:left;
	color: #1B2945;
	font-weight: bold;
	font-size:85%;
	background-image: url(imgs/teacherSmMButton_up.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
}
#buttonSmMLink {
	position: absolute;
	left: 0px;
	top: 0px;
}
#buttonSmMLabel:hover {
	background-image: url(imgs/teacherSmMButton_over.gif);
	background-repeat: no-repeat;
}

#buttonSmLLabel2 {
	height: 26px;
	width: 100px;
	position: relative;
	float:left;
	color: #1B2945;
	font-weight: bold;
	font-size:85%;
	background-image: url(imgs/teacherSmLButton2_up.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
}
#buttonSmLLink2 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#buttonSmLLabel2:hover {
	background-image: url(imgs/teacherSmLButton2_over.gif);
	background-repeat: repeat-x;
}
#buttonSmRLabel2 {
	height: 26px;
	width: 100px;
	position: relative;
	float:left;
	color: #1B2945;
	font-weight: bold;
	font-size:85%;
	background-image: url(imgs/teacherSmRButton2_up.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
}
#buttonSmRLink2 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#buttonSmRLabel2:hover {
	background-image: url(imgs/teacherSmRButton2_over.gif);
	background-repeat: repeat-x;
}

#buttonSmRLabel {
	height: 26px;
	width: 80px;
	position: relative;
	float:left;
	color: #1B2945;
	font-weight: bold;
	font-size:85%;
	background-image: url(imgs/teacherSmRButton_up.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align:center;
}
#buttonSmRLink {
	position: absolute;
	left: 0px;
	top: 0px;
}
#buttonSmRLabel:hover {
	background-image: url(imgs/teacherSmRButton_over.gif);
	background-repeat: no-repeat;
}


#buttonSmLLabel {
	height: 26px;
	width: 80px;
	position: relative;
	float:left;
	color: #1B2945;
	font-weight: bold;
	font-size:85%;
	background-image: url(imgs/teacherSmLButton_up.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align:center;
}
#buttonSmLLink {
	position: absolute;
	left: 0px;
	top: 0px;
}
#buttonSmLLabel:hover {
	background-image: url(imgs/teacherSmLButton_over.gif);
	background-repeat: no-repeat;
}

#buttonLabel a:link {
	color: #1B2945;
	text-decoration:none;
}
#buttonLabel a:visited {
	color: #1B2945;
	text-decoration:none;
}

