﻿html{
     /* font-size:125% */
}
        
* {margin:0; padding:0;} /* removes defaults of all elements */

body{
	font-family: Arial, Verdana, Sans-Serif; 
   	text-align: center;
   	margin-top:4px;          	 
}     
        
div#mainwrap{
	margin-left:auto;
    margin-right:auto;
   	text-align:left; /* set back text ailgnment*/
  	width: 971px;        	       
}
        
.barner{         		
 	background-image:url('../../Images/EagleImages/Barner_Center.jpg');
  	background-repeat:no-repeat;        	    
   	height: 105px;
}
        
.shadow_barner_left{
	background-image:url('../../Images/EagleImages/Shadow_Barner_Left.jpg');
   	background-repeat:no-repeat;        	    
   	height: 105px;
   	width: 4px;        	
}        	
        	
.shadow_barner_right{
	background-image:url('../../Images/EagleImages/Shadow_Barner_Right.jpg');
   	background-repeat:no-repeat;        	    
   	height: 105px;
   	width: 9px;
}
                	
.shadow_bottom_left{         		
	background-image:url('../../Images/EagleImages/Shadow_Bottom_Left.jpg');
    background-repeat:no-repeat;
    width:4px;
	height: 11px;
}
        	
.shadow_bottom_center{
	background-image:url('../../Images/EagleImages/Shadow_Bottom_Center.jpg');
    background-repeat:repeat-x;
	background-position: left bottom;
	width:971px;
    height: 11px;
}
        	
.shadow_bottom_right{
	background-image:url('../../Images/EagleImages/Shadow_Bottom_Right.jpg');
    background-repeat:no-repeat;
    width:9px;
    height:11px;      	
}
        	      
.shadow_middle_left{
	background-image:url('../../Images/EagleImages/Shadow_Mdl_Left.jpg');
    background-repeat:repeat-y;
    width:4px;
}        	 
        	
.shadow_middle_right{
    background-image:url('../../Images/EagleImages/Shadow_Mdl_Right.jpg');
	background-repeat:repeat-y;
    width:9px;
}        
 
 /*Flash location on home page*/       	
.middle_left{
	background-image:url('../../Images/EagleImages/MiddleLeft.jpg');
 	background-repeat:no-repeat;        	    
 	height: 218px;
    width: 316px;
    vertical-align:middle;
    /*background:transparent; */
}
       
.middle_right{
	background-image:url('../../Images/EagleImages/MiddleRight5.jpg');
    background-repeat:no-repeat;        	    
    height: 218px;
    width: 642px;
    vertical-align:middle;        	
}
 
       	
.titlebar_left{
	background-image:url('../../Images/EagleImages/TitleBarleft.jpg');
    background-repeat:no-repeat;        	    
    height: 30px;
    width: 316px;
    text-align:left;
    text-indent:20px;
    vertical-align:middle;
    font-weight:bold;
    font-size:14px;
    color:White;        	        	 	
}
        	 
.titlebar_center{
	background-image:url('../../Images/EagleImages/TitleBarCenter.jpg');
    background-repeat:no-repeat;        	    
    height: 30px;
    width: 322px;
    text-align:left;
    text-indent:20px;
    vertical-align:middle;
	font-weight:bold;
	font-size:14px;
    color:White;        	 	
}      	 
        	 
.titlebar_right{
	background-image:url('../../Images/EagleImages/TitleBarRight.jpg');
	background-repeat:no-repeat;        	    
    height: 30px;
    width: 320px;
    text-align:left;
    text-indent:20px;
    vertical-align:middle;
    font-weight:bold;
    font-size:14px;
    color:White;       	 	
}  
       
.subcontent_left{
	background-image:url('../../Images/EagleImages/SubContent_Left.jpg');
    background-repeat:no-repeat;
    background-position: left top;       	    
    height: 215px;
    width: 316px;
    vertical-align:top;
    text-align:left;     	 	
}
        	 
