/* ================================
    CSS STYLES FOR THE Centre PORTAL
    v1.0, 10/2004
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    border-right: 0px;
	border-top: 0px;
	border-left: 0px;
    width: 850px; 
    height: 120px;  /* 100%; */
	border-bottom: 0px;
	cellspacing: 0;
	background-image: url(images/MainHeader.jpg);
	background-repeat: no-repeat; 
		
	}

/* Style of the table that holds the three
   content paynes
*/
.ContentPaneTable
{
    vertical-align: top;
    width: 850px;
    	padding: 0;
	border: 0;
    background-color: white;
     }
.ContentPaneLeft
{
	 width: 170px; 
}

.ContentPaneRight
{
   background-color: white;

   
	
}

.ContentPaneCenter
{
   background-color: white; */ #BFD4E5;*/
}


/* background color for the content part of the pages */
Body
{
    background-color: Black;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle 
{
    height: 140px;
    font-family: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    

}

.SiteTitleBackGround
{
      height:190px;
     
      
}
  
.SiteMenuBar
{
 	background-image: url(images/strip01.jpg);
	background-repeat: repeat-x;
	text-align: left;
    height: 60px;
}
/* background/border colors for the selected tab */
.TabBg
 {
	background-color:  Transparent;
    background-image: url(images/MenuButtonSelected.gif);
    background-repeat: no-repeat; 
         
 }
 
 .AllTabs
 {
	background-color:  Transparent;
    background-image: url(images/MenuButton.jpg);
    background-repeat: no-repeat; 
	
 }

/* 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: white; 
    font-weight: bold;
    background-color:  Transparent;
    background-image: url(images/MenuButtonSelected.jpg);
    background-repeat: no-repeat; 
    
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;   
    color: white; /* gainsboro; */
    text-decoration:none;
      font-weight: bold;

}

/* hyperlink styles of 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;
    font-weight: bold;
    color: #808080;
}

A.OtherTabs:hover   {
    text-decoration:  underline;
    color: white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: White;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: White;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: White;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: gray;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, 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:  18px;
    font-weight:  normal;
     text-decoration:    underline;
    color: #333333;
}

/* Rodh - text style used for lables to the left of text box imputs */

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 26px;
	color: Black;
      font-family: ArialNarrow, Verdana, Helvetica, sans-serif;
}
/* 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: Arial, 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: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: gray;
}

/* Rodh - text style used for lables to the left of text box imputs */
.LabelOnLeft /* title for left pane */
{
	width: 300px;
	font-weight: normal;
	font-size: 16px;
	background-image: url('images/leftpanetitle.gif');
	vertical-align: bottom;
	color: white;
	line-height: 16px; 
	background-repeat: no-repeat;
      font-family:  Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
      background-color: #333333;
	text-align: left;
	text-indent: 15px; back:left top
}


.ContentDayView
{
	 
	width: 800px;
	border: 0;
	 padding-left:50px;
	left: 100px;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	border-color: Black;
	background-color: white;	 
	background-repeat: no-repeat; 
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #333333;    
}

.NormalFooter
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #808080;    
}

.NormalTenant
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: white;    
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    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: 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, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

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: Arial, Verdana, Areal;
    font-size: 12px;
}
.DataGridHead
{
   
    background-color:  #D8D8D8;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: #333333;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: normal; /* 20pt; */
    padding-left: 5px
}

.DataGridItem
{
    background-color: transparent;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 5px
}

.DataGridSelectedItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 5px
}
.DataGridItemAlt
{
    background-color: #99CCCC;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #333333;
    font-family: Arial, Verdana;
    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: #6F8C8F;
    font-family: Arial, Verdana;
    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: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 250px
    
}

.MeetingGridItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 250px
}
.MeetingGridItemCancel
{
    background-color: #ffffff;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 40px
}

.MeetingGridItemCancelAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray 1x;
    border-left: dimgray 1px;
    color: black;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 2px;
    width: 40px
}


.AdminMultiPanel
{
	height: 100%;
	width: 100%;
}
/* Event Calendar Style */
.Cal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: black; 
       
}

.Cal2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    line-height: 12px;
    color: black;    
}
      
/*  Used for the Order Entry System */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: #808080;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: #6F8C8F;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: #6F8C8F;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px;
    
    
}

A.MenuSelected:hover
{
    color: #6F8C8F;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

.ProductListHead
{
    color: #6F8C8F;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 24pt;
    text-decoration: underline;
}

.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.UnitCost
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.ProductDescription
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #808080;   
     
}

.ContentHeadWidth
{
  width: 92%
}


.ContentHead
{
    background-color: #5f7485;
    color: white;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    width: 80%;
}


.ResMain
{

 
 
 	
}

.ResItem
{
  background-color:   white;	
	
}

.ResTitle
{
	background-color:  White;
	
}

.ResAltRow
{
  
	
}

