﻿/* Hadara Technologies */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; /* normal, bold */
	font-style: normal; /* normal,  italic */
	font-variant: normal; /* normal, small-caps */
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */
	text-decoration: none; /* overline underline */
	color: #333333;
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0;
}

table {
	border-collapse: collapse;
}

p, dl, dd, dt, td, span, blockquote, div, q, th {
	font-size: 12px;
	margin: 0;
}

ol {
	margin: 20px;
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */
	color: #333333;
	margin: 10px;
}	
ul { margin: 30px;
	list-style-type: none;
	list-style-position: outside;
	color: #333333;
	margin: 10px;
}

li {
	margin:20px;


	color: #333333;
	margin: 10px;
}

/* links */
a:link, a:active, a:visited {
	color: #006599;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #006599;
	text-decoration: underline;
}


a:link.TopLinks, a:active.TopLinks, a:visited.TopLinks {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
a:hover.TopLinks {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
}

a:link.TopLinksDiff, a:active.TopLinksDiff, a:visited.TopLinksDiff {
	color: #efefef;
	text-decoration: none;
	font-size: 9px;
}
a:hover.TopLinksDiff {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
}

a:link.BottomLinks, a:active.BottomLinks, a:visited.BottomLinks {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}
a:hover.BottomLinks {
	color: #efefef;
	font-size: 9px;
	text-decoration: none;
}
a:link.BottomLinksLarge, a:active.BottomLinksLarge, a:visited.BottomLinksLarge {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
a:hover.BottomLinksLarge {
	color: #efefef;
	font-size: 10px;
	text-decoration: none;
}

a:link.BottomLinksDiff, a:active.BottomLinksDiff, a:visited.BottomLinksDiff {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a:hover.BottomLinksDiff {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}


a:link.more, a:active.more, a:visited.more {
	color: #006599;
	text-decoration: none;
	font-weight: normal;
}
a:hover.more {
	color: #006599;
	text-decoration: underline;
	font-weight: normal;
}


a:link.bluemore, a:active.bluemore, a:visited.bluemore {
	color: #003C5B;
	text-decoration: none;
	font-weight: normal;
    text-transform:capitalize;
}
a:hover.bluemore {
	color: #003C5B;
	text-decoration: underline;
	font-weight: normal;
    text-transform:capitalize;
}


 /* forms */	
input, select , button {
	background: #fff;
padding: 4px 4px 4px 6px;
	width: 150px;
	border: solid 1px #bcbbbb;
	outline: none;
font-size: 12px;
 

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	
}

.search  {
    color: #666666;
	font-size: 9px;
	border: 1pt solid #999999;
	background-color: #FFFFFF;
	padding: 1px;
	letter-spacing: 0pt;
}


/* classes */

.Title		{ 
  color: #ffffff; 
  text-transform:capitalize;
  font-size:9px;
  font-weight: bold; 
} 

.SidesTitles { 
  color: #333333; 
  text-transform:capitalize;
  font-size: 13px;
  font-weight: normal; 
} 

.WhiteTitle { 
  color: #FFFFFF; 
  text-transform:none;
  font-size: 13px;
  font-weight: normal; 
} 

.BlueTitle { 
  color: #006599; 
  text-transform:capitalize;
  font-size: 13px;
  font-weight: normal; 
} 


.WhiteText { 
  color: #FFFFFF; 
  text-transform:none ;
  font-weight: normal; 
} 

.SmallText { 
  color: #333333; 
  text-transform:capitalize;
  font-weight: normal; 
  font-size: 9px;
} 

.BlueText { 
  color: #006599; 
  text-transform:capitalize;
  font-weight: normal; 
  font-size: 11px;
} 


.CopyRights { 
 color: #999999; 
 font-weight: normal; 
 font-size: 9px;
}


.Sep { 
 color: #000000; 
 font-weight: normal; 
 font-size: 10px;
 margin: 0px;
}

.BackgroundCssClass
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}


/* End CSS */

/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
 

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 4px 4px 4px 6px;
	width: 140px;
	border: solid 1px #bcbbbb;
	outline: none;

 

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 24px;
	width: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

 
	cursor: pointer;
	cursor: hand;
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.border
{
	border-left: #cccccc 1px solid; width: 9px;
}

 .lofield {
	background: #fff;
padding: 4px 4px 4px 6px;
	width: 150px;
	border: solid 1px #bcbbbb;
	outline: none;
font-size: 12px;
 

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.lbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 24px;
	width: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

 	cursor: pointer;
	cursor: hand;
	margin-right:10px;
	margin-top:5px;
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.homeMore
{
	background-image:url('../graphics/bluearrow.png');
	background-repeat:no-repeat; 
	background-position:left center; 
	padding-left:12px;
}
.homeMenu
{
	width:auto;
	margin:0px;
	padding:0px;
	list-style-image:url('../graphics/round.png');
}
 
.inputReset
{
	   margin: 0; 
    padding: 0; 
    border: 0; 
}

input[type="checkbox"]
{
		   margin: 0; 
    padding: 0; 
    border: 0; 
    	background: #fff;
 
 
	border: solid 0px #bcbbbb;
	outline: none;
  width:15px;
 

 
}
table.my
{
border-collapse:collapse;
border: 2px solid #FFF;
}
.my td 
{
border: 2px solid #FFF;
}
.myhover:hover
{
 cursor: pointer;
	cursor: hand;
	background-color:#2dadea;
}



/*   menu */


.PrettyMenu .AspNet-Menu-Vertical
{

    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    background:#eceeec;
    width:200px;
    
}

/* Top tier */

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width:200px;
    left: 200px;
    top: 0;
    z-index: 400;
   
    
}

 

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    
   background:#e0e0e0 url(../images/menubg.png) left  repeat-y;


}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: #666666;
    height:15px;
    padding-left:20px;
    padding-top:8px;
    padding-bottom:8px;
     min-height:15px;
    border:0px solid #dde1dd;
    border-bottom: 1px solid #dde1dd;
    /*background: url(../images/en_menuw.png) left center  no-repeat; */
    	

}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{

	background:#1da8ed url(../images/menubgh.png) left bottom  repeat-x;
   
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: Black;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Horizontal
{

    left: 200px;
    top: 0;
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 200px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
  
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
     
}


/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
 
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{

}
ul.AspNet-Menu li
{
	margin: 0;
}







  
.SimpleEntertainmentMenu ul.AspNet-Menu {

	margin: 0;
	z-index:99;
	background: #00689b url(../img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;



}


.SimpleEntertainmentMenu ul.AspNet-Menu li {
	
	padding: 0 0 8px;
	padding-top:4px;
	padding-bottom:4px;
	
	padding-right:2px;
	padding-left:2px;
	
	float: left;
	position: relative;
	list-style: none;
	width:144px;
	font-size:xx-small;
	
}


/* main level link */
.SimpleEntertainmentMenu ul.AspNet-Menu a {
	font-weight: bold;
	font-size:11px;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;


}
.SimpleEntertainmentMenu ul.AspNet-Menu a:hover {
	background: #000;
	color: #fff;
	

}

/* main level link hover */
.SimpleEntertainmentMenu ul.AspNet-Menu .current a, .SimpleEntertainmentMenu ul.AspNet-Menu li:hover > a {
	background: #004364 url(../img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;
	



}
.SimpleEntertainmentMenu ul.AspNet-Menu .current a, .SimpleEntertainmentMenu ul.AspNet-Menu li > a {
	background: #00689b url(../img/gradient.png) repeat-x 0 -40px;
	color: #444;

}
/* sub levels link hover */
.SimpleEntertainmentMenu ul.AspNet-Menu ul li {
	width:185px;
	border-bottom: solid 1px #e4e4e4;
}

/* sub levels link hover */
.SimpleEntertainmentMenu ul.AspNet-Menu ul li:hover a, .SimpleEntertainmentMenu ul.AspNet-Menu li:hover li a {
	background: none;
	border: none;
	color: #031045;

	-webkit-box-shadow: none;
	-moz-box-shadow: none; 
}
.SimpleEntertainmentMenu ul.AspNet-Menu ul a:hover {
	background: #3285ae;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

}

/* dropdown */
.SimpleEntertainmentMenu ul.AspNet-Menu li:hover > ul {
	display: block;
	
}

/* level 2 list */
.SimpleEntertainmentMenu ul.AspNet-Menu ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #88cef4   ;
	border: solid 1px #011145;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 
}
.SimpleEntertainmentMenu ul.AspNet-Menu ul li {
	float: none;
	margin: 0;
	padding: 0;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul a {
	font-weight: normal;
}

/* level 3+ list */
.SimpleEntertainmentMenu ul.AspNet-Menu ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
.SimpleEntertainmentMenu ul.AspNet-Menu ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	
}
.SimpleEntertainmentMenu ul.AspNet-Menu ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
 
	
}
.SimpleEntertainmentMenu ul.AspNet-Menu ul li:last-child  {

	border: solid 0px #9d9d9d;
	
}


/* clearfix */
.AspNet-Menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.SimpleEntertainmentMenu ul.AspNet-Menu {
	display: inline-block;
} 
html[xmlns] .SimpleEntertainmentMenu ul.AspNet-Menu {
	display: block;
}
 
* html .SimpleEntertainmentMenu ul.AspNet-Menu {
	height: 1%;
}
