/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 12px;
    color: #000000;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, .h1 {
        margin: 0px 0px 0.3em 0px;
        padding: 0px;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img {
	border: 0px none;
}

/*
form elements
*/

form label {
	display: block;
	float: left;
	width: 150px;
	font-size: 12px;
	color: #000000;
}

form input, textarea {
	width: 160px;
}

.checkbox {
	width: auto;
}

.radio {
	width: auto;
}

html, body {
	height: 100%;
}

a {
	text-decoration: none;
}
.link {
	text-decoration: underline;
}
.pointer {
	cursor: pointer;
}
/*
custom styles
*/

/*
headings
*/

h1 {
	color: #ec242f;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	color: #ec242f;
	font-size: 18px;
	font-weight: bold;
}

#body {
	background-image: url(../images/background-repeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #cdcdcd;
	color: #000000;
}

#mainContent {
	width: 800px;
	height: 100%;
	margin: 0px auto;
	padding-top: 10px;
}

#mainContentContainer {
	margin-left: 25px;
	margin-right: 25px;
}

.mainContentHeaderText {
	height: auto !important;
	height: 45px;
	min-height: 45px;
	width: 715px;
}

/*
header and nav
*/
#loginRegister {
	float: right;
	font-size: 11px;
	padding-right: 20px;
}
.regLink {
	padding-right: 12px;
	color: #000;
}
.loginText {
	margin-left: 10px;
}
.loginLink {
	text-decoration: underline;
	color: #d3161b;
}

#header {
	height: 213px;
	width: 800px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

.headerImage {
	float: left;
}

#headerContentContainer {
	width: 700px;
	margin-top: 17px;
	padding-left: 28px;
	float: left;
	height: 188px;
}

#headerImagesLeft {
	float: left;
	height: 113px;
	width: 166px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 26px;
}

#headerImagesRight {
	float: left;
	height: 144px;
	width: 477px;
	background-image: url(../images/head-images.jpg);
	background-repeat: no-repeat;
	background-position: center 6px;
}

/*
navigation
*/

#navigation {
	margin-top: 18px;
	height: 60px;
	width: 731px;
	padding-left: 10px;
	float: left;
}

.navItem {
	text-align: center;
	float: left;
	height: 63px;
}

.navItemLeft {
}

.navLink {
	text-decoration: none;
	color: #e50000;
	font-size: 11px;
}

/*
home
*/

.red {
	color: #ec242f;
}

.black {
	color: #000000;
}

.bigRed {
	color: #e70000;
	font-size: 14px;
	font-weight: bold;
}

.biggerRed {
	color: #e70000;
	font-size: 17px;
	font-weight: bold;
}

.bigBlack {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.biggerBlack {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

.internalRed {
	color: #e70000;
}

.whiteLink {
	text-decoration: none;
	color: #ffffff;
}

.blackLink {
	text-decoration: none;
	color: #000000;
}

.redLink {
	text-decoration: none;
	color: #e70000;
}

.homeInput {
	padding: 4px 0px;
	color: #ffffff;
}
	
#homeWelcome {
	float: left;
	width: 542px;	
	height: 343px;
	background-image: url(../images/home-welcome.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#homeWelcomeContainer {
	height: 270px;
	width: 455px;
	margin-top: 40px;
	margin-left: 50px;
}

.homeWelcomeTitle {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

.homeWelcomeContent {
	margin-top: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#homeRight {
	float: right;
	width: 258px;
}

#homeTopTips {
	float: left;
	width: 258px;	
	height: 124px;
	background-image: url(../images/home-top-tips.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#homeTopTipsContainer {
	float: left;
	height: 100px;
	width: 90px;
	margin-top: 24px;
	padding-left: 30px;
}

.homeTopTipsTitle {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: normal;
	line-height: 28px;
}

.homeTopTipsContent {
	margin-top: 6px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin-left: 28px;
}

#homeKids {
	float: left;
	width: 258px;	
	height: 121px;
	background-image: url(../images/home-kids-3.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#homeKidsContainer {
	float: left;
	height: 60px;
	width: 90px;
	margin-top: 55px;
	padding-left: 50px;
}

.homeKidsTitle {
	color: #d50000;
	font-size: 34px;
	font-weight: bold;
	line-height: 26px;
}

.homeKidsContent {
	margin-top: 6px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin-left: 28px;
}

#homeSuccess {
	float: left;
	width: 258px;	
	height: 121px;
	background-image: url(../images/home-success.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#homeSuccessContainer {
	float: left;
	height: 60px;
	width: 120px;
	margin-top: 35px;
	padding-left: 25px;
}

.homeSuccessTitle {
	color: #d50000;
	font-weight: bold;
	font-size: 19px;
	line-height: 15px;
}
.homeSuccessTitle span {
	font-size: 11px;
}
.homeSuccessContent {
	margin-top: 6px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin-left: 63px;
}

#homeLogin {
	float: left;
	width: 542px;	
	height: 242px;
	background-image: url(../images/home-login.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}

#homeLoginExisting {
	float: left;
	margin-top: 40px;
	padding-left: 55px;
	width: 175px;
	height: 160px;
}

.homeLoginTitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	height: 30px;
}

.homeLoginButton {
	text-align: right;
	width: 175px;
	height: 32px;
	margin-top: 10px;
}

#homeLoginNew {
	float: left;
	margin-top: 40px;
	margin-left: 55px;
	width: 220px;
	height: 160px;
}

