AppLogo.minHeight {height:inherit;min-height:300px;}
* html .minHeight {height:300px;}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	font-family: "Trebuchet MS", Georgia;
	color: #333333;
	line-height : 150%;
	/*scrollbar-base-color: #dac292;*/
}	


/***** begin search results styles ****/

#SearchResults li,
#SearchResults ul,
#SearchResults ol
{
	list-style-image:none;
}

#SearchResults ol li, 
#SearchResults li,
#SearchResults ol,
#SearchResults td li
{
	list-style-type: decimal;
	
}

#SearchResults ul li
{
	list-style-type: disc;
}
/***** ends search results styles ****/



#AssignmentCont
{
background-color: #dddddd;
width:703px;	
}

#AssignmentPHContentCont ul li
{
	list-style-image:none;
	list-style-type: disc;
	margin-left:0px;
}


#AssignmentPHContentCont ol li
{
	list-style-image: none;
	list-style-type: decimal;
	margin-left:0px;
}




#AssignmentPHContentCont .AssignmentPH
{
	width: 700px;
	
}



.SearchHighlight
{
	background-color: #ffff00;
}

.switchLink, .switchLink a:hover, .switchLink a, .switchLink a:link
{
	color: #ff6633;
	font-weight:600;
	font-size:10px;
}


#UploadHomeworkCont
{
	width:420px;
	background-color:#dddddd;
	margin-left:auto;
	margin-right:auto;
}

#UploadHomeworkCont .tableCont
{
	width:100%;
}

#UploadHomeworkCont .upload
{
	width:380px;
}

.workspaceHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.actionDiv
{
	text-align:left;
	margin-left:29px;
}

.high_zindex
{
	z-index:10;
	position:relative;
}

.workspaceName
{
	font-weight:600;
	font-size: 12px;
	font-family:Arial;
	color: #3982bd;
	font-variant: small-caps;
}

#WorkspaceActionCont .icons
{
	white-space:nowrap;
	margin-left:auto;
	margin-right:auto;
}

#WorkspaceActionCont
{
	position:absolute;
	background:#ffffff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border-right: #3982bd 1px solid;
	border-top: #3982bd 1px solid;
	border-left: #3982bd 1px solid;
	border-bottom: #3982bd 1px solid;
}

#ErrorMessage, .ErrorMessage, .error
{
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ff0033;
}

.blueBorder
{
	border-right: #3982bd 1px solid;
	border-top: #3982bd 1px solid;
	border-left: #3982bd 1px solid;
	border-bottom: #3982bd 1px solid;
}


#iconText br
{
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

#iconText
{
	font-family: verdana, 'Arial Black' , Arial, 'Trebuchet MS' , Georgia;
	font-size: 9px;
	color: #3f3f3f;
	text-align:center;
	text-decoration: none;
	font-weight:900;
	text-transform: uppercase;
	letter-spacing: .25px;
	white-space:nowrap;
	border-right: #ff9900;
	border-top: #ff9900;
	border-left: #ff9900;
	border-bottom: #ff9900;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.orangeBG
{	
	background: url('/teachinglaw/images/bgLgFolder.jpg'); 
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #FED174;  
	/*background-color:Green;*/
 }


.blueBG
{		
	background: url('/teachinglaw/images/bgLgFolder_blue.jpg'); 
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #66A8D8;
 	/*background-color:Green;*/
}


.nowrap
{
	white-space:nowrap;
}
/*Logo Table*/




/*Main content container*/
#mainCont
{
	width:779px;
	height: auto;
	padding: 0px 13px 0px 13px;
	background-image: url('/teachinglaw/images/bg.gif');
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	table-layout:fixed;
}


/*  Header Area   */
#innerHeaderTable
{
	width:auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#headerImage
{
	background-image:url('/teachinglaw/images/mainImage1.jpg');
	width: 753px;
	height:115px;
	background-repeat:no-repeat;
	margin-left:0px;
}

#overHeaderCont {
	margin: 0px;
	padding: 0px;	
}
 .headerLogin
{
	position:absolute;
	text-align:right;
	top:2px;
	margin-left:620px;
	margin-top:65px;
}

.headerLogin a:link, 
.headerLogin a, 
.headerLogin a:hover
{
	color:White;
	font-weight:700;
	font-size:12px;
}




/* ends header area */

#innerContainer {
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	width: 733px;
	padding: 10;
	margin: 8px 18px 18px 23px;
	
}


/*   top navigation section */
#topNavContainer {
	text-align: left;
}

