﻿/* 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;
}


/*- Menu Tabs J added by Rehabed-------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 500px;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../_images_/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
	float:left;
	display:block;
	background:url("../_images_/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#3A55A6;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
