﻿body 
{
    background:#ffffff;
    }

td
{
   font-family: Verdana, Tahoma, Arial;
   font-size: 11px;
   color:#666666; 
   line-height:13px;
    }

div
{
   font-family: Verdana, Tahoma, Arial;
   font-size: 11px;
   color:#666666; 
   line-height:13px;
    }

b
{
   font-family: Verdana, Tahoma, Arial;
   font-size: 11px;
   color:#666666;
   line-height:13px;
   font-weight:bold;
    }

h1
{
   font-family: Verdana, Tahoma, Arial;
   font-size: 14px;
   color:#048749;
   font-weight:bold;
   page-break-after:avoid !Important;
}

h5
 {
    font-size:14px !important;
    font-weight:bold; 
    font-family:Verdana, Tahoma, Arial;
    color:#09487b !important;
    line-height:20px;
 }

.teeGridHeaderbg
{
background-image:url(gvHeaderBackground.gif); background-repeat:repeat-x;
}

.HorizontalDots
 {
 background-image: url(horizontalDots.gif); background-repeat: repeat-x;	
 line-height:1px;
 padding-bottom:4px;
}

.large_page_heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height:18px;
	font-style:normal;
	padding-top:10px;
	}

.headerBG
{
	background-image:url(topBG.gif); background-repeat:repeat-x;
    }
    
.footer 
{
   text-align: center;
   font-family: Verdana, Tahoma, Arial;
   font-size: 11px;
   color: #666666;
   background-image:url(footerBG.gif); background-repeat:repeat-x;
    }

.webinarTable
{
    line-height:14px;
    width:95%;
    border: 1px solid black; 
    border-color:rgb(181,181,181);
}

.contentSection
{
 
 font-family: Verdana, Tahoma, Arial;
 font-size: 11px;
 height: 12px;
 padding:4px;
 color: #666666;
 font-weight: normal; 
 text-decoration: none;   
    }
    
.contentSection a 
{
 color:#048749;
 text-decoration: none !important; 
 font-weight: normal !important;  
 background-color:Transparent !important; 
    } 
    
.contentSection a:hover 
{
 text-decoration: underline !important; 
 font-weight: normal !important;  
 background-color:Transparent !important; 
    }
    
.contentSection a:visited
{
 color:#048749;
 text-decoration: underline;
 font-weight: normal !important;
 background-color:Transparent !important; 
    }
 
.leftRightBorder 
{
 border-left:1px solid black;
 border-left-color:rgb(204,204,204);
 border-right:1px solid black;
 border-right-color:rgb(204,204,204);   
    }
    
/* -- Side Bar -- */
.sidebarHeader
{
 background-image:url(containerBG.gif); background-repeat:repeat-x;    
 font-family: Verdana;
 font-size: 11px;
 height: 13px;
 color: #ffffff;
 font-weight: bold;
    }
    
.sidebarBody
{
 background-color:#f2f2f2;
 border-left:1px solid black;
 border-left-color:rgb(204,204,204);
 border-right:1px solid black;
 border-right-color:rgb(204,204,204);
 border-bottom:1px solid black;
 border-bottom-color:rgb(204,204,204);
 padding:5px;
 line-height:16px !important;
 font-family: Verdana;
    }

/* -- Container -- */
.containerHeader
{
 background-image:url(cTopBG.gif); background-repeat:repeat-x;   
 font-family: Verdana, Tahoma, Arial;
 font-size: 11px;
 height: 12px;
 color: #929292;
 font-weight: normal; 
    }

.containerBody
{
 background-image:url(cBodyBG.gif); background-repeat:repeat-x;
 background-position:top; 
 border-left:1px solid black;
 border-left-color:rgb(204,204,204);
 border-right:1px solid black;
 border-right-color:rgb(204,204,204);
 border-bottom:1px solid black;
 border-bottom-color:rgb(204,204,204);
 padding:5px;
    }
    
.containerText h1
{
   font-family: Verdana, Tahoma, Arial;
   font-size: 14px;
   color:#6b6b6b !Important;
   font-weight:bold;
    }

.containerText
{
 font-size: 11px;
 font-weight: normal;
 line-height:16px !important;
 font-family: Verdana;    
    }

.containerLogo
{
 width:200px;
    }

/* -- Menu -- */
.menu
{
 background-image:url(menuBG.gif); background-repeat:repeat-x;   
    }
    
    
/* -- Button -- */
.Button
{	
  	color: #000000;    
	font-size: 9pt;
	font-family: Tahoma;				    
	vertical-align: middle;	 		
	border: solid 1px #7F7F7F;	
	background: #E0DFDF url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtButtonBack.gif")%>') top;
    background-repeat:repeat-x;
    padding: 1px 1px 1px 1px;
	cursor: pointer;
	cursor: hand;
}
.ButtonHover 
{
  	color: #000000;        
	background: #F2F2F2 url('<%=WebResource("DevExpress.Web.ASPxEditors.Images.edtButtonHoverBack.gif")%>') top;
    background-repeat: repeat-x;
	border: solid 1px #606060;
}
.ButtonChecked 
{
    color: #FFFFFF;
	background-image: none;
	background-color: #8D8D8D;
}
.ButtonPressed 
{
  	color: #000000;        
	background-image: none;
	background-color: #D5D5D5;
}
  



.overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color:Gray;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }






@media print {	
	
	#Header 
	{
	    display:none;
	    width:auto !important;
		margin:auto !important;
		background:transparent;
	    }

    #Content
    {
        width:auto !important;
		margin:auto !important;
		background:transparent;
        }	

	#Footer 
	{
	    display:none;
	    width:auto !important;
		margin:auto !important;
		background:transparent;
	    }
		
}
    
    
