﻿/* COURSEWEBS DEFAULT - BUTTONS */

table.clsButtonTable
{
	cursor:pointer;
}

table.clsButtonTable
{
	cursor:pointer;
}

table.clsButtonTable_Disabled
{
	cursor:default;
}

div.clsButtonLeft_Spacer
{
	width:7px;
}

div.clsButtonRight_Spacer
{
	width:7px;
}

td.clsButtonLeft_Normal
{
	width:7px;
	height:26px;
	background-image:url(../_images_/button_left.gif);
	background-repeat:no-repeat;
}

td.clsButtonCenter_Normal
{
	padding-left:0px;
	padding-right:2px;
	padding-bottom:1px;
	vertical-align:middle;
	text-align:center;
	height:25px;
	background-image:url(../_images_/button_center.gif);
	background-repeat:repeat-x;
	color:Black;
}

td.clsButtonCenter_Normal img
{
	margin-right:10px;
}

td.clsButtonRight_Normal
{
	width:7px;
	height:26px;
	background-image:url(../_images_/button_right.gif);
	background-repeat:no-repeat;
}

td.clsButtonLeft_Over
{
	width:7px;
	height:26px;
	background-image:url(../_images_/button_over_left.gif);
	background-repeat:no-repeat;
}

td.clsButtonCenter_Over
{
	padding-left:0px;
	padding-right:2px;
	padding-bottom:1px;
	vertical-align:middle;
	text-align:center;
	height:25px;
	background-image:url(../_images_/button_over_center.gif);
	background-repeat:repeat-x;
	color:Blue;
}

td.clsButtonCenter_Over img
{
	margin-right:10px;
}

td.clsButtonRight_Over
{
	width:7px;
	height:26px;
	background-image:url(../_images_/button_over_right.gif);
	background-repeat:no-repeat;
}

td.clsButtonLeft_Disabled
{
	width:7px;
	height:26px;
	background-image:url(../_images_/button_left.gif);
	background-repeat:no-repeat;
}

td.clsButtonCenter_Disabled
{
	padding-left:0px;
	padding-right:2px;
	padding-bottom:1px;
	vertical-align:middle;
	text-align:center;
	height:25px;
	background-image:url(../_images_/button_center.gif);
	background-repeat:repeat-x;
	color:Gray;
}

td.clsButtonCenter_Disabled img
{
	margin-right:10px;
}

td.clsButtonRight_Disabled
{
	width:7px;
	height:26px;
	background-image:url(../_images_/button_right.gif);
	background-repeat:no-repeat;
}
