/* -------------------------------------------- */
/* -------------------------------------------- */
/* reset
/* -------------------------------------------- */
/* -------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/* -------------------------------------------- */
/* -------------------------------------------- */
/* basics
/* -------------------------------------------- */
/* -------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, label, ul, ol, dl, fieldset, address {
	margin: .25em 0;
}
ul {
	padding-left:1em;
	list-style: disc;
}
li, dd, blockquote {
	margin-left: 5%;
}

fieldset {
	border: none;
	padding: .5em;
}
input, select, textarea {
	font-size: 100%;
}

strong {
	font-weight: bold;
}

body {
	text-align: center;
}

a {
	outline:none;
}

div.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

hr.clear {
	clear: both;
}


/* -------------------------------------------- */
/* -------------------------------------------- */
/* layout style
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* basic layout
/* -------------------------------------------- */
body {
	background-color: #121212;
	padding: 0;
	margin: 0;
}

.container {
	width:904px;
	text-align: left;
	margin: auto;
} 

.content_page #container {
	width: 904px;
}


/* -------------------------------------------- */
/* header
/* -------------------------------------------- */
h1#logo {
	float: left;
	width: 616px;
	height: 88px;
	padding: 0;
	position: relative;
	clear: both;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF !important;
	}

h1#logo span {
	background: url(images/header-on.gif) no-repeat;
	background-position: top left;
	position: absolute;
	width: 100%;
	height: 88px;
	margin: 0;
	padding: 0;
	}
h1#logo a {
	width: 100%;
	height: 104px;
}

h2#strapline {
	float: right;
	text-align: right;
	color: #6699ff;
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Allerta', Arial, Verdana, sans-serif;	
	letter-spacing: -1px;
	margin-top: 80px;
	max-width: 285px;
}




/* -------------------------------------------- */
/* generic body
/* -------------------------------------------- */
#content_container {
	width: 100%;
	float: left;
	padding: 0px;
	background-color: #191919;
	margin-top: 15px;

}

.b_home #content_container, .c_first-aid #content_container {
	background: none;
	margin-top: 0px;
}

#content {
	margin: auto;
	text-align: left;
	width: 902px;
}

#textarea_full {
	width: 804px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#textarea {
	padding: 0px 10px 0px 20px;
	float: left;
	width: 470px;
}

#sidebar {
	width: 210px;
	float: left;
	padding: 28px 0px 0px 0px;
	margin: 0px;
}

#game_container {
	width: 900px;
	height: 500px;
	display: block;
}


/* -------------------------------------------- */
/* body background images
/* -------------------------------------------- */

/* default background image for content pages */
 .c_education #content,  .content_page #content {
	background-image: url(images/crumpledpaper_margin.jpg);
	background-repeat: repeat-y;
}

/* rangeof jobs pages */
.c_range_of_jobs #content{
	background-image: url(images/crumpledpaper_margin.jpg);
	background-repeat: repeat-y;
}

/* crumpled paper blue */
.c_why-twothirtyvolts #content, .c_about #content{
	background-image: url(images/crumpledpaper_margin.jpg) !important;
}

/* crumpled paper */
.c_top-ten-electrical-songs #content, .c_switch-off-some-power #content, .b_search #content, .b_s_careers #content, .c_meet-the-band #content {
	background-image: url(images/crumpledpaper.jpg) !important;
}

/* graph paper */
.ss_revision-quiz #content, .c_revision-quiz #content, .ss_lesson_plans #content, .c_lesson_plans #content {
	background-image: url(images/graph_bg.gif) !important;
	background-repeat: repeat-x;
	background-position: 0px 64px;
	background-color: #1d1d1d;
}

.c_revision-quiz #content{
	background-position: 0px 0px;
}

/* none, off black */
.c_first-aid #content { background-image: none; background-color: #1d1d1d;}

/* none */
.c_get-your-gig-on #content, .c_footage #content  { background: none;}


/* -------------------------------------------- */
/* body layouts
/* -------------------------------------------- */
div.center {
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	clear: both;
}

.left_two_equal_column {
	width: 307px;
	padding-right: 30px;
	float: left;
}

.right_two_equal_column {
	width: 407px;
	float: left;
}


body #content .remove_margin, #content .remove_margin h1, #content .remove_margin h2, #content .remove_margin h3, #content .remove_margin p {
	margin: 0px !important; 
}

hr {
	height: 0px;
	border: none;
	border-top: 1px solid #242424;
}