.subcontent_center{
	background-image:url('../../Images/EagleImages/SubContent_Center.jpg');
    background-repeat:no-repeat;
    background-position: left top;          	    
    height: 215px;
    width: 322px;
    vertical-align:top;
    text-align:left;        	             	 	
}      	 
        	 
.subcontent_right{
 	background-image:url('../../Images/EagleImages/SubContent_Right.jpg');
	background-repeat:no-repeat;
    background-position: left top;          	    
    height: 215px;
    width: 320px;
    vertical-align:top;
	text-align:left;         	 	
}


.logoCell{
	width:279px;
   	vertical-align:middle;
  	padding-left:5px;
}
    
/*    
.boldparagraph{
	font-size:50px;
    line-height:2;
   	font-weight:bold;
   	color:White;
   	text-align:left;
   	padding: 0px 5px 0px 10px;       	 		
}
    */  
      
.maintable{
	width: 971px;
}
        
.footerControl{
   	width:70%;
   	text-align:center;
   	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	color:#666666;  	
}
        
#tblFooter a:link{       	
	text-decoration: none;
    font-size:13px;
    color:#666666;       	           	    
}
       	
#tblFooter a:visited{       	
	text-decoration: none;
    color:#666666;       	           	    
}
       	
#tblFooter a:active{       	
	text-decoration: none;       	          	           	    
}	
       	
#tblFooter a:hover{       	
	text-decoration: underline;        	    
}    
       	
#externallinkcell{
	text-align:left;
	vertical-align:top;
	width:80px;
	height:40px;
	padding:10px 10px 0 0;	
}

#externallinkcell span{
	font-size:12px;
	font-weight:bold;	
	white-space:nowrap;
	vertical-align:top;
}
       	
#externallinkcell a:link{       	
	text-decoration: none;
    font-size:10px;
    font-weight:bold;
    color:#33cccc;       	           	    
}

#externallinkcell a:visited{       	
	text-decoration: none;
    color:#33cccc;       	           	    
}
       	
#externallinkcell a:active{       	
	text-decoration: none;       	          	           	    
}	
       	
#externallinkcell a:hover{       	
	text-decoration: none;
	color: #666666;     	    
} 
       	
.eglsearchbox{
	text-align:right;
	width:100%;       		
}
  
/* Bold text on home page*/     	       	
#middlerightcell .ms-WPBody {
	font-size: 18px;
	font-family:  Arial, Verdana, Sans-Serif;
	font-size:17px;
    line-height:2;
   	font-weight:bold;
   	color:White;
   	text-align:left;
   	padding: 0px 5px 0px 10px;
}
/* Front page shader cell */
TD.eagle_front_right_shader {
	BACKGROUND-COLOR: transparent;
}

/* START Search box */
TD.ms-sbcell { 
	border:0;	
}

TD.ms-sbgo {
	BACKGROUND-COLOR: transparent;
}

.ms-sbplain{
	border: 1px #99ccff solid;
}

/* END Search box */

.subcontentWebPart{
	padding-left:15px;
	padding-right:10px;
}

#subcontentCell .ms-WPBody{
	color:#666666;
	font-weight:bold;	
}

.subcontentWebPart2{
	padding: 0 20px 0 18px;	
	font-weight:bold;
	color:#666666;
}

.subcontentWebPart2 .ms-WPBody a {
	font-weight:bold;
	color:#666666;
}

.subpagecontent{
	background-image:url('../../Images/EagleImages/SubPageContent.jpg');
   	background-repeat:no-repeat;
   	background-position: left bottom;         	    
   	/* height: 300px; */
   	width: 100%;
   	text-align:left;
   	font-size:12px;
}

.subpagecontentleft{ width:157px;}
.subpagecontentcenter{ width:660px;}
.subpagecontentright{ width:151px;}
        
.subPageFlash{
	 background-color:#A0CFEC; 
	 height:90px;
	 position:absolute;
	 display:inline;
	 width: 958px;
}

.supportPageFlash{
	height:90px;
	background-color:#5570A9;
	position:absolute;
	display:inline;
	width:100%;


}
 
