/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: #e3e3e3;/* #6e1d1f; #e3e3e3; */
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.PageBackround
{
	border-style: solid;
	border-color: #beb9b7;  
	border-width: 3px; 
	border-top-width: 0px;  
	width: 100px;
	padding: 0px;
}

.HeadBg
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	width: 980px; /* 100%; */
	border-bottom: 0px;
	cellspacing: 0;
	background-color: white; /* #9fa0a4; this is dark gray */ 
	height: 120px;
    background-position: left top;
	background-image: url(images/etcHeader.png);
	background-repeat: no-repeat;

}

/* Style of the table that holds the three
   content paynes
*/
.ContentPaneTable
{
	padding:  0 0 0 0;
	width: 980px;
	border: 0;
	background-color: white /*#f8f9fb;*/
}
.ContentPaneLeft
{
    margin: 0 0 0 0;
	border: none 0 white;
	padding:  10px  10px 0 10px;
	border-color: white;
	background-color: white; /* #ececec; #6a6a6f; #929292; #532900; #f3f4f8;*/
/*    background-image: url(images/leftpane.jpg);  */
	background-repeat: repeat-y;
}
.ContentPaneCenter
{
	    margin: 0 0 0 0;
	padding:  10px 00 0;
}

.ContentPaneRight
{
	margin: 0 0 0 0;
	padding:   10px 10px 0 0;
}

.FooterTable
{
	width: 980px;
	padding: 0;
	border: 0;
	background-color: white;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle 
{
    height: 0px;
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white; /* #cccc99; */
}

.SiteTitleBackGround
{
	height: 75px;
	
	
}
.SiteMenuBar
{
/*	background-image: url(images/gray101.gif); */
/*    background-image: url(images/titlebartest.gif); */
	background-repeat: no-repeat; /* repeat-x; */
	text-align: left;
}
.SubMenuBar
{
/*	background-image: url(images/gray101.gif); */
 	background-image: url(images/submenubar.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color:  Transparent;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: transparent;
}

/* text style for the selected tab */
.SelectedTab 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:  #710000; /* Navy; */
    font-weight: bold
}


/* text style for the unselected tabs */
.OtherTabs 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: gainsboro; /* Black; */ /* gainsboro; */
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:  none;
    color: #6a6a6f;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:  #6a6a6f;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:  #6a6a6f;
}

A.OtherTabs:hover   {
    text-decoration:  none;
    color: #710000;
}

/* hyperlink styles of the unselected tabs */
A.AdminOtherTabs:link    {
    text-decoration:    none;
    color: Black;
}

A.AdminOtherTabs:visited {
    text-decoration:    none;
    color: Black;
}

A.AdminOtherTabs:active  {
    text-decoration:    none;
    color: Black;
}

A.AdminOtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:Black;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:Black;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:Black;
}

A.SiteLink:hover    {    
    color:Black;
}



/* text style for the site links (at extreme top-right of header) */
.LeftLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
     color: White;
   
}   

/* hyperlink style for the site links */
A.LeftLink :link {
    text-decoration:     none;
    color: White;
    
}

A.LeftLink :visited  {
    text-decoration:    none;
    color:White;
}

A.LeftLink :active   {
    text-decoration:    none;
    color:White;
}

A.LeftLink :hover    {
    text-decoration:    underline;
    color:White;
    font-weight: bold;
}


/* style for separator between site links */
.Accent
{
    color: Black;
	font-family: Verdana;
   
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:   bold;
    color: #990000;
}