#homeLoginRegister {
	float: left;
	height: 66px;
	width: 220px;
}

#homeLoginRegisterNow {
	padding-top: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;	
}

#homeClasses {
	float: left;
	width: 542px;
	height: 275px;
	background-image: url(../images/home-classes-2.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#homeClassesContainer {
	margin-top: 30px;
	margin-left: 50px;
	height: 190px;
	width: 455px;
}

.homeClassesTitle {
	color: #ffffff;
	font-weight: normal;
	font-size: 30px;
}
#homeClassesTable {
	margin-top: 10px;
	font-size: 11px;
	color: #ffffff;
	width: 455px;
	border-collapse: collapse;
}
#homeClassesTable td {
	height: 25px;
}
#homeClasses .greyBg {
	background-color: #555;
}
.homeClass {
	width: 150px;
	padding-left: 10px;
}
.homeDate {
	width: 90px;
}
.homeLocation {
	width: 145px;
}
.homeLink {
	width: 70px;
}
.homeLink a {
	color: #fff;
	text-decoration: underline;
}

#homeFullList {
	margin-top: 38px;
	margin-left: 245px;
	font-size: 11px;
	color: #ffffff;
}
#homeFullList a {
	color: #d3161b;
}
#homeNews {
	float: left;
	width: 258px;	
	height: 251px;
	background-image: url(../images/home-news.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
#homeNewsTitle {
	font-size: 16px;
	color: #fff;
	padding-top: 17px;
	padding-left: 25px;
}
#homeNewsContent {
	height: 160px;
	padding-top: 10px;
}
#homeNewsLink {
	font-size: 11px;
	padding-top: 10px;
	padding-left: 80px;
}
#homeNewsLink a {
	text-decoration: underline;
	color: #d3161b;
}
.newsItem {
	padding: 10px 35px 10px 20px;
}
.newsImage {
	float: left;
	height: 60px;
	width: 60px;
	overflow: hidden;
}
.newsText {
	float: right;
	width: 130px;
	height: 45px;
	font-size: 11px;
}
.newsLink{
	float: right;
}
.newsLink a {
	font-size: 11px;
	color: #d3161b;
}
/*
main
*/

#mainTop {
	float: left;
	background-image: url(../images/main-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 35px;
}

#mainMiddle {
	width: 800px;
	height: auto !important;
	height: 401px;
	min-height: 401px;
}

