/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background:#FDFDF8;
 	border:solid 2px #A7BAC5;        	
	font-family:"Segoe UI",Sans-Serif;
	font-size:12px;
}
.modalBox1 {
	background:#FDFDF8;
         	
	font-family:"Segoe UI",Sans-Serif;
	font-size:12px;
}
 .popup
    {
    	border:solid 1px #111;
    	background-color:#fff;
    	padding:10px 5px;
    } 
.TabArea

{

background:#FDFDF8;
         	
	font-family:"Segoe UI",Sans-Serif;
	font-size:12px;
border-left: 1px solid black;

border-bottom: 1px solid black;

border-right: 1px solid black;

border-top:1px solid black;

position:absolute;

top:42px;

height:400px;

z-index:-25;

}

 .caption {
 background :#8988a5 url('Images/subitem.png');
 
 	padding:0px 5px;
	color:#fff;
	font-family:Tahoma,helvetica,clean,sans-serif;	
	font-size:13px;
	font-weight:600;
}
 .captionBlack {
 background :#8988a5 url('Images/black_strip.jpg');
 
 	padding:0px 5px;
	color:#fff;
	font-family:Tahoma,helvetica,clean,sans-serif;	
	font-size:13px;
	font-weight:600;
}
/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-size:13px;
	background-image: url('Images/subitem.png');
	cursor: pointer;
	color: black;
    font-family :"Segoe UI",Sans-Serif;
	width: 100%;
	height: 24px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #222222;
}

.modalPanel td {
	vertical-align: top;
}

