﻿/* BlueButtons */
a.BlueButton
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_up.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.BlueButton_mouseover
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_over.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a.BlueButton_mouseout
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_up.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.BlueButton_mouseDown
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_down.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


a.BlueButton_Down
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_down.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


a.BlueButton_120
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_up_120.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.BlueButton_120_mouseover
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_over_120.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a.BlueButton_120_mouseout
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_up_120.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.BlueButton_120_mouseDown
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/btn_blue_down_120.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 35px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/* End BlueButtons */


/* LMS Treeview Button */
.LMSChapterButton
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/Chapter.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 18px;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	CURSOR: hand;
	text-decoration: none;
}

.LMSSectionButton
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/Section.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 18px;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	CURSOR: hand;
	text-decoration: none;
}

a.LMSChapterButton
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/Chapter.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 18px;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.LMSChapterButton_mouseover
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/Section.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a.LMSChapterButton_mouseout
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/Chapter.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 18px;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.LMSChapterButton_mouseDown
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/Buttons/Chapter.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 18px;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


/* ExamButtons */
a.ExamButton
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/btn_Exam_Option_normal_sm.gif);
	background-repeat: no-repeat;	
	width: 20px;
	height: 20px		
}

a.ExamButton_mouseover
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/btn_Exam_Option_roll_sm.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px	
	
}
a.ExamButton_mouseout
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/btn_Exam_Option_normal_sm.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px	
	
}

a.ExamButton_mouseDown
{
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/btn_Exam_Option_roll_sm.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px	
	
}
/* End ExamButtons */


/* White Buttons */

a.WhiteButtonLink:link	{  
	text-decoration: none; 
	font-size: 10px; 
	font-weight: bold; 
	font-family:Arial Black;
	color: Blue
}
a.WhiteButtonLink:visited	{ 
	text-decoration: none; 
	font-size: 10px; 
	font-weight: bold; 
	font-family:Arial Black;
	color: Blue
}
a.WhiteButtonLink:active	{  
	text-decoration: none;  
	font-size: 10px; 
	font-weight: bold; 
	font-family:Arial Black;
	color:  Navy
}
a.WhiteButtonLink:hover	{ 
	text-decoration: none;   
	font-size: 10px; 
	font-weight: bold; 
	font-family:Arial Black;
	color:#990000;
}


/* End White Buttons */


/* Silver button styles */
a.button {
display: inline-block;
background-color: transparent;
background-image: url(images/buttons/button_gray.gif);
background-repeat: no-repeat;
width: 108px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}




/* Silver button styles */
a.Silverbutton {
	display:inline-block;
	background-color: transparent;
	background-image: url(images/buttons/button_silver.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 28px;
	margin: 5px auto;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* button styles this is necessary for FireFox */
a.Silverbutton {
	display:inherit;
}

a.Silverbutton:link, a.button:visited {
	color: #595B58;
}

a.Silverbutton:hover, a.button:active {
	color: #067ab4;
	cursor: hand;
}


a.Silverbutton_down {
	display:inline-block;
	background-color: transparent;
	background-image: url(images/buttons/button_silver_down.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 28px;
	margin: 5px auto;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.Silverbutton_down:link, a.button:visited {
	color: #595B58;
}

a.Silverbutton_down:hover, a.button:active {
	color: #067ab4;
	cursor: hand;
}


/* Gray button styles */
a.Graybutton {
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/button_gray.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 28px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.Graybutton:link, a.button:visited {
	color: #ffffff;
}
a.Graybutton:hover, a.button:active {
	color: #ff4000;
	cursor: hand;
}

/*Button square buttons*/
a.Silverbutton_square {
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/button_silver.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 28px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.Silverbutton_square:link, a.button_square:visited {
	color: #ffffff;
}
a.Silverbutton_square:hover, a.button_square:active {
	color: #ff4000;
	cursor: hand;
}
/*Button mockup 3*/
a.button3 {
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/button_blue.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 28px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.button3:link, a.button3:visited {
	color: #ffffff;
}
a.button3:hover, a.button3:active {
	color: #ff4000;
	cursor: hand;
}


/* Delete button styles */
a.DeleteButton {
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/delete.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 17px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/* Select button styles */
a.SelectButton {
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/btn_select_mini.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 17px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/* Select button styles */
a.lnkDeleteExam {
	display: inline-block;
	background-color: transparent;
	background-image: url(images/buttons/DeleteExam.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
}
