/* Global Defaults
=====================================================================*/
h1,h2,h3,h4,h5,h6,strong{font-style:normal;font-weight:normal;}
ul {list-style:none;}
a {text-decoration:none;}

/* Library
=====================================================================*/

.l { float:left; width:49%; }
.r { float:right; width:49%; }
.r:after { display:block; content:''; clear:both; height:0; visibility:hidden; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.justify { text-align:justify; }
.float-left { float:left; }
.float-right { float:right; }
.clear-both { clear:both; float:none; }
.clear-right { clear:right; float:none; }
.hide {	display:none; }
.clear-both { clear:left; float:none; }
.inline { display:inline; }
.block { display:block; }
.noborder { border:0px none; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.normal { font-weight:normal; }
.nomargin { margin:0; }
.nopadding { padding:0; }
.visible { display:block; }
.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.bottom20 { padding-bottom:20px; }
.border5 { border:solid 10px #c7c7c7; }
.border10 { border:solid 10px #c7c7c7; }
.border20 { border:solid 20px #c7c7c7; }

div.hidden, a.hidden
{
    display:none;
    margin:0;
}

/* List Elements
=====================================================================*/

ul li {
    height:auto;
    margin:0;
    padding:0;
    list-style:none;
}

li a {
    padding-top:0px;
    padding-bottom:0px;
}

li a:hover {
    background-color:#eeeeee;
}

/* Global Links
=====================================================================*/

a {
    margin:0px;
    padding:0px;
}

a:link, a:visited, a:active {
    background:transparent;
    color:#2575ad;
    text-decoration:none;
}

a:hover {
    background:transparent;
    color:#ac3433;
    text-decoration:none;
}

/* Misc Typography
=====================================================================*/
i, em {
    font-style:italic;
}

/* Global Elements
=====================================================================*/

/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
html {
    overflow-x:auto;
    height:100%;
}

h2, h4, h6, body {
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
    font-size:1.7em;
    line-height:1.1em;
    color:#2575ad;
}

h4 {
    font-size:.9em;
    text-transform:uppercase;
    color:#2575ad;
    letter-spacing:1px;
    font-weight:bold;
}

h5 {
    font-size:1.5em;
    line-height:1.2em;
}

h6 {
    font-size:.88em;
    letter-spacing:1px;
    font-weight:bold;
    text-transform:uppercase;
}

/*=====================================================================*/
body {
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    background-color:#222;
    font-size:12px;
    color:#555;
    text-align:center;
    line-height:1.6em;
    padding:0;
}

#pg-bottom {
    background:url('../images/glossy-bottom-bg.gif') no-repeat;
    height:100px;
}

#pg-bottom-2 {
    background:url('../images/glossy-bottom-bg-2.gif') no-repeat;
    height:200px;
}

blockquote, em, h1, h3, h5, i  {
    font-family:Georgia, "Times New Roman", Times, serif;
}

#content {
    width:950px;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align:left;
    background-color:#fff;
}

img {
    border:none;
}

#header img {
    padding:0 0 5px 10px;
    float:left;
}

.table-top, .table-bottom {
    width:950px;
    border:0;
}

.table-top img {
    display:block;
}

.table-bottom img {
    display:block;
}

#nav { line-height:1; z-index:9998; float:left;}

#nav a {
    background:url(../images/menubar.gif) no-repeat 0 0;
    display:block;
    height:30px;
    text-indent:-999em;
    overflow:hidden;
}

#nav li { float:left; position:relative; }
* html #nav li * { position:relative; }
#nav li, #nav ul { margin:0; padding:0; }

/*--- default ---*/
#nav-home a { background-position:0 0; width:65px; }
#nav-products a { background-position:-65px 0; width:81px; }
#nav-services a { background-position:-146px 0; width:84px; }
#nav-success-stories a { background-position:-230px 0; width:134px; }
#nav-about-us a { background-position:-364px 0; width:87px; }
#nav-blank a { background-position:-451px 0; width:499px; }

