﻿
@import url("InfoBox3.css");
@import url("Organisation.css");
@import url("Scholarship.css");
@import url("Provider.css");
@import url("Course.css");
@import url("Event.css");
@import url("Occupation.css");
@import url("LabourMarketInfo.css");
@import url("Site.css");
@import url("Chart.css");
@import url("Industry.css");
@import url("SubSectionList.css");
@import url("StateOccupation.css");
@import url("CaseStudy.css");

/********************************* COLLAPSIBLE PANEL - Begin *****************************/
.ContainerPanel
{
    width: 600px;
    border: 1px;
    border-color: #1052a0;
    float: left;
    padding-bottom: 10px;
}

#TheFactsMenu .ContainerPanel
{
    float:none;
    padding-bottom: 0px;
}

.collapsePanelHeader
{
    width: 400px;
    height: 20px; 
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

.HeaderContent
{
    float: left;
}

.HeaderContentLink
{
    float: left;
}

.Content
{
}

.ArrowExpand
{
    background-image: url(/images/myguide/navLeft_arrowClosedBlack.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: right; 
    margin-right: 5px;
}

.ArrowExpand:hover
{
    cursor: hand;
}

.ArrowClose
{
    background-image: url(/images/myguide/navLeft_arrowOpenedBlack.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: right; 
    margin-right: 5px;
}

.ArrowClose:hover
{
    cursor: hand;
}

/********************************* COLLAPSIBLE PANEL - End *****************************/



body
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

H2
{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 2.2em;
    font-family: Tahoma;
    color: #333333;
}

H3
{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 2em;
    font-family: Tahoma;
    color: #333333;
}

H4
{
    font-weight: bold;
    font-size: 1.6em;
    font-family: Tahoma;
    color: #333333;
}

H5
{
    font-weight: bold;
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
}

P
{
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 10px;
}

#EducationTraining DIV P
{
    font-size: 1em;
}

.content UL
{
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
}

.content UL P
{
    font-size: 1em;
}

A
{
    color: #3399FF;
}

.factPortalCol1
{
    width: 323px;
    float: left;
    padding: 0 14px 0 0;
}

.content ul.factPortal
{
    width: 323px;
    float: left;
    padding: 0 0 12px;
    position: relative;
    background: url('/images/myguide/bg_thefactsBottom.gif') 0 100% no-repeat;
}

.content ul.factPortal, li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.factcontentWrapper
{
    float: left;
    width: 323px;
    background: #0282a2 url('/images/myguide/bg_factPortal.gif') repeat-y;
    margin: 0 0 4px;
}

.factPortalTop
{
    width: 323px;
    padding: 0;
    margin: 0;
    float: left;
    background: url('/images/myguide/bg_thefactsTop.gif') no-repeat;
}

.content ul.factPortal.fpBottomLeft
{
    padding-bottom: 21px;
    background: url('/images/myguide/bg_thefactsBottomLeft.gif') no-repeat 0 100%;
}

.factPortalTop.fpTopRight
{
    background: url('/images/myguide/bg_thefactsTopRight.gif') no-repeat;
    padding-top: 10px;
}

.factPortalTop.fpTopLeft
{
    background: url('/images/myguide/bg_thefactsTopLeft.gif') no-repeat;
    padding-top: 20px;
}

.factcontentWrapper h3
{
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 2.4em;
    font-weight: bold;
    padding: 13px 0 18px 10px;
    margin: 0;
}

.content .factBtn
{
    background: url('/images/myguide/thefacts_btnTop.gif') no-repeat;
    width: 301px;
    float: left;
    display: block;
    margin: 0 0 7px 11px;
    padding: 10px 0 0 0;
    display: inline;
}

.factBtn.lastFactBtn
{
    margin-bottom: 0;
}

.factBtnBottom
{
    background: url('/images/myguide/thefacts_btnBottom.gif') 0 100% no-repeat;
    padding-bottom: 4px;
}

.factBtn .factBtnContent
{
    color: #161616;
    padding: 0px 10px 6px 6px;  /* changed padding to fix IE 6 issue jira number - 453*/
    background: #fbfdfe /*url('/images/myguide/thefacts_btnDown.gif') 272px 0 no-repeat;*/;
    /*float:left;  note */
}

.factBtnContent A
{
    font-size: 1em;
}

#events .factBtn .factBtnContent
{
    background: #fbfdfe;
}

.factBtn a
{
    display: block;
    font-weight: bold;
    color: #376c90;
    text-decoration: none;
    line-height: 15px; /*    width: 83%;*/
    padding-right: 26px;
}

.factBtn a span
{
    float: right;
    margin-right: -26px;
    text-indent: -9999em;
    width: 21px;
}

.factBtn.factOpen .factBtnContent
{
    background: #fbfdfe /*url('/images/myguide/thefacts_btnUp.gif') 272px 0 no-repeat;*/;
}

.factBtn div.factText
{
    display: none;
}

.factBtn.factOpen div.factText
{
    display: block;
}

.factBtn.factOpen p
{
    margin: 10px 0;
    font-size: 1.0em;
    font-family: Georgia, Serif;
}

.factBtn.factOpen a
{
    color: #376c90;
    width: 240px;
}

div.factText p
{
    font-size: 1em;
}

div #title
{
    background: #608709 url(/images/myguide/bg_myprofileTitle.jpg) no-repeat scroll 0 0;
}

div #breadCrumb
{
    background: #4c6d04 url('/images/myguide/myprofile_breadcrumbBottom.jpg') no-repeat 0 100%;
}

.BannerTop
{
    float: left;
}

.defaultInfoBox
{
    float: left;
    margin-bottom: 20px;
}

#FactSheetBookmarks
{
    float: left;
}

.greenBoxImage
{
    width:50px;
    float: right;
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}

.greenBoxImage P
{
    font-size: 0.7em;
    font-family: Tahoma;
    color: #336600;
}

.greenBoxImage .imageNoBorder
{
    border-style: none;
    float:right;
}

.greenBoxImage img
{
    border: 5px solid #CFE3A4;
}

#FactSheetDescription
{
    float: left;
    width: 100%;
}

.TitledHyperlinkListDivided
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.ContainerPanel .TitledHyperlinkListDivided
{
    padding-bottom: 0px;
}

.TitledHyperlinkListDivided div
{
    float: left;
}

.TitledHyperlinkListDivided #Title
{
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
    width: 120px;
}

.TitledHyperlinkListDivided #Hyperlink
{
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
}

.TitledDescriptionDivided
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.ContainerPanel .TitledDescriptionDivided
{
    padding-bottom: 0px;
}

.TitledDescriptionDivided #Title
{
    float: left;
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
    width: 120px;
}

.TitledDescriptionDivided #Description
{
    float: left;
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
}

.TitledHyperlinkDivided
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.ContainerPanel .TitledHyperlinkDivided
{
    padding-bottom: 0px;
}

.TitledHyperlinkDivided #Title
{
    float: left;
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
    width: 120px;
}

.TitledHyperlinkDivided #Hyperlink
{
    float: left;
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
}

/******** TABLES - BEGIN **********/
th
{
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
    text-align: left;
}

td
{
    font-size: 1.4em;
    font-family: Tahoma;
    color: #333333;
}

/******** TABLES - END **********/

#LinkArea h3
{
    margin-left: 20px;
    margin-bottom: 20px;
}

#LinkArea li
{
    margin-bottom: 10px;
}


/********* BROWSER SPECIFIC - BEGIN *********/

.IE6 .factBtnContent A
{
    font-size:1.4em;
}

.IE6 .factOpen P
{
    font-size:1.4em;
}

.IE6 .ContainerPanel
{
    width: 590px;
    border: 1px;
    border-color: #1052a0;
}

.IE6 .collapsPanelHeader
{
    width:550px;
}

.IE6 .outerDiv
{
    margin-bottom: 30px;
}

.IE6 .content UL LI
{
    font-size:1.4em;
}

/********* BROWSER SPECIFIC - END *********/
