.navbar{
	color: Black;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: Green;
	margin: 10px;
	font-size: 10pt;
}

.jrnlBanner A:Hover{
	color: Lime;
	background: Gray;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}

.navbar a:Hover {
	color: Red;
	text-decoration: none;
}


.jrnlBanner A {
	color: Black;
}

BODY {

	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
A {
	color: #0022FD;
	text-decoration: none;
}

A:HOVER {
	color: Black;
	text-decoration: underline;
}tbody
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.coursHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.tableSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: oblique;
}
.contentMenu
{
    background-image:url(../images/tab.gif);
    border-left: white 1px solid;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-bottom: #339966 1px solid;
    background-position: bottom;
    text-align: center;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 9pt;
    width: 104px;
    height: 35px;
}
.contentMenuSelected
{
    background-image:url(../images/tab.gif);
    border-left: white 1px solid;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-bottom: #339966 1px solid;
    background-position: bottom;
    color: red;
    text-align: center;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 9pt;
    width: 104px;
    height: 35px;
}
.contentMenuStatic
{
    background-image: url(../images/tab.gif);
    display: none;
}
.menuAlign
{
    margin-left:auto;
    margin-right:auto;
}
.newSubhead
{
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 150%;
    color:#cccccc;
}
.gridHeader
{
    background-image: url(../images/gridHeader.jpg);
}
.gridSortNoStyle
{
    background-image:none;
}
.gridSortAsc
{
    background-image:url("../images/ig_menu_scrollup.gif");
    background-repeat:no-repeat;
    background-position:right;
}
.gridSortDesc
{
    background-image:url("../images/ig_menu_scrolldown.gif");
    background-repeat:no-repeat;
    background-position:right;
}
/*--------------------admin menu---------------------*/
.TopGroup
{
  background-color:#757495; 
  background-image: url(../images/gridHeader.jpg); 
  border:1px solid #696885; 
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 
  cursor:default; 
  text-align: left;
}

.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #4E5358 solid; 
  border-style:solid;
  cursor:default; 
  text-align: left;
}

.TopMenuItem
{
  color:white; 
  font-family:tahoma; 
  font-size:9pt; 
  font-weight: bold;
  padding:20px;
  cursor:default; 
  text-align: left;
}

.TopMenuItemHover 
{
  color:white; 
  background-image: url(../images/gridHeader.jpg);   
  background-color:#757495; 
  font-family:tahoma; 
  font-size:9pt; 
  font-weight: bold;
  cursor:default; 
  text-align: left;
}

.MenuItem
{
  border: 1px solid #F5F5F5; 
  color:#00025C;
  font-family:tahoma; 
  font-size:9pt; 
  cursor:default; 
  text-align: left;
}

.MenuItemHover 
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:9pt; 
  cursor:default; 
  text-align: left;
}

.MenuItemExpanded
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F;
  font-family:tahoma; 
  font-size:9pt; 
  cursor:default; 
  text-align: left;
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
  text-align: left;
}
.JournalTab
{
    width:100px;
    height: 25px;
}
h1 {
	font-size:1.3em;
	padding-top:4px;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1em;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}
	
.adminContent
{
    margin-left: 15px; 
    margin-right: 15px; 
    margin-bottom: 15px;
    border: double 5px #339966;
    background-image: url('../images/rightTop.jpg'); 
    background-repeat: no-repeat; 
    background-position: right top;
    padding-bottom: 15px;
}