/*
===========================
Rich text editor stying
===========================
*/

#holderBody
{
    background: none;
}

#holderBody strong
{
    font-weight: bold;
}

#holderBody a
{
    text-decoration: underline;
}

#holderBody p
{
    margin: auto;
}

#holder
{
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
    text-align: left;
    font-size: 14px;
}



/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

h3
{
    margin: 0px;
    padding: 0px;
}

q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}

strong
{
    font-weight: 800;
}

/*
====================================
        General Styles
====================================
*/
html
{
    overflow: scroll;
    overflow-x: hidden;
}

body
{
    background-color: #003399;
    font-family: Arial, Verdana, 'Tahoma' , 'Arial' ,sans-serif;
    font-size: 76%;
    padding-bottom: 10PX;
}

#Container
{
    margin: 0 auto 0 auto;
    width: 784px;
}

#Header
{
    background-color: #ffffff;
    width: 778px;
    height: 150px;
}

#MainContentWrapper
{
    width: 580px;
    float: left;
    text-align: justify;
    margin-top: 3px;
}
#MainContentTop
{
    width: 580px;
    height: 10px;
    background: url('Images/assets/rounded_cnt_top.gif') no-repeat left top;
}
#MainContentOuter
{
    float: left;
    width: 580px;
    background: url('Images/assets/rounded_cnt_right.gif') repeat-y right top;
}
#MainContent
{
    background-color: #ffffff;
    float: left;
    width: 533px;
    padding: 5px 20px 15px;
}

#MainContentBottom
{
    width: 580px;
    height: 13px;
    float: left;
    background: url('Images/assets/rounded_cnt_bottom.gif') no-repeat left top;
}
.SecondaryContentWrapper
{
    float: left;
    width: 204px;
    margin-top: 3px;
}

.SecondaryContentTop
{
    width: 204px;
    height: 8px;
    float: left;
    background: url('Images/assets/rounded_cnt_secondary_top.gif') no-repeat left top;
}
.SecondaryContentOuter
{
    width: 204px;
    float: left;
    background: url('Images/assets/rounded_cnt_secondary_right.gif') repeat-y right top;
}
.SecondaryContent
{
    float: left;
    width: 196px;
    background-color: #ffffff;
}
.SecondaryContent .search-box
{
    text-align: left;
}

.SecondaryContentBottom
{
    width: 204px;
    height: 13px;
    float: left;
    background: url('Images/assets/rounded_cnt_secondary_bottom.gif') repeat-y right top;
    margin-bottom: 3px;
}