/*--- Hovering ---*/
#nav-home a:hover { background-position:0 -30px; width:65px; }
#nav-products a:hover { background-position:-65px -30px; width:81px; }
#nav-services a:hover { background-position:-146px -30px; width:84px; }
#nav-success-stories a:hover { background-position:-230px -30px; width:134px; }
#nav-about-us a:hover { background-position:-364px -30px; width:87px; }

/*--- Clicking ---*/
#nav-home a:active { background-position:0 -60px; width:65px; }
#nav-products a:active { background-position:-65px -60px; width:81px; }
#nav-services a:active { background-position:-146px -60px; width:84px; }
#nav-success-stories a:active { background-position:-230px -60px; width:134px; }
#nav-about-us a:active { background-position:-364px -60px; width:87px; }

/*--- Dropdowns ---*/

#nav li.over ul { left:0; display:block;}
#nav li li { float:none; position:static; width:100%; }

#nav li li a, #nav li li a:hover, #nav li li a:active {
    background:none;
    height:auto;
    padding:1px 12% 2px 12px;
    text-indent:0;
    width:82%;
}

#nav li li a:hover { background:#eee; }

#nav li ul {
    background:#fff;
    border-bottom:1px solid #ce0000;
    display:none;
    line-height:1.5;
    padding:5px 0;
    position:absolute;
    top:30px;
    width:200px;
    z-index:9999;
}

#flash {
    position:absolute;
    width:950px;
    height:210px;
    padding:0;
    margin:0;
    background-color:#fff;
}

#content-body, #content-body-1 {
    position:absolute;
    border:none;
    padding:0;
    top:308px;
    width:950px;
}

#content-body {
    background:#c9c9c9 url(../images/dropshadow_1px.jpg) repeat-y;
}

#content-body-1 {
    background:#fff url(../images/dropshadow_1px_white.jpg) repeat-y;
}

#content-body-left, #content-body-left-1 {
    width:570px;
    padding:20px 20px 20px 40px;
    line-height:1.5em;
    float:left;
}

.content-header img {
    margin:-20px 0 0 -40px;
}

#content-body-right {
    width:276px; /* Becareful, this value is accurate to the pixel */
    margin:0 0 0 24px; /* Becareful, this value is accurate to the pixel */
    float:left;
    background:#c9c9c9 url(../images/bg_col2.gif) repeat-x;
    padding:0 10px 0 10px;
}

.content-body-right-module {
    margin:20px 0 0 10px;
    background:#fff url(../images/right_module_bg.jpg) repeat-x;
    background-position:bottom;
    padding:10px 25px 20px 25px;
    width:200px;
}

.content-body-right-module table {
    line-height:1.1em;
}

#content-body-right-bottom {
    margin-left:-14px;
    width:300px;
    background:url(../images/bg_col2_bot.jpg) repeat-y;
    height:200px;
}

#success-story-1-bottom-dcd5b110, #success-story-2-bottom-102ed666, #success-story-3-bottom-3b0df410, #content-body-right-bottom-2d41d7b3, #content-body-right-bottom-ed43e960, #content-body-right-bottom-3c3c534d, #content-body-right-bottom-81d53e06, #cloud-computing-bottom-35262edc,
#content-body-right-bottom-ebf3f837,
#content-body-right-bottom-53eadff4,
#content-body-right-bottom-d236ff7b,
#content-body-right-bottom-5c46728a,
#content-body-right-bottom-dfaefe74,
#content-body-right-bottom-83c5560a,
#content-body-right-bottom-0618710a,
#content-body-right-bottom-7bc2af4a, 
#content-body-right-bottom-48911d3b { 
    margin-left:-14px;
    width:300px;
    background:url(../images/bg_col2_bot_3.jpg) repeat-y;
}

#content-body-right-bottom-83c5560a {
    height:550px;
}

#content-body-right-bottom-dfaefe74 {
    height:0px;
}

#content-body-right-bottom-5c46728a {
    height:0px;
}

#content-body-right-bottom-d236ff7b {
    height:0px;
}

#content-body-right-bottom-0618710a {
    height:0px;
}

#content-body-right-bottom-ebf3f837 {
    height:0px;
}

