/* ======================================
    CSS STYLES FOR Garces Green and Gray
   ======================================
*/   


/* text style for the unselected tabs */

/* 
============================================
MainMenu - Automatic Top menu on all pages
============================================ */  

.MainMenu_MenuContainer {
	padding-left: 8px; 
	BACKGROUND-COLOR: transparent; 
	WIDTH: 210px; 
	HEIGHT: 24px;
}
.MainMenu_MenuBar {
	CURSOR: hand; 
	HEIGHT: 24px; 
	WIDTH: 180px; 
	background-color: #0066FF;
}
.MainMenu_MenuItem {

	BORDER-RIGHT: #ff0000 0px solid;
	BORDER-TOP: #CCD7E1 0px solid;
	BORDER-LEFT: #CCD7E1 0px solid;
	BORDER-BOTTOM: #CCD7E1 0px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	CURSOR: hand; 
	COLOR: #767E58; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	BACKGROUND-COLOR: transparent; 	
	padding-left: 2px; 
	HEIGHT: 24px; 
	WIDTH: 180px;
	}
.MainMenu_MenuIcon {
	display:none
	}
.MainMenu_SubMenu {
	BORDER-RIGHT: #253056 0px solid; 
	BORDER-TOP: #253056 0px solid; 
	Z-INDEX: 0; 
	BORDER-LEFT: #253056 0px solid; 
	CURSOR: hand; 
	BORDER-BOTTOM: #253056 0px solid; 
	BACKGROUND-COLOR: #F3F5E7;
}
.MainMenu_MenuBreak {
	BORDER-RIGHT: #eeeeee 0px solid; 
	BORDER-TOP: #eeeeee 1px solid; 
	BORDER-LEFT: #eeeeee 0px solid; 
	BORDER-BOTTOM: #eeeeee 1px solid; 
	HEIGHT: 1px; 
	BACKGROUND-COLOR: transparent;
}
.MainMenu_MenuItemSel {
		border:0px solid #ffffff; Z-INDEX: 0; 
		CURSOR: hand; 
		FONT-WEIGHT: bold; 
		FONT-SIZE: 7pt; 
		CURSOR: hand; 
		COLOR: #727B50; 
		FONT-STYLE: normal; 
		FONT-FAMILY: Tahoma, Arial, Helvetica; 
		BACKGROUND-COLOR: transparent; 
		padding-left: 2px; 
		HEIGHT: 24px; 
		WIDTH: 180px; 
		background-image: url('data/button.jpg')
}
.MainMenu_MenuArrow {
	display:none
}
.MainMenu_RootMenuArrow {
display:none

}


/*
================================================
TreeViewMenu - Automatic menu on inside pages
================================================ */  

.TreeViewMenu 
{
        height: 100%;
	width: 175px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
	text-align: justify;

	
}

.TreeViewMenu_Header {
	 /* BACKGROUND-IMAGE: url('gradient_MidGreen.jpg'); */
}

.TreeViewBody {
    font-family:Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
   color: #0000000;      /* black */
}

.TreeViewBodyChild {
    font-family:Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
   color: #0000000; 
}

.leftpane {
	width: 350px;
	/* Image in Styles Folder */
	BACKGROUND-IMAGE: url('Left_Pane_Background.jpg'); 
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 0px;
  /* border-right: #006600 5px solid; */
}




.p_normal
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	text-align: justify;
    color: #76562A;
}
.news_date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #727B50;
}
.current_date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #727B50;
}

A.edu_links, A.edu_links:link, A.edu_links:visited, A.edu_links:active   {
    font-weight: normal;
	text-align:justify;
    font-size: 8.5pt;
	padding-bottom: 5px;
    color:#464646;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
A.edu_links:hover    {
    text-decoration: underline;
	text-align:justify;
    font-size: 8.5pt;
    color:#727B50;
	padding-bottom: 5px;
    font-family: Verdana, Helvetica, sans-serif;

}

A.bottom_links, A.bottom_links:link, A.bottom_links:visited, A.bottom_links:active   {
    font-weight: normal;
	text-align:justify;
    font-size: 8.5pt;
	padding-bottom: 5px;
    color:#727B50;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
A.bottom_links:hover    {
    text-decoration: underline;
	text-align:justify;
    font-size: 8.5pt;
    color:#5D653E;
	padding-bottom: 5px;
    font-family: Verdana, Helvetica, sans-serif;

}

.big_heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #727B50;
}
A.top_links, A.top_links:link, A.top_links:visited, A.top_links:active   {
    font-weight: normal;
	text-align:justify;
    font-size: 8.5pt;
	padding-bottom: 5px;
    color:#ffffff;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
A.top_links:hover    {
    text-decoration: underline;
	text-align:justify;
    font-size: 8.5pt;
    color:#727B50;
	padding-bottom: 5px;
    font-family: Verdana, Helvetica, sans-serif;

}