/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
      background-color: white;
	width: 787px; 
        height: 30px;
        
	background-image: url(images/Logo19.gif);
	background-repeat: no-repeat; 
}

/* background color for the content part of the pages */
Body
{
    background-color: #828DA3;
    width: 787px;
    background-image: url(images/pagebackground.gif);
	background-repeat:  repeat; 	
}

.ContentPaneTable
{
    vertical-align: top;
    width: 787px;
	padding: 0;
	border: 0;
    background-color: white;
    
     }
.ContentPaneLeft
{
	border: 0;	
	background-color: white;
	
}
.ContentPaneRight
{
   background-color: white;	
}

.ContentPaneCenter
{

}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#cccc99
    height: 30px;
}

.SiteTitleBackGround
{
     height:30px;       
     background-image: url(images/AvailGrpHeader.jpg);
	 background-repeat: no-repeat; 
	 text-align: left;    
}

.SiteMenuBackGround
{
	    
	
}

.SiteMenuBar
{

	text-align: left;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color:  Transparent;
    
    
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    
}

/* text style for the selected tab */
.SelectedTab {
    cursor: hand; 
	color: black; 
	font-family: Verdana, Copperplate Gothic, Helvetica,Tahoma, Arial; 
	font-size: 8pt; 
	font-variant: normal; 
	font-weight: normal; 
	font-style: normal;	
		
	background-image: url(images/MenuBack.gif);
	background-repeat: repeat;
	height:20px;
	
}

/* text style for the unselected tabs */
.OtherTabs {
    cursor: hand; 
	color: black; 
	font-family: Verdana, Copperplate Gothic, Helvetica,Tahoma, Arial; 
	font-size: 8pt; 
	font-variant: normal; 
	font-weight: normal; 
	font-style: normal;	
	
	background-image: url(images/MenuBack.gif);
	background-repeat: repeat;
	height:20px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    cursor: hand; 
	color: black; 
	font-family: Verdana, Copperplate Gothic, Helvetica,Tahoma, Arial; 
	font-size: 8pt; 
	font-variant: normal; 
	font-weight: normal; 
	font-style: normal;	
	
	background-image: url(images/MenuBack.gif);
	background-repeat: repeat;
	height:20px;
}

A.OtherTabs:visited {
    
}

A.OtherTabs:active  {
    cursor: hand; 
	color: black; 
	font-family: Verdana, Copperplate Gothic, Helvetica,Tahoma, Arial; 
	font-size: 8pt; 
	font-variant: normal; 
	font-weight: normal; 
	font-style: normal;	
		
	background-image: url(images/MenuBack.gif);
	background-repeat: repeat;
	height:20px;
}

A.OtherTabs:hover   {
    cursor: hand; 
	color: white; 
	font-family: Verdana, Copperplate Gothic, Tahoma, Arial, Helvetica; 
	font-variant: normal;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	background-image: url(images/MenuBackSel.gif);
	background-repeat: repeat;
	background-color: #666666;
	height:20px;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}   

/* 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    {
    text-decoration:    underline;
    color: black;
    font-weight: normal;
     
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

.ContentHead
{
    background-color: #5f7485;
    color: white;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    width: 80%;
}

/* 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:  Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:  normal;
    color: #001189;
	
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-weight: normal;
	font-size: 20px;
	color:#001189;
    font-family: Verdana, Helvetica, sans-serif;
    
}

.StyleHead
{	
	font-weight:  bold;
	font-size: 15px;
	background-image: url(images/BStyle.gif);
	background-repeat: no-repeat;
    font-family:  Arial;	
	text-indent: 15px;   	
}

/* 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;
}

.LabelOnLeft /* title for left pane */
{
	width: 300px;
	font-weight: normal;
	font-size: 16px;
	background-image: url(images/TitleBack.gif);
	vertical-align: bottom;
	color: white;
	line-height: 12px; 
	background-repeat: no-repeat;
      font-family:  Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
    /*background-color: Midnightblue; */
	text-align: left;
	text-indent: 15px; 
	
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #001189;    
}

/* 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: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: 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;
}

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
}


/* Menu Control Styles */
.MainMenu_MenuContainer {
	 
	background-color:   #001189;
	
	height:25px;
	width:787px;
	
	
}

.MainMenu_MenuBar {
	
	
	cursor: hand;	
	height:40px;
	
	
}

.MainMenu_MenuItem {
	 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Copperplate Gothic, Helvetica,Tahoma, Arial; 
	font-size: 8pt; 
	font-variant: normal; 
	font-weight: normal; 
	font-style: normal;		
	background-repeat: repeat;	
	height:10px;
	width:800px;
	
}

.MainMenu_MenuIcon {
	 
	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: 10;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	
	cursor: hand; 
	background-color: #001189; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	/*border-bottom: #001189 0px solid; 
	border-left: #001189 0px solid; 
	border-top: #001189 0px solid; 
	border-right: #001189 0px solid;*/
}

.MainMenu_MenuBreak {
	background-image: url(images/line1.gif);
	background-repeat:   no-repeat;
	
}

.MainMenu_MenuItemSel {

	
	cursor: hand; 
	color: white; 
	font-family: Verdana, Copperplate Gothic, Tahoma, Arial, Helvetica; 
	font-variant: normal;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;	
	background-color: #666666;
	height:10px;
	
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	
	cursor: hand; 
/*	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;*/
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	 
	cursor: hand;
}

/* 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-image: url(images/gray101.gif);
    background-color:  Transparent; 
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:Midnightblue;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: normal; /* 20pt; */
    padding-left: 5px
}

.DataGridItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: #808080;
    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: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:  #808080;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding-left: 5px
}

.DataGridFooter
{
   /* background-color: Maroon; */
    background-color:#dddca3;
    line-height: 10px
}

/* 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;    
}


.FooterTable
{
	 font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;       
    color:White;	
	background-color:   #828DA3;
	width: 787px;	
	height:25px
}

.FooterNormal1
{
	 background-color: White
	 color:White;
	 font-family:Arial;
	 font-size:smaller;
}

.FooterNormal2
{
	color:White;
	 font-family:Arial;
	 font-size:smaller;
}



