/*  HTML5 ? Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {  display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

body { font:13px/1.231 verdana, sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { color: #111; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #d60a00; text-decoration:none; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0 0 5px red; 
 -webkit-box-shadow: 0 0 5px red; 
         box-shadow: 0 0 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #0060aa; color:#fff; text-shadow: none; }
::selection { background:#0060aa; color:#fff; text-shadow: none; } 
	
	/**** Regions ****/
	
	.region2 ::-moz-selection{ background: #830624; color:#fff; text-shadow: none; }
	.region2 ::selection { background:#830624; color:#fff; text-shadow: none; } 
	
	.region3 ::-moz-selection{ background: #104018; color:#fff; text-shadow: none; }
	.region3 ::selection { background:#104018; color:#fff; text-shadow: none; } 
	
	.region4 ::-moz-selection{ background: #333; color:#fff; text-shadow: none; }
	.region4 ::selection { background:#333; color:#fff; text-shadow: none; } 
	
a:link { -webkit-tap-highlight-color: #ff5e99; } 

button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important;  clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clear { clear:both; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden;	}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.skip { display:none; } 
.fLeft { float:left; }
.fRight { float:right; }



 /* Primary Styles
    Author: Nick Goodrum
	
	-------------------------
	
	Later Ruined by:
	Stu Furlong
	
	- Default styles are for the main USYS site, region sites are specified through their body class.
	- Class "allRegions" to apply a style to all 4 regions
	- Class "region#" to apply a style to an individual region
 */

 
/* ---- SPLASH PAGE ---- */

body.splash { background:url(/cms/images/splash/splashgradi.png) repeat-x #696969; }
.splash .bg { background:url(/cms/images/splash/bg.jpg) repeat-x 50% 0 #696969; position:absolute; z-index:1; width:100%; }
.splashWrap { position:relative; z-index:9999; border:2px solid #fff; background:#fff; width:764px; margin:46px auto 0; }





/* ---- SITE WIDE ---- */


/* General Global Styles */
body { }

.mainbody { background:#686868; }
.bg { background:url(/cms/images/2011/layout/main_bg.jpg) repeat-x 50% 0 #686868; }


	/**** Regions ****/
	.mainbody.region1 { background:#00101d }
	.region1 .bg { background:url(/cms/images/regions/region1/main_bg.jpg) repeat-x 50% 0 #00101d;  }
	
	.mainbody.region2 { background:#4f0517 }
	.region2 .bg { background:url(/cms/images/regions/region2/main_bg.jpg) repeat-x 50% 0 #4f0517;  }
	
	.mainbody.region3 { background:#0f3516 }
	.region3 .bg { background:url(/cms/images/regions/region3/main_bg.jpg) repeat-x 50% 0 #0f3516;  }
	
	.mainbody.region4 { background:#313131 }
	.region4 .bg { background:url(/cms/images/regions/region4/main_bg.jpg) repeat-x 50% 0 #313131;   }

	
p { margin:0 0 1em; color:#111; }

#container  { width:1024px; margin:0 auto; position:relative; }


/* Header Ads */
#top_ads				{ width:1010px; height:92px; padding:5px 8px; overflow:hidden; }
#top_ads img:first-child   { margin-right:5px; }
#top_ads #topRight   		{ width:728px; float:right; }
#top_ads #topLeft    		{ width:272px; float:left; }


/* Header */
#header_area			{ position:relative; font-family:arial, sans-serif; }

#logo 					{ display:block; padding:8px 38px 0; width:188px; }
/*
#logo h1					{ text-indent:-99999px; width:188px; height:114px; display:block; overflow:hidden; background:url(/cms/images/2011/layout/main_logo.png) no-repeat 0 0 transparent; }
*/

#logo h1					{ cursor:pointer; text-indent:-99999px; width:259px; height:115px; display:block; overflow:hidden; background:url(/cms/images/layout/USYouthSoccer.png) no-repeat 0 0 transparent; position:relative; left:-40px;}


/* Top Network Bar */
#network_bar			{ position:absolute; top:7px; padding:0 40px; width:740px; height:26px; left:200px; color:#fff; font-family:verdana, sans-serif; background:url(/cms/images/2011/layout/network_bg.png) no-repeat 0 0 transparent; }
#network_sections 		{ position:absolute; top:-4px; list-style:none; padding:0; margin:0; border-right:1px solid #0c2f55; }

.bar_section 			 { float:left; border-left:1px solid #0c2f55; border-right:1px solid #308bde; padding:0 4px; height:25px; }
.ie6 .bar_section, .ie7 .bar_section		 { display:inline; zoom:1; }
.bar_section:first-child { border-left:none; }

.networks_dd { padding:0 6px;  position:relative;}
.networks_dd a		{ display:block; margin-top:6px; padding-right:12px; font-size:85%; font-weight:bold; color:#fff; background:url(/cms/images/2011/buttons/arrow_dd_sprite.png) no-repeat right 3px; }
.networks_dd ul a 		{ background:transparent; }
.networks_dd a span	{ font-weight:normal; margin-right:25px; }
.networks_dd:hover 	{ color:#333; background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dee7f0),color-stop(1, #ffffff)); 
    background-image: -webkit-linear-gradient(top, #dee7f0, #ffffff);
	background-image:    -moz-linear-gradient(top, #dee7f0, #ffffff); 
    background-image:     -ms-linear-gradient(top, #dee7f0, #ffffff);
    background-image:         linear-gradient(top, #dee7f0, #ffffff);
}
.networks_dd:hover  > a, .networks_dd:hover  > div > a { color:#0255a1; background-position:right -20px; }
.networks_dd:hover .networks_dd_list { display:block; }
.networks_dd li a { color:#333; display:block; padding:5px; margin:3px 0; border-radius:0 0 0 0; width:200px;}

.memberDrop,
.networks_dd_list	{ width:210px; z-index:999999999; display: none; border-bottom:1px solid #00589a; position: absolute; top:25px; margin:0 0 0 -6px; padding:10px; list-style-type: none; }
.networks_dd_list a    { display:inline; background:none; font-weight:normal; }
.networks_dd_list li     { display:block; padding:3px 5px;}


.networks_dd.name > a,
.networks_dd.name > div > a { padding-right:15px; width:150px; white-space:nowrap; overflow:hidden; }
.networks_dd.name > a.withCoach,
.networks_dd.name > div > a.withCoach { width:115px; float:left; }
.networks_dd.name > a.coachBoard,
.networks_dd.name > div > a.coachBoard { width:20px; float:left; background:transparent; padding:0 5px 0 10px; margin-top:0; }

.networks_dd.name .truncateLink { display:none; }
.networks_dd.name .memberDrop { display:none; padding:0; margin:0; list-style:none; padding:10px; position:absolute; top:25px; left:0; border-bottom:1px solid #00589a; }
.networks_dd.name .memberDrop a { font-weight:normal; }

.networks_dd.name:hover .memberDrop { display:block;}

.networks_dd_list, .memberDrop  { background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dee7f0)); 
    background-image: -webkit-linear-gradient(top, #ffffff, #dee7f0);
	background-image:    -moz-linear-gradient(top, #ffffff, #dee7f0); 
    background-image:     -ms-linear-gradient(top, #ffffff, #dee7f0);
    background-image:         linear-gradient(top, #ffffff, #dee7f0);
}

.social_icons  		 { list-style:none; margin:0 5px; overflow:hiddden; }
.social_icons li		 { float:left; }
.social_icons a		 { display:block; margin-left:6px; width:24px; height:25px; text-indent:-99999em; background:url(/cms/images/2011/buttons/social_btns-New.png) no-repeat 0 0; }
.social_icons li:first-child a { margin-left:0; }


.social_icons .blog_icon    { background-position:-1px -25px; }
.social_icons .blog_icon:hover 		{ background-position:-1px 0; }

.social_icons .youtube_icon { background-position:-33px -25px; }
.social_icons .youtube_icon:hover 	{ background-position:-33px 0; }

.social_icons .twitter_icon { background-position:-64px -25px; }
.social_icons .twitter_icon:hover	{ background-position:-64px 0; }

.social_icons .fb_icon   { background-position:-96px -25px; }
.social_icons .fb_icon:hover 		{ background-position:-96px 0; }

.social_icons .rss_icon   { background-position:-128px -25px; }
.social_icons .rss_icon:hover 		{ background-position:-128px 0; }

.social_icons .boards_icon   { background-position:-162px -25px; }
.social_icons .boards_icon:hover 	{ background-position:-162px 0; }

.social_icons .podcast_icon { background-position:-194px -25px; }
.social_icons .podcast_icon:hover 	{ background-position:-194px 0; }

.social_icons .store_icon  { background-position:-225px -25px; }
.social_icons .store_icon:hover	{ background-position:-225px 0; }

.social_icons .instagram_icon { background-position:-163px -25px; }
.social_icons .instagram_icon:hover { background-position:-163px 0; }




#search_area			{ border:none; height:22px; }
.search_section 			 { float:right; padding:0 4px; height:25px; margin-top:-2px }
.search_section input	{ border:1px solid #000; margin-right:5px; }
.search_section input[type="text"]	{ width:155px;}
.search_section .navbar_btn { border:none; margin-right:10px; }

#header_links			{ position:absolute; right:15px; bottom:0; }
#header_links a 			{ display:inline-block; padding:15px 0 0 50px; margin-left:20px; line-height:30px; color:#0060aa; font-size:108%; font-weight:bold; }
.ie7 #header_links a 		{ display:inline; }
#header_links a:hover 	{ 
      -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	       opacity: 0.7;  
}

.findaclub		{ background:url(/cms/images/2011/buttons/search_club.gif) no-repeat 0 50% transparent; }
.signup			{ background:url(/cms/images/2011/buttons/signup.gif) no-repeat 0 50% transparent; }


/* Main Navigation s*/
#main_nav 							{ position:relative; z-index:1000; margin:0; width:100%; list-style:none; font-family:arial, sans-serif; background:url(/cms/images/2011/layout/nav_bg.png) no-repeat 0 0 transparent; }
#main_nav > li 						{ list-style:none; float:left; margin-top:6px; height:47px; }
#main_nav > li.large_nav				{ background:url(/cms/images/2011/layout/nav_bg_red.png) no-repeat center bottom transparent; border-right:1px solid #ec0035; border-left:1px solid #85001c; }
#main_nav > li.large_first			{ background:url(/cms/images/2011/layout/nav_bg_red.png) no-repeat left bottom transparent; border-left:0; }
#main_nav > li.large_last				{ background:url(/cms/images/2011/layout/nav_bg_red.png) no-repeat right bottom transparent; border-right:0; }
#main_nav > li.large_nav:hover 		{ border-right:1px solid #0255a1; border-left:1px solid #0255a1; background:url(/cms/images/2011/layout/nav_bg_red_hover.png) no-repeat center bottom transparent; }
#main_nav > li.large_first:hover		{ background:url(/cms/images/2011/layout/nav_bg_red_hover.png) no-repeat left bottom transparent;  border-left:0;}
#main_nav > li.large_last:hover		{ background:url(/cms/images/2011/layout/nav_bg_red_hover.png) no-repeat right bottom transparent; border-right:0;}
#main_nav > li > a					{ color:#fff; padding:15px 16px 16px; font-weight:bold; display:block; text-shadow:0 0 4px #333; }
#main_nav > li > a:hover, 
#main_nav > li > a.active				{ text-shadow:0 0 4px #eee; }
#main_nav > li.large_nav:hover > a,
#main_nav > li.large_nav > a:hover, 
#main_nav > li.large_nav > a.active 	{ color:#0255a1; background:url(/cms/images/2011/layout/line.png) no-repeat center bottom transparent; }
#main_nav > li.large_first > a		{ padding:17px 14px 14px 19px; }
#main_nav > li.small_nav  				{ margin:6px 0 0; }
#main_nav > li.small_nav > a			{ padding:16px 18px; }
#main_nav > li.small_first > a		{ padding:16px 18px; margin-left:12px; }
#main_nav > li.small_nav > a:hover, #main_nav > li.small_nav > a.active { padding:6px 18px 15px;  margin-top:10px; border-radius: 3px 3px 0 0; background-color:#c80031; 
	background-image: -moz-linear-gradient(top, #90041b, #c80031);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #90041b),color-stop(1, #c80031));
	background-image: -webkit-linear-gradient(#90041b, #c80031);
	background-image: linear-gradient(top, #90041b, #c80031);
     -moz-box-shadow: 0 -1px 3px black; 
  -webkit-box-shadow: 0 -1px 3px black; 
          box-shadow: 0 -1px 3px black;
}
#main_nav > li.small_first > a:hover	{ padding:6px 18px 15px; }

#main_nav > li.usys_tv { text-indent:-99999px; background:url(/cms/images/2016/buttons/usys_tv.png) no-repeat 0 0 transparent; width:90px; margin-right:3px; margin-top:11px;}
#main_nav > li.usys_tv .subMenu { text-indent:0;}
#main_nav > li.usys_tv:hover { background:url(/cms/images/2016/buttons/usys_tv_hover.png) no-repeat 0 0 transparent; }
#main_nav > li.usys_tv li { text-indent:0; }

/** Main Nav - Sub Navigation **/
#main_nav .subMenu { min-height:170px; width:994px; padding:7px 7px 5px; position:absolute; z-index:9999; left:-999999em; border-left:1px solid #00589a; border-right:1px solid #00589a; border-bottom:1px solid #00589a;  background-color: #fff;z-index:999;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dee7f0)); 
    background-image: -webkit-linear-gradient(top, #ffffff, #dee7f0);
	background-image:    -moz-linear-gradient(top, #ffffff, #dee7f0); 
    background-image:     -ms-linear-gradient(top, #ffffff, #dee7f0);
    background-image:         linear-gradient(top, #ffffff, #dee7f0);
}


#main_nav > li ul { left:0; margin-top:0; width:200px; float:left; margin-right:15px; } 
#main_nav > li ul li, .networks_dd ul li { border-bottom:1px solid #b7d1e2; padding:0; position:relative; } 
#main_nav > li.large_first > ul { left:6px; }
#main_nav > li.small_first > ul  { left:12px; }
#main_nav > li li a { color:#333; display:block; padding:8px 5px; margin:0; border-radius:0 0 0 0; width:190px;} 	

.networks_dd li a:hover,
#main_nav > li li a:hover, #main_nav > li li a.subActive { color:#fff; box-shadow:0 0 3px #111; background: #940019; } 	

#main_nav li ul li ul { position:relative; display:none; box-shadow:1px 0 3px #111; padding:2px; background-color: #eee; border:3px solid #c03; }
#main_nav li ul li:hover ul { left:202px; margin-top:-32px; display:block; position:absolute;  z-index:3000; }
#main_nav li ul li ul li { padding:0; border:0; z-index:99999}
#main_nav > li li li a, #main_nav > li li li a:link, #main_nav > li li li a:visited { padding:5px; color:#036; margin:0;  box-shadow:0 0 0 0;}
#main_nav > li li li a:hover{ padding:5px; background:#940019; color:#fff; text-decoration:none; margin:0; }


	/**** Regions Navigation ****/
	
	.allRegions #main_nav 							{ background:url(/cms/images/regions/global/nav_bg.png) repeat-x 0 0 transparent; width:1010px; margin-left:6px; }
	.allRegions #main_nav > li.large_nav				{ background:url(/cms/images/regions/global/nav_bg_light.png) no-repeat center bottom transparent; border-right:1px solid #bfbfbf; border-left:1px solid #000; }
	.allRegions #main_nav > li.large_first				{ background:url(/cms/images/regions/global/nav_bg_light.png) no-repeat left bottom transparent; border-left:0; margin-left:-6px; }
	.allRegions #main_nav > li.large_last				{ background:url(/cms/images/regions/global/nav_bg_light.png) no-repeat right bottom transparent; border-right:0; }
	.allRegions #main_nav > li.large_nav:hover 		{ border-right:1px solid #bfbfbf; border-left:1px solid #000; background:url(/cms/images/regions/global/nav_bg_light_hover.png) no-repeat center bottom transparent; }
	.allRegions #main_nav > li.large_first:hover		{ background:url(/cms/images/regions/global/nav_bg_light_hover.png) no-repeat left bottom transparent;  border-left:0;}
	.allRegions #main_nav > li.large_last:hover		{ background:url(/cms/images/regions/global/nav_bg_light_hover.png) no-repeat right bottom transparent; border-right:0;}
	.allRegions #main_nav > li.large_nav > a			{ color:#fff; padding:15px 28px 16px; font-weight:bold; display:block; text-shadow:0 0 4px #333; }

	
	.allRegions #main_nav > li.large_nav > a:hover, 
	.allRegions #main_nav > li.large_nav > a.active 	{ color:#fff; background:transparent; }
	
	.allRegions #main_nav > li.small_nav a:hover, 
	.allRegions #main_nav > li.small_nav > a.active { background-color: #212121; margin-top:3px;
		background-image: -moz-linear-gradient(top, #1b1b1b, #212121);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1b1b1b),color-stop(1, #212121));
		background-image: -webkit-linear-gradient(#1b1b1b, #212121);
		background-image: linear-gradient(top, #1b1b1b, #212121);
	}
	.allRegions #main_nav > li.small_first { background:url(/cms/images/regions/global/first_norm.png) no-repeat 0 0; }
	
	/** Region Nav - Sub Navigation **/
	.allRegions #main_nav .subMenu { border:2px solid #919191;  background-color: #fff; width:992px; margin-left:-6px;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dee7f0)); 
		background-image: -webkit-linear-gradient(top, #ffffff, #dee7f0);
		background-image:    -moz-linear-gradient(top, #ffffff, #dee7f0); 
		background-image:     -ms-linear-gradient(top, #ffffff, #dee7f0);
		background-image:         linear-gradient(top, #ffffff, #dee7f0);
	}

	.allRegions #main_nav > li ul li { border-bottom:1px solid #b7d1e2; } 
	
	.allRegions #main_nav > li li a, 
	.allRegions #main_nav > li.large_first li a, 
	.allRegions #main_nav > li.small_first li a, 
	.allRegions #main_nav > li.small_nav li a  { color:#333; } 	
	
	.allRegions #main_nav > li li a:hover, 
	.allRegions #main_nav > li.small_nav li a:hover, 
	.allRegions #main_nav > li.small_first li a:hover, 
	.allRegions #main_nav > li li a.subActive, 
	.allRegions #main_nav > li li:hover a  { color:#fff;  margin-top:0;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #940019),color-stop(1, #c80031)); 
		background-image: -webkit-linear-gradient(top, #940019, #c80031);
		background-image:    -moz-linear-gradient(top, #940019, #c80031); 
		background-image:     -ms-linear-gradient(top, #940019, #c80031);
		background-image:         linear-gradient(top, #940019, #c80031);
	} 	

	.allRegions #main_nav li ul li ul { background-color: #eee }
	
	.allRegions #main_nav > li li li a, .allRegions #main_nav > li li li a:link, .allRegions #main_nav > li li li a:visited { padding:5px; color:#036; box-shadow:0 0 0 0; background:#eee;}
	.allRegions #main_nav > li li li a:hover{ padding:5px; background:#940019; color:#fff; text-decoration:none; }
/* End Main Nav */


/* Content Wrapper */
#contents { background:url(/cms/images/2011/layout/container_bg.png) repeat-y 0 0 transparent; padding:10px 8px 0 6px; margin-bottom:20px; }
#page_content 	{ min-height:500px; padding:0 10px 8px; }


/* Right Rail */
#rightCol			{ width:299px; float:right; }
#rightCol .banner p     { margin-bottom:5px; }


/* Main Rail */
#mainCol { width:682px; float:left; }


/* Bottom mid-left and right regions */
.twoCol 		{ width:100%; overflow:hidden; }
.leftCol	{ float:left; width:49%; margin-right:2%; }
.rightCol  	{ float:left; width:49%; }
.largeCol  	{ float:left; width:98%; }


/* Bottom Region*/
#bottom_content 		{ clear:both; margin-top:5px; overflow:hidden; }

	/**** Regions ****/
	.allRegions #bottom_content 		{ padding-top:5px;}


/* Footer and Site Map */
#main_footer 		{ background:url(/cms/images/2011/layout/footer_bg.jpg) no-repeat 0 bottom #002142; padding:8px 15px; font-size:85%; }
#main_footer h4		{ margin-bottom:4px; }
#main_footer h4 a 	{ color:#5eb3ff; font-size:100%; }
#main_footer a		{ color:#b3cee6; font-size:93%; }
#main_footer a:hover { color:#5eb3ff; }

#site_map			{ margin:0 10px 10px; }
#site_map > ul		{ margin:0; list-style:none; width:100%; overflow:hidden; background:url(/cms/images/2011/layout/footer_ul_bg.png) repeat 0 0 transparent;}
#site_map > ul > li 	{ float:left; padding:0 0 0 36px; width:158px;  }
#site_map > ul > li > ul 	{ margin:0; list-style:none; margin:0 0 10px;}
#site_map > ul > li:first-child { border-left:none; padding:0 12px 0 10px; }

#footer_bottom 		{ width:100%; overflow:hidden; color:#5eb3ff; text-align:center; font-size:93%; background:url(/cms/images/2011/layout/footer_line.png) repeat-x 0 0 transparent; padding:10px 0 0; }
#footer_bottom p		{ color:#fff; margin-bottom:3px; }
#footer_bottom a		{ color:#8bbbe9; }
#footer_links 		{ float:left; width:40%; text-align:left; }

#site_info			{ float:right; width:40%; text-align:right; }


		/**** Regions Footer and Site Map ****/
		.region1 #main_footer, .region4 #main_footer  		{ background:url(/cms/images/regions/global/footer_bg.jpg) no-repeat 0 bottom #3a3a3a; }
		
		.region2 #main_footer 		{ background:url(/cms/images/regions/global/footer_bg.jpg) no-repeat 0 bottom #002142; }
		.region2 #main_footer a		{ color:#a4a4a4; }
		.region2 #main_footer a:hover { color:#b76663; }
		.region2 #site_map > ul		{ background:url(/cms/images/regions/region2/footer_ul_bg.png) repeat 0 0 transparent; }
		.region2 #footer_bottom 		{ color:#b76663; background:url(/cms/images/regions/region2/footer_line.png) repeat-x 0 0 transparent; }
		.region2 #main_footer h4 a,
		.region2 #footer_bottom a	{ color:#ee8780; }
		
		.region3 #main_footer 		{ background:url(/cms/images/regions/global/footer_bg.jpg) no-repeat 0 bottom #3a3a3a; padding:8px 15px; font-size:85%; }
		.region3 #main_footer a		{ color:#dbdbdb; }
		.region3 #main_footer h4 a,
		.region3 #main_footer a:hover,
		.region3 #footer_bottom a	{ color:#3bc04d; }
		.region3 #site_map > ul		{ background:url(/cms/images/regions/region3/footer_ul_bg.png) repeat 0 0 transparent;}
		.region3 #footer_bottom 		{ color:#dbdbdb; background:url(/cms/images/regions/region3/footer_line.png) repeat-x 0 0 transparent; }
			
			
/* Button and Misc Global Styles */
.btn, a.btn, a.btn:link, a.btn:visited { margin:3px 0; padding:2px 5px; color:#fff; border:0; background: rgb(30,87,153); box-shadow:0 0 3px #444;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
.btn:hover, a.btn:hover{  background:#1e5b9e; box-shadow:0 0 0 transparent;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 95%, rgba(32,124,202,1) 99%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(95%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

.adminredbtn { border:0; padding:3px; color:#fff; font-weight:bold; }
.adminredbtn:hover { }

.print_btn { display:inline-block; background:url(/cms/images/2011/buttons/print.gif) no-repeat 0 45%; padding-left:20px; cursor:pointer; }
.ie6 .print_btn, .ie7 .print_btn { dispaly:inline; zoom:1; }

.hidelr { border:1px solid #bdc0c5; padding:5px; background: #d9e9f6; margin-bottom:10px; overflow-y:scroll;
	background: -moz-linear-gradient(top, #d9e9f6 0, #ffffff 50%, #d9e9f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e9f6), color-stop(50%,#ffffff), color-stop(100%,#d9e9f6));
	background: -webkit-linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: -ms-linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: linear-gradient(top, #d9e9f6 0,#ffffff 50%,#d9e9f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e9f6', endColorstr='#d9e9f6',GradientType=0 );
}
.hidelr .leftcheck { padding:6px; }
.hidelr .lnavclsd { padding:3px 0; }
.results td { padding:10px 0 0; border-bottom:2px solid #ccc; }

.searchctrls { border:1px solid #ccc; background: #d9e9f6; padding:5px; }


/* Second module wrapper */
.modSec {  border:1px solid #bdc0c5; padding:5px; background: #d9e9f6; margin-bottom:10px; overflow:hidden;
	background: -moz-linear-gradient(top, #d9e9f6 0, #ffffff 50%, #d9e9f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e9f6), color-stop(50%,#ffffff), color-stop(100%,#d9e9f6));
	background: -webkit-linear-gradient(top, #d9e9f6 0,#ffffff 50%,#d9e9f6 100%);
	background: -ms-linear-gradient(top, #d9e9f6 0,#ffffff 50%,#d9e9f6 100%);
	background: linear-gradient(top, #d9e9f6 0,#ffffff 50%,#d9e9f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e9f6', endColorstr='#d9e9f6',GradientType=0 );		
}		



	

/* ---- HOME SPECIFIC ---- */

.topCol { }


/* MEDIA WALL */
.mediaWallItem 	{ width:682px !important; height:422px !important;  }
.mediaWallItem  object	{ width:682px !important; height:422px !important;  }

.mediaWallVideoCue { position:absolute; }
.mediaWallVideoCue img { width:682px !important; height:422px !important;  }
.mediaWallVideoPlay { width:115px; height:45px; display:block; position:absolute; background:url(/cms/images/2011/play.png) no-repeat; cursor:pointer; top:145px; left:240px; }
.mediaWallVideoPlay:hover { background-position:0 -45px; }
.mediaWallVideoPlay:active { background-position:0 -90px; }
.mediaWallVideoClose { display:none; width:115px; height:45px; position:absolute; z-index:99999999; background:url(/cms/images/2011/close.png) no-repeat; cursor:pointer; top:10px; right:10px; }
.mediaWallVideoClose:hover { background-position:0 -45px; }
.mediaWallVideoClose:active { background-position:0 -90px; }
.mediaWallVideoOverlayThumb { width:20px; height:16px; position:absolute; top:2px; right:2px; background:url(/cms/images/2011/videothumb.png) no-repeat; }


.mediaWallWidget 		{ position:relative; z-index:20; margin-bottom:10px; background:#173044;}
#HPNewsSlides 			{ overflow:hidden; }
.mediaWallHome			{ width:682px; height:422px; z-index:19; overflow:hidden;}
.mediaWallHome a img 		{ display:block; }
.mediaWallItem 				{ display:none; }
.mediaWallItem:first-child 	{ display:block; }
.mediaWallUnderlay 		{ position: absolute; z-index: 16; padding: 0; background-color: #021a32; bottom:0; left:0; width:682px; min-height:65px;  opacity:.8; filter:alpha(opacity=80);  }
.mediaWallText 			{ position:absolute; z-index:17; padding:5px 10px 12px; color:#fff; bottom:0; left:0; width:522px; min-height:65px; }
.mediaWallText p, .mediaWallText h2	{ color:#fff; }
.mediaWallText h2	{ line-height:1; font-size:1.5em; font-family:arial, helvetica, sans-serif; margin:10px 0 5px; }
.mediaWallText h2 a	{ font-family:arial, sans-serif; color:#fff; font-weight:bold; }
.mediaWallText p		{ font-size:.95em; margin:5px 0; }
.mediaWallText a		{ font-weight:bold; color:#40b5fa; }
.mediaWallText .date { color:#ccc; font-size:.9em }


.mediaWallControls 		{ position:absolute; z-index:19; background: transparent url(/cms/images/2011/controlsbg.png) repeat-y ; right:0; top:0; height:422px; width:120px; float:none;}
.mediaWallControls .scrollable { width:120px; height:390px; position:relative; overflow:hidden;}
.mediaWallNav				{ height:20000em; position:absolute; list-style:none; margin:0; overflow:hidden;  margin:0; padding:0; }
.mediaWallNav li  				{ float:left; position:relative; margin:4px 2px;}
.mediaWallNav li a				{ display:block; border:2px solid #0867c1; opacity:.6; filter:alpha(opacity=60); margin-left:3px; }
.mediaWallNav li a:hover		{ border:2px solid #fff; opacity:.8; filter:alpha(opacity=80); margin-left:3px; }
.mediaWallNav li a img			{ display:block; width:106px; height:66px; }
.mediaWallNav li.activeItem a	{ border:2px solid #c8002f; opacity:1; filter:alpha(opacity=100);   }

.mediaWallNav li span.thumbDesc { display:none; }
.mediaWallNav li.activeItem a	span.thumbDesc, .mediaWallNav li:hover a span.thumbDesc { display:block; position:absolute; background:#000; color:#fff; font-size:0.8em; bottom:2px; margin-right:2px; padding:2px; text-align:center; width:102px; opacity:.8; filter:alpha(opacity=80); }

.ie7 .mediaWallControls .nextPage, .ie7 .mediaWallControls .prevPage { padding:3px 0; }

.mediaWallControls .nextPage, .mediaWallControls .prevPage,
.mediaWallControls .nextPage.disabled:hover, .mediaWallControls .prevPage.disabled:hover { background: #f81340 url(/cms/images/buttons/nextbg.jpg) repeat-x 0 0; width:100%; display:block; text-align:center; cursor:pointer; }

.mediaWallControls .nextPage.disabled, .mediaWallControls .prevPage.disabled { opacity:0.5; filter:alpha(opacity=50); cursor:default; }
.mediaWallControls .nextPage.disabled:hover, .mediaWallControls .prevPage.disabled:hover { cursor:default; }
.mediaWallControls .nextPage:hover { background-color:#c3002e; background-position:0 -8px; }
.mediaWallControls .prevPage:hover { background-color:#c3002e; background-position:0 16px; }

	/**** Regions Home Media Wall - Region 1 inherits default style ****/

		.region2 .mediaWallUnderlay,
		.region3 .mediaWallUnderlay,
		.region4 .mediaWallUnderlay {  background-color: #000; opacity:.8;  filter:alpha(opacity=80);  }
		
		.region2 .mediaWallControls,
		.region3 .mediaWallControls, 
		.region4 .mediaWallControls 		{ background:#000;
			background: -moz-linear-gradient(left, rgba(15,20,15,0) 0, rgba(2,3,2,1) 84%, rgba(0,0,0,1) 100%);
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(15,20,15,0)), color-stop(84%,rgba(2,3,2,1)), color-stop(100%,rgba(0,0,0,1)));
			background: -webkit-linear-gradient(left, rgba(15,20,15,0) 0,rgba(2,3,2,1) 84%,rgba(0,0,0,1) 100%);
			background: -ms-linear-gradient(left, rgba(15,20,15,0) 0,rgba(2,3,2,1) 84%,rgba(0,0,0,1) 100%);
			background: linear-gradient(left, rgba(15,20,15,0) 0,rgba(2,3,2,1) 84%,rgba(0,0,0,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f140f', endColorstr='#000000',GradientType=1 );
		}

		.region2 .mediaWallNav li a				{ border:2px solid #830624; opacity:.6; filter:alpha(opacity=60); }
		.region2 .mediaWallNav li a:hover			{ border:2px solid #fff; opacity:.8; filter:alpha(opacity=80); }
		.region2 .mediaWallNav li.activeItem a	{ border:2px solid #c8002f; opacity:1; filter:alpha(opacity=100); }
	
		.region3 .mediaWallNav li a				{ border:2px solid #104018; }
		.region3 .mediaWallNav li.activeItem a	{ border:2px solid #145e1f; }
/* End Slideshow*/
	

/* Home Featured Tabs */
#homeTabs { margin-bottom:8px; position:relative; z-index:0; height:318px; overflow:hidden;}
#homeTabs > ul { padding:0; margin:0; list-style:none; overflow:hidden; border-left:1px solid #7a848d; }
#homeTabs > ul > li { float:left; cursor:pointer; padding:3px 10px; border-bottom:1px solid #7a848d; border-top:1px solid #7a848d; border-right:1px solid #7a848d; position:relative; z-index:55; color:#fff; background-color: #7da4c3;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7da4c3),color-stop(1, #c5d1dd)); 
    background-image: -webkit-linear-gradient(top, #7da4c3, #c5d1dd);
	background-image:    -moz-linear-gradient(top, #7da4c3, #c5d1dd); 
    background-image:     -ms-linear-gradient(top, #7da4c3, #c5d1dd);
    background-image:         linear-gradient(top, #7da4c3, #c5d1dd);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7da4c3', EndColorStr='#c5d1dd');	
}
#homeTabs > ul > li a { color:#fff; font-weight:bold; font-size:0.9em; }
#homeTabs > ul > li.ui-state-active { border-bottom:1px solid #fff; background-color: #c9e2f6;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c9e2f6),color-stop(1, #ffffff)); 
    background-image: -webkit-linear-gradient(top, #c9e2f6, #ffffff);
	background-image:    -moz-linear-gradient(top, #c9e2f6, #ffffff); 
    background-image:     -ms-linear-gradient(top, #c9e2f6, #ffffff);
    background-image:         linear-gradient(top, #c9e2f6, #ffffff);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c9e2f6', EndColorStr='#ffffff');	
}
#homeTabs > ul > li.ui-state-active a { color:#0d3155; border-bottom:1px solid #fff; }
#homeTabs .spotlightTab, #homeTabs .headlinesTab, #homeTabs .calendarTab{ border:1px solid #7a848d; margin-top:-1px; position:relative; z-index:50; overflow-y:auto; padding:10px; height:272px; background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #c9e2f6)); 
    background-image: -webkit-linear-gradient(top, #ffffff, #c9e2f6);
	background-image:    -moz-linear-gradient(top, #ffffff, #c9e2f6); 
    background-image:     -ms-linear-gradient(top, #ffffff, #c9e2f6);
    background-image:         linear-gradient(top, #ffffff, #c9e2f6);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#c9e2f6');	
}
#homeTabs .headlinesTab { padding:10px 4px;  }
#homeTabs .headlinesTab li{ list-style-type:square; color:#2c5abc; padding:5px 0; }
#homeTabs .headlinesTab li a{ color:#000; font-size:0.9em }
#homeTabs .headlinesTab li a:hover{ text-decoration:underline; }


/* Homepage Events */
.eventList { margin:0; list-style:none; }
.eventList  li { overflow:hidden; padding:10px 0;}
.eventInfo { float:right; font-size:0.9em; width:180px; padding-top:6px;}
.eventInfo a { color:#036; font-weight:bold; }
.eventInfo a:hover { color:#d60a00 }
.duration { font-size:0.9em; }
.calDateIcon { float:left; color:#036; text-transform:uppercase; font-size:1.1em; }
.calDate { font-weight:bold; font-size:1.6em; }
.eventsHomeWidgetWrpr { margin-bottom:7px; }
.eventsHomeWidgetWrpr .hdgbarS { padding:5px 10px; overflow:hidden;
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0, #010101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#010101));
	background: -webkit-linear-gradient(top, #45484d 0,#010101 100%);
	background: -ms-linear-gradient(top, #45484d 0,#010101 100%);
	background: linear-gradient(top, #45484d 0,#010101 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#010101',GradientType=0 );
}
.eventsHomeWidgetWrpr .hdgbarS h2 { margin:0; color:#fff; font-family:arial, sans-serif; font-weight:bold; font-size:1.4em; float:left; }
.eventsHomeWidgetWrpr .hdgbarS a { float:right; color:#fff; margin-top:5px; }


	/**** Regions ****/
	.allRegions .eventList,
	.allRegions .eventsHomeWidgetWrpr .no-results { background: #fff; padding:0 4%; border:1px solid #7a848d; 
		background: -moz-linear-gradient(top, #ffffff 0, #dfdfdf 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
		background: -webkit-linear-gradient(top, #ffffff 0,#dfdfdf 100%);
		background: -ms-linear-gradient(top, #ffffff 0,#dfdfdf 100%);
		background: linear-gradient(top, #ffffff 0,#dfdfdf 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
	}
	.allRegions .eventsHomeWidgetWrpr .no-results { display:block; padding:2% 4% 4%; }
	.allRegions .eventsHomeWidgetWrpr a.eventLink, .allRegions .eventsHomeWidgetWrpr a.eventLink:link, .allRegions .eventsHomeWidgetWrpr a.eventLink:visited { display:block; font-size:1em;}
	.allRegions .eventsHomeWidgetWrpr .eventInfo { padding-top:3px; }
	.allRegions .eventsHomeWidgetWrpr .eventToolTipWrpr { display:none !important; }

	
/* Homepage News */
.hp-news ul.headlinesList { padding:10px; margin:0 0 10px; list-style:none; background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0, #ffffff 74%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(74%,#ffffff), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0,#ffffff 74%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0,#ffffff 74%,#e8e8e8 100%);
	background: linear-gradient(top, #ffffff 0,#ffffff 74%,#e8e8e8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
.hp-news ul.headlinesList li { margin:10px 0; min-height:100px;}
.hp-news ul.headlinesList li p { font-size:0.9em; }
.hp-news ul.headlinesList li h3 a { color:#000; font-size:0.9em; }
.hp-news ul.headlinesList li h3 a:hover { text-decoration:underline; }
.hp-news .headlines-thumb { float:left; }
.hp-news .headlines-thumb img { width:150px; height:80px; margin:5px 10px 0 0; border:1px solid #bcbcbc; }

.hp-news .hdgbar { padding:5px 10px; overflow:hidden; border-bottom:2px solid #00589a; margin:5px 0 15px; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dceaf7));
	background-image: -webkit-linear-gradient(top, #fefefe, #dceaf7);
	background-image:    -moz-linear-gradient(top, #fefefe, #dceaf7);
	background-image:     -ms-linear-gradient(top, #fefefe, #dceaf7);
	background-image:         linear-gradient(top, #fefefe, #dceaf7);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#dceaf7');	
}
.hp-news .hdgbar h2 { margin:0; font-family:arial, sans-serif; font-weight:bold; font-size:1.4em; float:left;}
.hp-news .hdgbar a { float:right; margin-top:5px; }

.newsItemHdln a{ color:#000; }
.newsItemHdln a:hover{ color:#00529E; }
.hp-news .newsItemWrpr { padding:0 10px 7px; }

	/**** Regions ****/
	.region1 .hp-news .hdgbar { margin-bottom:0; border-bottom:0; background: #002949; padding:5px 10px 8px;
		background: -moz-linear-gradient(top, #002949 0, #001a2d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002949), color-stop(100%,#001a2d));
		background: -webkit-linear-gradient(top, #002949 0,#001a2d 100%);
		background: -ms-linear-gradient(top, #002949 0,#001a2d 100%);
		background: linear-gradient(top, #002949 0,#001a2d 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002949', endColorstr='#001a2d',GradientType=0 );
	}	
	.region1 .hp-news .hdgbar h2 { color:#fff; font-size:1.4em; }
	.region1 .hp-news .hdgbar a { color:#fff; }
	
	.region2 .hp-news ul.headlinesList { 
		background: -moz-linear-gradient(top, #ffffff 0, #ffffff 74%, #e8e8e8 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(74%,#ffffff), color-stop(100%,#e8e8e8));
		background: -webkit-linear-gradient(top, #ffffff 0,#ffffff 74%,#e8e8e8 100%);
		background: -ms-linear-gradient(top, #ffffff 0,#ffffff 74%,#e8e8e8 100%);
		background: linear-gradient(top, #ffffff 0,#ffffff 74%,#e8e8e8 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	}
	.region2 .hp-news ul.headlinesList li h3 a { color:#000; font-size:0.9em; }
	.region2 .hp-news .headlines-thumb img { border:1px solid #bcbcbc;  }
	.region2 .hp-news .hdgbar {  background: rgb(169,13,52); margin-bottom:0; border-bottom:0;
		background: -moz-linear-gradient(top, rgba(169,13,52,1) 0, rgba(116,8,34,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,13,52,1)), color-stop(100%,rgba(116,8,34,1)));
		background: -webkit-linear-gradient(top, rgba(169,13,52,1) 0,rgba(116,8,34,1) 100%);
		background: -ms-linear-gradient(top, rgba(169,13,52,1) 0,rgba(116,8,34,1) 100%);
		background: linear-gradient(top, rgba(169,13,52,1) 0,rgba(116,8,34,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90d34', endColorstr='#740822',GradientType=0 );
	}
	.region2 .hp-news .hdgbar h2 { color:#fff; font-size:1.4em; }
	.region2 .hp-news .hdgbar a { color:#fff; }
	
	.region3 .hp-news .hdgbar { margin-bottom:0; border-bottom:0; padding:5px 10px 8px; background: #145e1f;
		background: -moz-linear-gradient(top, #145e1f 0, #104018 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#145e1f), color-stop(100%,#104018));
		background: -webkit-linear-gradient(top, #145e1f 0,#104018 100%);
		background: -ms-linear-gradient(top, #145e1f 0,#104018 100%);
		background: linear-gradient(top, #145e1f 0,#104018 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145e1f', endColorstr='#104018',GradientType=0 );
	}	
	.region3 .hp-news .hdgbar h2 { color:#fff; font-size:1.4em; }
	.region3 .hp-news .hdgbar a { color:#fff; }
	 
    .allRegions .hp-news ul.headlinesList li { min-height:110px; }
    .allRegions .hp-news ul.headlinesList li img { margin-top:5px; height:80px; }
/* End Home News */
	
	
/* JCarousel Styles for scrolling homepage modules */
.jcarousel-skin-tango { position:relative; top:24px; }
.sponsorRegion .jcarousel-skin-tango .jcarousel-container { background:#fff; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.jcarousel-skin-tango .jcarousel-container { overflow:hidden; border:1px solid #d6dadd; margin-top:5px;
    background: #fff url(/cms/images/2011/assocbg.jpg) 0 15px repeat-x;
}

.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { padding: 20px 36px 35px; }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width:450px; float:right;  height: 75px; }
.jcarousel-skin-tango .jcarousel-item {height: 75px; line-height:70px;}
.jcarousel-skin-tango .jcarousel-item  img { vertical-align:middle; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 30px; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }

/* Horizontal Buttons*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 10px;
    width: 17px;
    height: 23px;
    cursor: pointer;
    background: transparent url(/cms/images/2011/layout/arrownext.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url(/cms/images/2011/layout/arrownext.png); }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus { background-position:0 -23px; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active {  background-position:0 -21px; }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; background-position:0 -46px; }

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 165px;
    width: 17px;
    height: 23px;
    cursor: pointer;
    background: transparent url(/cms/images/2011/layout/arrowprev.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url(/cms/images/2011/layout/arrowprev.png); }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus { background-position:0 -23px; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {  background-position:0 -21px;  }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position:0 -46px;}


/* Sponsor Scroller */
.sponsorRegion { clear:both; }
.sponsorRegion .jcarousel-skin-tango { top:0; }
.sponsorRegion .jcarousel-skin-tango .jcarousel-container { margin-top:0; }
.sponsorRegion .jcarousel-skin-tango .jcarousel-container-horizontal { padding: 2px 36px 0; }
.sponsorRegion .jcarousel-skin-tango .jcarousel-clip-horizontal { width:920px; }
.sponsorRegion .jcarousel-skin-tango .jcarousel-prev-horizontal { top: 28px; left: 5px; }
.sponsorRegion .jcarousel-skin-tango .jcarousel-next-horizontal { top: 28px; right: 5px; }


/* Associations Scroller */
#associations { position:relative; height:170px; overflow:hidden; margin-top:5px; }
#associations h4 { position:absolute; color:#003d6e; left:285px; top:5px; font-family:arial, sans-serif; font-size:1.1em;}

#associationsMapBox { width:141px; height:149px; position:absolute; padding:5px 0; left:15px; top:3px; z-index:9998; border:1px solid #a0a5a9; background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0, #dbe9f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbe9f4));
	background: -webkit-linear-gradient(top, #ffffff 0,#dbe9f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0,#dbe9f4 100%);
	background: linear-gradient(top, #ffffff 0,#dbe9f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbe9f4',GradientType=0 );
	box-shadow:0 0 2px #666;
}
#associationsMapBox strong { color:#004d91; font-size:0.9em; font-family:arial, sans-serif; margin-left:5px; width:140px; display:block;}
#associationsMap { 
	width: 135px;
	height: 98px;
	background: url(/cms/images/2011/layout/map.png) no-repeat;
	margin: 15px auto 0; 
	padding: 0;
	position: relative;
}
#associationsMap li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#associationsMap a {display: block; text-indent: -9999px; text-decoration: none;}

#r1 {left:105px; top:3px; width:30px; height:43px; z-index:40;}
#r2 {left:51px; top:0; width:55px; height:50px;}
#r3 {left:40px; top:47px; width:86px; height:42px;}
#r4 {left:0; top:3px; width:64px; height:90px;}

#r1 a {height: 43px;}
#r2 a {height: 50px;}
#r3 a {height: 42px;}
#r4 a {height: 90px;}

#r1 a:hover {background: url(/cms/images/2011/layout/map.png) -105px -301px no-repeat;}
#r2 a:hover {background: url(/cms/images/2011/layout/map.png) -51px -199px no-repeat;}
#r3 a:hover {background: url(/cms/images/2011/layout/map.png) -40px -444px no-repeat;}
#r4 a:hover {background: url(/cms/images/2011/layout/map.png)  0 -102px no-repeat;}


	/**** Regions ****/
	.allRegions #associationsMapBox { text-align:center; }
	#regionTable { visibility:hidden; left:-9999999em; }
	#regionTable  h3{ padding:10px; }
	#regionTable ul { list-style:none; padding:20px; margin:0;}
	#regionTable li {  margin:5px 0; padding:5px 2px; border-bottom:2px solid #fff; }
	#regionTable li:hover { border-bottom:2px solid #333; }
	#regionTable #reg1:hover { background:#00101d; }
	#regionTable #reg2:hover { background: #4f0517; }
	#regionTable #reg3:hover { background:#0f3516; }
	#regionTable #reg4:hover  { background:#333; }
	#regionTable #reg1 a { display:block; background:url(/cms/images/regions/region1/region1.png) no-repeat; text-indent:-99999em; min-width:150px; height:54px;  }
	#regionTable #reg2 a { display:block; background:url(/cms/images/regions/region2/region2.png) no-repeat; text-indent:-99999em; min-width:150px; height:54px;  }
	#regionTable #reg3 a { display:block; background:url(/cms/images/regions/region3/region3.png) no-repeat; text-indent:-99999em; min-width:150px; height:54px;  }
	#regionTable #reg4 a { display:block; background:url(/cms/images/regions/region4/region4.png) no-repeat; text-indent:-99999em; min-width:150px; height:54px;  }
	
	#cboxContent #regionTable { visibility:visible; }

	#associationscarousel { min-width:6000px !important; padding-right:20px; }

/* Rotating Banner */
.Bannerrotate .jcarousel-direction-rtl { direction: rtl; } 
.Bannerrotate .jcarousel-container-horizontal { width: 310px; } 
.Bannerrotate .jcarousel-clip { overflow: hidden; } 
.Bannerrotate .jcarousel-clip-horizontal { width: 310px; height: 177px; } 
.Bannerrotate .jcarousel-item { width: 310px; height: 177px; } 
.Bannerrotate .jcarousel-item-placeholder { background: #fff; color: #000; } 
.Bannerrotate .jcarousel-next-horizontal { position: absolute; top: 77px; right: 0; width: 20px; height: 24px; cursor: pointer; background: #fff url(/cms/images/2011/layout/arrownext.png) no-repeat 3px 1px;
  -webkit-border-radius: 6px 0 0 6px; 
     -moz-border-radius: 6px 0 0 6px; 
          border-radius: 6px 0 0 6px; 
   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;} 
.Bannerrotate .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url(/cms/images/2011/layout/arrowprev.png); } 
.Bannerrotate .jcarousel-next-horizontal:hover, .Bannerrotate .jcarousel-next-horizontal:focus { background-position: 3px -22px; } 
.Bannerrotate .jcarousel-next-disabled-horizontal, .Bannerrotate .jcarousel-next-disabled-horizontal:hover, .Bannerrotate .jcarousel-next-disabled-horizontal:focus, .Bannerrotate .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: 3px -45px; } 
.Bannerrotate .jcarousel-prev-horizontal { position: absolute; top: 77px; left: 0; width: 20px; height: 24px; cursor: pointer; background: #fff url(/cms/images/2011/layout/arrowprev.png) no-repeat 0px 1px; 
  -webkit-border-radius: 0 6px 6px 0; 
     -moz-border-radius: 0 6px 6px 0; 
          border-radius: 0 6px 6px 0; 
   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;} 
.Bannerrotate .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url(/cms/images/2011/layout/arrownext.png); } 
.Bannerrotate .jcarousel-prev-horizontal:hover, .Bannerrotate .jcarousel-prev-horizontal:focus { background-position: 0px -22px; } 
.Bannerrotate .jcarousel-prev-disabled-horizontal, .Bannerrotate .jcarousel-prev-disabled-horizontal:hover, .Bannerrotate .jcarousel-prev-disabled-horizontal:focus, .Bannerrotate .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: 0px -45px; }
	

/* Home Banners and Regions */
.midBanner { width:220px; float:left; margin-left:11px }
.midBanner:first-child { margin-left:0; }

.midLowerBanner { width:335px; float:left; margin-top:9px;}
.midLowerBanner.first { margin-right:12px; } 

.bottomBanner { width:360px; margin:8px 12px 0 0; float:left; }
.bottomBannerMid { width:310px; margin:8px 0 0; float:left; }
.bottomBannerLast{ width:300px; float:right; margin-top:8px; }

.bottomBanner .bnrRow, .bottomBannerLast .bnrRow { margin-bottom:6px; }
.bottomBanner .bnrRow .randomBanner:first-child a img, .bottomBannerLast .bnrRow .randomBanner:first-child a img{ margin-right:5px; }

.Bannerrotate ul { list-style:none; padding:0; margin:0; }

#bottomBnrWrp { clear:both; }


/* Random Banners */
.randomBanner { display:inline; }

	.allRegions .randomBanner { margin-bottom:8px; }





/* ---- INTERIOR SPECIFIC ---- */


/* General Interior Styles */
.pageHdng { font-family:arial, sans-serif; color:#00529e; margin:5px 0 10px; font-size:1.8em; }

h2 { font-family:arial, sans-serif; color:#00529e; font-size:1.8em; margin:7px 0 10px; }
h3 { font-size:116%; color:#00529e; }

	/**** Regions ****/
	.region2 h1, .region2 h2, .region2 h3 { color:#b20b36; }
	.region3 h1, .region3 h2, .region3 h3 { color:#146321; }

#page_title	{ margin:0 1px 10px; padding-bottom:2px; border-bottom:1px solid #ccdded; font-size:212%; }

.pagePhoto { padding:3px; border:1px solid #ccc; }

h1.articleTitle { font-size:116%; color:#00529e; }
	/**** Regions ****/
	.region2 h1.articleTitle { color:#b20b36; }
	.region3 h1.articleTitle { color:#146321; }
	
div.date { margin-bottom:15px; }


/* WYSIWYG Blue Box Background */
.blueBox { background:url(/cms/images/bluebox.jpg) no-repeat; width:277px; height:127px; padding:17px 20px; float:left; color:#fff; }
.blueBox h3 { background:url(/cms/images/arrow_coaches_connection.gif) no-repeat scroll 100% 50%; color:#fff; display:inline; font-size:14px; font-weight:bold; padding-right:22px; text-transform:uppercase;  }
.blueBox a { text-decoration:none; color:#fff; font-weight:bold; }


/* Top Tools (Breadcrumbs and share) Wrapper*/
#page_bar_wrap { zoom:1; margin:0 0 8px; padding:0 1px 1px; background-color:#fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d6dadd));
	background-image: -webkit-linear-gradient(top, #fefefe, #d6dadd);
	background-image:    -moz-linear-gradient(top, #fefefe, #d6dadd);
	background-image:     -ms-linear-gradient(top, #fefefe, #d6dadd);
	background-image:         linear-gradient(top, #fefefe, #d6dadd);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#d6dadd');
}
#page_bar {  width:100%; height:29px; overflow:hidden; background-color:#fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dceaf7));
	background-image: -webkit-linear-gradient(top, #fefefe, #dceaf7);
	background-image:    -moz-linear-gradient(top, #fefefe, #dceaf7);
	background-image:     -ms-linear-gradient(top, #fefefe, #dceaf7);
	background-image:         linear-gradient(top, #fefefe, #dceaf7);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#dceaf7');	
}


/* Breadcrumbs */
#breadcrumbs		      { float:left; width:420px; line-height:25px; margin-left:6px; color:#00529f; font-size:0.8em; }
#breadcrumbs a ,
#breadcrumbs a:link,
#breadcrumbs a:visited   { margin-right:8px; font-weight:bold; color:#d50a00; }
#breadcrumbs a:hover,
#breadcrumbs a:active      { text-decoration:underline; }
#breadcrumbs span.separator { margin-right:7px; color:#000 }


/* Print Email Share Tools */
#page_tools 			  	{ float:right; margin-right:6px; margin-top:5px; width:225px; font-size:0.8em; }
#page_tools > a 		   	{ font-size:73%; line-height:32px; color:#1c6ab5; margin-right:8px; }
#page_tools > a:hover 	{ opacity:0.8; }
#page_tools .chicklets	{ color:#1b6bb6; font-size:85%; }
#main_content 		 	{ margin:0 0.3em; }

.printpage { color:#1c6ab5; float:left; margin-right:15px; background:url(/cms/images/global/printico.png) no-repeat 0 0; padding:3px 0 0 20px;}
.addthis_button_compact { float:left; margin-right:15px; padding-top:3px; color:#1c6ab5;}
.at300bs { float:left; margin:-3px 3px 0 0; }
#fontSize { float:right;}

.headline			{ margin-bottom:1.5em; }
.date				{ font-size:83%; color:#666; }


/* Right Nav */
.lnavwrpr { border:1px solid #bdc0c5; padding:5px; background: #d9e9f6; margin-bottom:10px; overflow:hidden;
	background: -moz-linear-gradient(top, #d9e9f6 0, #ffffff 50%, #d9e9f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e9f6), color-stop(50%,#ffffff), color-stop(100%,#d9e9f6));
	background: -webkit-linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: -ms-linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e9f6', endColorstr='#d9e9f6',GradientType=0 );
}
.lnvgrphdg { font-family:arial,sans-serif; color:#00529e; font-weight:normal; font-size:1.8em; padding-left:4px; }
.lnav { list-style:none; margin:0; padding:4px 2px;}
.lnav li { border-bottom:1px solid #d3dae0; }
.lnav li li{ border-bottom:0; }
.lnav li a { color:#000; font-size:0.8em; padding:3px 4px; display:block;}
.lnav li a:hover { color:#d50a03; }


/* Yearly Navigation (WYSIWYG Module brought over from old site) */
.yearlyNav { margin:0 0 5px; padding:3px 5px; background:#194568; border:2px solid #4fa6d8; box-shadow:0 0 2px #333; list-style:none;}
.yearlyNav li { padding:2px 0; border-top:1px solid #4fa6d8; }
.yearlyNav li:first-child{ border:0; }
.yearlyNav li a { text-align:center; color:#fff; text-decoration:none; font-size:1.2em; padding:8px 5px; display:block; 
	   -moz-transition: text-shadow 0.2s linear;
	-webkit-transition: text-shadow 0.2s linear;
	    -ms-transition: text-shadow 0.2s linear; 
	        transition: text-shadow 0.2s linear; 	
}
.yearlyNav li a:hover { background:#c70030; box-shadow:0 0 4px #111; text-shadow:1px 2px 4px #eee; }
.yearlyNav li a:active { background:#940019 }


/* National Tournaments DB Rail */
.nationalDB { border:1px solid #bdc0c5; padding:5px; background: #d9e9f6; margin:-3px 0 10px; overflow:hidden;
	background: -moz-linear-gradient(top,  #d9e9f6 0, #ffffff 50%, #d9e9f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e9f6), color-stop(50%,#ffffff), color-stop(100%,#d9e9f6));
	background: -webkit-linear-gradient(top,  #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: -ms-linear-gradient(top,  #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: linear-gradient(top,  #d9e9f6 0,#ffffff 50%,#d9e9f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e9f6', endColorstr='#d9e9f6',GradientType=0 );
}
.nationalDB ul { list-style:none; padding:3px; margin:0; }
.nationalDB ul li { padding:5px 0; border-bottom:1px solid #bdc0c5; }
.nationalDB ul li a{ font-size:0.9em; font-weight:bold; }


/* National Tournaments DB Rail Responsive */
.TournamentsListing h3 {background: url(/cms/images/2011/660x103_TOURN_DATABASE_HEAD.png) no-repeat 0 0; width:660px; height:103px; text-indent:-999em;}
aside .TournamentsListing h3 {background: url(/cms/images/2011/databaseHd.jpg) no-repeat 0 0; width:299px; height:61px;}
#mainCol .TournamentsListing .nationalDB {margin:0 22px 10px 0;}


/* National Database Form */
.nationalDBform { text-align:left; }
.nationalDBform input, .nationalDBform select { border:1px solid #036; padding:2px; }
.nationalDBform input:focus, .nationalDBform select:focus { border:1px solid #ccc; background:#eee; padding:2px; }
.nationalDBform tr:nth-child(odd) {background: #eee}
.nationalDBform td {padding:8px 0;}
.nationalDBform input[type="radio"] { margin:0 5px; }
.nationalDBform h3 { margin:10px 0; }


/* Global Table (Created for Associations and Club Search) */
.globalTable { text-align:left; margin:10px 0; border:1px solid #ccc;}
.globalTable th{ color:#fff; font-weight:bold; padding:10px; background: #0059a9;
	background: -moz-linear-gradient(top,  #0059a9 0, #012e57 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0059a9), color-stop(100%,#012e57));
	background: -webkit-linear-gradient(top,  #0059a9 0, #012e57 100%);
	background: -ms-linear-gradient(top,  #0059a9 0, #012e57 100%);
	background: linear-gradient(top,  #0059a9 0, #012e57 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059a9', endColorstr='#012e57',GradientType=0 );
}
.globalTable th a { color:#fff; }
.globalTable th a:hover { text-decoration:underline; }
.globalTable tr td{ padding:5px 10px; border-bottom:1px solid #ccc; min-width:100px; }
.globalTable tr.odd { background:#e5e5e5; }
.globalTable a { color:#d81911; }


/* Contact Us Table */
.contactTable td { padding:5px 0; }
.contactTable .fieldnorm { float:left; display:block; width:20px; }


/* General Form */
.generalForm, .documentFilter { padding:10px; overflow:hidden; background: #c7d8e5;
	background: -moz-linear-gradient(top, #fff 0, #c7d8e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#c7d8e5));
	background: -webkit-linear-gradient(top, #fff 0, #c7d8e5 100%);
	background: -ms-linear-gradient(top, #fff 0, #c7d8e5 100%);
	background: linear-gradient(top, #fff 0, #c7d8e5 100%);
}
.generalForm dt { clear:both; width:180px; float:left; padding:7px 0; }
.generalForm dd { float:left; text-align:left; padding:7px 0; }
.generalForm input, #coachesForm  select { padding:2px; }
.generalForm input[type="checkbox"] { margin-right:3px;}
.generalForm span.small { font-size:0.8em; }

span.red { color:red; font-size:0.9em; }
#security { padding:7px; }
.securityText { float:left; width:300px; margin:5px 10px 10px 0; }

.formtext { padding:10px 0 15px; border-top:1px solid #ccc;}

.field { padding:5px 0; }
.generalForm input[type="radio"] { margin:0 5px; }
.generalForm input[type="text"]:focus { background:#eee; 
	   -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease; 
	        transition: all 0.3s ease; 	
}


/* Members Login */
.memberFields { }
.memberFields td{ padding:6px 0; }
.memberFields label { margin-right:7px; }

/* Field Required/Errors */
.fieldreq { padding-left:15px; background:url(/cms/images/global/fieldreq.gif) no-repeat 0% 5px; }	
.fielderror { padding-left:15px; background:url(/cms/images/global/fielderr.gif) no-repeat 0% 5px; }


/* PAGINATION and FILTERS */
.genericPager, #galleryPagerTop { margin-bottom:5px; border-bottom:1px solid #ccc; overflow:hidden; padding:5px 0;}
.genericPager ul, ul.pages { list-style:none; padding:3px; margin:0; }
.genericPager ul li, ul.pages li { float:left; }
.genericPager ul li a, ul.pages li  { color:#000; font-weight:bold; padding:2px 4px; border:1px solid #eee; background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top, #e2e2e2 0,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -ms-linear-gradient(top, #e2e2e2 0,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: linear-gradient(top, #e2e2e2 0,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
}
.genericPager ul li a:hover, ul.pages li:hover {  background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0, #dbdbdb 50%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top, #e2e2e2 0,#dbdbdb 50%,#d1d1d1 100%);
	background: -ms-linear-gradient(top, #e2e2e2 0,#dbdbdb 50%,#d1d1d1 100%);
	background: linear-gradient(top, #e2e2e2 0,#dbdbdb 50%,#d1d1d1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=0 );
}
.genericPager ul li span, ul.pages li.pgCurrent { color:#000; font-weight:bold; padding:2px 4px; border:1px solid #eee;
	background: #e0f3fa;
	background: -moz-linear-gradient(top, #e0f3fa 0, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fa), color-stop(50%,#d8f0fc), color-stop(51%,#b8e2f6), color-stop(100%,#b6dffd));
	background: -webkit-linear-gradient(top, #e0f3fa 0,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%);
	background: -ms-linear-gradient(top, #e0f3fa 0,#d8f0fc 50%,#b8e2f6 51%, #b6dffd 100%);
	background: linear-gradient(top, #e0f3fa 0,#d8f0fc 50%,#b8e2f6 51%, #b6dffd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 );
}
.genericPager a.all, .genericPager a.all:link, .genericPager a.all:visited { margin-top:-3px; }


.filter-ins span { text-transform:capitalize; }
.filter-ins td { padding:5px 0; }


/* Document Filter */
.documentFilter { }
.documentFilter .input-area { margin:4px 0; }


/* ---- UNIQUE MODULE STYLES ----*/


/* Social Switch Box */
#socialTabs { margin:8px 0 3px; }
	.allRegions #socialTabs { margin:8px 0; }
	
#socialTabs .hdg { overflow:hidden; background: #1b66aa;
	background: -moz-linear-gradient(top, #1b66aa 0, #0a355f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b66aa), color-stop(100%,#0a355f));
	background: -webkit-linear-gradient(top, #1b66aa 0,#0a355f 100%);
	background: -ms-linear-gradient(top, #1b66aa 0,#0a355f 100%);
	background: linear-gradient(top, #1b66aa 0,#0a355f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b66aa', endColorstr='#0a355f',GradientType=0 );
}
#socialTabs .hdg h4 { float:left; padding:6px 0 0 10px; text-align:center; }
#socialTabs ul { border-left:1px solid #457eb3; float:right; padding:0; margin:0; list-style:none; overflow:hidden; } 
#socialTabs ul li { float:left; border-left:1px solid #08345b; border-right:1px solid #457eb3; }
#socialTabs ul li a { color:#fff; padding:13px 22px 11px; display:block; }
#socialTabs ul li a img{ 
	   -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease; 
	        transition: all 0.3s ease; 	
}
#socialTabs ul li a:hover img, #socialTabs ul li.ui-state-active a img{ 
    -moz-box-shadow: 0 0 4px #ccc; 
 -webkit-box-shadow: 0 0 4px #ccc; 
         box-shadow: 0 0 4px #ccc; 
}
#socialTabs li.ui-state-active {  background:#0a355f;
	background: -moz-linear-gradient(top, #0a355f 0, #1b66aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a355f), color-stop(100%,#1b66aa));
	background: -webkit-linear-gradient(top, #0a355f 0,#1b66aa 100%);
	background: -ms-linear-gradient(top, #0a355f 0,#1b66aa 100%);
	background: linear-gradient(top, #0a355f 0,#1b66aa 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a355f', endColorstr='#1b66aa',GradientType=0 );
}

#socialTabs .twtr-hd { display:none }
#socialTabs .twtr-ft { border:1px solid #8a8a8a; background:#ccc; }
#socialTabs .twtr-widget { margin-top:0; }
#socialTabs .twtr-doc { border-radius:0 !important; }
#socialTabs .twtr-bd { border-left:1px solid #8a8a8a; border-right:1px solid #8a8a8a; border-top:1px solid #8a8a8a; }
#socialTabs .twtr-widget .twtr-tweet  { border-bottom:1px solid #333; }

#socialTabs #face-tabs { clear:both; }
#socialTabs .fb-like-box { margin-top:0px; margin-left:0px !important;}
#fb-root { display:none; }

#socialTabs #you-wrap { position:relative; top:-16px; overflow-y:scroll; padding:0 6px 6px 7px; height:170px; }
#socialTabs #you-tabs { position:relative; border:1px solid #8a8a8a; text-align:center; height:203px;}
#socialTabs #you-tabs a { color:#004c9c; }
#socialTabs #you-tabs .video { margin:2px 2px 2px 0; float:left; text-align:left; overflow:hidden; border-bottom:1px solid #ccc; padding:3px 3px 7px;}
#socialTabs #you-tabs .video img{ float:left; margin-right:7px; }
.viewTube { display:block; position:absolute; bottom:0; background:#fff; width:100%; border-top:1px solid #ccc; padding:5px 0; }



/* Find a club Box */
.findClubBox { width:400px; float:left; }
.findClubBox input[type="submit"] { color:#fff; font-weight:bold; padding:10px; border:1px solid #760b25; text-align:center; background: #0059a9;
	background: -moz-linear-gradient(top, #ef1b58 0, #da1654 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0059a9), color-stop(100%,#da1654));
	background: -webkit-linear-gradient(top, #ef1b58 0, #da1654 100%);
	background: -ms-linear-gradient(top, #ef1b58 0, #da1654 100%);
	background: linear-gradient(top, #ef1b58 0, #da1654 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059a9', endColorstr='#da1654',GradientType=0 );
}
.search-controls { }
.search-controls dt { float:left; font-weight:bold; clear:both; padding:7px 5px; }
.search-controls dd {  padding:7px 0; }


/* Club page */
ul.clubList { list-style:none; width:430px; margin:10px 0 0; padding:0; float:left; border-top:1px solid #b2cde2; }
ul.clubList li { padding:7px 0; vertical-align:top; }
ul.clubList li a { padding:7px 0; font-weight:bold;}
ul.clubList li strong{ width:200px; display:inline-block;}
ul.clubList li span{ display:inline-block; }

h3.clubHead { color:#000; font-family:verdana, sans-serif; }


/* Club info */
.clubList dt { font-weight:bold; width:200px; float:left; }
.clubList dl { padding:3px 0; }
h3.clubHead { border-bottom:2px solid #ccc; margin:10px 0; color:#2989d8 }


/* The Wire */
#wireTabs { margin-bottom:12px; padding:5px; background:#0b2b4a; }
#wireTabs h3 { color:#fff; text-align:center; font-size:1em; margin:0 0 7px }
#wireTabs > ul { padding:0; margin:0; list-style:none; overflow:hidden; border-left:1px solid #7a848d; }
#wireTabs > ul > li { float:left; cursor:pointer; padding:3px 5px; border-bottom:1px solid #7a848d; border-top:1px solid #7a848d; border-right:1px solid #7a848d; position:relative; z-index:55; color:#fff;
	background-color: #7da4c3;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7da4c3),color-stop(1, #c5d1dd)); 
    background-image: -webkit-linear-gradient(top, #7da4c3, #c5d1dd);
	background-image:    -moz-linear-gradient(top, #7da4c3, #c5d1dd); 
    background-image:     -ms-linear-gradient(top, #7da4c3, #c5d1dd);
    background-image:         linear-gradient(top, #7da4c3, #c5d1dd);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7da4c3', EndColorStr='#c5d1dd');	
		    border-radius:0 5px 0 0;
	   -moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
}
#wireTabs > ul > li a { color:#fff; font-weight:bold; font-size:0.9em; }
#wireTabs > ul > li.ui-state-active { border-bottom:1px solid #fff;
	background-color: #c9e2f6;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c9e2f6),color-stop(1, #ffffff)); 
    background-image: -webkit-linear-gradient(top, #c9e2f6, #ffffff);
	background-image:    -moz-linear-gradient(top, #c9e2f6, #ffffff); 
    background-image:     -ms-linear-gradient(top, #c9e2f6, #ffffff);
    background-image:         linear-gradient(top, #c9e2f6, #ffffff);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c9e2f6', EndColorStr='#ffffff');	
}
#wireTabs > ul > li.ui-state-active a { color:#0d3155; border-bottom:1px solid #fff; }
#wireTabs .ui-tabs-panel { border:1px solid #7a848d; margin-top:-1px; position:relative; z-index:50; padding:10px 4px; height:220px; overflow-y:scroll;
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #c9e2f6)); 
    background-image: -webkit-linear-gradient(top, #ffffff, #c9e2f6);
	background-image:    -moz-linear-gradient(top, #ffffff, #c9e2f6); 
    background-image:     -ms-linear-gradient(top, #ffffff, #c9e2f6);
    background-image:         linear-gradient(top, #ffffff, #c9e2f6);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#c9e2f6');	
}
#wireTabs .ui-tabs-panel li { list-style:square; color:#2a5abc; }
#wireTabs .ui-tabs-panel li a { color:#000; font-size:0.9em; }
#wireTabs .ui-tabs-panel li a:hover { text-decoration:underline; }


/* Jobs */
.job { overflow:hidden; padding:10px 0; border-bottom:1px solid #ccc; }
.jobInfo { float:left; width:70%; overflow:hidden; }
.joblinks { float:right; overflow:hidden; text-align:right; }


/* News */
.featuredArticle { overflow:hidden; border-bottom:2px solid #ccc; padding:10px 0;}
.featuredArticle img { float:left; margin:4px 10px 0 0; border:1px solid #ccc; padding:3px; }
.featuredDesc { margin-top:10px; }

.newsFilterMonthWrpr,
.newsFilterCatWrpr { float:left; margin-right:10px; }
.newsFilterYearWrpr { float:left; }
.newsModuleWrpr .btn { margin:0 5px; float:right; }
.sortStatus { border-bottom:1px solid #ccc; padding-bottom:5px; }

.newsItemWrpr { padding:0 0 7px; margin:7px 0; border-bottom:1px solid #ccc; overflow:hidden; }
.newsItemPhoto { float:left; margin:17px 5px 0 0; }
.newsItemDesc { overflow:hidden; }
.newsItemDesc .postDate { margin-top:13px; font-style:italic; }
.newsItemMore { float:right; }
.newsItemAbstract{word-wrap:break-word;}

/* EVENTS */
.eventToolTipWrpr {display:none;width:340px;z-index:99;}
.eventToolTipShadow {padding: 10px 13px;color:#fff; margin:-10px 0 0 15px; background: #4d4b4c;
	   -moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
			box-shadow: 0 0 5px #000;
}
.eventToolTipShadow  h5 { color:#fff; padding:5px;  background: #111;
	background: -moz-linear-gradient(top, #111111 0, #2f2e2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#2f2e2f));
	background: -webkit-linear-gradient(top, #111111 0, #2f2e2f 100%);
	background: -ms-linear-gradient(top, #111111 0, #2f2e2f 100%);
	background: linear-gradient(top, #111111 0, #2f2e2f 100%);	
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#2f2e2f',GradientType=0 );
 }
.eventToolTopShadowBottom {background: url(/cms/images/core/tooltiparrow.png) no-repeat top left;width:15px;height:24px; float:left;}
.eventToolTipDate {font-size:11px;color:#999;font-weight:bold;}
.eventToolTipName {font-size:14px;color:#666;font-weight:bold;margin-bottom:14px;}
.eventToolTipDates, .eventToolTipImage, .eventToolTipDuration, .eventToolTipLocation {margin-bottom:5px; padding:0 5px;}
.eventToolTipDescription { padding:0 5px; overflow:hidden; }
.eventsCalendarItem span.time { font-size:1.0em; color:#00529e; text-transform:capitalize; }

.eventsCalendarsMonthSummaryWrpr { width:240px;margin-right:20px;float:left; margin-top:28px;}
.eventsCalendarListSummaryWrpr { float:left;width:420px;}
.eventsCalendarListHead { border-bottom:1px solid #ccc; background:url(/cms/images/layout/navbg.gif) repeat-x scroll 0 0 #fff; text-align:left; padding:6px 10px; font:bold 13px; margin-bottom:10px;}
.eventsCalendarItemsMargin { margin-left:10px; padding-bottom:10px;}
.eventsCalendarItem { margin-bottom:10px;}
.eventTime { color:#587d58; margin-right:10px;}
.eventsCalendarListHead .hdng { padding:0; background:none; margin:0; border:0;}
a.eventLink, a.eventLink:link, a.eventLink:visited {text-decoration:none; font-weight:bold; text-decoration:none; color:#036; font-size:0.8em;}
a.eventLink:hover { text-decoration:underline; color:#d60a00; }
.monthYearLabels { display:none; }
.monthYearDropdowns { float:right; margin-top:10px; }
.displayMode { float:left; margin-top:10px; }
.calendar_month tr:hover { background:#eee; }
.calendar_month td:hover { background:#ddd; }
.eventsModuleTheme .filter {padding:0; border:2px solid #ccc; background: #d9e9f6; font-size:0.9em; }
.eventsModuleTheme .filter-ins td { padding:12px 0; }

a.navMonth, a.navWeek, a.navSummary, a.navList, a.navCalendar { padding:5px 3px; }
a.navMonth:hover, a.navWeek:hover, a.navSummary:hover, a.navList:hover, a.navCalendar:hover { border-bottom:2px solid #600;}
.themec {  padding:5px 3px; border-bottom:2px solid #1b6cb7;  }
.bold.display { display:none; }
.bold.view { display:none; }

/* calendar summary */
.calendarDate {text-align:center;}
.today, .today td {background-color:#ccc;text-align:center;}
.currday, .currday td {background-color:red; text-align:center;}
table.cal-sm {background-color:#f8f5e4; border-collapse:collapse; width:100%;margin-bottom:15px;}
table.cal-sm td {padding:4px 2px; border:1px solid #ccc; color:#000; background:#eee;}
table.cal-sm th {text-align:center; padding:4px; font-weight:bold; background:#d9e9f6; border:1px solid #ccc;}
table.cal-sm td.day {font-weight:bold; }
table.cal-sm a, table.cal-sm a:link, table.cal-sm a:visited {color: #000; text-decoration:underline;}
table.cal-sm a:hover {text-decoration:none;}
table.cal-sm a:active {text-decoration: underline;}


/* calendar list */
.todayList, .todayList td {background-color:#eee;}
table.cal-list {border-collapse:collapse;}
table.cal-list td {border:1px solid #ccc; padding:12px; }
table.cal-list .alternate {padding:12px;}
table.cal-list td.listRailDate, .listRailDate {float:none; font:normal 11px arial; text-transform: uppercase;vertical-align: middle;width:27%;}


/* calendar month */
table.calendar_month {width:100%; border:1px solid #fff; border-collapse:collapse; }
table.calendar_month tr {vertical-align:top;}
table.calendar_month th { font-size:12px; text-align:center; padding:6px; background-color:#1d6bb6; color:#fff;}
table.calendar_month td.day {font-size:12px; font-weight:bold; border:1px solid #fff;}
table.calendar_month th.cal-week {background:#1d6bb6 url(/cms/images/cal-week.gif) no-repeat center; vertical-align:middle;}

.calendar_numeral {color:#999; font-size:14px; font-weight:bold;}
.calendar_day_empty {border:1px solid #ccc; }
.calendar_day_empty, .calendar_day_event {width:14%; height:50px; border:1px solid #ccc; padding:2px;}
.calendar_day_event img {margin-bottom:6px;}
.calendar_day_event .eventLink { border-top:1px solid #ccc; padding:5px 0;  display:block;}

table.cal-sm a.grey,table.cal-sm a.grey:link,table.cal-sm a.grey:visited {color: #666; text-decoration:none;}
table.cal-sm a.grey:hover {text-decoration: underline;}
table.cal-sm a.grey:active {text-decoration: none;}

table.thumbitemtbl {width:100%; margin-bottom:10px;}
table.thumbitemtbl td {vertical-align:top; padding:10px 15px;}


/* Podcast Module */
.media_list_right_rail_item { 
    background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0, #dbe9f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbe9f4));
	background: -webkit-linear-gradient(top, #ffffff 0,#dbe9f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0,#dbe9f4 100%);
	background: linear-gradient(top, #ffffff 0,#dbe9f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbe9f4',GradientType=0 );
	box-shadow:0 0 2px #666;
}
.media_list_right_rail_item h4 { background:#ccc; padding:5px 10px; border-bottom:1px solid #333; }

ul.audio_list { padding:8px 0; }
ul.audio_list li { padding:6px 0; }


/* liScroll styles */
#ticker-wrap { position:relative; height:45px; white-space:nowrap; margin:5px 0 10px; background: #1b66aa; width:682px;
	background: -moz-linear-gradient(top, #1b66aa 0, #0a355f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b66aa), color-stop(100%,#0a355f));
	background: -webkit-linear-gradient(top, #1b66aa 0,#0a355f 100%);
	background: -ms-linear-gradient(top, #1b66aa 0,#0a355f 100%);
	background: linear-gradient(top, #1b66aa 0,#0a355f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b66aa', endColorstr='#0a355f',GradientType=0 );
}
#ticker-wrap #scroller-head { position:absolute; left:0; top:0; width:122px; height:45px; line-height:44px; border-right:0;  background: #0a355f;
	background: -moz-linear-gradient(top,  #0a355f 0, #1b66aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a355f), color-stop(100%,#1b66aa));
	background: -webkit-linear-gradient(top,  #0a355f 0,#1b66aa 100%);
	background: -ms-linear-gradient(top,  #0a355f 0,#1b66aa 100%);
	background: linear-gradient(top,  #0a355f 0,#1b66aa 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a355f', endColorstr='#1b66aa',GradientType=0 );
}
#ticker-wrap #scroller-head h3 { text-indent:65px; color:#fff; font-size:100%; text-transform:uppercase; }
#ticker-wrap #scroller-head h3 span {
	position:absolute;
	top:-5px;
	left:5px;
	width:49px;
	height:47px;
	text-indent:-9999px;
	background:url(/cms/images/layout/usys-logo.png) no-repeat 0 0 transparent;
}

#scroller { width:560px; overflow:hidden; position:absolute; right:0; top:0; height:45px; }

#scroller a, #scroller a:link, #scroller a:visited { color:#fff; }
#scroller ul { margin:0; padding:0; list-style:none; visibility:hidden; }
.ie6 #ticker-wrap #scroller ul li, .ie7 #ticker_wrap #scroller ul li { zoom:1; display:inline; }

.tickercontainer {height:45px; margin:0 2px 0 0; padding:0; overflow:hidden;}
.tickercontainer .mask {position:relative; left:1px; top:15px; overflow:hidden;}

ul.newsticker { position:relative; left:700px; list-style-type:none; margin:0; padding:0;}
ul.newsticker li {float:left; margin:0; padding:0; overflow:hidden;}
.ie9 ul.newsticker li {font-size:0.9em; }
ul.newsticker a,
ul.newsticker a:link,
ul.newsticker a:visited { white-space:nowrap; padding:0; margin:0 30px 0 0;} 
ul.newsticker a:hover { text-decoration:underline; } 
ul.newsticker span {margin:0 10px 0 0;} /* News Ticker */


/* liScroll styles - Club/Association Iframed Tickers */
.clubScroll #ticker-wrap { position:relative; width:980px; height:28px; white-space:nowrap; margin:10px 0; background:transparent; }
.clubScroll #ticker-wrap #scroller-head { position:absolute; left:12px; top:0; width:115px; height:26px; line-height:28px; border:1px solid #fff; border-right:0; }
.clubScroll #ticker-wrap #scroller-head h3 { text-indent:55px; color:#333; font-size:100%; text-transform:uppercase; }
.clubScroll #ticker-wrap #scroller-head h3 span { position:absolute; top:-13px; left:-12px; width:49px; height:47px; text-indent:-9999px; background:url(/cms/images/layout/usys-logo.png) no-repeat 0 0 transparent; }

.clubScroll #scroller { width:850px; overflow:hidden; position:absolute; right:0; top:0; height:26px; border:1px solid #fff; background:#333; }

.clubScroll #scroller a, .clubScroll #scroller a:link, .clubScroll #scroller a:visited { color:#fff; }
.clubScroll #scroller ul { margin:0; padding:0; list-style:none; visibility:hidden; }
.ie6 .clubScroll #ticker-wrap #scroller ul li, .ie7 .clubScroll #ticker_wrap #scroller ul li { zoom:1; display:inline; }

.clubScroll .tickercontainer {height:26px;  margin:0 2px 0 0;  padding:0; overflow:hidden;}
.clubScroll .tickercontainer .mask {position:relative; left:1px; top:6px; overflow:hidden;}
.clubScroll ul.newsticker { position:relative; left:700px; list-style-type:none; margin:0; padding:0;}
.clubScroll ul.newsticker li {float:left; margin:0; padding:0;}
.clubScroll ul.newsticker a,
.clubScroll ul.newsticker a:link,
.clubScroll ul.newsticker a:visited { white-space:nowrap; padding:0; margin:0 50px 0 0;} 
.clubScroll ul.newsticker span {margin:0 10px 0 0;} 

.clubScroll.yellowScroll #ticker-wrap #scroller-head { background:#f2da27; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2DA27', endColorstr='#F2DA27',GradientType=0 );
}



/*
#ticker_wrap { position:relative; padding:15px 0 15px 14px; }
#ticker_wrap .tickerLogo {width:53px; height:59px; position:absolute; top:0; left:0; background-repeat:no-repeat; background-position:0 0; text-indent:-999em;}
#ticker_wrap .tickerHdng {position:absolute; top:22px; left:65px; font-weight;12px; color:#000; text-transform:uppercase; margin:0;}
#ticker_wrap #scroller {height:28px;  padding-left:106px;}
*/

/* Newswire */
.headlines-feed { border:1px solid #333; background:#fff }
.headlines-feed a, .headlines-feed a:link, .headlines-feed a:visited { color:#036; }
.headlines-feed a:hover { text-decoration:underline; }
.headlines-head { padding:10px 0; font-weight:bold; display:block; text-align:center; }
.moduleAff ul { padding:2px 25px; margin:-10px 0 0; list-style:disc; }
.moduleAff ul  li { padding:10px 0; margin:0; }
.headlines-image { margin:2px 0 0 1px;  }


.PollTable {
    background: url("/cms/usta/images/leftdevice-bg.gif") repeat-x scroll left bottom transparent;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 194px;
  border-spacing:5px;
  border-collapse:separate;
}
.PollTable table {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.PollTitle td {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.PollTitle p {
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
	color:#fff;
}
.PollOption td {
    padding: 5px 0 0 5px;
    text-align: left;
    vertical-align: middle;
}
.PollOptionInput {
    width: 20px;
}
.PollOption input {
    text-align: left;
    vertical-align: bottom;
}
.PollOptionResultTitle {
    padding-left: 10px;
    padding-top: 5px;
    width: 120px;
}
.PollOptionResult {
    padding-top: 5px;
    text-align: left;
}
.cmsPollOptionImage {
    height: auto;
    text-align: center;
    width: 200px;
}
.cmsPollContainer .cmsheader {
    height: 25px;
    padding-bottom: 5px;
    text-align: center;
}
.PollTable {
    background: none repeat scroll 0 0 #003871;
}
.PollTable .PollTitle td p {
    background-color: #64AFFB;
    font-weight: normal;
    padding-left: 8px;
    text-align: left;
    text-shadow: 1px 1px 1px #2F5275;
}
.PollDesc { padding:10px; }
.PollTable .PollDesc p {
    font-weight: bold;
    margin: 0;
    padding: 3px;
    text-align: center;
	color:#fff;
}
#pollResults {
    padding: 5px 5px 5px 8px;
}
.pollResultsWrpr {
    margin-bottom: 5px;
}
.pollResultsText {
    margin-bottom: 2px;
}
.pollResults {
    background-color: #5596D8;
    display: inline;
    margin: 0;
    padding: 0;
}
.pollPercentageWrpr {
    padding: 5px;
}
.pollPreviousQuestionsWrpr {
    border: 1px solid #CFCAB5;
    margin-bottom: 10px;
    padding: 3px;
}
.pollPreviousQuestionsWrprHdng {
    font-weight: bold;
    margin-bottom: 3px;
}
.pollPreviousQuestionWrpr {
    font-size: 1em;
    margin-bottom: 3px;
}
.pollPreviousQuestionDate {
    float: left;
    font-style: italic;
}
.pollPreviousQuestionName {
    margin-left: 65px;
}
.pollPercentageQuestion {
    border-bottom: 1px solid #000000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.pollPercentageResultsHdng {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.pollPercentageResultWrpr {
    margin-bottom: 5px;
}
.pollPercentageResultsBarHeight {
    height: 12px;
}
.pollPercentageResultsBar {
    background-color: #660000;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pollPercentageResultTotalWrpr {
    margin-top: 5px;
}


/* PHOTO GALLERY */
.mod_gallery_landing {padding:15px 0; margin:0 auto; overflow:hidden;}

.mod_all_galleries {padding:10px 0;width:656px; margin:0 auto; }
.mod_all_galleries ul {list-style-type:none; margin:0; padding:0;}
.mod_all_galleries ul li {float:left; display:inline; width:188px; height:220px; text-align:center; margin:0 15px; padding:0;}
.mod_all_galleries ul li img {width:148px; height:98px; margin:0 0 4px; border:1px solid #900;}
.mod_gallery_pager {padding:15px 10px}
.mod_gallery_pager ul {list-style-type: none;}
.mod_gallery_pager li {float:left; display:inline; margin:0 5px 0 0; display:block; font-size:12px;}
.mod_gallery_pager li a {float:left; color:#003871; padding:4px; border:1px solid #ddd; text-decoration:none;}
.mod_gallery_pager li a:hover { background:#eee; border:1px solid #003871;}
.mod_gallery_pager li.nolink {color:#ccc; border:1px solid #ddd; padding:4px;}
.mod_gallery_pager li.current {color:#fff; border:1px solid #ddd; padding:4px; background:#003871;}

.mod_gallery_details {width:564px; padding:15px 0; margin:0 auto;}

.mod_landing_gal ul li { margin-top:5px; float:left; display:inline; overflow:hidden; margin-left:27px; text-align:center; margin-bottom:10px;}
.mod_landing_gal ul li img { padding:3px; border:1px solid #e9e5cf; }
#demotip { display:none; background:transparent url(/tools/img/tooltip/black_arrow.png); font-size:12px; height:70px; width:160px; padding:25px; color:#fff; }

.photoGalleryWrpr { position:relative; margin-bottom: 15px; }
.photoGalleryWrpr h2 { color:#585858; font-size:18px; font-weight:normal; margin:0 0 10px; }
.photoGalleryWrpr .photo_toolbar { height:20px; }
.photoGalleryWrpr .photo_toolbar a.photo_goback, #mod_photo_viewer .photo_toolbar a.photo_goback:link, #mod_photo_viewer .photo_toolbar a.photo_goback:visited {
	background:url(/cms/images/gallery/icon_go_back.gif) no-repeat scroll 0 0 transparent;
	color:#585858;
	display:block;
	float:left;
	padding-left:17px;
	text-decoration:none;
}
.photoGalleryWrpr .photo_toolbar a.photo_email, #mod_photo_viewer .photo_toolbar a.photo_email:link, #mod_photo_viewer .photo_toolbar a.photo_email:visited {
	background:url(/cms/images/gallery/icon_email_to.gif) no-repeat scroll 0 0 transparent;
	color:#585858;
	display:block;
	float:right;
	padding-left:19px;
	text-decoration:none;
}
.photoGalleryCycleWrpr {
	background:url(/cms/images/gallery/loading.gif) no-repeat scroll 50% 40% transparent;
	border:1px solid #a7a7a7;
	padding:0;
	position:relative;
	width:100% !important;
	z-index:10;
	min-height:500px;
}
.photoGalleryPhotoCountWrpr { position:relative; }
.photoGalleryPhotoCount { color:#6e6e6e; position:absolute; right:30px; top:10px; }
.photoGalleryBorder { border:1px solid #e0e0e2; padding:2px; position:relative; }
.photoGalleryCycleItem { width:100%; background:transparent !important; }
.photoGalleryCyclePhotoWrpr { margin:30px auto 10px; padding:0; position:relative; }
.photoGalleryNavLeft,
.photoGalleryNavRight { cursor:pointer; position:absolute; top:45%; z-index:20;  background:#940019; height:28px;}
.photoGalleryNavLeft:hover, .photoGalleryNavRight:hover { background:#c80031; }
.photoGalleryNavLeft { left:0; }
.photoGalleryNavRight  { right:0; }
.photoGalleryCaption { color:#666; font-size:10px; margin:3px auto; }
.photoGalleryThumb { border-style:none; height:60px; width:80px; }
.photoGalleryPhotoNavHoriz { height:1%; margin:15px 0 15px 1px; padding:5px 0; overflow:hidden; position:relative; width:564px; background: #d9e9f6;
	border-bottom:1px solid #bdc0c5; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d6dadd));
	background-image: -webkit-linear-gradient(top, #fefefe, #d6dadd);
	background-image:    -moz-linear-gradient(top, #fefefe, #d6dadd);
	background-image:     -ms-linear-gradient(top, #fefefe, #d6dadd);
	background-image:         linear-gradient(top, #fefefe, #d6dadd);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#d6dadd');
}
.photoGalleryPhotoNavHoriz li { float:left; list-style:none outside none; margin:0 6px 0 0; padding:0; }
.photoGalleryPhotoNavHoriz a.prevPage {
	background:url(/cms/images/gallery/thumbs_arrow_back_main.gif) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	height:62px;
	text-decoration:none;
	width:15px;
}
.photoGalleryPhotoNavHoriz a.nextPage {
	background:url(/cms/images/gallery/thumbs_arrow_next_main.gif) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:right;
	height:62px;
	text-decoration:none;
	width:15px;
}
.photoGalleryPhotoNavHoriz a.disabled { background-position:0 -62px; }
.photoGalleryPhotoNavHoriz li a { border:1px solid #900; display:block; text-align:center; width:80px; }
.photoGalleryPhotoNavHoriz a.activeSlide { border:1px solid #999; }
.photoGalleryPhotoNavHoriz a.activeSlide img { cursor:default; opacity:0.4; }
.photoGalleryPhotoNavHoriz a:focus { outline:medium none; }
.photoGalleryPhotoNavHoriz .scrollable ul { margin:0; padding:0; }
.photoGalleryPhotoNavHoriz .scrollable .items { cursor:pointer; float:left; height:62px; margin:0; padding:0; vertical-align:middle; width:82px; }
.photoGalleryCycleCredits { font-size:11px; font-style:italic; margin:0 0 8px 30px; width:500px; }
.photoGalleryCycleDesc { margin:0 0 0 30px; width:500px; }
.photoGalleryPhotoNavHoriz .scrollable { float:left; height:62px; margin:0 0 10px 6px; overflow:hidden; position:relative; width:528px; }
.photoGalleryPhotoNavHoriz .scrollable .items { position:absolute; width:20000em; }
.photoGalleryPhotoNavHoriz .scrollable .items div { float:left; }
.photoGalleryPhotoNavHoriz .navi { height:20px; margin-left:268px; width:280px; }
.photoGalleryPhotoNavHoriz .navi a {
	background:url(/cms/images/gallery/navigator.gif) no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:8px;
	margin:3px;
	width:8px;
}
.photoGalleryPhotoNavHoriz .navi a:hover { background-position:0 -8px; }
.photoGalleryPhotoNavHoriz .navi a.active { background-position:0 -16px; cursor:default; }


/* BLOGS */
#blog_archive .mod_contents			 { min-height:100px; }
#blog_archive .mod_contents ul li		 { border-top:none; }
#blog_archive .mod_contents ul ul 		 { display:none; }
#blog_archive .mod_contents ul ul li 	 { border-top:1px solid #d5dae0; padding:3px 0; }
#blog_archive .mod_contents ul a 		 { display:block; margin-left:0; padding:3px 0 3px 5%; width:95%; border-bottom:1px solid #d5dae0; background:url(/images/2011/layout/list_arrow.gif) no-repeat 2px -5px transparent; color:#d60a00; font-weight:bold; }
#blog_archive .mod_contents ul a.opened{ background-position:3px 8px; }
#blog_archive .mod_contents ul ul a		 { width:auto; padding:0 0 0 13%; color:#000; font-weight:normal;  border-bottom:none; background:none; }
#blog_archive .mod_contents ul ul li:first-child { border:none; }

#blogger_info img { float:left; margin:4px 7px 0 0; }

.blogWrpr .genericPager ul {overflow:hidden; font-size:.8em; line-height:1.9em;}
.blogWrpr .dateLine {font-size:.8em; color:#666;}
.ModuleBlogImage {float:left; margin-right:15px;}
.ModuleBlogList li {display:block;}
.ModuleBlogList li span {text-align:right; display:block; overflow:hidden; height:1.2em;}
.ModuleBlogList li a {}
.blogAbstractWrpr {background: #d9eaf4; border:1px solid #bcc1c5; margin-bottom:15px; overflow:hidden; padding:0 4px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWVhZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d9eaf4 0, #ffffff 50%, #d9eaf4 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9eaf4), color-stop(50%,#ffffff), color-stop(100%,#d9eaf4)); 
	background: -webkit-linear-gradient(top, #d9eaf4 0,#ffffff 50%,#d9eaf4 100%); 
	background: -ms-linear-gradient(top, #d9eaf4 0,#ffffff 50%,#d9eaf4 100%); 
	background: linear-gradient(top, #d9eaf4 0,#ffffff 50%,#d9eaf4 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eaf4', endColorstr='#d9eaf4',GradientType=0 ); 
}
.blogAbstractWrpr .ModuleBlogImage {display:block; float:left; margin-right:10px;}

h3 .postTitle{color:#00529e;}

.blogLandingWrpr .ModuleBlogAbstract {overflow:hidden;}
.blogLandingWrpr .ModuleBlogAbstract br {display:none;}
.blogLandingWrpr .ModuleBlogAbstract .byLine {font-weight:bold; font-size:1.2em; color:#00529e;}
.blogLandingWrpr p {margin-bottom:.5em;}
.blogLandingWrpr .dateLine {font-size:.8em; font-weight:bold;}

.blogarchive { list-style:none; padding:0; margin:0; }
.blogarchive li { margin:4px 0; }
.blogarchive li li{ list-style:none; }
.blogarchive li li li{ list-style:disc; }
.blog_archive_month > a, .blog_archive_year > a { width:10px; height:10px; background:url(/cms/images/buttons/showhide.jpg) no-repeat 0 0; text-indent:-999999em; display:block; float:left; margin:3px 3px 0 0; }
.blog_archive_month > a.hideit, .blog_archive_year > a.hideit { background:url(/cms/images/buttons/showhide.jpg) no-repeat 0 -10px;  }
.blog_archive_month ul { display:none; }


/* COMMENTING */
.commentwrapper, .submitcommentswrpr {background:#f7f7f7; border:1px solid #e1e1e1; margin-bottom:10px; padding:12px 12px 0;}
.commentbodywrpr {font-style:italic;}
.commentor {color:#00529e; font-weight:bold;}
.commentbody {color:#333; display:block; padding:0 12px; margin:5px 0; font-style:normal;}
.commentdate {font-size:.8em; font-weight:bold;}
.commentsinputname, .commentsinput, .commentsstate select {width:300px;}
.submitcommentswrpr textarea {width:99%;}
.captchawrpr {margin:10px 0;}


/* MULTIMEDIA / VIDEO PLAYER */

#video_content .slide a    { font-size:85%;  }
.category_info 			{ float:left; width:18%; }
.category_info ul		{ list-style:none; margin:0; }
.category_info li			{ margin:3px 0; }
.category_info li a		{ font-weight:bold; }
.category_title			{ font-family:arial, sans-serif; font-weight:normal; font-size:167%; color:#06447f; text-align:center; border-bottom:2px solid #d6dde2; }

.category_videos 		{ float:left; width:81%; margin-left:1%;  }
.category_videos ul		{ list-style:none; margin:0; border-left:2px solid #d6dde2; }
.category_videos li		{ float:left; width:17%; margin:0 0.9em; }
.category_videos li a		{ display:block; font-weight:bold; color:#222; line-height: 1.1em; margin-bottom:1.5em; }

.pagination a 	         { color:#1d6bb6; }
.pagination .current { color:#d60a00; }

.mMStage { height:640px; }
.mMPlaying { overflow:hidden; clear:both; }

#divVideoPlayer { float:left; margin:5px 10px 10px 0; }
#mMAjaxContent { overflow:hidden; }
#mMAjaxContent ul { list-style:none; padding:0; margin-left:0; }
.mMMenuBar ul { list-style:none; }
.mMMenuBar { background:none repeat scroll 0 0 #d8e1ee; border:1px solid #fff; color:#000; height:30px; position:relative; width:682px; z-index:10; }
.mMLabel { float:left; font-size:12px; margin:5px 6px 0 0; }

.photo50 { float:left; width:50px; height:50px; margin:3px 5px 5px 0; }

.mMCats .sf-menu a, .mMCats .sf-menu a:visited { color:#474747; }
.mMCats .sf-menu a, .mMCats .sf-menu a:hover { color:#afafaf; }
.mMCats .sf-menu a, .mMCats .sf-menu a:link, .mMCats .sf-menu a:visited { height:26px; text-decoration:none; text-indent:-9999em; }
.mMCats .sf-menu a.mMCatBtn, .mMCats .sf-menu a.mMCatBtn:link, .mMCats .sf-menu a.mMCatBtn:visited { background-image:url(/cms/images/multiMod/cat_menu_btn.gif); width:99px; display:block; }
.mMCats .sf-menu a, .mMCats .sf-menu a:visited { color:#474747; }
.mMCats .sf-menu a, .mMCats .sf-menu a:link, .mMCats .sf-menu a:visited { height:26px; text-decoration:none; text-indent:-9999em; }
.ctmainMod .mMSearch { float:right; margin-right:10px; }
.ctmainMod .mMSearch .mMLabel { float:left; font-size:12px; margin:7px 6px 0 0; }
.ctmainMod .mMIndex { height:284px; margin-left:-4px; width:682px; }
.ctmainMod .mMIndex ul li { background:#eee; text-align:center; margin:0 0 25px 20px; padding:4px 2px; display:inline; float:left; height:140px; position:relative; width:143px; }
.ctmainMod .mMIndex ul li:hover { background:#ddd; }
.ctmainMod .mMIndex .mMThumb {  }
.ctmainMod .mMIndex .mMThumb img{ box-shadow:1px 1px 3px #000; }
.ctmainMod .mMIndex .mMCaption { font-size:11px; height:42px; left:6px; line-height:14px; overflow:hidden; position:absolute; top:98px; width:130px; }
.ctmainMod .mMIndex .mMThumbOverlay { border-bottom:2px solid #f81340; display:none; height:153px; left:0; position:absolute; text-indent:-9999em; top:0; width:147px; }
.ctmainMod .mMPagerBar { background-color:#d8e1ee; border-top:1px solid #868583; color:#000; height:34px; }
.ctmainMod .mMBrdcrmb { background-color:#eaeaea; border-bottom:1px solid #868583; margin-bottom:10px; padding:5px 0; width:683px; }
.ctmainMod .mMBrdcrmbInner { font-size:11px; margin:0 10px; }
.ctmainMod .mMBrdcrmbInner span { font-weight:bold; }
.ctmainMod .mMSearch .mMSrchInpt { border:1px solid #868583; float:left; font-size:11px; margin:4px 2px 0 0; padding:2px; width:140px; }
.ctmainMod .mMSearch .mMSrchImgBtn { float:left; height:26px; margin:2px 0 0; width:26px; }
.ctmainMod .mMCats { float:left; margin:2px 0 0 10px; }
.mMCats .sf-menu { float:left; }
.ctmainMod .sf-menu ul { position:absolute; top:-999em; width:10em; }
.ctmainMod .sf-menu ul ul { position:absolute; width:10em; }
.ctmainMod .sf-menu li:hover ul, .ctmainMod .sf-menu li.sfHover ul { left:0; top:2.5em; z-index:99; }
.ctmainMod .sf-menu li:hover ul li:hover ul, .ctmainMod .sf-menu li.sfHover ul li.sfHover ul { left:120px;; top:0.5em; z-index:99; }
.ctmainMod  ul.sf-menu li li:hover ul, .ctmainMod  ul.sf-menu li li.sfHover ul { left:120px; }
.mMCats .sf-menu li li a, .mMCats .sf-menu li li a:link, .mMCats .sf-menu li li a:visited { height:auto; line-height:16px; padding:3px 5px; text-indent:0; }
.mMCats .sf-menu li { font-size:11px; margin:0; position:relative; }
.mMCats .sf-menu li.sfHover a { background-position:0 -26px; }
.mMCats .sf-menu li ul { background-color:#fff; border:1px solid #868583; margin:-3px 0 0 1px; padding:4px 10px 8px; width:230px; }
.ctmainMod .mMPagerStatus { float:left; font-size:12px; margin:5px 0 0 10px; }

ul.pages { float:right; list-style:none; }
ul.pages li { float:left; }

.ctmainMod .mMPagerBar .mMPager li.page-number {margin:4px 1px; padding:0 4px; border:1px solid #525252;}
.ctmainMod .mMPagerBar .mMPager li.page-number.pgCurrent {color:#22365c; background-color:#fff; border:1px solid #000; background:#fff; margin-left:1px;}

.ctmainMod .mMPagerBar .mMPager li.pgFirst, .ctmainMod .mMPagerBar .mMPager li.pgLast, .ctmainMod .mMPagerBar .mMPager li.pgPrev, .ctmainMod .mMPagerBar .mMPager li.pgNext {width:46px; height:23px; background-image:url(/cms/images/multiMod/pager_sprite.gif); background-repeat:no-repeat; margin:2px 0 0 0; padding:0; text-indent:-9999em;}

.ctmainMod .mMPagerBar .mMPager li.pgFirst {background-position:0 0; margin:2px 0 0; }
.ctmainMod .mMPagerBar .mMPager li.pgFirst:hover {background-position:0 -23px;}

.ctmainMod .mMPagerBar .mMPager li.pgLast {background-position:-46px 0;}
.ctmainMod .mMPagerBar .mMPager li.pgLast:hover {background-position:-46px -23px;}

.ctmainMod .mMPagerBar .mMPager li.pgPrev {background-position:0 -46px; margin-right:4px;}
.ctmainMod .mMPagerBar .mMPager li.pgPrev:hover {background-position:0 -69px;}

.ctmainMod .mMPagerBar .mMPager li.pgNext {background-position:-46px -46px; margin-left:4px;}
.ctmainMod .mMPagerBar .mMPager li.pgNext:hover {background-position:-46px -69px;}





/* ---- PRINT STYLES ----
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
.prntFtr { padding:7px; border-top:3px solid #00529f; font-size:0.9em;}





/* ---- GLOBAL STYLES?? ---- */

/* Mod Styles */
.mod, .ad_mod { margin-bottom:10px; }

.mod { position:relative; zoom:1; padding:1px;  border-radius:1px 1px 0 0; background-color: #d9dadc;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #bcc1c5),color-stop(1, #ffffff)); 
    background-image: -webkit-linear-gradient(top, #bcc1c5, #ffffff);
	background-image:    -moz-linear-gradient(top, #bcc1c5, #ffffff); 
    background-image:     -ms-linear-gradient(top, #bcc1c5, #ffffff);
    background-image:         linear-gradient(top, #bcc1c5, #ffffff);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bcc1c5', EndColorStr='#ffffff'); 
}

.mod .mod_header { zoom:1; padding:3px 8px 8px;  background-color: #d9e9f6;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d9e9f6),color-stop(1, #ffffff)); 
    background-image: -webkit-linear-gradient(top, #d9e9f6, #ffffff);
	background-image:    -moz-linear-gradient(top, #d9e9f6, #ffffff); 
    background-image:     -ms-linear-gradient(top, #d9e9f6, #ffffff);
    background-image:         linear-gradient(top, #d9e9f6, #ffffff);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9e9f6', EndColorStr='#ffffff'); 	
}

h3.mod_header,
.mod .mod_header h3 { 
	font-family:arial, sans-serif;
    font-style:normal;
    text-decoration:none;
    letter-spacing:0;
    word-spacing:0;
    line-height:1.2;	
	color:#00529e; 
}
.mod .mod_header h3 { font-size:174%; }
h3.mod_header { font-size:174%; font-weight:normal; }

.mod_contents { zoom:1; padding:5px; background:url(/cms/images/2011/layout/mod_contents_bg.jpg) repeat-x left bottom #fff; }

.mod_contents ul 		{ width:100%; margin:0; padding:0; list-style:none; }
.mod_contents ul li 	{ border-top:1px solid #d5dae0; padding:3px 0; }
.mod_contents ul a 	{ margin-left:3%; color:#000; font-size:93%; }

.mod_contents ul li:first-child { border:none; }

.mod_contents a.currLink { color:#d60a00; font-weight:bold; }


/* Mod Tab Styles */
.mod_tabs 		{ position:relative; padding-top:21px; margin-bottom:10px; }
.mod_tabs .tabs	{ position:absolute; top:0; margin:0; width:100%; overflow:hidden; list-style:none; }
.mod_tabs .tabs li	{  float:left;  border-top:1px solid #7a848d;  border-right:1px solid #7a848d;  border-bottom:1px solid #7a848d; background-color: #7da4c5;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7da4c5),color-stop(1, #c4d1dd)); 
    background-image: -webkit-linear-gradient(top, #7da4c5, #c4d1dd);
	background-image:    -moz-linear-gradient(top, #7da4c5, #c4d1dd); 
    background-image:     -ms-linear-gradient(top, #7da4c5, #c4d1dd);
    background-image:         linear-gradient(top, #7da4c5, #c4d1dd);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7da4c5', EndColorStr='#c4d1dd');	
}
.mod_tabs .tabs li:first-child { border-left:1px solid #7a848d; }
.mod_tabs .tabs li.current {  border-bottom:none;  background-color: #7da4c5;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cae3f7),color-stop(1, #ffffff)); 
    background-image: -webkit-linear-gradient(top, #cae3f7, #ffffff);
	background-image:    -moz-linear-gradient(top, #cae3f7, #ffffff); 
    background-image:     -ms-linear-gradient(top, #cae3f7, #ffffff);
    background-image:         linear-gradient(top, #cae3f7, #ffffff);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cae3f7', EndColorStr='#ffffff');
}
.mod_tabs .tabs li a	{  display:block; font-weight:bold; color:#fff; padding:2px 12px; }
.mod_tabs .tabs li.current a { padding:3px 12px 2px; color:#0c3054; }
.mod_tabs .slides	{  border:1px solid #7a848d;  background-color: #dae8f5;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dae8f5)); 
    background-image: -webkit-linear-gradient(top, #ffffff, #dae8f5);
	background-image:    -moz-linear-gradient(top, #ffffff, #dae8f5); 
    background-image:     -ms-linear-gradient(top, #ffffff, #dae8f5);
    background-image:         linear-gradient(top, #ffffff, #dae8f5);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dae8f5');	
}
.mod_tabs .slide		{ padding:1%; }

.mod_noHead .mod_contents			{ overflow:hidden; background:url(/cms/images/2011/layout/blogger_bg.jpg) repeat-x 0 0 #ddebf6; font-size:93%; }
.mod_noHead .mod_contents img		{ float:left; margin-right:10px; }
.mod_noHead .mod_contents h3			{ font-family:verdana, sans-serif; font-size:131%; color:#0053a0; }
.mod_noHead .mod_contents p			{ color:#333; font-size:93%; margin:.3em; }
.mod_noHead .mod_contents ul li			{ border-top:none; background:url(/cms/images/2011/layout/li_dot.gif) no-repeat 0 60%; margin-left:5px; padding:1px 0; }





/* ---- MISC. PLUGIN STYLES ---- */


/* Countdown 1.5.9 */
.countdown { position:relative; float:right; width:232px; font-weight:bold; color:#0060aa; height:90px; padding:5px 20px; background:url(/cms/images/2011/countdownbg.jpg) no-repeat; color:}

.hasCountdown { margin:15px 0 0 -14px; height:30px;  overflow:hidden; position:absolute; bottom:16px; width:258px; color:#fff; font-size:0.8em; font-weight:bold; text-transform:uppercase; letter-spacing:-0.1em; border:1px solid #0e2e54; background: #0059aa;
	background: -moz-linear-gradient(top, #0059aa 0, #0e2e54 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0059aa), color-stop(100%,#0e2e54));
	background: -webkit-linear-gradient(top, #0059aa 0, #0e2e54 100%);
	background: -ms-linear-gradient(top, #0059aa 0, #0e2e54 100%);
	background: linear-gradient(top, #0059aa 0, #0e2e54 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059aa', endColorstr='#0e2e54',GradientType=0 );
}
.countdown_rtl { direction: rtl; }
.countdown_holding span { background-color: #ccc; }
.countdown_row { clear: both; width: 130%; padding: 0 2px; text-align: center; }
.countdown_show1 .countdown_section { width: 98%; }
.countdown_show2 .countdown_section { width: 48%; }
.countdown_show3 .countdown_section { width: 32.0%; }
.countdown_show4 .countdown_section { width: 21%; padding:0 1%; }
.countdown_show4 .countdown_section:first-child { padding:0 1%; }
.countdown_show4 .countdown_section:last-child { width: 20.0%; padding:0 2%; border-right:0;}
.countdown_show5 .countdown_section { width: 15.0%; }
.countdown_show6 .countdown_section { width: 16.25%; }
.countdown_show7 .countdown_section { width: 14%; }
.countdown_section { color:#a0cdf7; display: block; height:100%; line-height:28px; margin:0 1px 0 0; float: left; font-size: 75%; text-align: center; border-left:1px solid #0e2e54;  }
.countdown_section:first-child { border-left:0; }
.countdown_section br { display:none; }
.countdown_section span { margin-right:3px; color:#fff; }
.countdown_amount { font-size:200%; }
.countdown_descr { display:block; width:100%; }


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox { border:4px solid #ccc; box-shadow:0 0 8px #000; }
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#cboxOverlay{background:url(/cms/images/colorbox/overlay.png) repeat #000;}
#cboxContent { background:#fff; overflow:visible; }


/* Alert module */

.alert { background: #a90329; border:2px solid #a90329; margin:5px 0 15px; color:#fff; border-radius:5px; padding:7px;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}
.alert span a { color:#fff; font-family:arial, sans-serif; }


/* jQuery UI */
 .ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.ui-helper-clearfix{display:inline-block;}/* required comment for clearfix to work in Opera \*/ * html .ui-helper-clearfix{height:1%;}.ui-helper-clearfix{display:block;}/* end clearfix */ .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}.ui-state-disabled{cursor:default!important;}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}#ui-datepicker-div .ui-widget{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1.1em;}#ui-datepicker-div.ui-widget{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1.1em;}#ui-datepicker-div.ui-widget .ui-widget{font-size:1em;}#ui-datepicker-div .ui-widget .ui-widget{font-size:1em;}#ui-datepicker-div.ui-widget input,#ui-datepicker-div.ui-widget select,#ui-datepicker-div.ui-widget textarea,#ui-datepicker-div.ui-widget button{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em;}#ui-datepicker-div.ui-widget input,#ui-datepicker-div.ui-widget select,#ui-datepicker-div.ui-widget textarea,#ui-datepicker-div.ui-widget button{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em;}#ui-datepicker-div .ui-widget input,#ui-datepicker-div .ui-widget select,#ui-datepicker-div .ui-widget textarea,#ui-datepicker-div .ui-widget button{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em;}#ui-datepicker-div .ui-widget input,#ui-datepicker-div .ui-widget select,#ui-datepicker-div .ui-widget textarea,#ui-datepicker-div .ui-widget button{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em;}#ui-datepicker-div.ui-widget-content{border:1px solid #a6c9e2;background:#fcfdfd url(/cms/images/jquery-ui/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;color:#222;}#ui-datepicker-div .ui-widget-content{border:1px solid #a6c9e2;background:#fcfdfd url(/cms/images/jquery-ui/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;color:#222;}#ui-datepicker-div.ui-widget-content a{color:#222;}#ui-datepicker-div .ui-widget-content a{color:#222;}#ui-datepicker-div.ui-widget-header{border:1px solid #4297d7;background:#5c9ccc url(/cms/images/jquery-ui/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold;}#ui-datepicker-div .ui-widget-header{border:1px solid #4297d7;background:#5c9ccc url(/cms/images/jquery-ui/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold;}#ui-datepicker-div.ui-widget-header a{color:#fff;}#ui-datepicker-div .ui-widget-header a{color:#fff;}#ui-datepicker-div.ui-state-default,#ui-datepicker-div.ui-widget-content .ui-state-default,#ui-datepicker-div.ui-widget-header .ui-state-default{border:1px solid #c5dbec;background:#dfeffc url(/cms/images/jquery-ui/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#2e6e9e;}#ui-datepicker-div .ui-state-default,#ui-datepicker-div .ui-widget-content .ui-state-default,#ui-datepicker-div .ui-widget-header .ui-state-default{border:1px solid #c5dbec;background:#dfeffc url(/cms/images/jquery-ui/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#2e6e9e;}#ui-datepicker-div.ui-state-default a,#ui-datepicker-div.ui-state-default a:link,#ui-datepicker-div.ui-state-default a:visited{color:#2e6e9e;text-decoration:none;}#ui-datepicker-div .ui-state-default a,#ui-datepicker-div .ui-state-default a:link,#ui-datepicker-div .ui-state-default a:visited{color:#2e6e9e;text-decoration:none;}#ui-datepicker-div.ui-state-hover,#ui-datepicker-div.ui-widget-content .ui-state-hover,#ui-datepicker-div.ui-widget-header .ui-state-hover,#ui-datepicker-div.ui-state-focus,.ui-widget-content .ui-state-focus,#ui-datepicker-div.ui-widget-header .ui-state-focus{font-weight:bold;}#ui-datepicker-div .ui-state-hover,#ui-datepicker-div .ui-widget-content .ui-state-hover,#ui-datepicker-div .ui-widget-header .ui-state-hover,#ui-datepicker-div .ui-state-focus,.ui-widget-content .ui-state-focus,#ui-datepicker-div .ui-widget-header .ui-state-focus{font-weight:bold;color:#1d5987;}#ui-datepicker-div.ui-state-hover a,#ui-datepicker-div.ui-state-hover a:hover{color:#1d5987;text-decoration:none;}#ui-datepicker-div .ui-state-hover a,#ui-datepicker-div .ui-state-hover a:hover{color:#1d5987;text-decoration:none;}#ui-datepicker-div.ui-state-active,#ui-datepicker-div.ui-widget-content .ui-state-active,#ui-datepicker-div.ui-widget-header .ui-state-active{font-weight:bold;color:#e17009;}#ui-datepicker-div .ui-state-active,#ui-datepicker-div .ui-widget-content .ui-state-active,#ui-datepicker-div .ui-widget-header .ui-state-active{font-weight:bold;color:#e17009;}#ui-datepicker-div.ui-state-active a,#ui-datepicker-div.ui-state-active a:link,#ui-datepicker-div.ui-state-active a:visited{color:#e17009;text-decoration:none;}#ui-datepicker-div.ui-widget :active{outline:none;}#ui-datepicker-div .ui-state-active a,#ui-datepicker-div .ui-state-active a:link,#ui-datepicker-div .ui-state-active a:visited{color:#e17009;text-decoration:none;}#ui-datepicker-div .ui-widget :active{outline:none;}#ui-datepicker-div.ui-state-highlight,#ui-datepicker-div.ui-widget-content .ui-state-highlight,#ui-datepicker-div.ui-widget-header .ui-state-highlight{border:1px solid #fad42e;background:#fbec88 url(/cms/images/jquery-ui/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;color:#363636;}#ui-datepicker-div .ui-state-highlight,#ui-datepicker-div .ui-widget-content .ui-state-highlight,#ui-datepicker-div .ui-widget-header .ui-state-highlight{border:1px solid #fad42e;background:#fbec88 url(/cms/images/jquery-ui/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;color:#363636;}#ui-datepicker-div.ui-state-highlight a,#ui-datepicker-div.ui-widget-content .ui-state-highlight a,#ui-datepicker-div.ui-widget-header .ui-state-highlight a{color:#363636;}#ui-datepicker-div .ui-state-highlight a,#ui-datepicker-div .ui-widget-content .ui-state-highlight a,#ui-datepicker-div .ui-widget-header .ui-state-highlight a{color:#363636;}#ui-datepicker-div.ui-state-error,#ui-datepicker-div.ui-widget-content .ui-state-error,#ui-datepicker-div.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/cms/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a;}#ui-datepicker-div .ui-state-error,#ui-datepicker-div .ui-widget-content .ui-state-error,#ui-datepicker-div .ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/cms/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a;}#ui-datepicker-div.ui-state-error a,#ui-datepicker-div.ui-widget-content .ui-state-error a,#ui-datepicker-div.ui-widget-header .ui-state-error a{color:#cd0a0a;}#ui-datepicker-div .ui-state-error a,#ui-datepicker-div .ui-widget-content .ui-state-error a,#ui-datepicker-div .ui-widget-header .ui-state-error a{color:#cd0a0a;}#ui-datepicker-div.ui-state-error-text,#ui-datepicker-div.ui-widget-content .ui-state-error-text,#ui-datepicker-div.ui-widget-header .ui-state-error-text{color:#cd0a0a;}#ui-datepicker-div .ui-state-error-text,#ui-datepicker-div .ui-widget-content .ui-state-error-text,#ui-datepicker-div .ui-widget-header .ui-state-error-text{color:#cd0a0a;}#ui-datepicker-div.ui-priority-primary,#ui-datepicker-div.ui-widget-content .ui-priority-primary,#ui-datepicker-div.ui-widget-header .ui-priority-primary{font-weight:bold;}#ui-datepicker-div .ui-priority-primary,#ui-datepicker-div .ui-widget-content .ui-priority-primary,#ui-datepicker-div .ui-widget-header .ui-priority-primary{font-weight:bold;}#ui-datepicker-div.ui-priority-secondary,#ui-datepicker-div.ui-widget-content .ui-priority-secondary,#ui-datepicker-div.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal;}#ui-datepicker-div .ui-priority-secondary,#ui-datepicker-div .ui-widget-content .ui-priority-secondary,#ui-datepicker-div .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal;}#ui-datepicker-div.ui-state-disabled,#ui-datepicker-div.ui-widget-content .ui-state-disabled,#ui-datepicker-div.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;}#ui-datepicker-div .ui-state-disabled,#ui-datepicker-div .ui-widget-content .ui-state-disabled,#ui-datepicker-div .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;}#ui-datepicker-div.ui-icon{width:16px;height:16px;background-image:url(/cms/images/jquery-ui/ui-icons_469bdd_256x240.png);}#ui-datepicker-div .ui-icon{width:16px;height:16px;background-image:url(/cms/images/jquery-ui/ui-icons_469bdd_256x240.png);}#ui-datepicker-div.ui-widget-content .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_469bdd_256x240.png);}#ui-datepicker-div .ui-widget-content .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_469bdd_256x240.png);}#ui-datepicker-div.ui-widget-header .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_d8e7f3_256x240.png);}#ui-datepicker-div .ui-widget-header .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_d8e7f3_256x240.png);}#ui-datepicker-div.ui-state-default .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_6da8d5_256x240.png);}#ui-datepicker-div .ui-state-default .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_6da8d5_256x240.png);}#ui-datepicker-div.ui-state-hover .ui-icon,#ui-datepicker-div.ui-state-focus .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_217bc0_256x240.png);}#ui-datepicker-div .ui-state-hover .ui-icon,#ui-datepicker-div .ui-state-focus .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_217bc0_256x240.png);}#ui-datepicker-div.ui-state-active .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_f9bd01_256x240.png);}#ui-datepicker-div .ui-state-active .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_f9bd01_256x240.png);}#ui-datepicker-div.ui-state-highlight .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_2e83ff_256x240.png);}#ui-datepicker-div .ui-state-highlight .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_2e83ff_256x240.png);}#ui-datepicker-div.ui-state-error .ui-icon,#ui-datepicker-div.ui-state-error-text .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_cd0a0a_256x240.png);}#ui-datepicker-div .ui-state-error .ui-icon,#ui-datepicker-div .ui-state-error-text .ui-icon{background-image:url(/cms/images/jquery-ui/ui-icons_cd0a0a_256x240.png);}#ui-datepicker-div .ui-icon-carat-1-n{background-position:0 0;}#ui-datepicker-div .ui-icon-carat-1-ne{background-position:-16px 0;}#ui-datepicker-div .ui-icon-carat-1-e{background-position:-32px 0;}#ui-datepicker-div .ui-icon-carat-1-se{background-position:-48px 0;}#ui-datepicker-div .ui-icon-carat-1-s{background-position:-64px 0;}#ui-datepicker-div .ui-icon-carat-1-sw{background-position:-80px 0;}#ui-datepicker-div .ui-icon-carat-1-w{background-position:-96px 0;}#ui-datepicker-div .ui-icon-carat-1-nw{background-position:-112px 0;}#ui-datepicker-div .ui-icon-carat-2-n-s{background-position:-128px 0;}#ui-datepicker-div .ui-icon-carat-2-e-w{background-position:-144px 0;}#ui-datepicker-div .ui-icon-triangle-1-n{background-position:0 -16px;}#ui-datepicker-div .ui-icon-triangle-1-ne{background-position:-16px -16px;}#ui-datepicker-div .ui-icon-triangle-1-e{background-position:-32px -16px;}#ui-datepicker-div .ui-icon-triangle-1-se{background-position:-48px -16px;}#ui-datepicker-div .ui-icon-triangle-1-s{background-position:-64px -16px;}#ui-datepicker-div .ui-icon-triangle-1-sw{background-position:-80px -16px;}#ui-datepicker-div .ui-icon-triangle-1-w{background-position:-96px -16px;}#ui-datepicker-div .ui-icon-triangle-1-nw{background-position:-112px -16px;}#ui-datepicker-div .ui-icon-triangle-2-n-s{background-position:-128px -16px;}#ui-datepicker-div .ui-icon-triangle-2-e-w{background-position:-144px -16px;}#ui-datepicker-div .ui-icon-arrow-1-n{background-position:0 -32px;}#ui-datepicker-div .ui-icon-arrow-1-ne{background-position:-16px -32px;}#ui-datepicker-div .ui-icon-arrow-1-e{background-position:-32px -32px;}#ui-datepicker-div .ui-icon-arrow-1-se{background-position:-48px -32px;}#ui-datepicker-div .ui-icon-arrow-1-s{background-position:-64px -32px;}#ui-datepicker-div .ui-icon-arrow-1-sw{background-position:-80px -32px;}#ui-datepicker-div .ui-icon-arrow-1-w{background-position:-96px -32px;}#ui-datepicker-div .ui-icon-arrow-1-nw{background-position:-112px -32px;}#ui-datepicker-div .ui-icon-arrow-2-n-s{background-position:-128px -32px;}#ui-datepicker-div .ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}#ui-datepicker-div .ui-icon-arrow-2-e-w{background-position:-160px -32px;}#ui-datepicker-div .ui-icon-arrow-2-se-nw{background-position:-176px -32px;}#ui-datepicker-div .ui-icon-arrowstop-1-n{background-position:-192px -32px;}#ui-datepicker-div .ui-icon-arrowstop-1-e{background-position:-208px -32px;}#ui-datepicker-div .ui-icon-arrowstop-1-s{background-position:-224px -32px;}#ui-datepicker-div .ui-icon-arrowstop-1-w{background-position:-240px -32px;}#ui-datepicker-div .ui-icon-arrowthick-1-n{background-position:0 -48px;}#ui-datepicker-div .ui-icon-arrowthick-1-ne{background-position:-16px -48px;}#ui-datepicker-div .ui-icon-arrowthick-1-e{background-position:-32px -48px;}#ui-datepicker-div .ui-icon-arrowthick-1-se{background-position:-48px -48px;}#ui-datepicker-div .ui-icon-arrowthick-1-s{background-position:-64px -48px;}#ui-datepicker-div .ui-icon-arrowthick-1-sw{background-position:-80px -48px;}#ui-datepicker-div .ui-icon-arrowthick-1-w{background-position:-96px -48px;}#ui-datepicker-div .ui-icon-arrowthick-1-nw{background-position:-112px -48px;}#ui-datepicker-div .ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}#ui-datepicker-div .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}#ui-datepicker-div .ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}#ui-datepicker-div .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}#ui-datepicker-div .ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}#ui-datepicker-div .ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}#ui-datepicker-div .ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}#ui-datepicker-div .ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}#ui-datepicker-div .ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}#ui-datepicker-div .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}#ui-datepicker-div .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}#ui-datepicker-div .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}#ui-datepicker-div .ui-icon-arrowreturn-1-w{background-position:-64px -64px;}#ui-datepicker-div .ui-icon-arrowreturn-1-n{background-position:-80px -64px;}#ui-datepicker-div .ui-icon-arrowreturn-1-e{background-position:-96px -64px;}#ui-datepicker-div .ui-icon-arrowreturn-1-s{background-position:-112px -64px;}#ui-datepicker-div .ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}#ui-datepicker-div .ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}#ui-datepicker-div .ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}#ui-datepicker-div .ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}#ui-datepicker-div .ui-icon-arrow-4{background-position:0 -80px;}#ui-datepicker-div .ui-icon-arrow-4-diag{background-position:-16px -80px;}#ui-datepicker-div .ui-icon-extlink{background-position:-32px -80px;}#ui-datepicker-div .ui-icon-newwin{background-position:-48px -80px;}#ui-datepicker-div .ui-icon-refresh{background-position:-64px -80px;}#ui-datepicker-div .ui-icon-shuffle{background-position:-80px -80px;}#ui-datepicker-div .ui-icon-transfer-e-w{background-position:-96px -80px;}#ui-datepicker-div .ui-icon-transferthick-e-w{background-position:-112px -80px;}#ui-datepicker-div .ui-icon-folder-collapsed{background-position:0 -96px;}#ui-datepicker-div .ui-icon-folder-open{background-position:-16px -96px;}#ui-datepicker-div .ui-icon-document{background-position:-32px -96px;}#ui-datepicker-div .ui-icon-document-b{background-position:-48px -96px;}#ui-datepicker-div .ui-icon-note{background-position:-64px -96px;}#ui-datepicker-div .ui-icon-mail-closed{background-position:-80px -96px;}#ui-datepicker-div .ui-icon-mail-open{background-position:-96px -96px;}#ui-datepicker-div .ui-icon-suitcase{background-position:-112px -96px;}#ui-datepicker-div .ui-icon-comment{background-position:-128px -96px;}#ui-datepicker-div .ui-icon-person{background-position:-144px -96px;}#ui-datepicker-div .ui-icon-print{background-position:-160px -96px;}#ui-datepicker-div .ui-icon-trash{background-position:-176px -96px;}#ui-datepicker-div .ui-icon-locked{background-position:-192px -96px;}#ui-datepicker-div .ui-icon-unlocked{background-position:-208px -96px;}#ui-datepicker-div .ui-icon-bookmark{background-position:-224px -96px;}#ui-datepicker-div .ui-icon-tag{background-position:-240px -96px;}#ui-datepicker-div .ui-icon-home{background-position:0 -112px;}#ui-datepicker-div .ui-icon-flag{background-position:-16px -112px;}#ui-datepicker-div .ui-icon-calendar{background-position:-32px -112px;}#ui-datepicker-div .ui-icon-cart{background-position:-48px -112px;}#ui-datepicker-div .ui-icon-pencil{background-position:-64px -112px;}#ui-datepicker-div .ui-icon-clock{background-position:-80px -112px;}#ui-datepicker-div .ui-icon-disk{background-position:-96px -112px;}#ui-datepicker-div .ui-icon-calculator{background-position:-112px -112px;}#ui-datepicker-div .ui-icon-zoomin{background-position:-128px -112px;}#ui-datepicker-div .ui-icon-zoomout{background-position:-144px -112px;}#ui-datepicker-div .ui-icon-search{background-position:-160px -112px;}#ui-datepicker-div .ui-icon-wrench{background-position:-176px -112px;}#ui-datepicker-div .ui-icon-gear{background-position:-192px -112px;}#ui-datepicker-div .ui-icon-heart{background-position:-208px -112px;}#ui-datepicker-div .ui-icon-star{background-position:-224px -112px;}#ui-datepicker-div .ui-icon-link{background-position:-240px -112px;}#ui-datepicker-div .ui-icon-cancel{background-position:0 -128px;}#ui-datepicker-div .ui-icon-plus{background-position:-16px -128px;}#ui-datepicker-div .ui-icon-plusthick{background-position:-32px -128px;}#ui-datepicker-div .ui-icon-minus{background-position:-48px -128px;}#ui-datepicker-div .ui-icon-minusthick{background-position:-64px -128px;}#ui-datepicker-div .ui-icon-close{background-position:-80px -128px;}#ui-datepicker-div .ui-icon-closethick{background-position:-96px -128px;}#ui-datepicker-div .ui-icon-key{background-position:-112px -128px;}#ui-datepicker-div .ui-icon-lightbulb{background-position:-128px -128px;}#ui-datepicker-div .ui-icon-scissors{background-position:-144px -128px;}#ui-datepicker-div .ui-icon-clipboard{background-position:-160px -128px;}#ui-datepicker-div .ui-icon-copy{background-position:-176px -128px;}#ui-datepicker-div .ui-icon-contact{background-position:-192px -128px;}#ui-datepicker-div .ui-icon-image{background-position:-208px -128px;}#ui-datepicker-div .ui-icon-video{background-position:-224px -128px;}#ui-datepicker-div .ui-icon-script{background-position:-240px -128px;}#ui-datepicker-div .ui-icon-alert{background-position:0 -144px;}#ui-datepicker-div .ui-icon-info{background-position:-16px -144px;}#ui-datepicker-div .ui-icon-notice{background-position:-32px -144px;}#ui-datepicker-div .ui-icon-help{background-position:-48px -144px;}#ui-datepicker-div .ui-icon-check{background-position:-64px -144px;}#ui-datepicker-div .ui-icon-bullet{background-position:-80px -144px;}#ui-datepicker-div .ui-icon-radio-off{background-position:-96px -144px;}#ui-datepicker-div .ui-icon-radio-on{background-position:-112px -144px;}#ui-datepicker-div .ui-icon-pin-w{background-position:-128px -144px;}#ui-datepicker-div .ui-icon-pin-s{background-position:-144px -144px;}#ui-datepicker-div .ui-icon-play{background-position:0 -160px;}#ui-datepicker-div .ui-icon-pause{background-position:-16px -160px;}#ui-datepicker-div .ui-icon-seek-next{background-position:-32px -160px;}#ui-datepicker-div .ui-icon-seek-prev{background-position:-48px -160px;}#ui-datepicker-div .ui-icon-seek-end{background-position:-64px -160px;}#ui-datepicker-div .ui-icon-seek-start{background-position:-80px -160px;}#ui-datepicker-div #ui-datepicker-div .ui-icon-seek-first{background-position:-80px -160px;}#ui-datepicker-div .ui-icon-stop{background-position:-96px -160px;}#ui-datepicker-div .ui-icon-eject{background-position:-112px -160px;}#ui-datepicker-div .ui-icon-volume-off{background-position:-128px -160px;}#ui-datepicker-div .ui-icon-volume-on{background-position:-144px -160px;}#ui-datepicker-div .ui-icon-power{background-position:0 -176px;}#ui-datepicker-div .ui-icon-signal-diag{background-position:-16px -176px;}#ui-datepicker-div .ui-icon-signal{background-position:-32px -176px;}#ui-datepicker-div .ui-icon-battery-0{background-position:-48px -176px;}#ui-datepicker-div .ui-icon-battery-1{background-position:-64px -176px;}#ui-datepicker-div .ui-icon-battery-2{background-position:-80px -176px;}#ui-datepicker-div .ui-icon-battery-3{background-position:-96px -176px;}#ui-datepicker-div .ui-icon-circle-plus{background-position:0 -192px;}#ui-datepicker-div .ui-icon-circle-minus{background-position:-16px -192px;}#ui-datepicker-div .ui-icon-circle-close{background-position:-32px -192px;}#ui-datepicker-div .ui-icon-circle-triangle-e{background-position:-48px -192px;}#ui-datepicker-div .ui-icon-circle-triangle-s{background-position:-64px -192px;}#ui-datepicker-div .ui-icon-circle-triangle-w{background-position:-80px -192px;}#ui-datepicker-div .ui-icon-circle-triangle-n{background-position:-96px -192px;}#ui-datepicker-div .ui-icon-circle-arrow-e{background-position:-112px -192px;}#ui-datepicker-div .ui-icon-circle-arrow-s{background-position:-128px -192px;}#ui-datepicker-div .ui-icon-circle-arrow-w{background-position:-144px -192px;}#ui-datepicker-div .ui-icon-circle-arrow-n{background-position:-160px -192px;}#ui-datepicker-div .ui-icon-circle-zoomin{background-position:-176px -192px;}#ui-datepicker-div .ui-icon-circle-zoomout{background-position:-192px -192px;}#ui-datepicker-div .ui-icon-circle-check{background-position:-208px -192px;}#ui-datepicker-div .ui-icon-circlesmall-plus{background-position:0 -208px;}#ui-datepicker-div .ui-icon-circlesmall-minus{background-position:-16px -208px;}#ui-datepicker-div .ui-icon-circlesmall-close{background-position:-32px -208px;}#ui-datepicker-div .ui-icon-squaresmall-plus{background-position:-48px -208px;}#ui-datepicker-div .ui-icon-squaresmall-minus{background-position:-64px -208px;}#ui-datepicker-div .ui-icon-squaresmall-close{background-position:-80px -208px;}#ui-datepicker-div .ui-icon-grip-dotted-vertical{background-position:0 -224px;}#ui-datepicker-div .ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}#ui-datepicker-div .ui-icon-grip-solid-vertical{background-position:-32px -224px;}#ui-datepicker-div .ui-icon-grip-solid-horizontal{background-position:-48px -224px;}#ui-datepicker-div .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}#ui-datepicker-div .ui-icon-grip-diagonal-se{background-position:-80px -224px;}#ui-datepicker-div.ui-corner-tl{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;}#ui-datepicker-div.ui-corner-tr{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;}#ui-datepicker-div.ui-corner-bl{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;}#ui-datepicker-div.ui-corner-br{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}#ui-datepicker-div.ui-corner-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;}#ui-datepicker-div.ui-corner-bottom{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}#ui-datepicker-div.ui-corner-right{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}#ui-datepicker-div.ui-corner-left{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;}#ui-datepicker-div.ui-corner-all{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}#ui-datepicker-div .ui-corner-tl{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;}#ui-datepicker-div .ui-corner-tr{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;}#ui-datepicker-div .ui-corner-bl{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;}#ui-datepicker-div .ui-corner-br{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}#ui-datepicker-div .ui-corner-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;}#ui-datepicker-div .ui-corner-bottom{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}#ui-datepicker-div .ui-corner-right{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}#ui-datepicker-div .ui-corner-left{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;}#ui-datepicker-div .ui-corner-all{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}#ui-datepicker-div .ui-widget-overlay{background:#aaa url(/cms/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.30;filter:Alpha(Opacity=30);}#ui-datepicker-div .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(/cms/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.30;filter:Alpha(Opacity=30);-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}#ui-datepicker-div .ui-resizable{position:relative;}#ui-datepicker-div .ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;display:block;}#ui-datepicker-div .ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none;}#ui-datepicker-div .ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}#ui-datepicker-div .ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}#ui-datepicker-div .ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}#ui-datepicker-div .ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}#ui-datepicker-div .ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px;}#ui-datepicker-div .ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px;}#ui-datepicker-div .ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px;}#ui-datepicker-div .ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px;}#ui-datepicker-div .ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black;}#ui-datepicker-div .ui-accordion{width:100%;}#ui-datepicker-div .ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1;}#ui-datepicker-div .ui-accordion .ui-accordion-li-fix{display:inline;}#ui-datepicker-div .ui-accordion .ui-accordion-header-active{border-bottom:0!important;}#ui-datepicker-div .ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em;}#ui-datepicker-div .ui-accordion-icons .ui-accordion-header a{padding-left:2.2em;}#ui-datepicker-div .ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;}#ui-datepicker-div .ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1;}#ui-datepicker-div .ui-accordion .ui-accordion-content-active{display:block;}#ui-datepicker-div .ui-autocomplete{position:absolute;cursor:default;}* html #ui-datepicker-div .ui-autocomplete{width:1px;}#ui-datepicker-div .ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left;}#ui-datepicker-div .ui-menu .ui-menu{margin-top:-3px;}#ui-datepicker-div .ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%;}#ui-datepicker-div .ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1;}#ui-datepicker-div .ui-menu .ui-menu-item a.ui-state-hover,#ui-datepicker-div .ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}#ui-datepicker-div .ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible;}#ui-datepicker-div .ui-button-icon-only{width:2.2em;}#ui-datepicker-div button.ui-button-icon-only{width:2.4em;}#ui-datepicker-div .ui-button-icons-only{width:3.4em;}#ui-datepicker-div button.ui-button-icons-only{width:3.7em;}#ui-datepicker-div .ui-button .ui-button-text{display:block;line-height:1.4;}#ui-datepicker-div .ui-button-text-only .ui-button-text{padding:.4em 1em;}#ui-datepicker-div .ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px;}#ui-datepicker-div .ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em;}#ui-datepicker-div .ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em;}#ui-datepicker-div .ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em;}#ui-datepicker-div input.ui-button{padding:.4em 1em;}#ui-datepicker-div .ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px;}#ui-datepicker-div .ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;}#ui-datepicker-div .ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em;}#ui-datepicker-div .ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em;}#ui-datepicker-div .ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em;}#ui-datepicker-div .ui-buttonset{margin-right:7px;}#ui-datepicker-div .ui-buttonset .ui-button{margin-left:0;margin-right:-.3em;}#ui-datepicker-div button.ui-button::-moz-focus-inner{border:0;padding:0;}#ui-datepicker-div .ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden;}#ui-datepicker-div .ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative;}#ui-datepicker-div .ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0;}#ui-datepicker-div .ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;}#ui-datepicker-div .ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px;}#ui-datepicker-div .ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0;}#ui-datepicker-div .ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1;}#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em;}#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;}#ui-datepicker-div .ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px;}#ui-datepicker-div .ui-draggable .ui-dialog-titlebar{cursor:move;}#ui-datepicker-div .ui-slider{position:relative;text-align:left;}#ui-datepicker-div .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;}#ui-datepicker-div .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}#ui-datepicker-div .ui-slider-horizontal{height:.8em;}#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em;}#ui-datepicker-div .ui-slider-horizontal .ui-slider-range{top:0;height:100%;}#ui-datepicker-div .ui-slider-horizontal .ui-slider-range-min{left:0;}#ui-datepicker-div .ui-slider-horizontal .ui-slider-range-max{right:0;}#ui-datepicker-div .ui-slider-vertical{width:.8em;height:100px;}#ui-datepicker-div .ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em;}#ui-datepicker-div .ui-slider-vertical .ui-slider-range{left:0;width:100%;}#ui-datepicker-div .ui-slider-vertical .ui-slider-range-min{bottom:0;}#ui-datepicker-div .ui-slider-vertical .ui-slider-range-max{top:0;}#ui-datepicker-div.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}#ui-datepicker-div.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev{left:2px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-next{right:2px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover{left:1px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover{right:1px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}#ui-datepicker-div.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}#ui-datepicker-div.ui-datepicker .ui-datepicker-title select{font-size:.8em;margin:1px 0;}#ui-datepicker-div.ui-datepicker select.ui-datepicker-month-year{width:100%;}#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,#ui-datepicker-div.ui-datepicker select.ui-datepicker-year{width:49%;}#ui-datepicker-div.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}#ui-datepicker-div.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}#ui-datepicker-div.ui-datepicker td{border:0;padding:1px;}#ui-datepicker-div.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}#ui-datepicker-div .ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}#ui-datepicker-div .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}#ui-datepicker-div .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}#ui-datepicker-div .ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}#ui-datepicker-div .ui-datepicker .ui-datepicker-prev{left:2px;}#ui-datepicker-div .ui-datepicker .ui-datepicker-next{right:2px;}#ui-datepicker-div .ui-datepicker .ui-datepicker-prev-hover{left:1px;}#ui-datepicker-div .ui-datepicker .ui-datepicker-next-hover{right:1px;}#ui-datepicker-div .ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}#ui-datepicker-div .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}#ui-datepicker-div .ui-datepicker .ui-datepicker-title select{font-size:.8em;margin:1px 0;}#ui-datepicker-div .ui-datepicker select.ui-datepicker-month-year{width:100%;}#ui-datepicker-div .ui-datepicker select.ui-datepicker-month,#ui-datepicker-div .ui-datepicker select.ui-datepicker-year{width:49%;}#ui-datepicker-div .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}#ui-datepicker-div .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}#ui-datepicker-div .ui-datepicker td{border:0;padding:1px;}#ui-datepicker-div .ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}#ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}#ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}#ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}.ui-datepicker-trigger{vertical-align:middle;cursor:pointer;}#ui-datepicker-div.ui-datepicker.ui-datepicker-multi{width:auto;}#ui-datepicker-div .ui-datepicker.ui-datepicker-multi{width:auto;}#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group{float:left;}#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}#ui-datepicker-div .ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}#ui-datepicker-div .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}#ui-datepicker-div .ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0;}#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}#ui-datepicker-div .ui-datepicker-row-break{clear:both;width:100%;}#ui-datepicker-div .ui-datepicker-rtl{direction:rtl;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group{float:right;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px;}#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}#ui-datepicker-div .ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px;}#ui-datepicker-div .ui-progressbar{height:2em;text-align:left;}#ui-datepicker-div .ui-progressbar .ui-progressbar-value{margin:-1px;height:100%;}


 
/* IDEV SEARCH RESULTS */
.navcat { }
.navbody { margin:10px 0; border:1px solid #bdc0c5; padding:10px 30px; background: #d9e9f6; overflow:hidden;
	background: -moz-linear-gradient(top, #d9e9f6 0, #ffffff 50%, #d9e9f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e9f6), color-stop(50%,#ffffff), color-stop(100%,#d9e9f6));
	background: -webkit-linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: -ms-linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
	background: linear-gradient(top, #d9e9f6 0, #ffffff 50%,#d9e9f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e9f6', endColorstr='#d9e9f6',GradientType=0 );
}
.navbody li { padding:7px 0; }
.lnavopen { font-weight:bold;}
 
 
/* ---- ADMIN ---- */
#btnPreview { margin:-20px auto auto 12px }
.moduleContent #socialTabs #you-tabs { display:none; }
.moduleContent #associations { overflow:hidden; }
.moduleContent .sponsorRegion { height:75px; overflow:hidden; }
.adminredbtn { border:0; padding:3px; color:#fff; font-weight:bold; background: rgb(30,87,153);
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
.adminredbtn:hover {background: rgb(30,87,153);
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 95%, rgba(32,124,202,1) 99%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(95%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
.adminredbtn:active {background:rgba(125,185,232,1); }
.content {border:1px dashed #2b4487; padding:1px; margin:1px;}
.contentregion {background:#b8cde7; color: #2b4487; border:1px solid #2b4487; padding:2px; margin:1px 0;}
.contentheader {background:#ddd; color:#000; border:1px solid #2b4487; padding:2px; margin:1px 0; text-align:right;}
.contentedit {background:#f2faff; color:#000; border:1px solid #2b4487; padding:2px;}
.adminbtn {font-size:12px; font-weight:bold; color:#000; background:#112848 url(/cms/images/btn.gif) repeat-x top left; border:1px solid #a5b9c8; padding:2px; text-decoration:none; cursor:pointer;}
.contentbottom {background: #ddd; color: #000; border:1px solid #2b4487; padding: 2px; margin:1px 0;}
.contentsettings {background:#fff; color:#000; border:1px solid #2b4487; padding:2px;}
/* AdminPublishing */
.notificationIcon {position: fixed; bottom:0; right:0;width: 16px; height: 16px; z-index:999999999; display: block;}
.rss {background:transparent url(/cms/images/icon-rss.gif) no-repeat 0 50%; padding-left:15px;}
.acrobat {background:transparent url(/cms/images/icon-acrobat.gif) no-repeat 0 50%; padding-left:15px;}
.print2 {background:transparent url(/cms/images/icon-print.gif) no-repeat 0 50%; padding-left:15px;}
.email2{background:transparent url(/cms/images/icon-email.gif) no-repeat 0 50%; padding-left:15px;}
.pdf {background:transparent url(/cms/images/icon-pdf.gif) no-repeat 0 0; padding-left:15px; display:block;}
.pdf1 {background:transparent url(/cms/images/icon-pdf.gif) no-repeat 0 0; padding-left:15px;}
.inn {margin:10px auto; width:940px;margin-left:0;}
.vd {padding:0 8px;}
.txt-links {position:absolute; top:11px; right:173px;}
.txt-links img {vertical-align:middle; float:left;}
.txt-links a, .txt-links a:link, .txt-links a:visited {color: #423f30; text-decoration: none; padding:5px; float:left;}
.txt-links a:hover {text-decoration: none; background:transparent url(/cms/images/txt-links-bg.gif) repeat-x;}
.srch {position:absolute; top:10px; right:5px; text-align:right;}
.slideshow { width:620px; margin:20px 0 20px 21px;}
.info-box {position:relative; left:19px; width: 618px; height:106px; background:transparent url(/cms/images/info-bg.gif) no-repeat; margin-bottom:20px;}
.info-box .inn {position:absolute; top:30px; left:196px;  width: 412px; height:50px; overflow:hidden;}
a.all, a.all:link, a.all:visited {color: #423f30; text-decoration: underline; font:normal 11px arial; float:right; margin-top:5px;}
a.all:hover {text-decoration: none;}
a.all:active {text-decoration: underline;}
.item, .mrgleft {margin-left:10px;}
.dblitem, .dblmrg {margin-bottom:20px;}
.time {font:normal 11px verdana; color:#97937d; text-transform: uppercase; margin-right:5px;}
.photo {float:left; display:inline; width:78px;}
.descr {float:left; display:inline; width:640px; margin-left:20px; }
.hm-box {float:left; display:inline; width: 300px; margin-left:20px;}
.hm-box .date-cal {float:left; display:inline; height:37px; width:34px; overflow:hidden; background:transparent url(/cms/images/cal-bg.gif) no-repeat;}
.hm-box .month {font:normal 8px arial; color:#fff; margin:0 0 0 2px; height:12px; overflow:hidden; }
.hm-box .day {font:bold 18px arial; color:#625e53; text-align:center; margin:0 2px 0 0;}
.hm-box .descr {float:left; width:250px; margin-left:10px;}
.item a,.item a:link, .item a:visited {color: #423f30; text-decoration: none;}
.item a:hover {text-decoration:underline;}
.item a:active {text-decoration: none;}
.mod h2 {padding:6px;}
.bar {margin-bottom:10px;}
.prem {float:right; }
.mod .descr {float:left; width:200px; margin-left:10px;}
.mod-center .date-cal {float:left; display:inline; height:37px; width:34px; overflow:hidden; background:transparent url(/cms/images/cal-bg.gif) no-repeat;}
.mod-center .month {font:normal 8px arial; color:#fff; margin:0 0 0 2px; height:12px; overflow:hidden; }
.mod-center .day {font:bold 18px arial; color:#625e53; text-align:center; margin:0 2px 0 0;}
.mod-center .descr {float:left; width:390px; margin-left:10px;}
.mod-xl .date-cal {float:left; display:inline; height:37px; width:34px; overflow:hidden; background:transparent url(/cms/images/cal-bg.gif) no-repeat;}
.mod-xl .month {font:normal 8px arial; color:#fff; margin:0 0 0 2px; height:12px; overflow:hidden; }
.mod-xl .day {font:bold 18px arial; color:#625e53; text-align:center; margin:0 2px 0 0;}
.mod-xl .descr {float:left; width:690px; margin-left:10px;}
.filter { border-bottom:1px dotted #fff; padding:10px; }
.filter-letters {float:left; margin-top:4px; }
.filter-letters a {margin: 0 2px;}
table.datatbl {width:100%; margin-bottom:15px;}
table.datatbl th {border-bottom:1px dotted #c4bca8; background:transparent url(/cms/images/filter-bg.gif) repeat-x; text-align:left; padding:6px 15px; font:bold 13px georgia, times new roman;}
table.datatbl td {vertical-align:top; padding:6px 15px;}
table.datatbl a, table.datatbl a:link, table.datatbl  a:visited {font-weight:bold;}
#dhtmltooltip {background-color:#000; text-align:left; padding:8px; position:fixed; width:150px; border:3px solid #c3ba8f; visibility:hidden; z-index:100; filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,strength:5,direction=135);}
/* tab setup */
.tabModule {margin:0; padding-top:0;}
.tabModule .tabdiv {padding:0; border:2px solid #00659c; border-top-width:6px; min-height:1px;}
.tabnav {margin:0; padding:0;}
.tabnav li {float:left; display:inline; margin-right:1px; list-style-type:none;}
.tabnav li a, .tabnav li a:link, .tabnav li a:visited {float:left; display:inline; padding:5px 7px; text-align:center; text-decoration:none; font-size:.9em; color:#666; background:url(/cms/images/admin/tab_off.gif); border:1px solid #808080; border-bottom-width:0;}
.tabnav li a:hover {color:#333;background:url(/cms/images/admin/tab_on.gif);border-color:#505050;}
.tabnav li.ui-tabs-selected a, .tabnav li.ui-tabs-selected a:link, .tabnav li.ui-tabs-selected a:visited {color:#fff;margin-top:0; background:#01679a url(/cms/images/admin/table_header.gif) repeat-x;border-bottom-width:0;border-color:#00659c;}
.ui-tabs-hide {display: none;}
/* cms tab setup */
.CMSTabs {margin:0; padding-top:0; background:none;}
.CMSTabs .tabdiv {margin-bottom:10px; padding:0; background:#fff; border:2px solid #00659c; border-top-width:6px; min-height:1px;}
.tabdivwithoutborder {margin-bottom:10px; padding:0; border-top:2px solid #00659c; border-top-width:6px; min-height:1px;}
.CMSTabs .tabsrow {white-space:nowrap; border-bottom:1px solid #407abc;}
.CMSTabs .tabnav {margin:0; padding:0; white-space:nowrap;}
.CMSTabs .tabnav li {float:left; display:inline; margin-right:1px; list-style-type:none;}
.CMSTabs .tabnav li a, .CMSTabs .tabnav li a:link, .CMSTabs .tabnav li a:visited {float:left; display:inline; height:auto; margin-top:0; padding:5px 7px 6px; text-align:center; text-decoration:none; font-size:11px; font-family: arial,verdana,geneva,sans-serif; color:#333; background:#d5d5d5 url(/cms/images/admin/tab-sprite.gif) repeat-x right 0; border:1px solid #808080; border-bottom-width:0;}
.CMSTabs .tabnav li a:hover {color:#fff; background-position:right -30px; border-color:#505050;}
.CMSTabs .tabnav li.ui-tabs-disabled a, .CMSTabs .tabnav li.ui-tabs-disabled a:link, .CMSTabs .tabnav li.ui-tabs-disabled a:hover { color:#666; background:url(/cms/images/admin/tab-sprite.gif) repeat-x right 0; cursor: default; border:1px solid #808080; border-bottom-width:0; }
.CMSTabs .tabnav li.ui-tabs-selected a, .CMSTabs .tabnav li.ui-tabs-selected a:link, .CMSTabs .tabnav li.ui-tabs-selected a:visited {color:#fff; margin-top:0; background:url(/cms/images/admin/tab-sprite.gif) repeat-x right -30px; border-bottom-width:0; border-color:#00659c;}
.CMSTabs .tabnav li.ui-tabs-complete a, .CMSTabs .tabnav li.ui-tabs-complete a:link, .CMSTabs .tabnav li.ui-tabs-complete a:visited {color:#666; margin-top:0; padding-right:25px; background-position:right -60px; border-bottom-width:0; border-color:#aaa;}
.CMSTabs .tabnav li.ui-tabs-complete-on a, .CMSTabs .tabnav li.ui-tabs-complete-on a:link, .CMSTabs .tabnav li.ui-tabs-complete-on a:visited {color:#fff; margin-top:0; padding-right:25px; background:url(/cms/images/admin/tab-sprite.gif) repeat-xright -90px; border-bottom-width:0; border-color:#00659c;}
.spacer {display:block; clear:both; line-height:0; height:0; margin:0; padding:0; overflow:hidden; font-size:.01em;}
.AETabHeader { padding:8px; background:url(/cms/images/admin/info_bg.gif) #ffe7a2 repeat-x; border-bottom:solid 2px #ffbe6b; line-height:1.4em; font-size:11px; }
/* Quicklinks Start */
.quicklinks {width:310px; padding:20px; height:80px;}
.quicklinks ul {margin:0; padding:0;}
.quicklinks ul li {background:transparent url(/cms/images/li-arrow.gif) no-repeat 0% 3px; float:left; width:142px; display:inline; padding: 0 0 8px 8px; margin: 0 5px 0 0;}
.quicklinks ul li  a, ul.ql-ul li a:link, ul.ql-ul li a:visited {color: #394a43; text-decoration: underline; font-weight:bold; }
.quicklinks ul li  a:hover {color: #394a43; text-decoration: none;}
.quicklinks ul li a:active {color: #394a43; text-decoration: underline;}
/* Quicklinks End */

/* AssetBrowser popup */
.popupcontents {
    background-color: #F1F1E3;
    overflow-x: visible;
    overflow-y: visible;
    z-index: 1;
}
.tl, .tr, .tc, .bl, .br, .bc {
    background-image: url("/cms/images/fck/sprites.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc {
    background-image: url("/cms/images/fck/sprites.gif");
}
.ml, .mr {
    background-image: url("/cms/images/fck/dialog.sides.png");
    background-repeat: repeat-y;
    position: absolute;
}
* html .ml, * html .mr {
    background-image: url("/cms/images/fck/dialog.sides.gif");
}
.rtl .ml, .rtl .mr {
    background-image: url("/cms/images/fck/dialog.sides.rtl.png");
    background-repeat: repeat-y;
    position: absolute;
}
* html .rtl .ml, * html .rtl .mr {
    background-image: url("/cms/images/fck/dialog.sides.gif");
}
.tl {
    background-position: -16px -16px;
    height: 16px;
    left: -16px;
    top: -2px;
    width: 16px;
}
.rtl .tl {
    background-position: -16px -397px;
}
.tr {
    background-position: -16px -76px;
    height: 16px;
    right: -16px;
    top: -2px;
    width: 16px;
}
.rtl .tr {
    background-position: -16px -457px;
}
.tc {
    background-position: 0 -136px;
    background-repeat: repeat-x;
    height: 16px;
    left: 0;
    right: 0;
    top: -2px;
}
.ml {
    background-position: 0 0;
    bottom: 31px;
    left: -16px;
    top: 14px;
    width: 16px;
}
.mr {
    background-position: -16px 0;
    bottom: 31px;
    right: -16px;
    top: 14px;
    width: 16px;
}
.bl {
    background-position: -16px -196px;
    bottom: -20px;
    height: 51px;
    left: -16px;
    width: 30px;
}
.rtl .bl {
    background-position: -16px -517px;
}
.br {
    background-position: -16px -263px;
    bottom: -20px;
    height: 51px;
    right: -16px;
    width: 30px;
}
.rtl .br {
    background-position: -16px -584px;
}
.bc {
    background-position: 0 -330px;
    background-repeat: repeat-x;
    bottom: -20px;
    height: 51px;
    left: 14px;
    right: 14px;
}
.PopupTitleBorder {
    border-bottom-color: #D5D59D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.PopupTitle {
    background-color: #E3E3C7;
    color: #737357;
    cursor: move;
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}
.PopupTitle .closeButton {
    background-image: url("/cms/images/fck/sprites.png");
    background-position: -16px -651px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.PopupTitle .closeButton {
    background-image: url("/cms/images/fck/sprites.gif");
    cursor: pointer;
}
.PopupTitle .closeButton:hover {
    background-position: -16px -687px;
}

/* End AssetBrowser popup */



/* Master Overlay Control */
/* overlay default */
.siteOverlay {display:none; position:relative; width:461px; min-height:1px; background-color:#fff; z-index:1000; -moz-box-shadow:0 0 15px #333; -webkit-box-shadow:0 0 15px #333; box-shadow:0 0 15px #333; text-align:left; font-size:0.688em;}
.siteOverlay .overlayBar {padding: 0px 0px 0px 0px; text-align:right; border-bottom:none;}
.siteOverlay .overlayClose {display:inline-block; height:19px; padding-right:28px; line-height:19px; color:#707070; text-transform:uppercase; font-weight:bold; font-size:10px; cursor:pointer; z-index:5;}
.siteOverlay .overlayClose:after {content:'x'; width:19px; height:19px; display:block; position:absolute;}
.siteOverlay .overlayContent {padding: 15px 25px 20px 25px; color:#1c1c1c; font-size:1.188em; line-height:20px;}

.siteOverlay .overlayContent #btnExternalLinkOk { display:inline-block; margin: 20px 5px 0px 5px; padding: 8px 12px; font-family:Arial; font-weight:bold; font-size:1.500em; font-weight:bold; text-transform:none; color:#ffffff; border:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; 
 background: rgb(30,87,153); box-shadow:0 0 3px #444;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
.siteOverlay .overlayContent #btnExternalLinkOk:hover {text-align:center; text-decoration:none; cursor:pointer; overflow:visible;
background:#1e5b9e; box-shadow:0 0 0 transparent;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 95%, rgba(32,124,202,1) 99%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(95%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

.siteOverlay .overlayContent #btnExternalLinkCancel { display:inline-block; margin: 20px 5px 0px 5px; padding: 8px 12px; font-family:Arial; font-weight:bold; font-size:1.500em; font-weight:bold; text-transform:none; color:#ffffff; border:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; 
 background: rgb(30,87,153); box-shadow:0 0 3px #444;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
.siteOverlay .overlayContent #btnExternalLinkCancel:hover {text-align:center; text-decoration:none; cursor:pointer; overflow:visible;
background:#1e5b9e; box-shadow:0 0 0 transparent;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0, rgba(41,137,216,1) 95%, rgba(32,124,202,1) 99%, rgba(125,185,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(95%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
	background: linear-gradient(top, rgba(30,87,153,1) 0,rgba(41,137,216,1) 95%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}