#mainLeftContainer {
	float: left;
	width: 20px;
	background-image: url(../images/main-rpt-left.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#mainLeft {
	width: 20px;
	height: auto !important;
	height: 401px;
	min-height: 401px;
	background-image: url(../images/main-left.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#mainCenter {
	float: left;
	width: 761px;
	height: auto !important;
	height: 401px;
	min-height: 401px;
	background-color: #ffffff;
}

#mainRightContainer {
	float: left;
	width: 19px;
	background-image: url(../images/main-rpt-right.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#mainRight {
	width: 19px;
	height: auto !important;
	height: 401px;
	min-height: 401px;
	background-image: url(../images/main-right.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#mainBottom {
	float: left;
	clear: both;
	background-image: url(../images/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 34px;
}

/*
buttons
*/

.btnHomeLogin {
	border: 0px none;
	background-image: url(../images/button-home-login.jpg);
	width: 56px;
	height: 32px;
	cursor: pointer;
}

.btnHomeRegister {
	border: 0px none;
	background-image: url(../images/button-home-register.jpg);
	width: 58px;
	height: 32px;
	cursor: pointer;
}

.btnRed {
	border: 0px none;
	width: 148px;
	height: 34px;
	cursor: pointer;
}

.btnBuyLight {
	border: 0px none;
	background-image: url(../images/button-buy-light.gif);
	width: 48px;
	height: 24px;
	cursor: pointer;
}

.btnBuyDark {
	border: 0px none;
	background-image: url(../images/button-buy-dark.gif);
	width: 48px;
	height: 24px;
	cursor: pointer;
}

/*
classes table
*/

#classesTable {
	width: 715px;
}

.classesTableRow {
	background-color: #ededed;
}

.classesTableAltRow {
	background-color: #ffffff;
}

.classesTableDataLeft {
	vertical-align: top;
	width: 365px;
	padding-left: 20px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	border-right: 2px solid #bebebe;
}

.classesTableDataRight {
	vertical-align: top;
	width: 350px;
	padding-left: 20px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
}
.classesHeading {
	padding-bottom: 5px;
}

/*
product section
*/

#productsTable {
	
}

.productsTableRow {
	background-color: #f2f2f2;
}

.productsTableRow .btnBuy {
	border: 0px none;
	background-image: url(../images/button-buy-light.gif);
	width: 48px;
	height: 24px;
	cursor: pointer;
}

.productsTableAltRow {
	background-color: #e7e7e7;
}	

.productsTableAltRow .btnBuy {
	border: 0px none;
	background-image: url(../images/button-buy-dark.gif);
	width: 48px;
	height: 24px;
	cursor: pointer;
}

.viewButton {
	float: right;
	height: 24px;
}

.productsTableRow .viewButton input {
	border: 0px none;
	background-image: url(../images/button-view-light.gif);
	width: 48px;
	height: 24px;
	cursor: pointer;
}
.productsTableAltRow .viewButton input {
	border: 0px none;
	background-image: url(../images/button-view-dark.gif);
	width: 48px;
	height: 24px;
	cursor: pointer;
}

.productsTableData {
	width: 345px;
	height: 115px;
}

.productsTableDataCrumb {
	width: 345px;
	height: 115px;
	background-image: url(../images/product-crumb.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.productTableContainer {
	padding-top: 5px;
	margin-left: 30px;
	width: 295px;
	height: 85px;
}

/*
product
*/

#product {
	margin-top: 20px;
}

.productBorder {
	border: 1px solid #a9a9a9;
	background-color: #eaeaea;
}

#productImage {
	width: 325px;
	height: 325px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#productDetail {
	float: left;
	width: 355px;
	margin-left: 25px;
}

#productDetailContainer {
	height: auto !important;
	min-height: 300px;
	height: 300px;
}

/*
meet the team
*/

.teamTitle {
	font-size: 24px;
	color: #4c4c4c;
	font-weight: normal;
	font-family: tahoma;
}

#teamCard {
	width: 255px;
	height: 339px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
}

.teamHeader {
	float: left;
	width: 230px;
}

#teamDescription {
	clear: left;
	padding-top: 20px;
}

#teamPagination {
	margin-top: 25px;
}

/*
events table
*/

#eventsTable {
	width: 715px;
	text-align: left;
	border: 0px;
}

#eventsTable th {
	background-color: #cd0000;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}

#eventsTable td {
	padding: 3px 5px;
	border-right: 1px solid #afafaf;
}
.eventsTableRow {
	background-color: #ededed;
	color: #666666;
}

.eventsTableAltRow {
	background-color: #ffffff;
	color: #666666;
}

/*
basket
*/

.basket_list .altRow, .popup_basket_list .altRow, .popup_basket_product .altRow {
	background-color: #f2f2f2;
	color: #000000;
	height: 20px;
	font-size: 12px;
}
.basket_list .row, .popup_basket_list .row, .popup_basket_product .row {
	background-color: #e7e7e7;
	color: #000000;
	height: 20px;
	font-size: 12px;
}