#topNavContainer .TopNav
{
	background-color: #3983bd;
	width: auto;
	height: 27px;
}

#topNavContainer .TopNav ul
{
	display: inline;
	margin-top:8px;
	margin-left:6px;
	margin-bottom:5px;
	padding-left:0px;
}

#topNavContainer .TopNav ul a, 
#topNavContainer .TopNav ul a:link, 
#topNavContainer .TopNav ul a:hover
{
	font-size: 11px;
}

#topNavContainer .TopNav li a,
#topNavContainer .TopNav li a:link
{
	color:#ffffff;
	font-weight:600;
}

#topNavContainer .TopNav li a:hover
{ 
	color: #ffcc33;
	text-decoration: none; 
}


#topNavContainer .TopNav li
{
	list-style-type: none;
	display: inline;
	margin-left: 14px;
}


#topNavContainer .TopNavEbook ul a, 
#topNavContainer .TopNavEbook ul a:link, 
#topNavContainer .TopNavEbook ul a:hover
{
	font-size: 10px;
}

#topNavContainer .TopNavEbook li
{
	margin-left: 0px;
	margin-right: 2px;
}

#topNavContainer .topNavLinks{
	width: auto;
	color:White;
	padding-top: 3px;
}
/* ends top navigation section*/



/* Left Navigation Container */
#LeftNavCont
{
	text-align: left;
	position: absolute;
	background-color: #ffffff;
	border-right: #330099 1px solid;
	border-top: #330099 1px solid;
	border-left: #330099 1px solid;
	border-bottom: #330099 1px solid;
	padding-bottom: 18px;
	padding-right:8px;
}


#LeftNavCont .active
{
	border-right: 1px;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 1px;
	font-weight: bold;
	background-color: gainsboro;
	text-decoration: underline;
}


#LeftNavCont a:hover
{ 
	font-size:10px;
	 text-decoration: underline; 
	 font-weight:normal;
}


/* ends left navigation container*/


/* Main content container*/
#MainContentCont
{
	width:753px;	
	vertical-align:top;
}


/* ends main content*/


#headerHome {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-right:auto;
	margin-left:auto;
	width: 753px;
	height: 122px;
}

#loginBox {
	width: 286px;
	height: 102px;
	padding: 0;
	margin: 0;
	background-image: url('/teachinglaw/images/homeImageBg.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#homeIconsContainer {
	margin: 0;
	padding: 0;
	margin-right:auto;
	margin-left:auto;
	width: 713px;
}

#contentContainer {
	padding: 0;
	margin: 0;
	float: left;
	width: 532px;
	background-color: #fff;
	font-size: 95%;
	line-height: 160%;
}

#content {
	width: 522px;
	padding: 0px;
	margin: 0;
}

#homecontentContainer {
	padding: 0;
	margin: 0;
	float: left;
	width: 713px;
	background-color: #fff;
	font-size: 95%;
	line-height: 160%;
}

#homecontent {
	padding: 0px 0px 0px 20px;
	margin: 0;
}

#left {
	width: 200px;
	height: 400px;
	float: left;
	line-height : 180%;
	margin: 0;
	padding: 0;
}

#left {
	height: auto;
	min-height: 400px;
}

#search {
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#greenline {
	width: 1px;
	height: 95%;
	float: right;
	background-color: #7ac142;
	margin: 0;
	padding: 0;
}

#greenlineHorizontal {
	width: 532px;
	height: 1px;
	background-color: #7ac142;
	margin: 0;
	padding: 0;
	margin-right:auto;
	margin-left:auto;
}

#greenlineHorizontal2 {
	width: 713px;
	height: 1px;
	background-color: #7ac142;
	margin: 0;
	padding: 0;
	margin-right:auto;
	margin-left:auto;
}


#twocolumns {
 width: 733px;
 margin: 0;
 padding: 0;
 margin-right:auto;
 margin-left:auto;
 
}

#spacetwocolumns {
 width: 733px;
 height: 10px;
 margin: 0;
 padding: 0;
 
}

#column1 {
 float: left;
 width: 357px;
 height: 100%;
 margin: 20 0 0 0;
 padding: 0; 
}

#column2 {
 float: left;
 width: 357px;
 height: 100%;
 margin: 200 200 200 0;
 padding: 0;
}

#gutter {
 float: left;
 width: 19px;
 margin: 0;
 padding: 0;
}

span.handle 
{
    cursor: move;
}

.pendingText
{
	text-align:left;
	margin-left:13px;
	font-weight:bold;
}