#content-body-right-bottom-53eadff4 {
    height:0px;
}

#success-story-1-bottom-dcd5b110 {
    height:1400px;
}

#success-story-2-bottom-102ed666 {
    height:0px;
}

#success-story-3-bottom-3b0df410 {
    height:1380px;
}

#content-body-right-bottom-ed43e960 {
    height:1500px;
}

#content-body-right-bottom-2d41d7b3 {
    height:350px;
}

#content-body-right-bottom-7bc2af4a {
    height:600px;
}
#content-body-right-bottom-48911d3b {
    height:1000px;
}

#content-body-right-bottom-3c3c534d {
    height:350px;
}

#content-body-right-bottom-81d53e06 {
    height:350px;
}

#content-body-right-bottom-fb0bfd8e {
    height:0;
}

#cloud-computing-bottom-35262edc {
    height:3000px;
}

.quoted-from {
    padding-top:20px !important;
}

.quoted-from, .quoted-from-title, .quoted-from-company {
    line-height: 12px;
    text-align:right;
}

.module_right, .perfmonpro-supports {
    margin-top:20px;
    background:#fff url(../images/right_module_bg.jpg) repeat-x;
    background-position:bottom;
    padding:10px 10px 20px 25px;
    width:225px;
}

.perfmonpro-supports a {
    height:40px;
    display:block;
    overflow:hidden;
    background-image:url(../images/perfmonpro-support-header.gif);
}

.perfmonpro-supports a:hover {
    background-position:0px -40px;
}

.footer {
    background-color:#fff;
    text-align:center;
}

/* =========== */
#at_glance_container {
    overflow:hidden;
    float:right;
    width:45%;
    padding:10px 10px 10px 20px;
    background-color:#fff;
}

.at_a_glance ul {
    margin-left:10px;
    padding-left:10px;
}

.at_a_glance ul li {
    margin-bottom:0;
    list-style:decimal outside;
}

.at_a_glance ul li ul {
    margin-left:15px;
    padding-left:15px;
}

.at_a_glance ul li ul li {
    list-style:circle outside;
}

.at_a_glance ul li:before {
    color:#7cb0cd;
}

#booking-system-customer-module,
#booking-system-demo-module,
#booking-system-special-offer-module,
#services-module,
#success-story-module,
#more-success-story-module,
#success-story-quote-module,
#tools-of-the-trade-module,
#promotion329-prize-module,
#summer-of-tennis-contest-module {
    padding-top:10px;
}

ul#booking-system-special-offer, ul#booking-system-demo, ul#booking-system-customer, ul#services, ul#success-story-1, ul#success-story-2, ul#success-story-3, ul#success-story-quote-1, ul#success-story-quote-2, ul#success-story-quote-3, ul#other-success-story, #tools-of-the-trade {
    background-position:top;
    width:260px;
    padding:60px 0px 20px 0px;
}

ul#success-story-quote-1, ul#success-story-quote-2, ul#success-story-quote-3 {
    padding:30px 0px 20px 0px;
}

ul#services {
    background:#fff url(../images/consulting_services_bg.jpg) no-repeat;
    height:290px;
}

ul#booking-system-customer {
    background:#fff url(/images/booking_system_customer_bg.jpg) no-repeat;
}

ul#booking-system-demo {
    background:#fff url(/images/booking_system_demo_bg.jpg) no-repeat;
}

ul#booking-system-special-offer {
    background:#fff url(/images/booking_system_special_offer_bg.jpg) no-repeat;
    height:160px;
}
#promotion329-prize {
    background:#fff url(/images/promo329/wilson_tennis_balls_box.jpg) no-repeat;
    height:250px;
}
#summer-of-tennis-contest {
    background:transparent url(/images/promo329/summer_of_tennis_contest.jpg) no-repeat;
    height:184px;
    display:block;
}

ul#success-story-1, ul#success-story-2, ul#success-story-3 {
    background:#fff url(../images/success_story_bg.jpg) no-repeat; } ul#success-story-1 {
    height:370px;
}

ul#success-story-2 {
    height:340px;
}

