/* ================================================
    CSS STYLES FOR THE LANDMARK PUBLIC SITE SKINS
    - CLASSES IN THIS FILE OVERIDE THE DEFAULT.CSS
    FILE IN THE _DEFAULT FOLDER
    - THEY ARE OVERRIDDEN BY ANY CLASSES IN THE
    PORTAL.CSS FILE BELONGING TO THE SITE ITSELF
   ================================================
*/   

/* ==================================
    CSS STYLES FOR CONTENT PANES
   ==================================
*/ 

.ControlPanel {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.FooterPane  { 
}


/* =======================
    CSS STYLES FOR HEADER
   =======================
*/  

/* text style for the breadcrumbs */
.Breadcrumbs {
    font-family: verdana,arial,geneva,sans-serif;
    font-weight: normal;
    font-size: 8.5pt;
    color: #333333;
    text-decoration: none;
}

/* hyperlink style for the breadcrumbs */
A.Breadcrumbs:link {
    text-decoration:    none;
    color:#333333;
}

A.Breadcrumbs:visited  {
    text-decoration:    none;
    color:#333333;
}

A.Breadcrumbs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.Breadcrumbs:hover    {
    text-decoration:    none;
    color:#333333;
}

/* inputbox style for the search DIV */
#headersearch input{
	font-size:8pt;
	margin-right: 2px;
	padding:1px 0 0 2px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	width:120px;
	color:#333333;
	background:#ffffff;
}

/* text style for skin objects */

.SkinObject {
    font-weight: normal;
    font-size: 8pt;
    color: white;
    font-family: verdana,arial,geneva,sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:white;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#cccccc;
}


/* ==========================
    CSS STYLES FOR TOP MENU
   ==========================
*/  