.folderBlue {
  width: 375px;/*348px;*/
  height: 205px;
  background: url('/teachinglaw/images/folderBlue.gif') no-repeat top left;
  margin: 0;
  padding: 0;

}

.folderBlue a, .folderBlue a:link, .folderBlue a:hover
{
	color: #000033;
}

.folderBlue a:hover
{
	text-decoration: underline;
}

.folderOrange {
	width: 365px;/*350*/
	background: url('/teachinglaw/images/folderOrange.gif') repeat-x top left;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#folderContainer
{
	width: 365px;/*350*/
	height: 205px;
	margin: 0;
	padding: 0;
}


#folderContainer .AssignmentHeader
{
	width: 350px;
	table-layout:fixed;
}

#folderContainer .pendingAssignment
{
	font-size: 10px;
	font-style: italic;
	margin-left:2px;
	margin-right:3px;
}

#folderContainer .AssignmentList
{
	width: 340px; /*320px;*/
	table-layout:fixed;
}

#folderContainer .nameList
{
	width: 134px;
}

#folderContainer .DraftList
{
	width: 90px;
}


#AssignmentActionsCont
{
	position:relative;
	z-index: 15000;
}



#FolderNameCont
{
}


#folderContainer .FinalList
{
	width:88px;
}

#folderScroller {
	width: 350px;/* 350px;*/
	height: 110px;
	overflow:auto;
	margin: 0px;
	padding: 0px;
}



#lg-folderOrange {
	width: 550px;
	/*background: url('/teachinglaw/images/bgLgFolder.jpg') no-repeat top left;*/
	margin: 0;
	padding: 0;
}


#lg-folderContainer {
	width: 550px;
	margin: 0;
	margin-left:30px;
	padding: 0;
}

#lg-folderScroller {
	width: 540px; /*580px;*/
	height: 280px;
	overflow:auto;
	margin: 0;
	padding: 0;
}