.popup_basket_list {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 150px;
}

.popup_basket_product {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 80px;
}

.basketLoginOption {
	border: 1px solid #a9a9a9;
	width: 33%;
	color: #000000;
}

/*
minibasket
*/


.viewBasket {
	color: #000000;
	font-size: 10px;	
}

/*
* seobox
*/

#seoBox {
 	width: 800px;
}
#seoBoxLeft {
	float: left;
	height: 175px;
	width: 45px;
	background-image: url( ../images/seo-left.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#seoBoxCenter {
	float: left;
	height: 175px;
	width: 710px;
	background-image: url( ../images/seo-span.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#seoBoxRight {
	float: left;
	height: 175px;
	width: 45px;
	background-image: url( ../images/seo-right.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.seoBoxInner {
	background: #e9e9e9;
	width: 100%;
	height: 100px;
	margin-top: 36px;
	overflow: auto;
}
.seoBoxTitle {
	font-size: 18px;
	color: #d7161c;
	padding: 15px 15px 0 15px;
}
.seoBoxContent {
	font-size: 11px;
	padding: 5px 15px 15px 15px;
}
/*
footer
*/

#footer {
 	width: 800px;
}

#footerLeft {
	float: left;
	height: 113px;
	width: 53px;
	background-image: url( ../images/home-foot-left.png);
	background-repeat: no-repeat;
	background-position: center;
}

#footerCenter {
	float: left;
	height: 113px;
	width: 694px;
	background-image: url( ../images/home-foot-rpt.png);
	background-repeat: repeat-x;
	background-position: center;
}

#footerImagesContainer {
	margin-top: 25px;
	width: 690px;
	height: 55px;
}

#footerLinks {
	width: 690px;
	text-align: right;
}	

.footerLink {
	color: #ba0000;
	text-decoration: none;
}

.footerPipe {
	margin: 0px 10px;
	color: #ba0000;
}

#footerRight {
	float: left;
	height: 113px;
	width: 53px;
	background-image: url( ../images/home-foot-right.png);
	background-repeat: no-repeat;
	background-position: center;
}

.footerImage {
	margin-left: 16px;
}

/* register page */

.register label {
	width: 190px;
}

.registerInput {
	width: 190px;
}

.registerStar {
	color: #000;
	padding-left: 5px;
}

table.register tr.header th {
	font-size: 10pt;
	height: 22px;
	text-align: left;
	color: #000;
}
.popupBorder {
	margin: 15px;
}
/* New Pages (09/11/09) */
#newsContent {
	height: 838px;
	width: 785px;
	margin-left: 8px;
	background: url(../images/newsbg.jpg);
}
.newsHeader {
	font-size: 22px;
	font-weight: bold;
	color: #e70000;
	padding: 50px 50px 10px 50px;
}
.newsShort {
	font-size: 11px;
	font-weight: bold;
	color: #4c4c4c;
	padding: 0 50px 20px 50px;
	line-height: 16px;
}
.newsShortAll {
	padding: 0 50px 10px 50px !important; 
}
#newsLeft {
	width: 320px;
	float: left;
	padding: 0 0 0 50px;
	overflow: hidden;
}
#newsLeft img {
	margin-bottom: 10px;
}
#newsRight {
	width: 340px;
	float: right;
	padding: 0 50px 0 0;
}

#newsLeftLessPad {
	width: 320px;
	float: left;
	padding: 0 0 0 15px;
	overflow: hidden;
}
#newsLeftNoPad img {
	margin-bottom: 10px;
}
#newsRightLessPad {
	width: 340px;
	float: right;
	padding: 0 15px 0 0;
}