/* START Top Navigation Menu */
.topMenuCell{
	width:100%;
	position:relative; 
	padding-left:35px;
}

#egltopmenu li{	
	list-style: none;
	float: left;
	font-size:12px;
}

#egltopmenu li a{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background-color:Transparent;
	color:#666666;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}

#egltopmenu li a:hover{
	color: #006699;
 }

#egltopmenu div{
	position: absolute;
	visibility: hidden;
	top:20px; 
	left:15px;
}

#egltopmenu div a{	
	position: relative;
	padding: 5px 0 5px 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
}

#egltopmenu div a:hover{	
	color:#006699;
}

#egltopmenuwrapper{
	position:relative;
	height:40px;	
}

/* END Top Navigation Menu */

.ms-consoleframe{	
	border-left: 1px blue solid;
	border-right: 1px blue solid;
}

#zz1_subPageNavigationn0 td{
	background-color:blue;
	width:180px;
	text-align: right;
	border-right: 2px white solid;
	
}

/* START Submenu */
#tblsubmenu{
	height:25px;	
	font-size:10px;
	border-bottom: solid 2px white;
	border-top: solid 2px white;
	background-color:White;
}	

.selectedsite{
	background-repeat: repeat;
	border-right: solid 2px white;
	width:150px;
	text-align:right;
	padding-right:10px;
	background-color:#1661AC;
}	

/* START Dynamic styles for sub pages navigation */		
#selectedsite0{background-color:#1661AC;} /* Blue*/
#selectedsite1{background-color:#636466;} /* Gray*/
#selectedsite2{background-color:#660000;} /* Mahogany*/
#selectedsite3{background-color:#4F8A10;} /* Green*/
#selectedsite4{background-color:#CD5806;} /* Brown*/
#selectedsite5{background-color:#493C77;} /* Purple*/


/* Title for subpages */
.egltitleClass{color:#1661AC; font-weight:bold; font-size:14px;}  /* Default Blue*/
.egltitleClass0{color:#1661AC; font-weight:bold; font-size:14px;} /* Blue*/
.egltitleClass1{color:#636466; font-weight:bold; font-size:14px;} /* Gray*/
.egltitleClass2{color:#660000; font-weight:bold; font-size:14px;} /* Mahogany*/
.egltitleClass3{color:#4F8A10; font-weight:bold; font-size:14px;} /* Green*/
.egltitleClass4{color:#CD5806; font-weight:bold; font-size:14px;} /* Brown*/
.egltitleClass5{color:#493C77; font-weight:bold; font-size:14px;} /* Purple*/

#eglSubPageTitle{
	width:660px;
}
#eglSubTitle{
	font-weight:bold;
	font-family: Arial, Verdana, Sans-Serif;
	color:#666666;
}

/* END Dynamic styles for sub pages navigation */		

#submenuItems{
	background-image:url('../../Images/EagleImages/menuItemsGray_Bg.gif');
	background-repeat:repeat-y;
	width: 821px;
}

#tblsubmenuItems{
	color:#666666;
	margin-left:10px;
}

#tblsubmenu a{
	text-decoration:none;
	color:White;
	font-size: 12px;
	font-weight: bold;
}

#tblsubmenuItems a{
	text-decoration:none;
	color:#666666;
	font-size: 12px;
	font-weight: bold;
}

#tblsubmenuItems a:visited{
	text-decoration:none;
	color:#666666;
	font-size: 12px;
	font-weight: bold;
}

#tblsubmenuItems a:hover{
	text-decoration:none;
	color:#3A6691;
	font-size: 12px;
	font-weight: bold;
}
/* END Submenu */

.linkimage{
	border:0;
}

.contentcell{
	text-align:left;
	width:100%;
}