/* -------------------------------------------- */
/* three column list
/* -------------------------------------------- */
dl.three_column {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dl.three_column dt {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

dl.three_column h1 {
	width: 811px;
	height: 43px;
	padding: 7px 25px 0px 73px;
	margin: 0px 0px 0px -5px !important;		
	font-size: 2.6em !important;
}

dl.three_column h1 span#age_range {
	display: block;
	float: right;
}

dl.three_column dd {
	width: 270px;
	float: left;
	margin: 0px 14px 30px 14px;
	padding: 0;
}

dl.thin_three_column dd {
	width: 230px !important;
}


dl.three_column h1.white {
	padding: 7px 25px 0px 73px;
	margin: 19px 0px 0px -2px !important;		
	font-size: 2.9em !important;
	font-weight: normal;
}


/* -------------------------------------------- */
/* two column layout
/* -------------------------------------------- */
#two_column_left {
	width: 567px;
	padding: 0px 13px 10px 47px;
	float: left;
}

#two_column_right {
	width: 226px;
	float: left;
	padding-top: 62px;
	padding-bottom: 20px;
}

body #content #two_column_right h2, body #content #two_column_right h3, body #content #two_column_right h4 {
	width: 226px !important;
}

#two_column_left h2 {
	width: 543px;
}

#two_column_left dl dt, #two_column_right dt {
	margin-left: 22px;
}

#two_column_left dt {
	margin-bottom: 5px;
}

#two_column_right dt {
	margin-bottom: -3px;
	padding-bottom: 0px;
}

#two_column_right dt img {
	width: 204px;
}

#two_column_right dd {
	padding: 5px 10px 5px 10px;
	margin: 1px 0px 20px 22px;
	font-size: 1.3em;
	color: #FFF;
}

#two_column_right dd a {
	text-decoration: none;
	display: block;
	width: 100%;
}

#two_column_right p {
	width: 204px;
	margin-right: 0px;
}

/* -------------------------------------------- */
/* two column layout equal widths
/* -------------------------------------------- */
#two_column_equal_left, #two_column_equal_right {
	float: left;
	width: 400px;
}

/* -------------------------------------------- */
/* three column layout
/* -------------------------------------------- */
#three_column_left, #three_column_middle, #three_column_right {
	float: left;
	width: 237px;
	padding: 18px 20px 10px 10px;
}

#three_column_middle {
	padding-left: 20px;
	padding-right: 30px;
}

#three_column_right {
	padding-right: 0px;
}


/* -------------------------------------------- */
/* footer
/* -------------------------------------------- */
#footer	{
	clear:both; 
	width:660px; 
	height: 50px;
	line-height: 1.4em;
	letter-spacing: normal;
	font-weight:bold; 
	border-top: 0px solid #CCC; 
	padding:22px 0px 15px 0px; 
	color:#666666; font-size: 1.2em;
	float: left;
}

.footer .addthis_toolbox {float: left; margin-right: 0px; width: 112px; }

