/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #D1BF91;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: #006B5B;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#006B5B;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #006B5B;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #006B5B;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #006B5B;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #006B5B;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #006B5B;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #006B5B;
}

H2  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #006B5B;
}

H3  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #006B5B;
}

H4  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #006B5B;
}

H5, DT  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #006B5B;
}

H6  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #006B5B;
}

TFOOT, THEAD    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #006B5B;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #006B5B;
}

A:link  {
    text-decoration:    none;
    color:  #006B5B;
}

A:visited   {
    text-decoration:    none;
    color:  #006B5B;
}

A:active    {
    text-decoration:    none;
    color:  #006B5B;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #006B5B;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	cursor : pointer;
	height : 20px;
}

.MainMenu_MenuBar {
	cursor : pointer;
	height : 20px;
}

.MainMenu_MenuItem {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
	text-decoration : none;
	font-size : 12px;
	height : 20px;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

.MainMenu_MenuIcon {
	height : 20px;
	background-color : #333333;
	border-left : 1px solid #333333;
	border-bottom : 1px solid #333333;
	border-top : 1px solid #333333;
}

.MainMenu_SubMenu {
	border : 1px solid #333333;
	cursor : pointer;
	background-color : #333333;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;
	height : 20px;
}

.MainMenu_MenuItemSel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
	text-decoration : none;
	font-size : 12px;
	height : 20px;
	background-color : #006B5B;
}

.MainMenu_MenuArrow {
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
	height : 20px;
}

.MainMenu_RootMenuArrow {
}

.seperate{
	color : #006B5B;
	font-weight : bold;
	font-size : 10pt;
}

.LakeRootItem{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
	text-decoration : none;
	font-size : 12px;
	height : 20px;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
}

.LakeSubSelect{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
	text-decoration : none;
	font-size : 12px;
	height : 20px;
	background-color : #006B5B;
}

/* CSS for the skin design */

.LakeSolpart{
	background-color : #333333;
	padding-right : 5px;
}

.LakeMargin{
	background-color : #D1BF91;
}

.LakeHeader{
	background-color : #006B5B;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
}

.LakeBread{
	background-color : #808080;
	padding-left : 5px;
	padding-right : 5px;
}

.LakeLinks{
	background-color : #808080;
	padding-left : 5px;
	padding-right : 5px;
}

.LakeCopy{
	background-color : #333333;
	padding-left : 5px;
	padding-right : 5px;
}

.LakeDnnText{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
	text-decoration : none;
	font-size : 12px;
}

a.LakeDnnText, a.LakeDnnText:link, a.LakeDnnText:visited, a.LakeDnnText:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
	text-decoration : none;
	font-size : 12px;
}

a.LakeDnnText:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #006B5B;
	font-weight : bolder;
	text-decoration : underline;
	font-size : 12px;
}

/* text style for the breadcrumbs navigation bar */
.BreadCrumbs {
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the breadcrumbs navigation bar */
A.BreadCrumbs:link {
    text-decoration:    none;
    color:black;
}

A.BreadCrumbs:visited  {
    text-decoration:    none;
    color:black;
}

A.BreadCrumbs:active   {
    text-decoration:    none;
    color:black;
}

A.BreadCrumbs:hover    {
    text-decoration:    underline;
    color:#006B5B;
}