.ResRange
{
  
    background-color:  silver; 
    color: midnightblue;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px;
    width:60;	
}

.ResBack
{
	background-color:  white;
	
}

.ResMain2
{
	width:500px;

 
 
 	
}

.ResItem2
{
  background-color:   white;
  
 
  
	
}

.ResTitle2
{
	background-color:  White;
	
	
}

.ResAltRow2
{
  
	
}

.ResRange2
{
  
  background-color:  silver; 
    color: midnightblue;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px;
    width:60px;	
}

.ResBack2
{
	background-color:  white;
	
}





.TenantDetailsBackGround
{
      height:100px;
      background-position: left bottom;
      background-image: url(images/MainHeader.jpg);
      background-repeat: no-repeat; 
}
td#Footer{
 color:#ffffff;
}


/* THESE ARE ALL THE MOBILE STYLE*/

.MobileLogo
{
	height:140px;
	width: 600px;
	background-image: url(images/Logo.gif);
    background-repeat:  no-repeat; 
    background-position  : left center;
}


.MobileBody
{
    background-color: white;

}

.MobileMenuBar
{
	background-image: url(images/MobileMenuBar.gif);
    background-repeat:   repeat-x;
    
}


.MobileTitle
{
	font-family: Arial;
    font-weight: Normal;
    color: White;
    font-size: 60pt;
}
.MobileNormal
{
	font-family: Arial;
    font-weight: Normal;
    font-size: 30pt;
}

.MobileNormalBold
{
	font-family: Arial;
    font-weight: Bold;
    font-size: 30pt;
}

.MobileNormalRed
{
	color:Red;
	font-family: Arial;
    font-weight: Normal;
    font-size: 30pt;
}

.MobileItemTitle    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  50px;
    font-weight:  normal;
    color: midnightblue;
}

.MobileHead
{
	background-color: Red;	
	font-size:  50px;
    font-weight:  normal;
    color: midnightblue;
}


.MobileSubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  40px;
    font-weight:    bold;
    color: darkred;
}

.MobileSubSubHead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  30px;
    font-weight:    bold;
    color: black;
}



.MobileLabelOnLeft /* title for left pane */
{
	width: 300px;
	font-weight: normal;
	font-size: 40px;
	background-image: url(images/leftpanetitle.gif);
	vertical-align: bottom;
	color: white;
	line-height: 30px; 
	background-repeat: no-repeat;
      font-family:  Arial, Verdana, Helvetica, sans-serif;
	height: 40px;
      background-color: Midnightblue;
	text-align: left;
	text-indent: 15px; back:left top
}



/* text style for buttons and link buttons used in the portal admin pages */
.MobileCommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-decoration:    underline;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.MobileCommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.MobileCommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.MobileCommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.MobileCommandButton:hover    {
    text-decoration:    underline;
    color: red;
}



.MobileResMain
{
	/*width:800px; 	*/
	width:90%;
}

.MobileResItem
{
  background-color:   Yellow;  
	
}

.MobileResTitle
{
	background-color:  White;
	
}

.MobileResAltRow
{
  
	
}

.MobileResRange
{
  
  background-color:  silver; 
    color: midnightblue;
    font-family: Arial, Verdana;
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px;
    width:60px;	
}

.MobileResBack
{
	background-color:  white;
	
}


.MobileResMain2
{
	width:400px;

 
 
 	
}

.MobileResItem2
{
  background-color:   Yellow;	
}

.MobileResTitle2
{
	background-color:  White;
	
	
}

.MobileResAltRow2
{
  
	
}

.MobileResRange2
{
  
    background-color:  silver; 
    color: midnightblue;
    font-family: Arial, Verdana;
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    padding-left: 2px;
    width:140px;	
}

.MobileResBack2
{
	background-color:  white;
	
}

.MobileGuestReservation
{
	background-color:  white;
	
}




/* 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 */
.MobileDataGrid
{
    width: 100%;
    border:  border-width=0;
    gridLines: Vertical;
    cellpadding: 4;
    font-family: Arial, Verdana, Areal;
    font-size: 40px;
}
.MobileDataGridHead
{
   /* background-image: url(images/gray101.gif);*/
    background-color: #f2f2f2; 
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:Midnightblue;
    font-family: Arial, Verdana;
    font-size: 40px;
    font-weight: bold;
    line-height: normal; /* 20pt; */
    padding-left: 5px
}

.MobileDataGridItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: #808080;
    font-family: Arial, Verdana;
    font-size: 30px;
    padding-left: 5px
}

.MobileDataGridSelectedItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Arial, Verdana;
    font-size: 30px;
    padding-left: 5px
}
.MobileDataGridItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Arial, Verdana;
    font-size: 30px;
    padding-left: 5px
}

.MobileDataGridFooter
{
   /* background-color: Maroon; */
    background-color:#dddca3;
    line-height: 30px
}