.footer	a:link 			{text-decoration: none; color: #666666;}
.footer	a:visited 		{text-decoration: none; color: #666666;}
.footer	a:hover 		{text-decoration: none; color: #6699FF;}
.footer	a:active 		{text-decoration: none; color: #666666;}

#esc_footer_logo {
	float: right;
	width: 240px;
	height: 40px;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;

}
#esc_footer_logo a {
	display: block;
	width: 190px;
	text-align: right;
	height: 30px;
	padding-top: 22px;
	color: #FFF;
	padding-right: 50px; 
	background-image: url(/css/images/esf-logo-40x40.png);
	background-repeat: no-repeat;
	background-position: 200px 11px;
}


#esc_footer_logo_hover { display: none; margin-left: 0px !important; position: relative; left: -26px; margin-right: -26px; z-index: 20; }

#esc_footer_logo a:hover {	
}



/* -------------------------------------------- */
/* misc styles
/* -------------------------------------------- */
dd.green {	background-color: #628008; }
dd.orange {	background-color: #fe9313; }
dd.blue {	background-color: #6699ff; }
dd.yellow {	background-color: #ffea00; }
dd.pink {	background-color: #cc33cc; }



dd.green a { color: #FFF; }
dd.orange a { color: #1d2c49; }

#content #two_column_right p {
	margin: 0px 22px 0px 22px;
	color: #FFF;
	font-size: 1.4em;
}

#two_column_left .back_to_education {
	margin: 0px 0px 30px 22px;
}

a.grey_arrow, a.send_to_friend {
	background-image: url(images/grey-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	height: 22px;
	text-transform: none;

	text-decoration: none !important;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	
}

a.grey_arrow img, a.send_to_friend img {
 display: block; float: left;
}

#content p a.send_to_friend:link, #content p a.send_to_friend:visited, #content a.grey_arrow:link, #content  a.grey_arrow:visited {
	color: #231f20;
}

a.send_to_friend:hover {
	background-image: url(images/grey-envelope-over.gif);
}

#content p a.send_to_friend:active, #content  a.grey_arrow:active {
	color: #231f20;
}

p a.send_to_friend {
	font-size: 0.95em;
}

p a.grey_arrow {
	font-size: 0.9em;
}

a.send_to_friend {
	background-image: url(images/grey-envelope.gif);
	background-position: 1px 3px;
	padding-bottom: 0px;
}

a.grey_arrow:hover {
	background-image: url(images/grey-arrow-over.gif);
}



/* word and pdf images */

a.pdf_link {
	display: block;
	float: left;
	width: 130px;
	height: 25px;
	padding: 0px 5px 0px 20px;
	background-image: url(/css/images/icon-pdf-small.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	
	font-size: 1.1em;
	color: #FFF;
}

a.word_link {
	display: block;
	float: left;
	width: 130px;
	height: 25px;
	padding: 0px 5px 0px 20px;
	background-image: url(/css/images/icon-word-small.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	
	font-size: 1.1em;
	color: #FFF;
}

div.bubble_paras p {
	margin-left: 22px !important;
	margin-right: 22px !important;
}

div.bubble_paras p a.send_to_friend, div.bubble_paras p a.grey_arrow, div.bubble_paras p a.back_to_education {
	margin-left: -22px !important;
}

/* survey */
#surveyMonkey { display: none; }

/* -------------------------------------------- */
/* -------------------------------------------- */
/* font style
/* -------------------------------------------- */
/* -------------------------------------------- */
/* site wide */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

h1 { 
	font-family: 'Allerta', Arial, Verdana, sans-serif;
	font-size: 1.8em;
	line-height: 2.8em;
	font-weight: normal;
}

a { text-decoration: none; }


#content h1	{
	text-decoration: none;
	font-size:30px;
	font-weight:normal;
	padding:0px;
	line-height: normal;
	letter-spacing: -2px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#content h2	{text-decoration: none; color: #FFF; font-size:24px; font-weight:normal; margin: 1px 0px 0px 0px; padding:0px 0px 0px 0px; line-height: 1.1em; font-family: 'Allerta', Arial, Verdana, sans-serif; letter-spacing: -1px;}

#content h3	{text-decoration: none; color: #FFF; font-size:18px; font-weight:normal; margin: 3px 0px 5px 0px; padding:0px 0px 0px 0px; letter-spacing: -1px; line-height: normal; font-family: 'Allerta', Arial, Verdana, sans-serif;}

span.ellipsis { letter-spacing: 1px !important; }

#content p cite { font-size: 0.8em; }

#navigation .adjust_font_e { margin-left: -1px; margin-right: -0px; }
h1 .adjust_font_e { margin-left: -2px; margin-right: -0px; }

#content p, #content ul {
	font-size: 1.4em;
	margin: 16px 0px 16px 0px;
	color: #f2f2f2;
	line-height: 1.5em;
}

#content ul ul, #content ul ul ul, #content ul ul ul ul {
	font-size: 1em;
}

#three_column_left p, #three_column_middle p, #three_column_right p {
	color: #000;
}

#sign_language_version { display: block; position: fixed; top: 0px; right: 20px; background-color: #323232; color: #FFF; font-size: 1.3em; padding: 10px; z-index: 1000; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }

#sign_language_version:hover { background-color: #6699ff; }

/* -------------------------------------------- */
/* speech bubble headings
/* -------------------------------------------- */

#content .bubble {
	padding: 1px 0px 3px 22px;
	font-size: 1.8em;
	margin: 9px 0px 10px 0px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content .bubble_green {
	background-color: #99cc00;
	color: #333366;
}

#content .bubble_green a { color: #333366; }

#content .bubble_blue {
	background-color: #6699ff;
	color: #333366;
}

#content .bubble_blue a { color: #1d2c49; }

#content .bubble_pink {
	background-color: #cc33cc;
	color: #333366;
}

#content .bubble_pink a { color: #FFF; }

#content .bubble_yellow a { color: #FFF; }

#content .bubble_yellow {
	background-color: #ffea00;
	color: #333366;
}

#content .bubble_orange {
	background-color: #fe9313;
	color: #1d2c49;
}