/* GENERAL */
/* style for module titles */
.Head
{
    text-align: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold; 
/*	background-color: #e3e3e3; */
	color: #18397c;
	padding: 0px;
	padding-left: 10px; 
	margin: 0px;
	background-image: url(images/ModuleTitleBack.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;   
	border-bottom-width: 0px;  

}
/* Style for how the line is drawn under Module Titles */
.HeadUnderLine
{
	width: 98%;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* Rodh - text style used for lables to the left of text box imputs */
.LabelOnLeft /* title for left pane */
{
	width: 300px;
	background-position: left top;
	font-weight: normal;
	font-size: 16px;
	background-image: url(images/leftpanetitle.gif);
	vertical-align: bottom;
	color: white;
	line-height: 14px; 
	background-repeat: no-repeat;
	font-family: Felix Titling, Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: #9fa0a4;
	text-align: left;
	text-indent: 15px;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color:  Black; /* #808080; */    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial Black, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: red;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight: bold;
    color: Black;
}

H3  {
    font-family: Arial Black, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

OL 
{
    line-height: 14px;
    color: black;
	font-family: Arial;
	font-size: 14px;
	
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

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
}

/* DATAGRID */
/* Datagrids are used to display trouble ticket information etc..
   It is recomendation that you use a color scheme that emulates
   The colors in the HeadBg and body classes */
.DataGrid
{
    width: 100%;
    border: border-color="Black" ;
    gridLines: Vertical;
    cellpadding: 4;
	font-family: Verdana, Areal;
	font-size: 10px;
}
.DataGridHead
{
	height: 20px;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold; 
	color: #18397c;
	padding: 0px;
	padding-left: 5px; 
	margin: 0px;
	background-image: url(images/ModuleTitleBack.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;   
	border-bottom-width: 0px;  	
}

.DataGridItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 5px
}

.DataGridSelectedItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 5px
}
.DataGridItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 5px
}

.DataGridFooter
{
   /* background-color: Maroon; */
    background-color:#dddca3;
    line-height: 10px
}

/* meeting room reservations day view, day collum */
.MeetingGridHead
{
    background-color:  silver; 
    color: midnightblue;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px
}

.MeetingGridItem
{
    background-color: #ffffff;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 2px;
    width: 250px
    
}

.MeetingGridItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 2px;
    width: 250px
}
.MeetingGridItemCancel
{
    background-color: #ffffff;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 2px;
    width: 40px
}

.MeetingGridItemCancelAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 2px;
    width: 40px
}

.AdminMultiPanel
{
	height: 500px;
	width: 100%;
}


#MainMenuBar {
/*	background-color: #cccccc; */
	height: 20px;
}
#MainMenu {
  float:left;
  width:100%;
  font-family: Arial;  
 /* line-height:normal; */
  border-bottom:0px solid #666;
  }
#MainMenu ul {
  margin:0;
  padding: 0px 0px 0px 0px;
  list-style:none;
  }
#MainMenu li {
  display:inline;
  margin:0;
  padding:0;
  }
#MainMenu a {
  float:left;
  background:url(images/tableft.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#MainMenu a span {
  float: left;
  display: block;
  background:url(images/tabright.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color: #FFFFFF;
  font-family: Arial; 
  font-size: 12px;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#MainMenu a span {float:none;}
/* End IE5-Mac hack */
#MainMenu a:hover span {
  color: #FFF;
  }
#MainMenu a:hover {
  background-position:0% -42px;
  }
#MainMenu a:hover span {
  background-position:100% -42px;
  }

.Box
{
	padding: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;  
	background-color: white;
	overflow: hidden;
	width: 100%;
}
.LeftBox
{
	padding: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;  
	background-color: white;
	overflow: hidden;
	width: 150px;
}
.CenterBox
{
	padding: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;  
	background-color: #f6f6f6;
	overflow: hidden;
	width: 100%;
}
.RightBox
{
	padding: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;  
	background-color: white;
	overflow: hidden;
	width: 100%;
}

.VertMenuHeader
{
	height: 20px;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold; 
/*	background-color: #e3e3e3; */
	color: #18397c;
	padding: 0px;
	padding-left: 10px; 
	margin: 0px;
	background-image: url(images/ModuleTitleBack.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #beb9b7;   
	border-bottom-width: 0px;  	
}

.VertMenuArea
{
	margin: 0px 0px 0px 0px;
	overflow: hidden;	
}

.VertMenuContentItem
{
	margin-bottom: 5px;
	display: list-item;
	list-style-type: square;	
	margin-left: 16px;
	color: #18397c;
}

.VertMenuContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #000000;
	padding: 8px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	width: 174px;
	overflow: hidden;
	background-image:  url(images/grd-4px_1_1.gif);
}


.VertMenuContentItem A:LINK
{
	color: #18397c;
}

.VertMenuContentItem A:ACTIVE
{
	color: #18397c;
}

.VertMenuContentItem A:VISITED
{
	color: #18397c;
}

.VertMenuContentItem A:HOVER
{
	color: #18397c;
}

.FeatureItem
{
	margin-bottom: 5px;
	display:  list-item;
	list-style-type: square;	
	margin-left: 16px;
    color: black;
	font-family: Arial;
	font-size: 14px;
}