ul#success-story-3 {
    height:300px;
}

ul#other-success-story {
    background:#fff url(../images/other_success_story_bg.jpg) no-repeat;
    height:80px;
}

ul#success-story-quote-1 {
    background: url(../images/bg_success_story_quote_1.png) no-repeat;
    height:400px;
}

ul#success-story-quote-2 {
    background: url(../images/bg_success_story_quote_2.png) no-repeat;
    height:250px;
}

ul#success-story-quote-3 {
    background: url(../images/bg_success_story_quote_3.png) no-repeat;
    height:350px;
}

ul#tools-of-the-trade {
    background:#fff url(../images/tools_of_the_trade_bg.jpg) no-repeat;
}

ul#booking-system-special-offer li, ul#booking-system-demo li, ul#services li a, ul#success-story-1 li, ul#success-story-2 li, ul#success-story-3 li, ul#other-success-story li, ul#tools-of-the-trade li {
    display:block;
    color:#666666;
    border-bottom:1px solid #d5d5d5;
    padding:10px;
    margin:5px 20px 5px 20px;
}

ul#booking-system-customer li, ul#success-story-quote-1 li, ul#success-story-quote-2 li, ul#success-story-quote-3 li {
    padding:0;
    margin:0px 20px 5px 20px;
    font-size:1.2em;
}

#booking-system-customer img {
    padding-left:70px;
}

ul#services li span, ul#success-story-1 li span, ul#success-story-2 li span, ul#success-story-3 li span , ul#other-success-story li span {
    color:#2575ad;
    font-size:1.1em;
    font-weight:bold;
}

.ebus_showcase {
    padding-top:10px;
}

.product-faq {
    padding-top:30px;
}

.pic_right {
    padding-top:25px;
}

.ebus_showcase img, .pic_right img {
    border:none;
}

.section-banner, .subsection-banner {
    background: url(../images/section-banner_bg.jpg) no-repeat;
    margin:20px 0 0 -40px;
    padding:15px 0 15px 40px;
    /*height:50px;*/
    font-weight:bold;
    font-size: 1.5em;
    color:#ff0000;
}

img.section-banner, img.subsection-banner {
    border:none;
}

.new-product-introduction ul {
    padding-bottom:10px;
}
.new-product-introduction ul.ul-level2 li {
    list-style:outside;
    list-style-type:disc;
}
.new-product-introduction ul li {
    list-style:outside;
    list-style-type:decimal;
}
#sport-venue-booking-system-icon-table {
    width:100%;
    padding-top:10px;
}
#sport-venue-booking-system-demo-table {
    width:50%;
    padding-top:10px;
}
#sport-venue-booking-system-demo-table img {
    border:none;
}
#tennis-demo a {
    background:url('/images/bookingDemo/tennis-demo-link.gif') no-repeat;
    width:78px;
    height:94px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#tennis-demo a:hover {
    background-position:-78px 0;
}
#soccer-demo a {
    background:url('/images/bookingDemo/soccer-demo-link.gif') no-repeat;
    width:78px;
    height:94px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#soccer-demo a:hover {
    background-position:-78px 0;
}
#basketball-demo a {
    background:url('/images/bookingDemo/basketball-demo-link.gif') no-repeat;
    width:78px;
    height:94px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#basketball-demo a:hover {
    background-position:-78px 0;
}
.key-item {
    font-weight:bold;
    color:red;
}
.downloads img {
    border:none;
    padding-right:5px;
}

.downloads-digest ul {
    float:left;
    padding:0 0px 0 0;
    margin:2px 0 0 21px;
}

.downloads-digest ul.value {
    font-family:Georgia, "Times New Roman", Times, serif;
    margin:2px 0 0 5px;
}

#trailimageid {
    font-size:0.75em;
    position:absolute;
    display:none;
    left:0px;
    top:0px;
    width:400px;
    height:0px;
    z-index:200;
}

/**********************************/
.homeLeadin {
    width:650px;
    position:relative;
    margin:-20px 0 0 -50px;
}

.homeLeadin .sectionLeadin {
    z-index:1;
    position:relative;
    height:200px;
}