.MainMenu_MenuContainer {
	border-bottom: #666666 0px solid; 
	border-left: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-right: #666666 0px solid;  
	background-color: #666666;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:20;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white;
	font-family: verdana,arial,geneva,sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	border-left: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-right: #666666 0px solid;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: white;
	font-family: verdana,arial,geneva,sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuItemActive {
	background-color: #FFCC66; 
	cursor: pointer; 
	cursor: hand; 
	color: red;
	font-family: verdana,arial,geneva,sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_Separator {
	background-color: #666666;
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid;
	color: white;
	font-family: verdana,arial,geneva,sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #666666; 
	border-left: #666666 1px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #666666; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #666666 1px solid; 
	border-left: #666666 0px solid; 
	border-top: #666666 1px solid;  
	border-right: #666666 0px solid; 
	background-color: #666666; 
	height: 1px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #666666 1px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* =============================================
    UNIVERSAL CSS STYLES FOR TEXT & HYPERLINKS
   =============================================
*/  

/* base text style */
BODY, TD, P, LI, BLOCKQUOTE { 
    font-family: verdana,arial,geneva,sans-serif;
    font-weight: normal;
}

/* style for module titles */
.Head   {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
}

/* smaller text style used for text in tables and data grids */
.SubNormal TD {
    font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
}

.NormalRed
{
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: bold
    color: #333333;
}

A:link  {
    text-decoration:    underline;
    color:  #0066cc;
}

A:visited   {
    text-decoration:    underline;
    color:  #0066cc;
}

A:active    {
    text-decoration:    underline;
    color:  #0066cc;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

/* ==================================
    CSS STYLES FOR NAVIGATION MODULE
   ==================================
*/  

/* hyperlink styles for Navigation module when in Left Pane */

A.LeftNavigationLink:link  {
    font-size: 11px;
    text-decoration:    none;
    color:  #0066cc;
}

A.LeftNavigationLink:visited   {
    font-size: 11px;
    text-decoration:    none;
    color:  #0066cc;
}

A.LeftNavigationLink:active    {
    font-size: 11px;
    text-decoration:    none;
    color:  #0066cc;
}

A.LeftNavigationLink:hover {
    font-size: 11px;
    text-decoration:    underline;
    color:  #ff0000;
}

/* text style used for hyperlink that points to the current page */
A.LeftNavigationSelectedLink:link  {
    font-size: 11px;
    text-decoration:    none;
    color:  #000000;
}

A.LeftNavigationSelectedLink:visited   {
    font-size: 11px;
    text-decoration:    none;
    color:  #000000;
}

A.LeftNavigationSelectedLink:active    {
    font-size: 11px;
    text-decoration:    none;
    color:  #000000;
}

A.LeftNavigationSelectedLink:hover {
    font-size: 11px;
    text-decoration:    underline;
    color:  #ff0000;
}

/* hyperlink styles for Navigation module when in other Panes*/

A.StandardNavigationLink:link  {
    font-size: 13px;
    text-decoration:    none;
    color:  #0066cc;
}

A.StandardNavigationLink:visited   {
    font-size: 13px;
    text-decoration:    none;
    color:  #0066cc;
}

A.StandardNavigationLink:active    {
    font-size: 13px;
    text-decoration:    none;
    color:  #0066cc;
}

A.StandardNavigationLink:hover {
    font-size: 13px;
    text-decoration:    underline;
    color:  #ff0000;
}

/* text style used for hyperlink that points to the current page */
A.StandardNavigationSelectedLink:link  {
    font-size: 13px;
    text-decoration:    none;
    color: #0066cc;
}

A.StandardNavigationSelectedLink:visited   {
    font-size: 13px;
    text-decoration:    none;
    color:  #0066cc;
}

A.StandardNavigationSelectedLink:active    {
    font-size: 13px;
    text-decoration:    none;
    color:  #0066cc;
}

A.StandardNavigationSelectedLink:hover {
    font-size: 13px;
    text-decoration:    underline;
    color:  #ff0000;
}

/* description text styles for Navigation module when in Left Pane */
.LeftNavigationDescription  {
    font-size: 11px;
}


/* ================================
    CSS STYLES FOR BUTTON LINKS
   ================================
*/  

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* ==========================================
    CSS STYLES FOR HTML/TEXT MODULE HEADINGS
   ==========================================
*/  

/* GENERIC */
H1  {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

H2  {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

H3  {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

H4  {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

H5, DT  {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

H6  {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

TFOOT, THEAD    {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

TH  {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: verdana,arial,geneva,sans-serif;
}


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: #333333;
    height:1pt;
    text-align:left
}

/* ====================================
    CSS STYLES FOR ADMIN MENUS
   ====================================
*/  

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: verdana,arial,geneva,sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: verdana,arial,geneva,sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ====================================
    MISC CSS STYLES FOR OTHER MODULES
   ====================================
*/  

/* text style for reading messages in Discussion */    
.Message    {
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* ====================================
    CSS STYLES FOR ADVANCED DATAGRID
   ====================================
*/  

.AdvGridTable {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:13pt;
    font-weight:bold; 
   }

.AdvGridSearch {
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    width: 1%; 
}
.AdvGridHeader { 
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    background-color: #ffcc66 
}
.AdvGridFooter { 
    font-family: verdana,arial,geneva,sans-serif;
    font-size:  13px;
    font-weight:    bold;
    background-color: #ffffff 
}
.AdvGridItem { 
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff 
}
.AdvGridAlternatingItem { 
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff 
}
.AdvGridPagerStyle { 
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff 
}
.AdvGridPagerStyle A { 
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none 
}
.AdvGridPagerStyle A:hover {
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #ff0000;
    text-decoration: underline 
}
.AdvGridSelectedItemStyle {
    font-family: verdana,arial,geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #ff0000;
    background-color: #f5f5f5 
}

/* ====================================
    CSS STYLES FOR TAB AGGREGATOR
   ====================================
*/ 
 
.TOP_TabStrip {
	background : #FFFFFF;
	border-bottom : 1px solid #FFCC66;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.TOP_TabPage {
	width: 100%;
	border-left: 1px solid #FFCC66;
	border-right: 1px solid #FFCC66;
	border-bottom: 1px solid #FFCC66;
	padding: 6px;
}

.TOP_TabStrip .TOP_TabSelected{
	cursor: pointer;
	background-image: url( "tab.active.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;	
	margin: 1px 1px 1px 0px;
	padding: 1px 0px 0px 2px;
	border: 0;
	color: black;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	width: 150px;
	height: 18px;
}

.TOP_TabStrip .TOP_TabUnselected {
	cursor: pointer;
	background-image: url( "tab.inactive.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;	
	margin: 1px 1px 1px 0px;
	padding: 1px 0px 0px 2px;
	border: 0;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
	width: 150px;
	height: 18px;
}

.TOP_TabStrip .TOP_TabMouseover {
	color : black;
}