.link-item {
	background-image:url('../../Images/EagleImages/listBullet.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
	font-size: 8pt;
	color:#666666;	
	font-family: Arial, Verdana, Sans-Serif; 
	text-decoration: none;
}
	
.link-item a {
	font-size: 8pt;
	font-weight:bold;
	color:#666666; 
	color:red;
	font-family: Arial, Verdana, Sans-Serif; 
	text-decoration: none;
}

.link-item a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

.link-item a:active {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

.link-item a:hover {
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}

.link-item a:link{
	font-size: 8pt;	
	color:#666666;	
	font-family: Arial, Verdana, Sans-Serif;
}

#subcontentCell .ms-WPBody a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;	
}

#subcontentCell .ms-WPBody a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

#subcontentCell .ms-WPBody a:active {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

#subcontentCell .ms-WPBody a:hover {
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}

.eaglepublishingcontent{
	font-family: Arial, Verdana, Sans-Serif;
	color:#666666;
	font-size:12px;	
}

.eaglepublishingcontent ul{
	padding-left:40px;
	list-style-image:url('../../Images/EagleImages/listBullet.gif');
}

.eaglepublishingcontent ol{
	padding-left:40px;
}

/*START SITE MAP */
.level-bullet {	
	background-image: url('../../Images/EagleImages/listBullet.gif');
	background-position: top left;	
}

#header a{
	color:#666666;
	font-family: Arial, Verdana, Sans-Serif;
}
/*END SITE MAP */

.ms-WPBody {
	font-size: 8pt;
	font-family: Arial, Verdana, Sans-Serif;
}

.eaglesubmenuposition{
	vertical-align:top;
	padding-top:90px;
}
	
/* Egale Events List START */
.eventsListHeader{	
	    background-color:Blue;
	    color:white; 
	    font-weight:bold;
	    font-size:10pt;	    
	    height:40px;
	    font-family:Arial, Helvetica, sans-serif;	
}

.eventsListCell{	   
	border-bottom: solid 1px blue;
    padding-left:5px;
}
	
.eventsListCellLeft{	   
	border-bottom: solid 1px blue;
    border-left: solid 1px blue;
    padding-left:5px;
}
	
.eventsListCellRight{	   
	border-bottom: solid 1px blue;
    border-right: solid 1px blue;
    padding-left:5px;
}

.eventsListHeaderCell{
	padding-left:5px;
}

.eventsListRow{
 	height:30px;
}

.eventsListHome{
	padding-top:0;
	padding-bottom:10px;	
}

.evventsTopDiv{
	height:10px;	
	}

/* Egale Events List END */
#column{
padding-top:10px;
}

/* International Landing Page */

.subcontent_left_International{
	height: 215px;
    width: 316px;
    vertical-align:top;
    text-align:left;     
	background-color:#E8F6FF;  	 
}

.subcontent_center_International{
	background-color:#E8F6FF;     	    
 	height: 215px;
    width: 322px;
 	vertical-align:top;
    text-align:left; 
 	border-left: 2px #FFF solid;	
	border-right: 2px #FFF solid;
}

.subcontent_right_International{
 	background-color:#E8F6FF;    
    height: 215px;
    width: 320px;
    vertical-align:top;
	text-align:left;         	 	
}


.middle_right_International{
	background-color:#E8F6FF;    	    
    height: 218px;
    width: 100%;
    vertical-align:middle;        	
}

.titlebar_left_International{	
    background-color:#00BCE4;   
    border-top: 2px #FFF solid;
    border-bottom: 2px #FFF solid;		    
    height: 30px;
    width: 316px;
    text-align:left;
    text-indent:20px;
    vertical-align:middle;
    font-weight:bold;
    font-size:14px;
    color:White;        	        	 	
}

.titlebar_center_International{
 	background-color:#00BCE4;
	border: 2px #FFF solid;    	  	
    height: 30px;
    width: 322px;
    text-align:left;
    text-indent:20px;
    vertical-align:middle;
	font-weight:bold;
	font-size:14px;
    color:White;        	 	
}

.titlebar_right_International{
    background-color:#00BCE4;
	border-top: 2px #FFF solid;
    border-bottom: 2px #FFF solid;
    height: 30px;
    width: 320px;
    text-align:left;
    text-indent:20px;
    vertical-align:middle;
    font-weight:bold;
    font-size:14px;
    color:White;       	 	
}