#content .bubble_orange a { color: #FFF; }

#content .bubble span.triangle {
	display: block;
	width: 50px;
	height: 7px;
	position: relative;
	top: 3px;
	margin-bottom: -7px;
	left: -22px;
	background-repeat: no-repeat;
}

#content .bubble_green span.triangle {	background-image: url(/css/images/bubbles/green-transparent.gif); }
#content .bubble_blue span.triangle {	background-image: url(/css/images/bubbles/blue-transparent.gif); }
#content .bubble_pink span.triangle {	background-image: url(/css/images/bubbles/pink-transparent.gif); }
#content .bubble_orange span.triangle {	background-image: url(/css/images/bubbles/orange-transparent.gif); }
#content .bubble_yellow span.triangle {	background-image: url(/css/images/bubbles/yellow-transparent.gif); }


/* -------------------------------------------- */
/* increase letter spacing if text replacement enabled
/* -------------------------------------------- */
.cufon-active #content h1, .cufon-active #column_nav li a, .cufon-active .bubble { letter-spacing: -0.07em !important;}

.cufon-active #content h2  { letter-spacing: -0.06em !important;}

/* -------------------------------------------- */
/* specific headings
/* -------------------------------------------- */

#content h4.camera_icon {
	margin-top: 30px;
	height: 35px;
	text-transform: none;
	padding-top: 20px;
}

#content span.camera_icon {
	display: block;
	width: 36px;
	height: 31px;
	float: left;
	margin: -14px 5px 0px -5px;
	background-image: url(/css/images/camera-icon-green.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

h2.search_results {
	margin-top: 20px !important;
}



/* -------------------------------------------- */
/* -------------------------------------------- */
/* table style
/* -------------------------------------------- */
/* -------------------------------------------- */
/* generic table */

table {
	margin: 10px 0px 10px 0px;
	border: 1px solid #e4efef;
	
	color: #FFF;
}

table th {
	background-color: #e4efef;
	color: #1d4142;
	border: 1px solid #e4efef;
	font-weight: bold;
	padding: 5px;
}

table td {
	padding: 5px;
	border: 1px solid #e4efef;
}

.c_lesson-plans table {
	font-size: 1.4em;
}

table td a img {
	margin: -2px 0px -6px 0px;
	position: relative;
	top: -2px;
}

table td.quiz a img {
	margin-right: -3px;
}

/* -------------------------------------------- */
/* -------------------------------------------- */
/* colours
/* -------------------------------------------- */
/* -------------------------------------------- */

/* defaults */
#content h1, #content h2, #two_column_right a, table a { color: #FFF; }

/* applied by class appended to body tag */


/* electrical safety */

.c_electrical-safety #content #zone_selection h1, .c_electrical-safety #content h1 em, .s_electrical-safety #content h1, .s_electrical-safety #column_nav li a:hover, .s_electrical-safety #two_column_right a:hover, .s_electrical-safety table a:hover, .s_electrical-safety #content a:hover, .s_electrical-safety #navigation_column ul#column_nav a.current_page {
	color: #ffea00;
}

/* education zone */

.c_education #content h1, .c_education #content h1 em, .s_education #content h1, .s_education #column_nav li a:hover, .s_education #two_column_right a:hover, .s_education table a:hover, .s_education #content a:hover {
	color: #99CC00;
}

/* career zone */

.c_careers #content h1, .c_careers #content h1 em, .s_careers #content h1, .s_careers #column_nav li a:hover, .s_careers #two_column_right a:hover, .s_careers table a:hover, .s_careers #content a:hover, .s_careers #navigation_column ul#column_nav a.current_page{
	color: #6699FF;
}

/* fun zone */

.c_facts-and-fun #content h1, .c_facts-and-fun #content h1 em, .s_facts-and-fun #content h1, .s_facts-and-fun #column_nav li a:hover, .s_facts-and-fun #two_column_right a:hover, .s_facts-and-fun table a:hover, .s_facts-and-fun #content a:hover {
	color: #cc33cc;
}


/* etc etc etc */


/* whites */
body #content h1.white { color: #FFF !important;}

#content p a:link, #content li a:link, #content p a:visited, #content li a:visited, #content p a:active, #content li a:active{
	color: #FFF;
	text-decoration: underline;
} 