.Button
{ 
	 color:White;
 border-color:#464444;
 background-color :#2C2C2C;
 border-width:1px 1pt;
 border-style:Solid;
 cursor:pointer;
height :20px;
font-family:"Segoe UI",Sans-Serif;
	font-size:11px;
	font-weight:normal;  
}
/*-------------------------------------------------- */
	.button { background: #222 url(/images/overlay-button.png) repeat-x 0 0; 
	          display: inline-block; padding: 5px 15px 6px; 
	          color: #fff !important; font-size: 13px; 
	          font-weight: bold; line-height: 1; 
	          text-decoration: none; -moz-border-radius: 5px;
	           -webkit-border-radius: 5px; 
	           -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25); 
	           -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	            text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	          border-bottom: 1px solid rgba(0,0,0,0.25);
	           position: relative; cursor: pointer; overflow: visible; width: auto;border-color: #999;  }
	 button::-moz-focus-inner { border: 0; padding: 0; }
	
	.button:hover { background-color: #111; color: #fff; }
	.button:active { -webkit-transform: translateY(1px); -moz-transform: translateY(1px); }
	/* Small Buttons */
	.small.button { font-size: 11px; }
	/* Large Buttons */
	.large.button { font-size: 14px; padding: 8px 19px 9px; }
	/* Colors for our beloved buttons */
	.green.button { background-color: #91bd09; }
	.green.button:hover { background-color: #749a02; }
	.blue.button { background-color: #2daebf; }
	.blue.button:hover { background-color: #007d9a; }
	.red.button { background-color: #e33100; }
	.red.button:hover { background-color: #872300; }
	.magenta.button{ background-color: #a9014b; }
	.magenta.button:hover { background-color: #630030; }
	.orange.button { background-color: #ff5c00; }
	.orange.button:hover { background-color: #d45500; }
	.orangellow.button { background-color: #ffb515; }
	.orangellow.button:hover { background-color: #fc9200; }
	.white.button { background-color: #fff; border: 1px solid #ccc; color: #666 !important; font-weight: normal; text-shadow: 0 1px 1px rgba(255,255,255,1); }
	.white.button:hover { background-color: #eee; }
	/* Secondary buttons (perfect for Cancels or other secondary actions */
	.secondary.button { background: #fff url(/images/gradients/36px-black.png) repeat-x 0 0; color: #555 !important; text-shadow: 0 1px 1px rgba(255,255,255,0.5); border: 1px solid #bbb; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
	.secondary.button:hover { background-color: #eee; color: #444 !important; border-color: #999; }

	/* Make the buttons super awesomer */
	.super.button { background-image: url(/images/super-button-overlay.png); font-size: 13px; padding: 0; border: 1px solid rgba(0,0,0,.25); -webkit-border-radius: 15px; -moz-border-radius: 15px; }
	.super.button span { display: block; padding: 4px 15px 6px; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-top: 1px solid rgba(255,255,255,.2); line-height: 1; }
	.small.super.button { font-size: 11px; -webkit-border-radius: 12px; -moz-border-radius: 12px; }
	.small.super.button span { padding: 2px 12px 6px; -webkit-border-radius: 11px; -moz-border-radius: 11px; }
	.small.white.super.button span { padding: 3px 12px 5px; }
	.large.super.button { background-position: left bottom; -webkit-border-radius: 18px; -moz-border-radius: 18px; }
	.large.super.button span { font-size: 14px; padding: 7px 20px 9px; -webkit-border-radius: 17px; -moz-border-radius: 17px; }
	
/*	@group Structure
	-------------------------------------------------- */
/*GridViewCSS*/ 

.GridViewStyle 

{ 

    font-family: Arial, Sans-Serif; 

    font-size:small; 

    table-layout: auto; 

    border-collapse: collapse; 

  

} 

/*Header and Pager styles*/ 

.HeaderStyle, .PagerStyle /*Common Styles*/ 

{ 

    background-image: url(img/header-bg.png); 

    background-position:center; 

    background-repeat:repeat-x; 

    background-color:#e9e9eb; 

} 

.HeaderStyle th 

{ 

    background :#e9e9eb url(img/header-bg.png);
 
 	height:22px;
 	line-height:22px;
 	padding-left:6px;
 	border:solid 1px #eae9e1; 
 	text-align:left;
  
} 

.HeaderStyle a 

{ 

    text-decoration:none; 

    color:Black; 

    display:block; 

    text-align:left; 

    font-weight:normal; 

} 

.PagerStyle table 

{ 

    text-align:center; 

    margin:auto; 

} 

.PagerStyle table td 

{ 

    border:0px; 

    padding:5px; 

} 

.PagerStyle td 

{ 

    border-top: #1d1d1d 3px solid; 

} 

.PagerStyle a 

{ 

    color:#ffffff; 

    text-decoration:none; 

    padding:2px 10px 2px 10px; 

    border-top:solid 1px #777777; 

    border-right:solid 1px #333333; 

    border-bottom:solid 1px #333333; 

    border-left:solid 1px #777777; 

} 

.PagerStyle span 

{ 

    font-weight:bold; 

    color:#FFFFFF; 

    text-decoration:none; 

    padding:2px 10px 2px 10px; 

} 

/*RowStyles*/ 

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/ 

{ 

    padding: 5px; 

   

} 

.RowStyle td 

{ 

    padding :3px 0px 3px 6px;
 	border-bottom:solid 1px #eae9e1; 
 		border:solid 1px #eae9e1; 
 	color:#222222;

} 

.AltRowStyle td 

{ 

    padding:3px 0px 3px 6px;
 	border-bottom:solid 1px #eae9e1; 
 	color:#222222;
 	background-color:#FDFDF8;
	border:solid 1px #eae9e1; 
} 

.SelectedRowStyle td 

{ 

    background-color: #ffff66; 

} 
/*Data Grid CSS*/
 .Datagrid_1 { font-family: Arial, Sans-Serif; 

    font-size:small; 

    table-layout: auto; 

    border-collapse: collapse }


.Datagrid_1 TD { border: #eae9e1 1px solid; }


.Datagrid_header_1 {background :#e9e9eb url('Images/subitem.png');
  
 	background-repeat:repeat-x; 
 	line-height:22px;
 	padding-left:6px;
 	border:solid 1px #eae9e1; 
 	text-align:left; }

.Datagrid_header_1 a 

{ 

    text-decoration:none; 

    color:Black; 

    display:block; 

    text-align:left; 

    font-weight:normal; 

} 

.Datagrid_item_1 { padding :3px 0px 3px 6px;
 	border-bottom:solid 1px #eae9e1; 
 		border:solid 1px #eae9e1; 
 	color:#222222; }


.Datagrid_item_2 {  padding:3px 0px 3px 6px;
 	border-bottom:solid 1px #eae9e1; 
 	color:#222222;
 	background-color:#FDFDF8;
	border:solid 1px #eae9e1;  }
/* Cantainer*/
.vista-grid
{
	background:#fff;
 	border:solid 2px #A7BAC5;        	
	font-family:"Segoe UI",Sans-Serif;
	font-size:12px;
	width:100%;
}
.vista-grid .titlebar
 {
 	/*background:#8988a5 url('Images/subitem.png');
 	Images/subitem.png*/
  background :#8988a5 url('Images/subitem.png');
 	
 	height:28px;
 	line-height:28px;
 	padding:0px 5px;
	color:#fff;
	font-family:Tahoma,helvetica,clean,sans-serif;	
	font-size:13px;
	font-weight:600;
	 background-repeat:repeat-x; 
 }
 .Black-grid
{
	background:#fff;
 	border:solid 2px #eae9e1;        	
	font-family:"Segoe UI",Sans-Serif;
	font-size:12px;
	width:100%;
}
.Black-grid .titlebar
 {
 	/*background:#8988a5 url('Images/subitem.png');
 	Images/subitem.png*/
  background :#8988a5 url('Images/BlackCenter.png');
 	
 	height:28px;
 	line-height:28px;
 	padding:0px 5px;
	color:#fff;
	font-family:Tahoma,helvetica,clean,sans-serif;	
	font-size:13px;
	font-weight:600;
	 background-repeat:repeat-x; 
 }

.Comments
{background:url('Images/msgstrip.png');
	 background-repeat:repeat-x; 
     height:55px;
   width :550px;
 padding:0;
	}
.Comments input[type=button]
{padding:2;
 margin :1;
	} 
.News
{
  width:700px;
 padding:0;
 vertical-align:top;
 margin :0;
 
	}
.News input[type=button]
{padding:2;
 margin :1;
	}body{}

.fancy-blue

{  text-align :left;
     
    background:#004E87 url(Images/UserMenuStrip.png) repeat-x;
 color:White; 
 }
.MenuItems

{  text-align :left;
     
   color:White; 
}
.fancy-blue .ajax__tab_hover .ajax__tab_outer,
.fancy-blue .ajax__tab_active .ajax__tab_outer 
{
    background:url(Images/blue_left.gif) no-repeat left top;
}
.fancy-blue .ajax__tab_hover .ajax__tab_inner,
.fancy-blue .ajax__tab_active .ajax__tab_inner 
{
    background:url(Images/blue_right.gif) no-repeat right top;
}
.green {font-family:arial,helvetica;}
.green .ajax__tab_body 
{
    font-size:10pt;
    border:2px solid #e3f0cb;
    border-top:none;
    background-color:#ffffff;
}
.green .ajax__tab_header 
{
	background-color:#e5f1ce;
	border:solid 2px #e3f0cb;
	border-bottom:none;
	padding:2px 2px 4px 2px;
	text-align:center; /* center the tabs horizontally */
}
.green .ajax__tab_tab
{
    font-size:10pt;
	font-weight:bold;
    color:#99ba4e;
    text-align:center;	
	border:solid 1px #d5e7b5;
	padding:5px;
}
.green .ajax__tab_active .ajax__tab_tab,
.green .ajax__tab_hover .ajax__tab_tab
{
	background-color:#f4f7ef;
}

/*.linkedin-blue .ajax__tab_header 
{
	color:#fff;
}
.linkedin-blue .ajax__tab_outer
{
    background:url(Images/blue_left.gif) no-repeat 0px 0px;
}
.linkedin-blue .ajax__tab_inner
{
    background:url(Images/blue_right.gif) no-repeat 100% 0px;
}
.linkedin-blue .ajax__tab_hover .ajax__tab_outer
{
    background:url(Images/blue_left.gif) no-repeat 0px -150px;
}
.linkedin-blue .ajax__tab_hover .ajax__tab_inner
{
    background:url(Images/blue_right.gif) no-repeat 100% -150px;
}
.linkedin-blue .ajax__tab_active .ajax__tab_outer
{
    background:url(Images/blue_left.gif) no-repeat 0px -300px;
}
.linkedin-blue .ajax__tab_active .ajax__tab_inner
{
    background:url(Images/blue_right.gif) no-repeat 100% -300px;
}
.linkedin-blue .ajax__tab_body 
{
	border:solid 2px #4498c2;	
}*/

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:200px;
	position:relative;
	/*left:0%;
	top:0%;
	margin-left:-175px;*/
	z-index:2;
/*	margin-top:-100px;*/
}
 
 
.accordion_headings{
	padding:5px 5px 5px 25px;
	background: url('Images/accordion_a.gif') no-repeat;
	color:#fff;
	border:1px solid #fff;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background-position: left -25px;
}
 
#basic-accordian .header_highlight{
	color: #222;
	background-position: left -50px;
	cursor: text;
}
.accordion_child{
	padding:15px;
	background:#EEE;
}
.ItemCaption
{text-align:left;  
     color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
  font-weight: normal;  
    }
    .EditItem
    {
       text-align:left;
      
     color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
height: 18px;
    }
     
      


        
        .menuTabs  
        {  
            position:relative;  
            top:1px;  
            left:10px;  
        }  
        .tab  
        {  
            border:Solid 1px black;  
            border-bottom:none;  
            padding:0px 10px;  
            background-color:#eeeeee;  
        }  
        .selectedTab  
        {  
            border:Solid 1px black;  
            border-bottom:Solid 1px white;  
            padding:0px 10px;  
            background-color:white;  
        }  
        .tabBody  
        {  
            border:Solid 1px black;  
            padding:20px;  
            background-color:white;  
        }  
        
        
        /* Input textbox - do not specify a width here, it will be overwritten */
.ffb-input {
	float:left;
	color:#000; /* must specify along with watermark color */
}
/* Color of watermark, if present */
.ffb-input.watermark { /* added and removed dynamically */
	color:#888; /* must specify along with input color */
}
/* Drop-down arrow, with sprited image */
.ffb-arrow {
	float:left;
	width:18px;
	height:22px;
	background-image:url(../img/sel.gif);
}
.ffb-arrow.out { /* css sprite technique */
	background-position:0;
}
.ffb-arrow.over { /* css sprite technique */
	background-position:-18px 0;
}
.ffb-arrow.active { /* css sprite technique */
	background-position:-36px 0;
}
.ffb-no-results 
{
	padding: 2px;
	color:#888;
	font-style:italic;
}
/* Container for dropdown contents */
.ffb {
	position:absolute; /* this guy's parent div is hard-coded to position:relative */
	overflow:hidden;
	border-left:1px solid #7B9EBD;
	border-right:1px solid #7B9EBD;
	border-bottom:1px solid #7B9EBD;
	background-color:#fff; /* Give it a background-color, so it's not transparent */
}
/* Inner div for dropdown */
.ffb .content {
	overflow:auto;
}
.ffb .content .row {
	border-bottom:1px solid #7B9EBD;
	color:#555;
	height:20px;
	clear:both;
}
.ffb-sel {
	cursor:pointer;
	cursor:hand;
	background-color:#ddd;
}
.ffb-match {
	background-color:#ff9; /* light yellow */
	text-decoration:underline;
	color:#000;
}

/* Paging */
.ffb .paging {
	margin:2px;
	vertical-align:middle;
}
.ffb .page, .ffb a.page {
	font-size:85%;
	padding:2px;
	border:solid 1px #339;
	background-color:#eef;
	margin:2px;
	float:left;
}
.ffb .box {
	width:18px;
	margin:2px;
	float:left;
}
.ffb .summary {
	font-size:85%;
	float:right;
}

/* Unique IDs */
#ffb8 .row .col1 {
	float:left;
	width:132px;
}
#ffb8 .row .col2 {
	float:left;
	width:232px;
}
.CollapasePanel
{ background-image:url(images/tab_2_blue.jpg); background-repeat:repeat-x; 
border-bottom-color: white;
          
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  12px Verdana;
color:White; 
list-style-type: none;
text-align: left;
    }
/* ######### CSS for Shade Tabs. Remove if not using ######### */

   UL.tabNavigation {
                  padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  12px Verdana;
color:White; 
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

min-width:60px;
                }

                UL.tabNavigation LI {
                    display: inline;
                }

                UL.tabNavigation LI A {
                  text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 15px 7px 15px;
margin-right: 3px;
border: 0px solid #778;
color:White;

background: white url(images/tab_2_black.jpg) top left repeat-x;
                }

                UL.tabNavigation LI A.selected,
                UL.tabNavigation LI A:hover {
                   background-image:url(images/tab_2_blue.jpg); background-repeat:repeat-x; 
border-bottom-color: white;
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                }

                div.tabs > div {
                        padding: 5px;
                        margin-top: 3px;
                       
                }
                
                div.tabs > div h2 {
                        margin-top: 0;
                }

               
                
                .waste {
                        min-height: 1000px;
                }
                
                
                /* ######### CSS for Shade Tabs. Remove if not using ######### */

   UL.tabNavigationMenu {
                  padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  12px Verdana;
color:White; 
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

min-width:60px;
                }

                UL.tabNavigationMenu LI {
                    display: inline;
                }

                UL.tabNavigationMenu LI A {
                  text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 15px 7px 15px;
margin-right: 3px;
border: 0px solid #778;
color:White;

background: white url(images/tab_2_black.jpg) top left repeat-x;
                }

                UL.tabNavigationMenu LI A.selected,
                UL.tabNavigationMenu LI A:hover {
                   background-image:url(images/tab_2_blue.jpg); background-repeat:repeat-x; 
border-bottom-color: white;
                }
                
                UL.tabNavigationMenu LI A:focus {
                        outline: 0;
                }

                div.tabsMenu > div {
                        padding: 0px;
                        margin-top: 3px;
                       
                }
                
                div.tabsMenu > div h2 {
                        margin-top: 0;
                }

               
                
                .waste {
                        min-height: 1000px;
                }
                
                /**************** MENU Elements Style ****************/
/**************** MENU Elements Style ****************/
.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{ padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  12px Verdana;
color:White; 
list-style-type: none;
text-align: left;
 width: 100%; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
 padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  12px Verdana;
color:White; 
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

min-width:200px;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.SimpleEntertainmentMenu li /* all list items */
{   display: inline;
    min-width:140px;
   
  text-decoration: none;
position: relative;
z-index: 1;

border: 0px solid #778;
color:White;
    background: white url(images/tab_2_black.jpg) top left repeat-x;
}

.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
    background: Black;
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{
   color: White;
    padding: 4px 2px 4px 8px;
    border:0px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a, /* hovered text */
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
   background-image:url(images/tab_2_blue.jpg); background-repeat:repeat-x; 
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: White;
     background-image:url(images/tab_2_blue.jpg); background-repeat:repeat-x; 
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
     background-image:url(images/tab_2_blue.jpg); background-repeat:repeat-x; 
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 0px #ff0000 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 0px #0000ff !important;
}
 
 
 
/* example_3 carousel css */  
#example_3 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 470px; /* important */  
    height: 86px; /* important */  
    margin: 0 85px;  
    background: #000;  
}  
  
#example_3_frame {position: relative}  
#example_3_previous {float: left;}  
#example_3_next {float: right;}  
#example_3_content {  
    position: absolute;  
    top: 0;  
    margin-left: 20px;  
}  
  
#example_3_content  
#example_3_content li {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}  
    #example_3_content {  
        width: 5418px;  
    }  
    #container_bd #example_3 ul li {  
        display: block;  
        float: left;  
        margin: 5px;  
        padding: 5px;  
        border: 1px solid #666;  
        background-color: #000;  
    }  
  
#container_bd #example_3 ul li img {  
    display: block;  
}  

/*Package CSS*/
    .Box
    {
         width: 300px;
        padding:3px; 
    }
     .bgboxDetails
    {
        background-image: url(Images/bgboxDetails.png); 
         width: 2px;
         height:193px; 
      
    }
    .steps_bg
    {
        height: 54px;
        width: 316px;
    }
   
    .GrayLT
    {
       width: 11px;
       background-image: url(Images/grayLT.png); 
    
    }
    .GrayCenter
    {
        width: 301px;
        height:30px;
        background-image: url(Images/graycenter.png); 
        background-repeat:repeat-x; 
    }
    .GrayCenterMain
    {
       
        height:105px;
        background-image: url(Images/graycenter_main.png); 
        background-repeat:repeat-x; 
    }
    .GrayRT
    {
        background-image: url(Images/grayRT.png); 
         width: 10px;
      
    }
    
    .BlackCenter
    {
        width: 301px;
        height:30px;
        background-image: url(Images/blackcenter.png); 
        background-repeat:repeat-x; 
    }
    .BlackCenterMain
    {
       
        height:105px;
        background-image: url(Images/blackcenter_main.png); 
        background-repeat:repeat-x; 
    }
    .BlackRT
    {
        background-image: url(Images/blackLT.png); 
         width: 10px;
      
    }
.BlackLT
    {
       width: 11px;
       background-image: url(Images/blackRT.png); 
    
    }
.BlueLT
    {
       width: 11px;
       background-image: url(Images/blueLT.png); 
    
    }
    .BlueCenter
    {
        width: 301px;
        height:30px;
        background-image: url(Images/bluecenter.png); 
        background-repeat:repeat-x; 
    }
    .BlueCenterMain
    {
       
        height:105px;
        background-image: url(Images/bluecenter_mian.png); 
        background-repeat:repeat-x; 
    }
    .BlueRT
    {
        background-image: url(Images/blueRT.png); 
         width: 10px;
      
    }
fieldset
{
border: 1px solid #1d1d1d;

}

legend
{
 background-image:url('images/bg_2_black.jpg');
 background-repeat:repeat-x; background-color:#1d1d1d;  

font-family: Arial;font-size: 11px;color: #308EE0;text-decoration: none; font-weight:bold;
background: #1d1d1d;
border: 1px solid #1d1d1d;
padding: 2px 6px;
  
}
.heading_white2{font-family: Arial;font-size: 14px;color: #ffffff;text-decoration: none; font-weight:bold;  }
.PackagePrice{font-family: Arial;font-size: 30px;color:  #ffffff;text-decoration: none; font-weight:bold;  }
   
 .ac_odd {background:white;}
        .ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; }
        .ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }
        .ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; font: menu; font-size:12px; line-height: 16px; overflow: hidden; }
        .ac_loading { background: url(../../../Data/SiteImages/indicators/indicator1.gif) right no-repeat; }
        .ac_over { background-color: #0A246A; color: white; }
        
        
.AdminPanelbg
 {
     
      background-color:#1d1d1d;
    
 }
 
 .AdminHeading
 {
      background-image:url('Images/HeadingAdminPanel.png');
      background-repeat :no-repeat;
      height:20px; 
       width:180px;         
 }

     
     .SearchLT
    {
      
       background-image: url('Images/SearchLT.png'); 
        background-repeat :no-repeat;
       height  : 32px;
        width: 9px;
   
    }
    .SearchCenter
    {
       
        background-image: url('Images/Searchbg.png'); 
        background-repeat:repeat-x; 
         height       : 32px;
          
    }
   
    .SearchRT
    {
          background-image: url('Images/SearchRT.png'); 
          background-repeat :no-repeat;
           height : 32px;
           width: 30px;
         
    }
      .SearchMain
    {
          background-image: url('Images/Searchbg1.png'); 
          background-repeat :no-repeat;
           height : 30px;
           width: 228px;
         
    }
    
     .TitleLT
    {
      
       background-image: url('Images/TitleLT.png'); 
       background-repeat :no-repeat;
       height  : 31px;
       width: 8px;
       background-position:right; 
   
    }
    .TitleCenter
    {
       
         background-image: url('Images/Titlebg.png'); 
         background-repeat:repeat-x; 
         height : 29px;
          width: 9px;
          
    }
   
    .TitleRT
    {
          background-image: url('Images/TitleRT.png'); 
          background-repeat :no-repeat;
           height : 31px;
           width:17px;
         
    }
     .TitleBar
    {
          background-image: url('Images/TitleBar.png'); 
          background-repeat :no-repeat;
           height : 28px;
           width:766px;
         
    }
    .TitleHeading
    {  color :#44A4D2; 
      font-family:"Segoe UI",Sans-Serif;
	font-size:12px;
      font-weight:bold; 
        }
         .UserInfo
    {
          background-image: url('Images/UserInfo.png'); 
          background-repeat :no-repeat;
           height : 37px;
           width:243px;
           padding  :0px;
          
    }
 .sidebarmenu{
margin:0px 0;
padding:0;
width:195px;
font-weight:normal; 
text-align:left;  
}
.sidebarmenu a.menuitem{background:url(Images/sidebar_menu_top.png) no-repeat center top;
color: #fff;display: block;position: relative;width:185px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 0 0 10px;text-decoration: none; font-size:14px; 
}
.sidebarmenu a.menuitem:hover{background:url(Images/sidebar_menu_top_a.png) no-repeat center top;}

.sidebarmenu a.menuitem:visited, .sidebarmenu .menuitem:active{
color: white;
}
.sidebarmenu a.menuitem .statusicon{
position: absolute;
top:11px;
right:7px;
border: none;
}

.sidebarmenu div.submenu{
background: white;
}
.sidebarmenu div.submenu ul{ 
list-style-type: none;
margin: 0;
padding: 0 0 5px 0;
 font-size:12px; 
}
.sidebarmenu div.submenu ul li{
border-bottom: 1px dotted #bfd1d9;
font-size:12px; 
}
.sidebarmenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;

padding:5px 0;
padding-left: 10px;
}
.sidebarmenu div.submenu ul li a:hover{
background: #e2f0ff;
color: #0e4354;

}
#UpdateProgress1
{
	bottom: 0px;
	right: 0px;	
	position:fixed;
	
    width:150px;
    height: 100px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color:white;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#7D7E7E); 
}
#modal .modalTop
{
	width: 142px;
    background-color: Transparent;
    background-image: url(~/Images/bg.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
#modal .modalTitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

#modal .modalTop a, .modalTop a:visited
{
    color: #ffffff;
}

#modal .modalBody
{
    padding: 10px;
    text-align: left;
}