.homeLeadin .invisible {
    display:none;
}

.homeLeadin .leadinImage {
    position:absolute;
    left:10px;
}

.homeLeadin .leadinMenu {
    background:#F8F8F8 url(../images/homeLeadinMenuBg.gif) repeat-x scroll left bottom;
    border:1px solid #C4C4C4;
    float:left;
    margin:0 0 10px 10px;
    position:relative;
    width:648px;
    z-index:1;
}

* html .homeLeadin .leadinMenu {
    left:0px;
}

.homeLeadin .leadinMenu table {
    width:100%;
    border-collapse:collapse;
}

.homeLeadin .leadinMenu td {
    width:20%;
    border-right:1px solid #d2d2d2;
    padding:0;
}

.homeLeadin .leadinMenu td div {
    height:74px;
    padding:0px 15px;
    position:relative;
    cursor:hand;
}

.homeLeadin .leadinMenu td.current {
    border-left:1px solid #d2d2d2;
}

.homeLeadin .leadinMenu td.current div {
    background:#fff ;
}

.homeLeadin .leadinMenu td h3 {
    font-size:14px;
    position:relative;
    text-align:center;
}

.homeLeadin .leadinMenu td.web {
    border-bottom:4px solid #188e00;
}

.homeLeadin .leadinMenu td a:link h3.web, .homeLeadin .leadinMenu td a:visited h3.web {
    color:#ee3324;
}

.homeLeadin .leadinMenu td a:link h3.javaee, .homeLeadin .leadinMenu td a:visited h3.javaee {
    color:#00aff0;
}

.homeLeadin .leadinMenu td a:link h3.enterpriseMicrosoft, .homeLeadin .leadinMenu td a:visited h3.enterpriseMicrosoft {
    color:#6b0052;
}

.homeLeadin .leadinMenu td a:link h3.enterpriseLinux, .homeLeadin .leadinMenu td a:visited h3.enterpriseLinux {
    color:#83b03b;
}

.homeLeadin .leadinMenu td a:link h3.database, .homeLeadin .leadinMenu td a:visited h3.database {
    color:#c47b2d;
}

form {
    background-color:#fff;
}

form input, form textarea {
    margin:2px 0 5px 10px;
    color: #666666;
    border: 1px solid #CCCCCC;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #CC0000;
}

table.promo329RegoTable, table.contact-us-table {
    margin:0;
    padding:0;
    width:600px;
}

table.promo329RegoTable td.label,
table.contact-us-table td.label {
    margin:0;
    padding:0;
    color:#946201;
    width:80px;
    text-align:right;
}

table.promo329RegoTable td.label {
    width:150px;
    text-align:right;
}

table.promo329PredictionTable td.label {
    text-align:right;
}
table.promo329PredictionConfirmationTable {
    width:100%;
}
table.promo329PredictionConfirmationTable td.label {
    text-align:right;
    width:35%;
    color: #946201;
}
table.promo329PredictionTable td.value {
    width:65%;
}

.tournament_logo, 
.brisbane_tournament_logo,
.kooyong_tournament_logo,
.australian_open_logo {
    padding-bottom:10px;
    text-align:center;
}
.label1, .label2, .label3 {
    color:#946201;
}

.label2 {
    padding-bottom:20px;
}

.label3 {
    text-align:center;
}

.promo329RegoTable .label, .contact-us-table .label {
    text-align:right;
}

.promo329RegoTable2 {
    padding-top: 20px;
    width:600px;
}

.contact-us-confirm-table .label {
    text-align:right;
    width:100px;
}

.contact-us-confirm-table .value1 {
    text-align:left;
    padding-left:5px;
}

.recaptcha {
    padding-top:50px;
}

.contact-us-confirm-table .recaptcha {
    padding-left:100px;
}

.type1, .type2, .type3 {
    color:#2575ad;
}

.type2 {
    text-align:center;
    padding-bottom:20px;
}

.type3 {
    padding-bottom:20px;
}

.error {
    color:red;
    font-weight:bold;
}

