.topContent {
    max-width: 750px;
    margin-left: 80px;
    position: relative;
    margin-top: 10px;
}

#google_translate_element {
    float: right;
}

.minMargin {
    position:relative;
    margin-left:20px;
    margin-right:20px;
}

.tabFrame {
    position:relative;
    min-width:700px;
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
}

.tabContent {
    position:relative;
    background-color:white;
    min-width:700px;
    padding: 10px 10px 20px 10px;
    min-height:400px;

    border-radius:8px 8px 8px 8px;
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
}

.breadCrumbs {
    font-size:10pt;
}

.breadCrumbs A {
    text-decoration:none;
}

#pageTitle {
  position:relative;
  width:100%;
  text-align:center;
}

#pageTitle H1 {
  margin-top:0px; 
}

/* Tabs */
#tabContainer {
    margin-top:10px;
    font-size:14pt;
    position:relative;
    height:32px;
    white-space:nowrap;
    z-index:1;
    left:20px;
}
#tabContainer .selectedTab, #tabContainer a{
    display: inline-block;
    padding:3px;
    margin:0 2px;
    width: 100px;
    line-height: 24px;

    border-radius:0.7em 0.7em 0 0;
    -moz-border-radius:0.7em 0.7em 0 0;
    -webkit-border-radius:0.7em 0.7em 0 0;
    
    white-space:nowrap;
    font-weight: bold;
    text-decoration:none;
    text-align: center;

    overflow:hidden;
    text-overflow:ellipsis;
}

#tabContainer .selectedTab {
    border-bottom:2px white solid;
}

