﻿﻿/* IndividualPortfolio.css */

body
{
    background-color: transparent;
    margin: 0px;
    padding: 0px ;
    font-family: "Segoe UI",Tahoma,Arial;
    /*font-weight:bold;*/
}
h1 
{
    display: block;
    width: 100%;
    color: Black;
    font-family: "Segoe UI",Tahoma,Arial;
    font-size: 20px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    cursor: pointer;
    direction: ltr;
    font-weight: 100;
}
.logo {
    color: Black;
    font-weight: bold;
}
h3 
{
    display: block;
    width: 100%;
    color: #666666;
    font-family: "Segoe UI",Tahoma,Arial;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    direction: ltr;
}
.intro 
{
    width: 100%;
    color: #666666;
    font-family: "Segoe UI",Tahoma,Arial;
    font-size: 14px;
}
    .intro UL {
        margin: 5px 0px 10px 0px;
         list-style-type: square;
   }
    .intro LI {
    }


.expandCollapse {
    float:left;
    padding: 2px 0px 0px 0px;
}

.container
{
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 18px 0px;
    /*height: 440px;
    overflow-y: scroll;*/
}
.smallTile {
    color: white;
    float:left;
    background-repeat:no-repeat;
    width: 148px;
    height: 48px;
    padding: 5px;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
}
.greenTile {
    background-color: darkgreen; 
}
.oliveTile {
    background-color: olive; 
}
.blueTile {
    background-color: darkblue; 
}
.amberTile {
    background-color: darkorange; 
}
.tealTile {
    background-color: teal; 
}

.purpleTile {
    background-color: purple; 
}
.salmonTile {
    background-color: darksalmon; 
}
.smallTileIcon {
    width: 48px;
    float: left;
}
.smallTileTitle {
    display:inline-block;
    width: 100px;
    height: 48px;
    overflow-y: hidden;
    margin-top: 8px;
    text-align: right;
    text-wrap: normal;
    word-wrap: break-word; 
    font-size: 11px;
    font-family: "Segoe UI",Tahoma,Arial;

}