/* -------------------------------------------- */
/* -------------------------------------------- */
/* navigation
/* -------------------------------------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* setup the list styles */
/* -------------------------------------------- */
#navigation {
	width: 904px;
	height: 26px;
	padding: 0;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 12px;
	margin-right: 10px; 
	height: 25px;
	position: relative;
	clear: none;
	float: left;
	background-image: url(/css/images/nav_spacer.gif);
	background-repeat: no-repeat;
	background-position: top right; 
}

#navigation li a {
	width: 100%;
	height: 25px;
	display: block;	
}


/* -------------------------------------------- */
/* set menu item widths */
/* -------------------------------------------- */
/* #home { width: 72px; }
#electrical_safety { width: 148px; }
#education { width: 88px; }
#careers { width: 75px; }
#facts_and_fun { width: 123px; }
#search { width: auto; }
#search a { width: 80px !important; } */

/* -------------------------------------------- */
/* search box */
/* -------------------------------------------- */
#search { background-image: none !important; }
#search a { float: left; width: auto !important; }

#search_input {
	border: none;
	width: 110px;
	height: 20px;
	margin-left: 12px;
	margin-top: 1px;
	padding: 2px 0px 0px 8px;
	color: #FFF;
	background-color: #58585a;
	float: left;
}


#navigation { 	/* background-image: url(/css/images/nav_bg_2.gif); */ }
#navigation li a, #navigation li label { font-size: 1.9em; color: #abb7c6; font-family: 'Allerta', Arial, Verdana, sans-serif; font-weight: normal; text-decoration: none; letter-spacing: -1px; }
#navigation li label { font-size: 1em; }

li#home { padding-left: 18px; width: 54px; }
li#careers { padding-left: 3px; width: 72px; }

li#home a:hover, .c_home li#home a { color: #6699ff; }
li#electrical_safety a:hover, .c_electrical-safety li#electrical_safety a, .s_electrical-safety li#electrical_safety a  { color: #ffea00; }
li#education a:hover, .c_education li#education a, .s_education li#education a { color: #99cc00; }
li#careers a:hover, .c_careers li#careers a, .s_careers li#careers a { color: #6699ff; }
li#facts_and_fun a:hover, .c_facts-and-fun li#facts_and_fun a, .s_facts-and-fun li#facts_and_fun a { color: #cc33cc; }
li#search a:hover, .c_search li#search a, .s_search li#search a { color: #43474c; }

/* these colours must also be set in javascript/jquery.fadelinks.js file, for the fades */

/* subsection */
#navigation_column {
	padding: 11px 0px 0px 10px;
	width: 170px;
	float: left;
}

#navigation_column ul#column_nav {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#navigation_column ul#column_nav li {
	margin: 0px;
	width: 160px;

}

#navigation_column ul#column_nav a {
	display: block;
	color: #cccccc;
	text-decoration: none;
	text-align:left;
	font-size:22px;
	font-weight:bold;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #28272b;
	line-height: 1.2em;
}


#navigation_column ul#column_nav  a:hover{
	color:#FFea00;
}

/* footer */

	
div#footer ul {
	list-style-type: none;
	width: 100%;
	height: 2em;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	background-color: #1d4142;
}

div#footer ul li {
	list-style-type: none;
	width: 175px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2em;
	text-align: center;	
}	

div#footer ul li a:link {
	color: #99cccc;
	display: block;
	width: 100%;
	height: 2em;
	text-decoration: none;
}

div#footer ul li a:visited {
	color: #99cccc;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 2em;
}

div#footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
}


/* -------------------------------------------- */
/* -------------------------------------------- */
/* image style
/* -------------------------------------------- */
/* -------------------------------------------- */
img.image {
	
}

img.left, img.right, img.center {
	padding-bottom: 20px;
}

img.left {
	float: left;
	padding-right: 20px;
}

img.right {
	float: right;
	padding-left: 20px;
}

img.center {
	margin: auto;
	width: auto;
}

img.no_pad {
	padding: 0px !important;
}

img.icon_left {
	float: left;
}

.image {

}

.center {
	display: block;
	width: 100%;
	text-align: center;
}

/* -------------------------------------------- */
/* -------------------------------------------- */
/* form style
/* -------------------------------------------- */
/* -------------------------------------------- */

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label, legend, input, select, textarea, .label {
	font-family: Arial, Sans-serif;
	font-size: 1.2em;
	color: #666;
}

.form-container label, #content_search_form label {
	color: #FFF;
}
	
legend      { font-weight: bold; font-size:1em; margin-bottom: 10px; margin-left: -13px; color: #003333; background-color: #e4efef; width: 600px;  display: block; }

/* header search form */	
#search_form fieldset, #submit_song_form fieldset {
	margin: 0;
	padding: 0;
}	
	