.greyTab {
	background-image: url('/teachinglaw/images/tabGrey.gif');
	width: 122px;
	height: 38px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

.blueTab {
	background-image: url('/teachinglaw/images/tabBlue.gif');
	width: 122px;
	height: 38px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

/*   Footer section*/

#FooterCont
{
	width:779px;
	margin-left: auto;
	margin-right: auto;
}

#footerEdge {
	width: 779px;
	height: 14px;
	margin: 0;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	clear:both;
	background-image: url('/teachinglaw/images/bottomEdge.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#TopEdge {
	width: 740px;
	height: 14px;
	margin: 0;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	clear:both;
	background-image: url('/teachinglaw/images/TopEdge.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#footer
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	font-family: "Trebuchet MS" , Georgia; /*color: #83817a;*/
	color: #c0c0c0;
	color: #323436;
}

#footer a, #footer a:link, #footer a:hover
{
	font-size: 10px;
}

/*   ends Footer section*/



/* Edit console container*/
.CMSEditConsole
{
	width:220px;	
	text-align:left;
}
/* ends Edit console container*/



/*li {
	list-style-image: url('/teachinglaw/images/iconArrow.gif');
	list-style-type: none;
	margin-left:12px;
}*/

h1 {
	padding: 0;
	margin: 0;
	font-size: 175%;
	line-height : 125%;
	font-weight: bold;
	color: #0066cc;
	font-family: "Trebuchet MS", Georgia;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 125%;
	font-weight: bold;
	color: #0066cc;
	font-family: "Trebuchet MS", Georgia;
}

.orangeSubHead {
	padding: 0;
	margin: 0;
	font-size: 125%;
	font-weight: bold;
	color: #ffcc66;
	font-family: "Trebuchet MS", Georgia;
}

a {
	font-family: "Trebuchet MS", Georgia;
	font-size: small;
	color: #006699;
	text-decoration: none;
}



a:hover {
	font-family: "Trebuchet MS", Georgia;
	font-size: small;
	color: #006699;
	text-decoration: underline;
}

.inUseLink {
	font-family: "Trebuchet MS", Georgia;
	font-size: small;
	color: #999999;
	text-decoration: none;
}

.inUseLink:hover {
	font-family: "Trebuchet MS", Georgia;
	font-size: small;
	color: #999999;
	text-decoration: underline;
}

.navLinks {
	font-family: "Trebuchet MS", Georgia;
	font-size: small;
	color: #666666;
	text-decoration: none;
}

.navLinks:hover {
	font-family: "Trebuchet MS", Georgia;
	font-size: small;
	color: #666666;
	text-decoration: underline;
}

.homeLinks {
	font-family: "Trebuchet MS", Georgia;
	font-size: 125%;
	color: #000;
	text-decoration: none;
}

.homeLinks:hover {
	font-family: "Trebuchet MS", Georgia;
	font-size: 125%;
	color: #000;
	text-decoration: underline;
}

hr {
	color: #7ac142;
	line-height: 1px;
	list-style:inside
	
}
.folderText {
	font-size: 85%;
	font-family: "Trebuchet MS", Georgia;
	white-space:pre-wrap;
	color: #333333;
	line-height :125%;
}
.folderFinalText {
	font-size: 85%;
	font-family: "Trebuchet MS", Georgia;
	
	color: #333333;
	line-height :125%;

}
.columnHeader {
	font-weight: bold;
	font-size: 115%;
	font-family: "Trebuchet MS", Georgia;
	color: #fff;
	line-height : 125%;
}
.greyTabText {
	font-weight: bold;
	font-size: 100%;
	font-family: "Trebuchet MS", Georgia;
	color: #000;
	text-decoration: none;
	line-height: 38px;

}

.greyTabText:hover {
	font-weight: bold;
	font-size: 100%;
	font-family: "Trebuchet MS", Georgia;
	color: #000;
	text-decoration: underline;
	line-height: 38px;

}
.blueTabText {
	font-weight: bold;
	font-size: 100%;
	font-family: "Trebuchet MS", Georgia;
	font-decoration: none;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	
}

.blueTabText:hover {
	font-weight: bold;
	font-size: 100%;
	font-family: "Trebuchet MS", Georgia;
	font-decoration: underline;
	color: #fff;
	text-decoration: underline;
	line-height: 38px;
	
}

.inUse {
	font-family: "Trebuchet MS", Georgia;
	font-size: x-small;
	color: #669933;
	text-decoration: none;
}

.shared {
	font-family: "Trebuchet MS", Georgia;
	font-size: x-small;
	color: #ff9933;
	text-decoration: none;
}

.schoolShared {
	font-family: "Trebuchet MS", Georgia;
	font-size: x-small;
	color: #ff6633;
	text-decoration: none;
}

/*    Assignment Attribute Panel */
#PostingAttrPanel
{
	font-size: 11px;
}

#PostingAttrPanel .hint
{
	font-size:9px;
	color: #404040;
	font-weight:normal;
}

#PostingAttrPanel .header
{
	font-weight: bold;
	text-align: right;
}

#PostingAttrPanel .calendar
{
	position:absolute;
	
}

#PostingAttrPanel .datesTable
{
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%;
}


#PostingAttrPanel .datesTable hr
{
color:#c0c0c0;
size:1px;
}


#AuthoringMessage
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	line-height: 100%;
	font-weight: bold;
	vertical-align:middle;
	height:25px;
	color: #0066cc;
	font-family: "Trebuchet MS" , Georgia;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}


#showHideDates
{
	padding-top:10px;
}

#PostingAttrPanel .datesTable .header
{
	vertical-align:top;
	text-align:left;
	padding-left:10px;
}

#PostingAttrPanel .datesTable .top,
#PostingAttrPanel .datesTable .middle
{
	vertical-align:top;
	height:1px;
}

.EditingAssignmentText
{
	color: #ff6600;
}


#PostingAttrPanel .top
{
	vertical-align:top;
	height:40px;
}

#PostingAttrPanel .time
{	
	padding-left:8px;
}


#PostingAttrPanel .middle
{
	vertical-align:middle;
	height:40px;
}

#PostingAttrPanel .Column2
{
	padding-left:40px;
}

#PostingAttrPanel .PostingDatePanel
{
	text-align:left;
	width:300px;
	padding: 6px;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}

/* ends Attribute Panel */


/*Upload/Download Container*/

#upLoadDownloadCont
{
	text-align:right;
}

/*ends Upload container*/

/* Submit Concel Cont*/
#submitCancelCont, #submitCancelCont_BtmCont
{
	text-align: right;
	width:100%;
}
/* ends Submit Cancel Cont*/

/* Added By S.H. */
.unsorted
{
    background-image: none;
}
.sortedASC
{
    background-image: url(/teachinglaw/images/iconsortup.gif) ;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.sortedDESC
{
    background-image: url(/teachinglaw/images/iconsortdown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
} 	
.WorkSpaceTree 
{
	text-align: left;
}  
.CheckBoxList 
{
	display:none;
	position:absolute;
	background-color:White;
	border:solid 1px #3982BD;
	z-index: 15;
	text-align:left;
}
#clickSkirt
{
	background-color:White;
	width:100%;
	height:100%;
	display:none;
	visibility:hidden;
	position:absolute;
	z-index:10;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
}
.fakeLink {cursor:pointer;}
.popupHeaderDiv {height:23px;width:100%;background-color:#3982BD;color:white;font-family:Arial;font-size:10pt;font-weight:bold;text-align:center}
.treePanel {display:none;background-color:White;z-index:15;position:absolute;top:0;left:0;height:auto;width:300px;border:solid 1px #3982BD;text-align:left}
.noDisplay {display:none;}
.iballoonstyle
{
	position: absolute;
    z-index: 10;
    display: none;
}
/* ends Attribute Panel */
/* Folder Detail view*/
#folderDetailsCont
{
}

#folderDetailsCont .FolderAction
{
	position:absolute;
}

#folderDetailsCont .left
{
	text-align:left;
}

/* ends Folder Detail view*/


/* CalendarTextBox User Control Styles */
#CalendarTexetboxCont
{
}

#CalendarTexetboxCont .Calheader
{
	background-color: White;
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	border-left: #000066 1px solid;
	border-bottom: #000066 1px solid;
	font-size:9px;
	height: 40px;
	vertical-align:middle;
}



#CalendarTexetboxCont .Calheader 
{
	font-size:18px;
	font-weight:bolder;
	color: #333399;
}

#CalendarTexetboxCont .calImage 
{
	padding-left:9px;
	vertical-align:bottom;
}

#CalendarTexetboxCont .Calheader a,
#CalendarTexetboxCont .Calheader a:link,
#CalendarTexetboxCont .Calheader a:hover
{
	font-size:12px;
	color: #333399;
}


#CalendarTexetboxCont .Calheader a,
#CalendarTexetboxCont .Calheader a:link
{
	font-weight:bolder;
}

#CalendarTexetboxCont .error
{
	color: red;
}

#CalendarTexetboxCont .float
{
	position:absolute;
	z-index:3;
}


#CalendarTexetboxCont .Calheader a:hover
{
	font-weight: bolder;
	color: #ff6600;
	text-decoration: underline;
}
/* ends CalendarTextBox User Control Styles */


/* nav tabs container*/
#AssignmentTabsCont
{
	width:1px;
	padding-left:7px;
}
/* end nav tabs */
.hidden {border:none;background:#DEDFDE;font-family:verdana;font-size:8pt;font-weight:normal}

tr.pagerStyle td table tr td a:hover
{
	font-family:Verdana;font-size:12pt;
}
tr.pagerStyle td table tr td a:link
{
	font-family:Verdana;font-size:12pt;
}
tr.pagerStyle td table tr td a:visited
{
	font-family:Verdana;font-size:12pt;
}
.termsbox
{
	/*border-right: #0066cc 1px solid;
	border-top: #0066cc 1px solid;
	border-left: #0066cc 1px solid;
	border-bottom: #0066cc 1px solid;*/
	background-color: #F7F6F3;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*  begins General content Section     */







/*  ends General content Section      */

.color_1_1
{
	background-color:#bb9343;
}

.color_2_1
{
	background-color:#5b94c1;
}

.color_1
{
	background-color: #FED174;
}

.color_2
{
	background-color:#7DB6DE;
}

/* NavTabs */
td.NavTabsCenter a:hover
{
	color: White;
	text-decoration: underline;
}

.selected td.NavTabsCenter a:hover
{
	color: Black;
	text-decoration: none;
}

td.NavTabsLeft
{
	background:transparent url('/teachinglaw/images/tabBlue_Left.gif') 0px 0px no-repeat;
	height:38px;
}

td.NavTabsRight
{
	background:transparent url('/teachinglaw/images/tabBlue_Right.gif') right 0px no-repeat;
	height:38px;
}

td.NavTabsCenter
{
	background:transparent url('/teachinglaw/images/tabBlue_Middle.gif') 0px 0px repeat-x;
	height:38px;	
}

td.NavTabsCenter a
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.selected td.NavTabsCenter a
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.selected td.NavTabsLeft
{
	background:transparent url('/teachinglaw/images/tabGrey_Left.gif') 0px 0px no-repeat;
}

.selected td.NavTabsRight
{
	background:transparent url('/teachinglaw/images/tabGrey_Right.gif') right 0px no-repeat;
}


.selected td.NavTabsCenter
{
	background:transparent url('/teachinglaw/images/tabGrey_Middle.gif') 0px 0px repeat-x;
	color:black;
	font-weight:bold;
	text-decoration:none;
	line-height:38px;	

}
/* End NavTabs */
 