#newsTitle, .successTitle {
	font-size: 16px;
	font-weight: bold;
	color: #e70000;
	padding-bottom: 10px;
}
#newsText, .successText {
	font-size: 11px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 16px;
}
#newsText p {
	padding-bottom: 10px;
}
#newsText strong {
	color: #e70000;
	font-size: 12px;
}
#newsText a {
	color: #e70000;
}
#newsText table {
	width: 100%;
	padding-bottom: 20px;
}
#newsText th {
	background: #cd0000;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding: 5px 15px 5px 15px;
}
#newsText td {
	font-size: 13px;
	color: #4c4c4c;
	font-weight: normal;
	padding: 10px 15px 10px 15px;
}
.greyBg {
	background: #ededed;
}
#newsLink {
	padding-top: 5px;
	text-align: right;
}
#newsLink a {
	color: #e70000;
	font-size: 11px;
}
#newsItem {
	padding: 10px 0 10px 0;;
	height: 125px;
	border-bottom: 1px dotted #000;
	margin: 0 15px;
}
#newsItemLeft {
	float: left;
	width: 190px;
	overflow: hidden;
	height: 125px;
}
#newsItemLeft img {
	width: 190px;
}
#newsItemRight {
	float: right;
	position: relative;
	width: 470px;
	height: 115px;
}
#newsItemRightTitle {
	font-size: 14px;
	font-weight: bold;
	color: #e70000;
	padding: 10px 0 10px 0;
}
#newsItemRightText {
	font-size: 11px;
	font-weight: bold;
	color: #4c4c4c;
}
#newsItemRightLink  {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#newsItemRightLink a {
	font-size: 11px;
	color: #e70000;
}
#successBottom {
	float: left;
	clear: both;
	background-image: url(../images/success-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 34px;
}
#successRightContainer {
	float: left;
	width: 19px;
	background-image: url(../images/success-rpt-right.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#successLeftContainer {
	float: left;
	width: 20px;
	background-image: url(../images/success-rpt-left.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#successLeft {
	width: 20px;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	background-image: url(../images/success-left.jpg);
	background-repeat: no-repeat;
}
#successRight {
	width: 19px;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	background-image: url(../images/success-right.jpg);
	background-repeat: no-repeat;
}
#successCenter {
	float: left;
	width: 761px;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	background-color: #ffffff;
}
.successHeader {
	font-size: 22px;
	font-weight: bold;
	color: #e70000;
	padding: 15px 15px 10px 15px;
}
.successShort {
	font-size: 11px;
	font-weight: bold;
	color: #4c4c4c;
	padding: 0 15px 10px 15px;
	line-height: 16px;
}
.successItem {
	margin: 15px 15px 0 15px;;
	padding-bottom: 15px;
	border-bottom: 2px dotted #575757;
}
#successItemLeft {
	width: 320px;
	float: left;
	overflow: hidden;
}
#successItemRight {
	width: 340px;
	float: right;
}
.clearer {
	clear: both;
}
#dialog {
	display: none;
}
.loginTable {
	margin-top: 10px;
	width: 100%;
}
.loginTable th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 3px;
}
.loginTable td {
	padding-bottom: 8px;
}
.loginBox {
	width: 150px;
}
.forgottenLink {
	margin-left: 70px;
}
.forgottenLink a {
	color: #d7161c;
}
.loginDLink {
	margin-top: 24px;
	margin-left: 190px;
}
.loginDLink a {
	font-size: 13px;
	color: #d7161c;
	text-decoration: no-underline;
}
.categoryBox {
	width: 220px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.noRight {
	margin-right: 0px;
}
.categoryTitle {
	background: #d7161c;
	color: #fff;
	font-size: 16px;
	padding: 12px;
}
.categoryImage {
	width: 220px;
	height: 220px;
	overflow: hidden;
}
.categoryLink {
	background: #e6e6e6;
	font-size: 11px;
	padding: 12px;
	text-align: right;
}
.shopContentHeaderText {
	height: auto !important;
	height: 35px;
	min-height: 35px;
	width: 715px;
}
.optionTitle {
	width: 50px;
}
/* JQuery CSS */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000 50% 50% repeat-x; opacity: .75;filter:Alpha(Opacity=75); }
.ui-dialog { background: url(/custom/images/login.gif); }
.ui-dialog-titlebar { position: relative; padding: 18px 25px 18px 25px; color: #fff; font-size: 16px;}
.ui-dialog-titlebar-close { position: absolute; right: 25px; top: 20px; font-size: 10px; color: #fff; text-decoration: underline; }
.ui-dialog-content { padding: 2px 25px 0 25px; font-size: 11px; }