/* in page search form */	
#content_search_form {
	margin: 10px 0px 10px 0px;
}
	
#content_search_form label {
	font-size: 1.3em;
}

#content_search_form input.text {
	background-color: #373737;
	color: #FFF;
	height: 19px;
	padding: 6px 5px 0px 5px;
	margin: 0px 7px 0px 10px;
	border: none;
} 

#content_search_form input.submit {
	position: relative;
	top: 7px;	
}

/* legal */
.c_legal table { font-size: 1.3em; }

/* tell a friend */
#taf_form {
width: 440px;
display: block;
}

/* taf captcha */
#recaptcha_image { float: right; margin: 8px 0px 3px 0px; font-size: 1.3em; }
#recaptcha_image a { color: #FFF !important; margin: -2px 0px -7px 0px; padding-bottom: 0px; display: block; }
#recaptcha_response_field { float: right; padding: 2px; height: 17px !important; }
#captcha_supplementary_links { float: right; width: 300px; }
#captcha_supplementary_links div { display: inline;}
#captcha_supplementary_links { color: #FFF; font-size: 1.3em;}
#captcha_supplementary_links a { color: #FFF; } 
/* also changed input widths, label widths, form width */

#taf_form label, #taf_form .label, #taf_form .text, #taf_form textarea {
	font-size: 1em;
}

#taf_form label, #taf_form .label{
	margin-top: 1px;
}

#taf_preview {
	float: right;
	width: 255px;
	height: 382px;
	margin-top: 0px;
	padding: 90px 35px 0px 50px;
	background-image: url(images/tell-friend-note.gif);
	background-repeat: no-repeat;
}

#taf_preview_text {
	 height: 345px;
	 overflow-y: scroll;
}

#taf_preview h3 { display: none; }

#taf_preview p {
	color: #666;
	font-size: 1.2em;
	line-height: 1.4em;
}

#taf_preview p a { color: #666 !important; }

#submit_taf_button {
	margin: 5px 0px 0px 120px;
	float: right;
}

#entrant_type_first { margin-top: -3px !important; margin-left: 5px; width: auto !important;  font-weight: normal;}

#entrant_type_second { margin-top: -3px !important; margin-left: 5px; width: auto !important; font-weight: normal; }

#subscription_consent { width: 70%; margin-left: 30%; text-align: left; font-weight: normal; font-size: 0.8em !important; line-height: 1.2em; margin-top: 0px !important; }

#draw_terms { text-align: center; position: relative; left: -4px; top: 20px; color: #FFF !important; font-size: 1.1em; } #taf_preview #draw_terms a { color: #FFF !important); }

.taf_back_white { color:Â #FFF !important; }

/* Form fields
-------------------------------------------------------------- */

input.text, input.title, textarea, select {
  margin:0.5em 0;
  border: none;
  background-color: #FFF;
}

input.text, input.title   { width: 296px; padding: 2px; }
.form-container textarea { padding: 5px; width: 290px; height: 100px; }
select { padding: 5px; width: 310px; }
option { padding: 0px 5px 0px 5px;}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* Form styles */
div.form-container { padding: 0px; }


div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0 !important; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: none; }

div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; font-weight: bold; padding: 8px 10px 0px 0px; width: 100px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }

div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

/* -------------------------------------------- */
/* generic monopoly cards
/* -------------------------------------------- */
.zone_selector li strong {
	display: none;
	width: 140px;
	height: 218px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	margin: 0;
	z-index: 5;
}

#zone_selection p, p.home_intro { font-size: 1.6em; line-height: 1.3em; letter-spacing: -1px; font-family: Allerta, Arial, sans-serif; text-align: center; margin-top: 1.8em; margin-bottom: 0em; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Segoe%20UI,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=02_glass.png&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=225bce&bgTextureHover=02_glass.png&bgImgOpacityHover=40&borderColorHover=6699ff&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=225bce&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=30&borderColorActive=6699ff&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Segoe UI, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Segoe UI, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #666666; background: #000000 url(images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #333333; background: #333333 url(images/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #666666; background: #555555 url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eeeeee; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #eeeeee; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #6699ff; background: #225bce url(images/ui-bg_glass_40_225bce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #6699ff; background: #225bce url(images/ui-bg_inset-soft_30_225bce_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #2e7db2; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #ffb73d; background: #ffc73d url(images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x; color: #111111; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #111111; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #111111; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_a83300_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.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-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.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; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.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-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.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-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-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