.border0 { border: 2px solid #f85032; }
.border1 { border: 2px solid #ffb76b; }
.border2 { border: 2px solid #CCCC33; }
.border3 { border: 2px solid #9dd53a; }
.border4 { border: 2px solid #000088; }
.border5 { border: 2px solid #9966CC; }
.borderBlack { border: 2px solid black; }

.borderBot0 { border-bottom: 2px solid #f85032; }
.borderBot1 { border-bottom: 2px solid #ffb76b; }
.borderBot2 { border-bottom: 2px solid #CCCC33; }
.borderBot3 { border-bottom: 2px solid #9dd53a; }
.borderBot4 { border-bottom: 2px solid #000088; }
.borderBot5 { border-bottom: 2px solid #9966CC; }
.borderBotBlack { border-bottom: 2px solid black; }


#tabContainer a.tab0.selectedTab:hover { color:black; }
#tabContainer a.tab1.selectedTab:hover { color:black; }
#tabContainer a.tab2.selectedTab:hover { color:black; }
#tabContainer a.tab3.selectedTab:hover { color:black; }
#tabContainer a.tab4.selectedTab:hover { color:black; }
#tabContainer a.tab5.selectedTab:hover { color:black; }

#tabContainer a.tab0 { color:black; 
//http://www.colorzilla.com/gradient-editor/
//background:red; 
background: #f85032;
background: -moz-linear-gradient(-45deg, #f85032 0%, #f16f5c 43%, #f6290c 79%, #f02f17 91%, #e73827 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f85032), color-stop(43%,#f16f5c), color-stop(79%,#f6290c), color-stop(91%,#f02f17), color-stop(100%,#e73827));
background: -webkit-linear-gradient(-45deg, #f85032 0%,#f16f5c 43%,#f6290c 79%,#f02f17 91%,#e73827 100%);
background: -o-linear-gradient(-45deg, #f85032 0%,#f16f5c 43%,#f6290c 79%,#f02f17 91%,#e73827 100%);
background: -ms-linear-gradient(-45deg, #f85032 0%,#f16f5c 43%,#f6290c 79%,#f02f17 91%,#e73827 100%);
background: linear-gradient(135deg, #f85032 0%,#f16f5c 43%,#f6290c 79%,#f02f17 91%,#e73827 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 );
}
#tabContainer a.tab0.selectedTab { color:red; background:white; }
#tabContainer a.tab0:hover { 
//color:red; 
//background:white;
background: #e73827;
background: -moz-linear-gradient(-45deg, #e73827 0%, #f02f17 9%, #f6290c 21%, #f16f5c 57%, #f85032 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e73827), color-stop(9%,#f02f17), color-stop(21%,#f6290c), color-stop(57%,#f16f5c), color-stop(100%,#f85032));
background: -webkit-linear-gradient(-45deg, #e73827 0%,#f02f17 9%,#f6290c 21%,#f16f5c 57%,#f85032 100%);
background: -o-linear-gradient(-45deg, #e73827 0%,#f02f17 9%,#f6290c 21%,#f16f5c 57%,#f85032 100%);
background: -ms-linear-gradient(-45deg, #e73827 0%,#f02f17 9%,#f6290c 21%,#f16f5c 57%,#f85032 100%);
background: linear-gradient(135deg, #e73827 0%,#f02f17 9%,#f6290c 21%,#f16f5c 57%,#f85032 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#f85032',GradientType=1 );
 }

#tabContainer a.tab1 { color:black; 
//background:orange;
background: #ffb76b;
background: -moz-linear-gradient(-45deg, #ffb76b 0%, #ffa73d 40%, #ff7c00 71%, #ff7f04 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffb76b), color-stop(40%,#ffa73d), color-stop(71%,#ff7c00), color-stop(100%,#ff7f04));
background: -webkit-linear-gradient(-45deg, #ffb76b 0%,#ffa73d 40%,#ff7c00 71%,#ff7f04 100%);
background: -o-linear-gradient(-45deg, #ffb76b 0%,#ffa73d 40%,#ff7c00 71%,#ff7f04 100%);
background: -ms-linear-gradient(-45deg, #ffb76b 0%,#ffa73d 40%,#ff7c00 71%,#ff7f04 100%);
background: linear-gradient(135deg, #ffb76b 0%,#ffa73d 40%,#ff7c00 71%,#ff7f04 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=1 );
}
#tabContainer a.tab1.selectedTab { 
color:orange; background:white;
 }
#tabContainer a.tab1:hover { 
//color:orange; background:white;
background: #ff7f04;
background: -moz-linear-gradient(-45deg, #ff7f04 0%, #ff7c00 29%, #ffa73d 60%, #ffb76b 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff7f04), color-stop(29%,#ff7c00), color-stop(60%,#ffa73d), color-stop(100%,#ffb76b));
background: -webkit-linear-gradient(-45deg, #ff7f04 0%,#ff7c00 29%,#ffa73d 60%,#ffb76b 100%);
background: -o-linear-gradient(-45deg, #ff7f04 0%,#ff7c00 29%,#ffa73d 60%,#ffb76b 100%);
background: -ms-linear-gradient(-45deg, #ff7f04 0%,#ff7c00 29%,#ffa73d 60%,#ffb76b 100%);
background: linear-gradient(135deg, #ff7f04 0%,#ff7c00 29%,#ffa73d 60%,#ffb76b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f04', endColorstr='#ffb76b',GradientType=1 );
 }

#tabContainer a.tab2 { color:black;
// background:#CCCC33;
background: #ffff88;
background: -moz-linear-gradient(-45deg, #ffff88 0%, #ffff91 32%, #ffff2b 67%, #ffff88 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffff88), color-stop(32%,#ffff91), color-stop(67%,#ffff2b), color-stop(100%,#ffff88));
background: -webkit-linear-gradient(-45deg, #ffff88 0%,#ffff91 32%,#ffff2b 67%,#ffff88 100%);
background: -o-linear-gradient(-45deg, #ffff88 0%,#ffff91 32%,#ffff2b 67%,#ffff88 100%);
background: -ms-linear-gradient(-45deg, #ffff88 0%,#ffff91 32%,#ffff2b 67%,#ffff88 100%);
background: linear-gradient(135deg, #ffff88 0%,#ffff91 32%,#ffff2b 67%,#ffff88 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=1 );
 }
#tabContainer a.tab2.selectedTab { 
color:#CCCC33;
background:white; }
#tabContainer a.tab2:hover { 
//color:#CCCC33; background:white;
background: #ffff88;
background: -moz-linear-gradient(-45deg, #ffff88 0%, #ffff2b 33%, #ffff91 68%, #ffff88 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffff88), color-stop(33%,#ffff2b), color-stop(68%,#ffff91), color-stop(100%,#ffff88));
background: -webkit-linear-gradient(-45deg, #ffff88 0%,#ffff2b 33%,#ffff91 68%,#ffff88 100%);
background: -o-linear-gradient(-45deg, #ffff88 0%,#ffff2b 33%,#ffff91 68%,#ffff88 100%);
background: -ms-linear-gradient(-45deg, #ffff88 0%,#ffff2b 33%,#ffff91 68%,#ffff88 100%);
background: linear-gradient(135deg, #ffff88 0%,#ffff2b 33%,#ffff91 68%,#ffff88 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=1 );
}

#tabContainer a.tab3 { color:black; 
//background:green; 
background: #9dd53a;
background: -moz-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 41%, #80c217 71%, #7cbc0a 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9dd53a), color-stop(41%,#a1d54f), color-stop(71%,#80c217), color-stop(100%,#7cbc0a));
background: -webkit-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 41%,#80c217 71%,#7cbc0a 100%);
background: -o-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 41%,#80c217 71%,#7cbc0a 100%);
background: -ms-linear-gradient(-45deg, #9dd53a 0%,#a1d54f 41%,#80c217 71%,#7cbc0a 100%);
background: linear-gradient(135deg, #9dd53a 0%,#a1d54f 41%,#80c217 71%,#7cbc0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 );
}
#tabContainer a.tab3.selectedTab { color:green; background:white; }
#tabContainer a.tab3:hover { 
//color:green; background:white; 
background: #7cbc0a;
background: -moz-linear-gradient(-45deg, #7cbc0a 0%, #80c217 29%, #a1d54f 59%, #9dd53a 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7cbc0a), color-stop(29%,#80c217), color-stop(59%,#a1d54f), color-stop(100%,#9dd53a));
background: -webkit-linear-gradient(-45deg, #7cbc0a 0%,#80c217 29%,#a1d54f 59%,#9dd53a 100%);
background: -o-linear-gradient(-45deg, #7cbc0a 0%,#80c217 29%,#a1d54f 59%,#9dd53a 100%);
background: -ms-linear-gradient(-45deg, #7cbc0a 0%,#80c217 29%,#a1d54f 59%,#9dd53a 100%);
background: linear-gradient(135deg, #7cbc0a 0%,#80c217 29%,#a1d54f 59%,#9dd53a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=1 );
}

#tabContainer a.tab4 { color:black; 
//background:#3399FF; 
background: #6db3f2;
background: -moz-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 41%, #3690f0 71%, #1e69de 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6db3f2), color-stop(41%,#54a3ee), color-stop(71%,#3690f0), color-stop(100%,#1e69de));
background: -webkit-linear-gradient(-45deg, #6db3f2 0%,#54a3ee 41%,#3690f0 71%,#1e69de 100%);
background: -o-linear-gradient(-45deg, #6db3f2 0%,#54a3ee 41%,#3690f0 71%,#1e69de 100%);
background: -ms-linear-gradient(-45deg, #6db3f2 0%,#54a3ee 41%,#3690f0 71%,#1e69de 100%);
background: linear-gradient(135deg, #6db3f2 0%,#54a3ee 41%,#3690f0 71%,#1e69de 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
}
#tabContainer a.tab4.selectedTab { color:#000088; background:white; }
#tabContainer a.tab4:hover { 
//color:#3399FF; background:white;
background: #1e69de;
background: -moz-linear-gradient(-45deg, #1e69de 0%, #3690f0 29%, #54a3ee 59%, #6db3f2 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e69de), color-stop(29%,#3690f0), color-stop(59%,#54a3ee), color-stop(100%,#6db3f2));
background: -webkit-linear-gradient(-45deg, #1e69de 0%,#3690f0 29%,#54a3ee 59%,#6db3f2 100%);
background: -o-linear-gradient(-45deg, #1e69de 0%,#3690f0 29%,#54a3ee 59%,#6db3f2 100%);
background: -ms-linear-gradient(-45deg, #1e69de 0%,#3690f0 29%,#54a3ee 59%,#6db3f2 100%);
background: linear-gradient(135deg, #1e69de 0%,#3690f0 29%,#54a3ee 59%,#6db3f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69de', endColorstr='#6db3f2',GradientType=1 );
}

#tabContainer a.tab5 { color:black; 
//background:#9966CC; 
background: #cb60b3;
background: #fb83fa;
background: -moz-linear-gradient(-45deg, #fb83fa 0%, #f9a2f8 41%, #f73df4 71%, #e93cec 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fb83fa), color-stop(41%,#f9a2f8), color-stop(71%,#f73df4), color-stop(100%,#e93cec));
background: -webkit-linear-gradient(-45deg, #fb83fa 0%,#f9a2f8 41%,#f73df4 71%,#e93cec 100%);
background: -o-linear-gradient(-45deg, #fb83fa 0%,#f9a2f8 41%,#f73df4 71%,#e93cec 100%);
background: -ms-linear-gradient(-45deg, #fb83fa 0%,#f9a2f8 41%,#f73df4 71%,#e93cec 100%);
background: linear-gradient(135deg, #fb83fa 0%,#f9a2f8 41%,#f73df4 71%,#e93cec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=1 );
/*
background: -moz-linear-gradient(-45deg, #cb60b3 0%, #c146a1 41%, #a80077 71%, #db36a4 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#cb60b3), color-stop(41%,#c146a1), color-stop(71%,#a80077), color-stop(100%,#db36a4));
background: -webkit-linear-gradient(-45deg, #cb60b3 0%,#c146a1 41%,#a80077 71%,#db36a4 100%);
background: -o-linear-gradient(-45deg, #cb60b3 0%,#c146a1 41%,#a80077 71%,#db36a4 100%);
background: -ms-linear-gradient(-45deg, #cb60b3 0%,#c146a1 41%,#a80077 71%,#db36a4 100%);
background: linear-gradient(135deg, #cb60b3 0%,#c146a1 41%,#a80077 71%,#db36a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=1 );*/
}
#tabContainer a.tab5.selectedTab { color:#9966CC; background:white; }
#tabContainer a.tab5:hover { 
//color:#9966CC; background:white; 
background: #e93cec;
background: -moz-linear-gradient(-45deg, #e93cec 0%, #f73df4 29%, #f9a2f8 59%, #fb83fa 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e93cec), color-stop(29%,#f73df4), color-stop(59%,#f9a2f8), color-stop(100%,#fb83fa));
background: -webkit-linear-gradient(-45deg, #e93cec 0%,#f73df4 29%,#f9a2f8 59%,#fb83fa 100%);
background: -o-linear-gradient(-45deg, #e93cec 0%,#f73df4 29%,#f9a2f8 59%,#fb83fa 100%);
background: -ms-linear-gradient(-45deg, #e93cec 0%,#f73df4 29%,#f9a2f8 59%,#fb83fa 100%);
background: linear-gradient(135deg, #e93cec 0%,#f73df4 29%,#f9a2f8 59%,#fb83fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93cec', endColorstr='#fb83fa',GradientType=1 );
/*
background: #db36a4;
background: -moz-linear-gradient(-45deg, #db36a4 0%, #a80077 29%, #c146a1 59%, #cb60b3 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#db36a4), color-stop(29%,#a80077), color-stop(59%,#c146a1), color-stop(100%,#cb60b3));
background: -webkit-linear-gradient(-45deg, #db36a4 0%,#a80077 29%,#c146a1 59%,#cb60b3 100%);
background: -o-linear-gradient(-45deg, #db36a4 0%,#a80077 29%,#c146a1 59%,#cb60b3 100%);
background: -ms-linear-gradient(-45deg, #db36a4 0%,#a80077 29%,#c146a1 59%,#cb60b3 100%);
background: linear-gradient(135deg, #db36a4 0%,#a80077 29%,#c146a1 59%,#cb60b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db36a4', endColorstr='#cb60b3',GradientType=1 );*/
}