#MainContent h2
{
    font-size: 1.5em;
    font-weight: 800;
    color: #003399;
    border-bottom: solid 1px #000000;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.SecondaryContent strong, .SecondaryContent ul
{
    margin-top: 0px;
}

.SecondaryContent li
{
    margin: 3px 10px 5px;
    padding: 10px;
    background-color: #ddf1fc;
    border: solid 1px #fcc;
}

#MainContent li
{
    margin: 10px 10px 10px 0;
    padding: 15px;
    background-color: #ddf1fc;
    border: solid 1px #fcc;
}
#MainContent li img
{
    margin-right: 5px;
}
#MainContent .Error ul li
{
    padding: 2px !important;
    margin: 0px  !important;
    background-color: Transparent !important;
    border: none !important;
}
#MainContent a
{
    color: #2b66dc;
    font-weight:800;
    text-decoration: underline;
}

#MainContent a:hover
{
    color: #003399;
}

.clearBoth
{
    clear: both;
}

.clearLeft
{
    clear: left;
}

/*
================================================
	Breadcrumbs
================================================
*/
.breadcrumb
{
    float: left;
    background-color: #ffffff;
    line-height: 1em;
    padding-left: 15px;
    height: 20px;
    width: 558px;
}

.breadcrumb ul li
{
    display: inline;
    color: #999999;
}

div.breadcrumb ul a, div.breadcrumb ul a:visited
{
    color: #999999 !important;
    text-decoration: none;
}

.breadcrumb ul a:hover
{
    color: #444444;
}

.breadcrumb li.currentCrumb
{
    font-weight: 900;
}

.breadcrumb SPAN
{
    font-size: 140%;
}

/*
==========================================
Search Results Page
==========================================
*/

.searchResultsContainer
{
    padding: 15px;
}

/*
==========================================
Gallery List
==========================================
*/

#MainContent .GalleryList
{
    width: 100%;
}

#MainContent .GalleryList a
{
    color: #000000 !important;
}

#MainContent .GalleryList .Item
{
    background-color: #d5effc;
    border: 1px solid #3399ff;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

#MainContent .GalleryList .photo-item
{
    background-color: #d5effc;
    border: 1px solid #3399ff;
    float: left;
    margin: 5px;
    text-align: center;
    padding: 10px;
}
#MainContent .GalleryList .photo-item:hover, #MainContent .GalleryList .Item:hover
{
    background-color: #FFECCC;
    border: 1px solid #FFA200;
}

#MainContent .GalleryList img
{
    width: 90px;
    margin-right: 0px !important;
}

#MainContent .GalleryList .Item strong
{
    display: block;
    margin: 5px 0 0 0;
}

#MainContent .GalleryList .Item em
{
    display: block;
    font-size: 12px;
}

#MainContent .Photo
{
    text-align: center;
}

#MainContent .Photo img
{
    /* This ensures the photos is resized to fit the div */
    max-width: 100%;
    border: solid 1px #dddddd;
    margin: 0px auto;
}

.PhotoNav .Left
{
    float: left;
    width: 100px;
}

.PhotoNav .Right
{
    float: right;
    width: 100px;
    text-align: right;
}

/*
==========================================
Back to Previous Page link
==========================================
*/

.backLink
{
    text-align: center;
    margin-top: 15px;
}

.backLink a
{
    background: url('images/pback.gif') no-repeat 0px 0px;
    padding-left: 22px;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
    margin: 15px 0 0 0;
}


#MainContent ul.NewsList li
{
    margin: 0 0 15px 0;
}

#MainContent ul.NewsList li a
{
    display: block;
}

#MainContent ul.NewsList li a.Event
{
    background-image: url(Images/Misc/event_icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding: 6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
    background-image: url(Images/Misc/news_icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding: 6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
    display: block;
}


/*
==========================================
Contact Form
==========================================
*/
#MainContent .ContactForm .Error
{
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background-color: #FFF6BF;
    color: #000000;
    font-weight: bold;
    margin: 18px 25px 31px 0;
    padding: 9px 0 10px 50px;
    background-image: url(Images/Misc/error_icon.gif);
    background-repeat: no-repeat; /*background-position:15px 50%;*/
    background-position: 15px 12px;
}

#MainContent .ContactForm .Error li
{
    font-weight: normal;
}

#MainContent .ContactForm fieldset
{
    border: 0px solid #000000;
    display: block;
    margin: 15px 0 15px 0;
    width: 90%;
}

#MainContent .ContactForm legend
{
    display: none;
}

#MainContent .ContactForm label
{
    color: #000000;
    font-weight: bold;
}

#MainContent .ContactForm .TextBox
{
    border: 1px solid #CACACA;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 4px 2px 3px;
    width: 100%;
}

#MainContent .ContactForm .TextArea
{
    border: 1px solid #CACACA;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 4px 2px 3px;
    height: 90px;
    width: 100%;
}

/*
==========================================
Rules and Regulations Styling
==========================================
*/
.rulesContainer ul
{
    margin-left: 20px;
    padding-left: 20px;
    list-style-type: disc;
}
.rulesContainer h2, .rulesContainer h3, .rulesContainer p
{
    margin: 0px;
    padding: 0px;
}
.rulesContainer h2
{
    font-size: 140%;
    color: #000000;
}
.rulesContainer p
{
    padding-bottom: 10px;
    margin-left: 20px;
}
.rulesContainer em
{
    text-align: center;
    font-style: italic;
}
.rulesContainer h6
{
    font-size: 100%;
    margin-left: 20px;
    font-weight: 800;
}
.rulesContainer table.categories td
{
    width: 100px;
}
.rulesContainer table.categories
{
    margin-left: 20px;
}
.rulesContainer table.heats td
{
    width: 250px;
    vertical-align: top;
}

/*
==========================================
In-School
==========================================
*/

a.titleAnchor
{
    color: #000000 !important;
    font-size: 120%;
    text-decoration: none !important;
}

.instructors img
{
    width: 127px;
    height: 175px;
    border: solid 1px #999999;
}

a.topOfPage
{
    color: #000000 !important;
}

a.topOfPage:hover
{
    color: #666666 !important;
    text-decoration: underline !important;
}

table#feeAndPackages, .jazzTable
{
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
}

.jazzTable td, .jazzTable th
{
    padding: 2px;
    vertical-align: top;
    text-align: left;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
}

.timetable-heading
{
    font-weight: 800;
    text-align: left;
}

#afterSchoolTimetable td, #afterSchoolTimetable th
{
    width: 50%;
    padding: 0 10px 2px 0;
}

table#feeAndPackages td, table#feeAndPackages th
{
    padding: 10px;
    vertical-align: top;
    text-align: center;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
}

table.instructors td
{
    padding: 10px;
    vertical-align: top;
    text-align: center;
    color: #ffffff;
}

table.instructors td div.innerInstructor
{
    padding: 10px;
    width: 127px;
    height: 300px;
    margin-right: 10px;
    background-color: #5c6063;
    border: solid 1px #999999;
}

.instructors p.name
{
    font-weight: 800;
    text-decoration: underline;
}

.instructorBox:hover
{
    cursor: default !important;
    border: none !important;
    padding: 6px !important;
}

.instructorBox p.info
{
    font-size: 80%;
}

.feesLink a
{
    display: block;
    background-color: #F9F9F9;
    border-top: 3px solid #E2E2E2;
    border-bottom: 3px solid #E2E2E2;
    padding: 8px 8px 7px 45px;
    color: #000000;
    text-decoration: none;
    background-image: url(Images/pdf_Icon.bmp);
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

.feesLink a:hover
{
    background-color: #FFECCC;
    border-top: 3px solid #FFA200;
    border-bottom: 3px solid #FFA200;
    color: #000000;
    text-decoration: none;
}

/*
==========================================
Email A Friend
==========================================
*/

a.email-a-friend
{
    float: left;
    padding-left: 23px;
    background: transparent url(images/email_a_friend.gif) no-repeat 0px 1px;
}

a.email-a-friend:hover
{
    cursor: pointer;
    text-decoration: none !important;
}

#MainContent .EmailFriendForm .Error
{
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background-color: #FFF6BF;
    color: #000000;
    font-weight: bold;
    margin: 18px 25px 31px 0;
    padding: 9px 0 10px 50px;
    background-image: url(../Data/Assets/theme_one/Misc/error_icon.gif);
    background-repeat: no-repeat; /*background-position:15px 50%;*/
    background-position: 15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
    font-weight: normal;
}

#MainContent .EmailFriendForm fieldset
{
    border: 0px solid #000000;
    display: block;
    margin: 15px 0 15px 0;
    width: 90%;
}

#MainContent .EmailFriendForm legend
{
    display: none;
}

#MainContent .EmailFriendForm label
{
    color: #000000;
    font-weight: bold;
}

#MainContent .EmailFriendForm .TextBox
{
    border: 1px solid #CACACA;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 4px 2px 3px;
    width: 100%;
}

#MainContent .EmailFriendForm .TextArea
{
    border: 1px solid #CACACA;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 4px 2px 3px;
    height: 90px;
    width: 100%;
}



/*
==========================================
Search Results
==========================================
*/
#xsltsearch_navigation
{
    float: right;  
}

#xsltsearch_navigation a.disabled
{
    color: #999999 !important;
    text-decoration: none !important;
} 

#xsltsearch_navigation a
{
    color: #003399 !important 
}

#MainContent #xsltsearch #xsltsearch_summary strong
{
    font-weight: bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
    background-color: #c9ecfd;
    padding: 0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
    border: 1px solid #bcbcbc;
    padding: 3px 7px 4px 4px;
    font-size: 11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
    font-size: 12px;
    font-style: italic;
}

#MainContent #xsltsearch .xsltsearch_title
{
    font-weight: 800;
    font-size: 140%;
    text-decoration: none !important;
}

/*
==========================================
Secondary Content
==========================================
*/

.SecondaryContent h2
{
    font-size: 1.1em;
    color: #000000;
    font-weight: 800;
}

.SecondaryContent a
{
    color: #000000;
    text-decoration: underline;
}

.SecondaryContent a:hover
{
    color: #444444;
}

.SecondaryContent a.RSSLink
{
    clear: left;
    background-image: url(images/rss_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding: 1px 0 0 23px;
    text-decoration: underline;
    display: block;
}

.SecondaryContent a.RSSLink:hover
{
    text-decoration: none;
    display: block;
}

#NewsSecondaryHeader
{
    background-image: url(../Data/Assets/theme_one/Misc/rss_icon.gif);
    background-repeat: no-repeat;
    background-position: 120px 2px;
    padding: 0px;
}

.linkMoreNews
{
    margin-bottom: 10px;
}

.SecondaryContent p
{
    clear: left;
}

.SecondaryContent ul#NewsList
{
    margin: 2px 0 0 0;
}

.SecondaryContent ul#NewsList li
{
    margin: 0 0 6px 0;
    font-size: 13px;
    padding: 0px !important;
    border: none;
}

.SecondaryContent ul#NewsList li strong
{
    font-weight: bold;
}

.SecondaryContent ul#NewsList li.Event a, .SecondaryContent ul#NewsList li.News a
{
    display: block;
    border-top: 3px solid #c9ecfd;
    border-bottom: 3px solid #c9ecfd;
    padding: 8px 5px 7px 27px;
    color: #000000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 7px 8px;
}

.SecondaryContent ul#NewsList li.Event a
{
    background-image: url(Images/Misc/event_icon.gif);
}
.SecondaryContent ul#NewsList li.News a
{
    background-image: url(Images/Misc/news_icon.gif);
}

.SecondaryContent ul#NewsList li a:hover
{
    background-color: #FFECCC;
    border-top: 3px solid #FFA200;
    border-bottom: 3px solid #FFA200;
    color: #000000;
    text-decoration: none;
}

.SecondaryContent #SearchSecondaryHeader
{
    margin: 0;
}

.SecondaryContent form
{
    margin: 0px;
}


.SecondaryContent .search-box form input.textbox
{
    background-color: #ffffff;
    border-top: solid 1px #000000 !important;
    border-left: solid 1px #000000 !important;
    border-bottom:  solid 1px #000000 !important;
    padding: 4px 0px 0px 4px;
    width: 120px;
    height: 20px;
    float: left;
    border: none;
}

.italicFont
{
    font-style: italic;
}

.SecondaryContent form input.submit
{
    background-color: #ffffff;
    cursor: pointer;
    background-image: url(images/search_but_bg.jpg);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    border-top: solid 1px #000000 !important;
    border-right: solid 1px #000000 !important;
    border-bottom: solid 1px #000000 !important;
    border: none;
    width: 27px;
    height: 26px;
    float: left;
}

.SecondaryContent form input.Submit:hover, .SecondaryContent form input.Submit:active
{
    cursor: pointer;
    background-color: transparent;
    background-image: url(../Data/Assets/theme_one/Misc/search_button.gif);
    background-repeat: no-repeat;
    border: none;
    text-indent: -10000px;
    width: 18px;
}

#Footer
{
    clear: both;
    min-height: 40px;
    line-height: 30px; /* This vertically centers the text */
    background-color: #003399;
    font-size: 12px;
    padding: 0 0 0 15px;
    text-align: center;
}

#Footer a
{
    color: #fff;
    text-decoration: none;
}

#Footer a:hover
{
    text-decoration: underline;
}

#Footer .ValidXhtml
{
    padding: 0 0 0 19px;
    background-image: url(../Data/Assets/theme_one/Misc/valid_icon.gif);
    background-repeat: no-repeat;
    margin: 0 0 0 15px;
    color: #61AB49;
}

#Footer a.ValidXhtml:hover
{
    color: #61AB49;
    text-decoration: underline;
}

/*
================================================
	Representation styles
================================================
*/
.representationBox
{
    width: 60px;
}

.repGroupBox
{
    width: 130px;
}
.representationBox, .repGroupBox
{
    float: left;
    padding: 10px;
    margin: 5px;
    background-color: #d5effc;
    border: solid 1px #3399ff;
    color: #000000;
    text-align: center;
    font-weight: 800;
}
.representationBox:hover, .repGroupBox:hover
{
    background-color: #FFECCC;
    border: solid 1px #FFA200;
    cursor: pointer;
}
.representationBox img
{
    width: 58px;
    height: 88px;
    border: solid 1px #999999;
}


.repGroupBox img
{
    width: 120px;
    height: 90px;
}

table.tblRepresentation
{
    margin-top: 10px;
}

table.tblRepresentation a
{
    text-decoration: none !important;
}

/*
================================================
	Search Results styles
================================================
*/
.xsltsearch_result
{
    background-color: #FFECCC;
    border: solid 1px #FFA200;
    padding: 10px;
    margin-bottom: 10px;
}

#xsltsearch_stats
{
    margin-top: 10px;
}



/*
================================================
	Representation Listing Page 
================================================
*/

.repListingGallery a
{
    color: #000000 !important;
}

.repListingGallery .galleryHeader
{
    margin: 15px auto;
    width: 100%;
    text-align: center;
}

.repListingGallery .galleryHeader table td
{
    width: 105px;
}
.repListingGallery .galleryHeader .couter
{
    text-align: center;
}

.repListingGallery .talentDetailsWrapper h2
{
    font-size: 160% !important;
    color: #e73927 !important;
    background-image: none !important;
    margin-top: 0px !important;
    padding-left: 0px !important;
    text-align: left;
}

.repListingGallery .talentDetailsWrapper .talentSummary
{
    padding-right: 10px;
}

.repListingGallery .talentDetailsWrapper .talentSummary .itemLong h3
{
    color: #003399;
    font-size: 140% !important;
    text-align: left;
}

.repListingGallery .talentDetailsWrapper .talentSummary .itemLong p
{
    padding-left: 10px;
    text-align: left;
}

.repListingGallery .container
{
    border: solid 1px #666666;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.repListingGallery .talentImageWrapper
{
    float: left;
    width: 200px;
}
.repListingGallery .talentDetailsWrapper
{
    float: left;
    width: 315px;
}

.repListingGallery .talentDetailsWrapper .talentAttributes
{
    width: 315px;
    margin-bottom: 10px;
}

.repListingGallery .talentDetailsWrapper .talentAttributes .item label
{
    color: #003399;
    float: left;
    width: 40px;
    padding-right: 5px;
    text-align: left;
}

.repListingGallery .textValue
{
    float: left;
    width: 60px;
    text-align: left;
}
.repListingGallery .imageButton
{
    width: 104px;
    height: 29px;
    float: left;
}
.repListingGallery .butPrevious
{
    background: transparent url(Images/btn_previous.gif) no-repeat top left;
}
.repListingGallery .butNext
{
    background: transparent url(Images/btn_next.gif) no-repeat top left;
}
.repListingGallery .butClose
{
    background: transparent url(Images/btn_closewindow.gif) no-repeat top left;
}
.repListingGallery .butPrevious:hover
{
    background: transparent url(Images/btn_previous_hover.gif) no-repeat top left;
}
.repListingGallery .butNext:hover
{
    background: transparent url(Images/btn_next_hover.gif) no-repeat top left;
}
.repListingGallery .butClose:hover
{
    background: transparent url(Images/btn_closewindow_hover.gif) no-repeat top left;
}
.repListingGallery img.talentImage
{
    width: 181px;
    height: 250px;
}

.back-to-gallery-link
{
    text-align: center;
}

/*
================================================
	Competition Registration Page 
================================================
*/

.registration-checkbox label
{
    padding-left: 5px;    
}