.form-error {
    padding:10px 0 20px 50px;
}
#client-login a {
    display:block;
    float:right;
    padding-right:10px;
    height:30px;
    width:80px;
    background:url('../images/client_login.gif') no-repeat;
}

#client-login a:hover {
    background-position:0 -30px;
}
.text-center {
    text-align:center;
}
#booking-system-promotion-code-module {
    margin-top:10px;
    height:260px;
    width:260px;
    background:#fff url(/images/booking_system_special_offer_bg.jpg) no-repeat;
}
#bookingSystemPromoCodeTable {
    width:100%;
    line-height:1.5em;
    padding-top:60px;
    padding-left:5px;
}
#bookingSystemPromoCodeTable .label1 {
    width:40%;
    padding:20px 0;
    text-align:right;
}
#bookingSystemPromoCodeTable button {
    margin-bottom:30px; 
}
.promotion-table .label2 {
    padding: 3px 3px 5px 0;
    text-align:right;
}
.strike-out {
    text-decoration:line-through;
}
#court-booking-intro-nav-table {
    margin-left:auto;
    margin-right:auto;
}
#court-booking-intro-nav-table td {
    padding:0 10px;
}

.court-booking-features-icons {
    width:580px;
    height:50px;
}
.court-booking-features-icons-pointer {
    width:100%;
}

#court-booking-feature-drag_select a {
    margin-left:6px;
    background:url('/images/court-booking-feature-drag_select.gif') no-repeat;
    height:81px;
    display:block;
}

#court-booking-feature-drag_select a:hover {
    background-position:0 -81px;
}

#court-booking-feature-availability24x7 a {
    margin-left:6px;
    background:url('/images/court-booking-feature-24x7.gif') no-repeat;
    height:81px;
    display:block;
}

#court-booking-feature-availability24x7 a:hover {
    background-position:0 -81px;
}

#court-booking-feature-mobile a {
    margin-left:6px;
    background:url('/images/court-booking-feature-mobile.gif') no-repeat;
    height:81px;
    display:block;
}

#court-booking-feature-mobile a:hover {
    background-position:0 -81px;
}

#court-booking-feature-qrcode a {
    margin-left:6px;
    background:url('/images/court-booking-feature-qrcode.gif') no-repeat;
    height:81px;
    display:block;
}

#court-booking-feature-qrcode a:hover {
    background-position:0 -81px;
}

#court-booking-feature-payment a {
    margin-left:6px;
    background:url('/images/court-booking-feature-payment.gif') no-repeat;
    height:81px;
    display:block;
}

#court-booking-feature-payment a:hover {
    background-position:0 -81px;
}

#court-booking-feature-intelligent a {
    margin-left:6px;
    background:url('/images/court-booking-feature-intelligent.gif') no-repeat;
    height:81px;
    display:block;
}

#court-booking-feature-intelligent a:hover {
    background-position:0 -81px;
}

#court-booking-feature-flexible a {
    margin-left:6px;
    background:url('/images/court-booking-feature-flexible.gif') no-repeat;
    height:81px;
    display:block;
}

#court-booking-feature-flexible a:hover {
    background-position:0 -81px;
}

.court-booking-feature-position {
    height:30px;
}
.court-booking-feature-position img {
    margin-left:6px;
}

#court-booking-feature-position-pointer-drag_select {
    padding-left:35px;
}
#court-booking-feature-position-pointer-availability24x7 {
    padding-left:135px;
}
#court-booking-feature-position-pointer-mobile {
    padding-left:230px;
}
#court-booking-feature-position-pointer-qrcode {
    padding-left:325px;
}
#court-booking-feature-position-pointer-payment {
    padding-left:425px;
}
#court-booking-feature-position-pointer-intelligent {
    padding-left:520px;
}
/*
#court-booking-feature-position-pointer-flexible {
    padding-left:520px;
}
*/
#booking-system-compatibility {
    width:300px;
    margin-left:auto;
    margin-right:auto;
}
#efd5d7f7 img {
    padding:5px;
}
#efd5d7f7 p {
    padding-top:5px;
}
.required-field {
    color:red;
    font-weight:bold;
}

