Template:UIUC Illinois CSS

From 2012.igem.org

(Difference between revisions)
 
(1188 intermediate revisions not shown)
Line 4: Line 4:
/* Illinois IGEM Wiki Stylesheet*/
/* Illinois IGEM Wiki Stylesheet*/
-
/* Default Reformatting */
+
/* Default Reformatting and Header */
-
ul{
+
#globalwrapper {
 +
    width:1000px;
 +
    padding:0px 0px;
 +
    margin: 0 auto;
 +
    background-color: #BABABA;
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-size:100% 100%;
 +
}
-
list-style: none;
+
body {
 +
    background: #CECECE;
 +
    background-image:url('https://static.igem.org/mediawiki/2012/d/d3/Uiucbackground10.png');
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    height:100%;
 +
    background-size:100% 100%;
 +
}
 +
.firstHeading {
 +
    height:0px;
 +
    visibility:hidden;
 +
}
-
list-style-type: none;
+
#p-logo {
 +
    height:0px;
 +
    overflow:hidden;
 +
    display: none;
 +
}
 +
#search-controls {
 +
display:none;
 +
margin-top:0px;
}
}
-
li{
+
#content{
 +
    visibility: hidden;
 +
}
 +
 
 +
#top-section {
 +
    background-image:url('https://static.igem.org/mediawiki/2012/e/e6/Newbanner6.png');
 +
    background-color:#151F4E;
 +
    background-position: top;
 +
    width:1000px;
 +
    height:219px;
 +
    background-repeat: no-repeat;
 +
    border-width:0px;
 +
    border-top-width:0px;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    border: 10px solid rgba(255, 255, 255,0.7);
 +
    background-clip: padding-box;
 +
    margin-top: -10px;
 +
    margin-bottom: -50px;
 +
}
-
float: left;
 
 +
#menubar {
 +
    color: white;
 +
    background-color: transparent;
 +
}
 +
#menubar ul li a {
 +
    color: white;
 +
    background-color: transparent;
}
}
-
#globalwrapper {
+
.right-menu li a {
 +
    color: white;
 +
    background-color: transparent;
 +
}
-
background-color: #C0C0C0;
+
/* Header */
-
height:100%;
+
#igemlogozone {
 +
position: absolute;
 +
top: 25px;
 +
left: 960px;
 +
height: 125px;
 +
width: 150px;
 +
background-color: transparent;
 +
}
 +
 
 +
#wrapper {
 +
width: 1000px;
 +
height: 100%;
 +
float: center;
 +
padding-left: 0%;
 +
padding-right: 0%;
 +
        padding-top: 1%;
 +
        background-color: #BABABA;
 +
background-attachment: fixed;
 +
        background-position: center;
}
}
-
.firstHeading {
+
#header {
 +
        width: 750px;
 +
        float: center;
 +
background-color:#FFE4C4;
 +
height: 150px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(255, 255, 255,0.7);
 +
background-clip: padding-box;
 +
margin-left: auto;
 +
margin-right: auto;     
 +
}
-
height:0px;
+
img {
 +
border: none;
 +
}
-
visibility:hidden;
+
#headernavigation{
 +
        width: 1000px;
 +
        float: center;
 +
background-color: transparent;
 +
height: 60px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        margin-top: -49px; 
 +
        margin-bottom: 10px;
 +
        z-index: 2; 
 +
-webkit-transition: all 300ms ease-in-out;
 +
}
 +
#headernavbar{
 +
list-style:none;
 +
font-weight:bold;
 +
float:left;
 +
width:100%;
 +
        margin:0;
 +
        padding:0;
 +
        z-index: 2; 
}
}
 +
#headernavbar li{
 +
        float:left;
 +
position:relative;
 +
        text-align:center;
 +
        z-index: 2; 
 +
}
 +
#headernavbar a{
 +
        margin-left:0px;
 +
display:block;
 +
        padding-bottom:10px;
 +
        padding-top:10px;
 +
        width: 100px;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
        font: bold 16px Arial;
 +
        z-index: 2; 
 +
 
 +
}
 +
#headernavbar a:hover{
 +
color:#ffffff;
 +
background:#003C7D;
 +
text-decoration:none;
 +
        z-index: 2; 
-
#p-logo {
+
}
-
height:0px; overflow:hidden; display: none;
+
#headernavbar ul{
 +
background: #003C7D;
 +
list-style:none;
 +
position:absolute;
 +
left:-9999px;
 +
        z-index: 2; 
 +
}
 +
#headernavbar ul li{
 +
padding-top:0px;  
 +
        margin-bottom:-1px;
 +
float:none;
 +
        margin-top:-3px;
 +
        z-index: 2; 
 +
}
 +
#headernavbar ul a{
 +
white-space:nowrap;
 +
        z-index: 2; 
 +
}
 +
#headernavbar li:hover ul{
 +
left: -15px;
 +
        z-index: 2;  
}
}
 +
#headernavbar li:hover a{
 +
background:#003C7D;
 +
text-decoration:none;
 +
        z-index: 2; 
 +
}
 +
#headernavbar li:hover ul a{
 +
text-decoration:none;
 +
        z-index: 2; 
-
#search-controls {
+
}
 +
#headernavbar li:hover ul li a:hover{  
 +
background:#f68e3c;
 +
        z-index: 2; 
 +
}
-
display:none;
+
/* Main Page */
-
margin-top:0px;
 
 +
#content-containertop {
 +
width: 1000px;
 +
height: 0x;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
}
}
-
#top-section {
 
-
background: none;
+
#content-topbottom {
 +
width: 950px;
 +
height: 100px;
 +
float: left;
 +
padding: 25px;
 +
text-align: left;
 +
margin-left: -10px;
 +
        margin-top: -5px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        font-size:150%;
 +
}
-
background-position: top;
 
-
height:0px ;
+
#maincontentnav {
 +
        width: 800px;
 +
        float: center;
 +
background-color:#F5DEB3;
 +
        padding: 0px;
 +
height: 320px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(244, 160, 90,1);
 +
border-radius: 200px;
 +
background-clip: padding-box;
 +
        margin-top:  25px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
}
-
background-repeat: no-repeat;
+
#maincontentselection{
 +
        width: 300px;
 +
        float: left;
 +
height: 300px;
 +
list-style: none;
 +
margin-left: 100px;
 +
margin-top: 0px;
 +
}
-
border-width:0px;
 
-
border-top-width:0px;
+
#maincontentselection a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:75px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    padding-top: 10px;
 +
    padding-bottom: 0px;
 +
    font: bold 13px Arial;
 +
list-style: none;
 +
z-index:3;
 +
}
 +
#maincontentselection a:hover {
 +
    background:#ffe6cc;
 +
    text-decoration:none;
 +
list-style: none;
 +
border: 0px;
 +
border-radius: 50px;
 +
z-index:3;
 +
}
 +
#maincontentselection a:active {
 +
    color:white;
 +
list-style: none;
}
}
-
#content {
 
-
border-left-width:0px;
+
#maincontentselection2{
 +
        width: 250px;
 +
        float: right;
 +
height: 250px;
 +
list-style: none;
 +
margin-right: 80px;
 +
margin-top: 10px;
 +
}
-
border-right-width:0px;
 
-
padding:0px;
+
#maincontentselection2 a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:275px;
 +
    width: 325px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    padding-top: 20px;
 +
    padding-bottom: 0px;
 +
    font: bold 13px Arial;
 +
list-style: none;
-
width:0px;
+
}
-
height:0px;  
+
#maincontentselection2 a:hover {
 +
    background:#ffe6cc;
 +
    text-decoration:none;
 +
list-style: none;
 +
border: 0px;
 +
border-radius: 50px;
 +
}
 +
#maincontentselection2 a:active {
 +
    list-style: none;
 +
    color:white;
 +
}
-
overflow:hidden;  
+
#maincontentselection3{
 +
        width: 350px;
 +
        float: left;
 +
height: 100px;
 +
list-style: none;
 +
margin-left: -309px;
 +
margin-top: 150px;
 +
}
-
display: none;
+
 
 +
#maincontentselection3 a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:150px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    padding-top: -10px;
 +
    padding-bottom: 10px;
 +
    font: bold 13px Arial;
 +
list-style: none;
 +
z-index:-1;
}
}
-
.right-menu li a {
+
#maincontentselection3 a:hover {
 +
    background:#ffe6cc;
 +
    text-decoration:none;
 +
list-style: none;
 +
border: 0px;
 +
border-radius: 50px;
 +
z-index:-4;
 +
}
 +
#maincontentselection3 a:active {
 +
    list-style: none;
 +
    color:white;
 +
}
-
color: #475D72;
+
#maincontentdesc {
 +
        width: 980px;
 +
        float: center;
 +
        padding: 10px;
 +
height: 100%;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
        text-align:left;
 +
}
-
font-style: normal;
+
#content1-topcenter {
 +
        width: 1000px;
 +
        float: center;
 +
background-color:#EEEEEE;
 +
        padding: 0px;
 +
height: 400px;
 +
border: 10px solid rgba(255, 255, 255,0.7);
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
background-clip: padding-box;
 +
        margin-top: 20px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
-
text-decoration: none;
 
-
font-size: 13px;
+
#sponsorbox {
 +
        width: 950px;
 +
        float: center;
 +
        background: rgba(255,255,255,0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding: 25px;
 +
height: 350px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
-
background: none;
+
background-clip: padding-box;
 +
        margin-top: 25px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
}
 +
 
 +
#intro {
 +
        width: 950px;
 +
        float: center;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding: 25px;
 +
height: 200px;
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        margin-top: 10px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
}
}
-
body {
+
#ancillaryIntro {
 +
        width: 950px;
         float: center;
         float: center;
-
margin-top: 0px;
+
        background: rgba(240, 240, 240, 0.7);
-
padding-left: 0%;
+
        border: 10px solid rgba(255, 255, 255,0.8);
-
padding-right:         0%;
+
        padding: 25px;
-
         background-color: #C0C0C0;
+
height: 200px;
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        margin-top: 10px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
         font-size:150%;
 +
 
}
}
 +
/* Notebook */
 +
#notebookselection{
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 0px;
 +
float: center;
 +
        font: 13px ;
 +
}
-
/* Header */
 
-
#wrapper {
+
#notebookselectionmenu{
-
width: 100%;
+
    background-color: #003C7D;
-
height: 200%;
+
    width: 1000px;
-
float: center;
+
    height: 40px;
-
padding-left: 0%;
+
    float: left;
-
padding-right: 0%;
+
    text-align: left;
-
        padding-top: 4%;
+
    margin-top: -60px;
-
        background-color: #C0C0C0;
+
    margin-left: -10px;
-
background-attachment: fixed;
+
    padding:0px;
-
        background-repeat:repeat-x;
+
    border: 10px solid rgba(255, 255, 255,0.7);
 +
    background-clip: padding-box;
 +
    list-style: none;
 +
    font:  16px ;
 +
}
 +
#notebookselectionmenu li{
 +
list-style-type:none;
 +
margin:0;
 +
padding:0;
 +
float:center;
 +
margin-left: auto;
 +
margin-right: auto;
}
}
-
#header {
+
#notebookselectionmenu a {
-
        width: 981px;
+
    cursor: pointer;
-
        float: center;
+
    float:left;
-
background-color:#FFE4C4;
+
    height:30px;
-
height: 150px;
+
    text-align:center;    
-
        border: 20px solid rgba(255, 228, 196,0.4);
+
    text-decoration:none;
-
        border-radius: 10px;
+
    width:500px;
-
        background-clip: padding-box;  
+
    background:#003C7D;
-
margin-left: 10%;
+
    font: bold 15px Arial;
-
margin-right: 10%;
+
    padding-top:10px;
 +
    margin-top: 0px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    color:#ffffff;
 +
}
 +
#notebookselectionmenu a:hover {
 +
    background:#f68e3c;
 +
    text-decoration:none;
 +
}
 +
#notebookselectionmenu a:active {
 +
    color:white;
}
}
-
#navigation ul {
+
#labnotebooks{
-
list-style:none;
+
    width: 950px;
-
        float:center;
+
    height: 100%;
-
margin:0;
+
    float: center;
-
padding-top:5%;
+
    text-align: left;
-
padding-left: 2px;
+
    padding-left: 25px;
-
overflow:hidden;
+
    padding-right: 25px;
-
         font-size:130%;
+
    margin-top: 20px;
 +
    margin-right: 0px;
 +
    margin-left: -10px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
         border: 10px solid rgba(255, 255, 255,0.8);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font:16px  sans-serif ;
}
}
-
#navigation li {
+
/* Lab Notebook */
 +
 
 +
/* PUF notebook begins here */
 +
 
 +
 
 +
#PUFnotes {
 +
width: 950px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 25px;
 +
padding-right:25px;
 +
margin-left: -25px;
 +
margin-right:auto;
 +
        margin-top: 0px;
 +
float: center;
 +
}
 +
 
 +
#PUFnotebookmenu a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:24.6px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#f68e3c;
 +
    padding-top: 10px;
 +
    font: 16px calibri;
 +
}
 +
 
 +
#PUFnotebookmenu a:hover {
 +
    background:#003C7D;
 +
    text-decoration:none;
 +
}
 +
#PUFnotebookmenu a:active {
 +
    color:white;
 +
}
 +
 
 +
 
 +
#PUFnotebookmenu {
 +
    background-color: #f68e3c;
 +
    width:  160px;
 +
    height: 650px;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
margin-bottom: 20px;
 +
    margin-left: -35px;
 +
    border: 10px solid rgba(255, 255, 255,0.7);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font: 16px calibri;
 +
}
 +
 
 +
 
 +
#PUFnotebookdescription {
 +
 
 +
    width:  800px;
 +
    height: 100%;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-right: -50px;
 +
    margin-left: 0px;
 +
    padding-top: 10px;
 +
    padding-bottom: 10px;
 +
    padding-left: 10px;
 +
    padding-right: 10px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font: 16px calibri;
 +
}
 +
 
 +
/* PHAT Notebook begins here */
 +
 
 +
#PHATnotes {
 +
width: 950px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 25px;
 +
padding-right:26px;
 +
margin-left: -25px;
 +
margin-right:auto;
 +
        margin-top: 0px;
 +
float: center;
 +
}
 +
 
 +
#PHATnotebookmenu a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:24.6px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#f68e3c;
 +
    padding-top: 10px;
 +
    font: 16px calibri;
 +
}
 +
 
 +
#PHATnotebookmenu a:hover {
 +
    background:#003C7D;
 +
    text-decoration:none;
 +
}
 +
#PHATnotebookmenu a:active {
 +
    color:white;
 +
}
 +
 
 +
#PHATnotebookmenu {
 +
    background-color: #f68e3c;
 +
    width:  160px;
 +
    height: 310px;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-left:  -35px;
 +
    border: 10px solid rgba(255, 255, 255,0.7);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font: 16px calibri;
 +
}
 +
 
 +
#PHATnotebookdescription {
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
    width:  800px;
 +
    height: 100%;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-right: -50px;
 +
    margin-left: 0px;
 +
    padding-top: 10px;
 +
    padding-bottom: 10px;
 +
    padding-left:10px;
 +
    padding-right: 10px;
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font: 16px calibri;
 +
}
 +
 
 +
 
 +
/* Protocol Section*/
 +
 
 +
#protocol-container{
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
 
 +
#protocolselection{
 +
        margin-top: -15px;
 +
        background-color:#EEEEEE;
 +
width: 250px;
 +
height: 100%;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: -10px;
 +
border: 10px solid rgba(255, 255, 255,0.7);
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
 +
}
 +
 
 +
#protocolselection li{
         list-style:none;
         list-style:none;
-
float:center;
+
        float:left;
-
         font-size:130%;
+
        margin:0px;
 +
        padding:0px;
 +
         width:100%;
}
}
-
.headerclass1 a:link {
+
#protocolselection a {
-
display:block;
+
cursor: pointer;
-
width:122px;
+
display:block;
-
height:50px;
+
height:25px;
-
font-weight:bold;
+
line-height: 25px;
-
        font-size:100%;
+
        text-align:center;    
-
color:#FFFFFF;
+
text-decoration:none;
-
background-color:#FF9933;
+
width:100%;
-
text-align:center;
+
color:#ffffff;
-
padding-top:20%;
+
background:#f68e3c;
 +
        padding-top: 10px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#protocolselection li:hover a{
 +
background:#003C7D;
text-decoration:none;
text-decoration:none;
}
}
-
.headerclass1 a:visited {
+
#protocoloverview {
-
display:block;
+
        background: rgba(240, 240, 240, 0.7);
-
width:122px;
+
        border: 10px solid rgba(255, 255, 255,0.8);
-
height:50px;
+
width: 665px;
-
font-weight:bold;
+
height: 100%;
 +
float: right;
 +
padding: 25px;
 +
text-align: left;
 +
margin-right: -10px;
 +
        margin-top: -15px;
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
 +
}
 +
 
 +
/*Protocol Section End*/
 +
 
 +
/*Meeting Notes*/
 +
 
 +
#meetingcontainer{
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 5px;
 +
float: center;
 +
}
 +
 
 +
#meetingintro{
 +
        width: 950px;
 +
        float: center;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding-left: 25px;
 +
        padding-right: 25px;
 +
        padding-top: 00px;
 +
        padding-bottom: 25px;
 +
height: 20px;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
 
 +
#meetingselection1{
 +
        list-style:none;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 184px;
 +
height: 322px;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: -10px;
 +
background-clip: padding-box;
         font-size:100%;
         font-size:100%;
-
color:#FFFFFF;
+
}
-
background-color:#FF9933;
+
 
-
text-align:center;
+
#meetingselection2{
-
padding-top:20%;
+
        list-style:none;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 184px;
 +
height: 322px;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: 0px;
 +
background-clip: padding-box;
 +
        font-size:100%;
 +
}
 +
#meetingselection3{
 +
        list-style:none;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 184px;
 +
height: 322px;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: 0px;
 +
background-clip: padding-box;
 +
        font-size:100%;
 +
}
 +
#meetingselection4{
 +
        list-style:none;
 +
width: 184px;
 +
height: 322px;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: 0px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        font-size:100%;
 +
}
 +
#meetingselection5{
 +
        list-style:none;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 184px;
 +
height: 322px;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: 0px;
 +
        margin-right:-10px;
 +
background-clip: padding-box;
 +
        font-size:100%;
 +
}
 +
 
 +
#meetingselection1 li{
 +
        list-style:none;
 +
        margin: 0px;
 +
        width: 100%;
 +
    }
 +
 
 +
#meetingselection2 li{
 +
        list-style:none;
 +
        margin: 0px;
 +
        width: 100%;
 +
}
 +
#meetingselection3 li{
 +
        list-style:none;
 +
        margin: 0px;
 +
        width: 100%;
 +
}
 +
#meetingselection4 li{
 +
        list-style:none;
 +
        margin: 0px;
 +
        width: 100%;
 +
}
 +
#meetingselection5 li{
 +
        list-style:none;
 +
        margin: 0px;
 +
        width: 100%;
 +
}
 +
 
 +
#meetingselection ul{
 +
        list-style:none;
 +
        float:left;
 +
        margin:0px;
 +
        padding:0px;
 +
        width:100%;
 +
}
 +
 
 +
.meetingselection a {
 +
        list-style:none;
 +
cursor: pointer;
 +
display:block;
 +
height:20px;
 +
        width: 100%;
 +
line-height: 25px;
 +
        text-align:center;   
 +
text-decoration:none;
 +
width:100%;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
        padding-top: 5px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
.meetingselection li:hover a{
 +
        list-style:none;
 +
        width: 100%;
 +
background:#003C7D;
text-decoration:none;
text-decoration:none;
}
}
-
.headerclass1 a:hover  {
+
#meetingoverview {
-
background-color:#0066CC;
+
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 950px;
 +
height: 100%;
 +
float: left;
 +
padding: 25px;
 +
text-align: left;
 +
margin-left: -10px;
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
}
}
-
.headerclass1 a:active {
+
 
-
background-color:#0066CC;
+
#notebook-container{
 +
width: 1000px;
 +
height: 350px;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
 
}
}
 +
#notebook-content{
 +
        width: 1000px;
 +
        float: center;
 +
height: 150px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        padding-top:50px;
 +
        margin-top: 25px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
}
-
img {
+
/* Footer */
-
border: none;
+
 
 +
#footer-box {
 +
        float: center;
 +
        overflow: hidden;
 +
        display: block;
 +
        background-color: #EEEEEE;
 +
        width: 1010px;
 +
        height: 50px;
 +
        font-weight: normal;
 +
        font-style: normal;
 +
        font-size: 10px;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        }
 +
 
 +
#catlinks {
 +
        visibility: hidden;
}
}
-
/* Main Page */
+
#footer {
 +
        }
-
#content-containertop {
+
/* Team */
-
+
 
-
width: 800px;
+
#aboutus{
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 0px;
 +
float: center;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
 
 +
#aboutusmenu{
 +
    background-color: #003C7D;
 +
    width:  1000px;
 +
    height: 40px;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: -60px;
 +
    margin-left: -10px;
 +
    padding:0px;
 +
    border: 10px solid rgba(255, 255, 255,0.7);
 +
    background-clip: padding-box;
 +
    list-style: none;
 +
    font: bold 16px Arial;
 +
}
 +
 
 +
#aboutusmenu li{
 +
list-style-type:none;
 +
margin:0;
 +
padding:0;
 +
float:center;
 +
margin-left: 50px;
 +
margin-right: auto;
 +
}
 +
 
 +
#aboutusmenu a {
 +
    cursor: pointer;
 +
    float:left;
 +
    height:30px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:300px;
 +
    background:#003C7D;
 +
    font: bold 15px Arial;
 +
    padding-top:10px;
 +
    margin-top: 0px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    color:#ffffff;
 +
}
 +
 
 +
#aboutusmenu a:hover {
 +
    background:#f68e3c;
 +
    text-decoration:none;
 +
}
 +
#aboutusmenu a:active {
 +
    color:white;
 +
}
 +
 
 +
#aboutusdescription{
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
    width:  950px;
 +
    height: 100%;
 +
    float: center;
 +
    text-align: left;
 +
    padding-left: 25px;
 +
    padding-right: 25px;
 +
    margin-top: 70px;
 +
    margin-right: 0px;
 +
    margin-left: -10px;
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font:16px  sans-serif ;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
/*Undergrad Section*/
 +
 
 +
table{
 +
      background-color:#EEEEEE;
 +
}
 +
 
 +
#undergradintro{
 +
        width: 950px;
 +
        float: center;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding-top: 10px;
 +
        padding-left: 25px;
 +
        padding-right: 25px;
 +
        padding-bottom: 0px;
 +
height: 50px;
 +
background-clip: padding-box;
 +
        margin-top: 5px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
        margin-bottom:0px;
 +
}
 +
 
 +
#undergradsmenu a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:24.6px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#f68e3c;
 +
    padding-top: 10px;
 +
    font: bold 13px Arial;
 +
}
 +
 
 +
#undergradsmenu a:hover {
 +
    background:#003C7D;
 +
    text-decoration:none;
 +
}
 +
#undergradsmenu a:active {
 +
    color:white;
 +
}
 +
 
 +
#undergradmembers {
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: -20px;
 +
float: center;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#undergradsmenu {
 +
    background-color: #f68e3c;
 +
    width:  160px;
 +
    height: 310px;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-left: -10px;
 +
    border: 10px solid rgba(255, 255, 255,0.8);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
}
 +
 
 +
 
 +
#description {
 +
        background: rgba(240, 240, 240, 1.0);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
    width:  815px;
 +
    height: 300px;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-right: -20px;
 +
    margin-left: 0px;
 +
    margin-bottom: 50px;
 +
    padding-top: 0px;
 +
    padding-bottom: 10px;
 +
    padding-left:0px;
 +
    padding-right: 5px;
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
}
 +
 
 +
/* Advisors Section */
 +
 
 +
#advisorsintro{
 +
        width: 950px;
 +
        float: center;
 +
        padding-top: 0px;
 +
        padding-left: 25px;
 +
        padding-right: 25px;
 +
        padding-bottom: 20px;
 +
height: 50px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
        margin-bottom:10px;
 +
}
 +
 
 +
#advisorsmenu a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:24.6px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#f68e3c;
 +
    padding-top: 10px;
 +
    font: bold 13px Arial;
 +
}
 +
 
 +
#advisorsmenu a:hover {
 +
    background:#003C7D;
 +
    text-decoration:none;
 +
}
 +
#advisorsmenu a:active {
 +
    color:white;
 +
}
 +
 
 +
#advisors {
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: -20px;
 +
float: center;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#advisorsmenu {
 +
    background-color: #EEEEEE;
 +
    width:  150px;
 +
    height: 100%;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-left: -10px;
 +
    border: 10px solid rgba(255, 255, 255,0.7);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
}
 +
 
 +
#advisorsdescription {
 +
        background: rgba(240, 240, 240, 1.0);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
    width:  815px;
 +
    height: 100%;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: -418px;
 +
    margin-right: -10px;
 +
    margin-left: 170px;
 +
    padding-top: 0px;
 +
    padding-bottom: 10px;
 +
    padding-left:0px;
 +
    padding-right: 5px;
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
}
 +
 
 +
 
 +
/* Projects */
 +
 
 +
#projectoverview {
 +
        width: 950px;
 +
        float: left;
 +
        text-align: left;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding: 25px;
 +
height: 375x;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#projectcontainer {
 +
width: 1000px;
height: 400px;
height: 400px;
text-align: center;
text-align: center;
-
padding-top:  2%;
 
padding-left: 0px;
padding-left: 0px;
padding-right:0px;
padding-right:0px;
-
margin-left: 100px;
+
margin-left: auto;
-
margin-right:100px;
+
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
 
 +
/*Galleria*/
 +
 
 +
/*
 +
* Galleria Classic Theme
 +
* Copyright (c) 2010, Aino
 +
* Licensed under the MIT license.
 +
*/
 +
 
 +
#galleria{ width: 100%; height: 400px; background: #000 }
 +
 
 +
.galleria-container {
 +
    position: relative;
 +
    overflow: hidden;
 +
    background: #fff;
 +
}
 +
.galleria-container img {
 +
    -moz-user-select: none;
 +
    -webkit-user-select: none;
 +
    -o-user-select: none;
 +
}
 +
.galleria-stage {
 +
    position: absolute;
 +
    top: 10px;
 +
    bottom: 60px;
 +
    left: 10px;
 +
    right: 10px;
 +
    overflow:hidden;
 +
}
 +
.galleria-thumbnails-container {
 +
    height: 50px;
 +
    bottom: 0;
 +
    position: absolute;
 +
    left: 10px;
 +
    right: 10px;
 +
    z-index: 2;
 +
}
 +
.galleria-carousel .galleria-thumbnails-list {
 +
    margin-left: 30px;
 +
    margin-right: 30px;
 +
}
 +
.galleria-thumbnails .galleria-image {
 +
    height: 40px;
 +
    width: 60px;
 +
    background: #000;
 +
    margin: 0 5px 0 0;
 +
    border: 1px solid #fff;
 +
    float: left;
 +
    cursor: pointer;
 +
}
 +
.galleria-counter {
 +
    position: absolute;
 +
    bottom: 10px;
 +
    left: 10px;
 +
    text-align: right;
 +
    color: #fff;
 +
    font: normal 11px/1 arial,sans-serif;
 +
    z-index: 1;
 +
}
 +
.galleria-loader {
 +
    background: #000;
 +
    width: 20px;
 +
    height: 20px;
 +
    position: absolute;
 +
    top: 10px;
 +
    right: 10px;
 +
    z-index: 2;
 +
    display: none;
 +
    background: url(classic-loader.gif) no-repeat 2px 2px;
 +
}
 +
.galleria-info {
 +
    width: 50%;
 +
    top: 15px;
 +
    left: 15px;
 +
    z-index: 2;
 +
    position: absolute;
 +
}
 +
.galleria-info-text {
 +
    background-color: #000;
 +
    padding: 12px;
 +
    display: none;
 +
    /* IE7 */ zoom:1;
 +
}
 +
.galleria-info-title {
 +
    font: bold 12px/1.1 arial,sans-serif;
 +
    margin: 0;
 +
    color: #fff;
 +
    margin-bottom: 7px;
 +
}
 +
.galleria-info-description {
 +
    font: italic 12px/1.4 georgia,serif;
 +
    margin: 0;
 +
    color: #bbb;
 +
}
 +
.galleria-info-close {
 +
    width: 9px;
 +
    height: 9px;
 +
    position: absolute;
 +
    top: 5px;
 +
    right: 5px;
 +
    background-position: -753px -11px;
 +
    opacity: .5;
 +
    filter: alpha(opacity=50);
 +
    cursor: pointer;
 +
    display: none;
 +
}
 +
.notouch .galleria-info-close:hover{
 +
    opacity:1;
 +
    filter: alpha(opacity=100);
 +
}
 +
.touch .galleria-info-close:active{
 +
    opacity:1;
 +
    filter: alpha(opacity=100);
 +
}
 +
.galleria-info-link {
 +
    background-position: -669px -5px;
 +
    opacity: .7;
 +
    filter: alpha(opacity=70);
 +
    position: absolute;
 +
    width: 20px;
 +
    height: 20px;
 +
    cursor: pointer;
 +
    background-color: #000;
 +
}
 +
.notouch .galleria-info-link:hover {
 +
    opacity: 1;
 +
    filter: alpha(opacity=100);
 +
}
 +
.touch .galleria-info-link:active {
 +
    opacity: 1;
 +
    filter: alpha(opacity=100);
 +
}
 +
.galleria-image-nav {
 +
    position: absolute;
 +
    top: 50%;
 +
    margin-top: -62px;
 +
    width: 100%;
 +
    height: 62px;
 +
    left: 0;
 +
}
 +
.galleria-image-nav-left,
 +
.galleria-image-nav-right {
 +
    opacity: .3;
 +
    filter: alpha(opacity=30);
 +
    cursor: pointer;
 +
    width: 62px;
 +
    height: 124px;
 +
    position: absolute;
 +
    left: 10px;
 +
    z-index: 2;
 +
    background-position: 0 46px;
 +
}
 +
.galleria-image-nav-right {
 +
    left: auto;
 +
    right: 10px;
 +
    background-position: -254px 46px;
 +
    z-index: 2;
 +
}
 +
.notouch .galleria-image-nav-left:hover,
 +
.notouch .galleria-image-nav-right:hover {
 +
    opacity: 1;
 +
    filter: alpha(opacity=100);
 +
}
 +
.touch .galleria-image-nav-left:active,
 +
.touch .galleria-image-nav-right:active {
 +
    opacity: 1;
 +
    filter: alpha(opacity=100);
 +
}
 +
.galleria-thumb-nav-left,
 +
.galleria-thumb-nav-right {
 +
    cursor: pointer;
 +
    display: none;
 +
    background-position: -495px 5px;
 +
    position: absolute;
 +
    left: 0;
 +
    top: 0;
 +
    height: 40px;
 +
    width: 23px;
 +
    z-index: 3;
 +
    opacity: .8;
 +
    filter: alpha(opacity=80);
 +
}
 +
.galleria-thumb-nav-right {
 +
    background-position: -578px 5px;
 +
    border-right: none;
 +
    right: 0;
 +
    left: auto;
 +
}
 +
.galleria-thumbnails-container .disabled {
 +
    opacity: .2;
 +
    filter: alpha(opacity=20);
 +
    cursor: default;
 +
}
 +
.notouch .galleria-thumb-nav-left:hover,
 +
.notouch .galleria-thumb-nav-right:hover {
 +
    opacity: 1;
 +
    filter: alpha(opacity=100);
 +
    background-color: #111;
 +
}
 +
.touch .galleria-thumb-nav-left:active,
 +
.touch .galleria-thumb-nav-right:active {
 +
    opacity: 1;
 +
    filter: alpha(opacity=100);
 +
    background-color: #111;
 +
}
 +
.notouch .galleria-thumbnails-container .disabled:hover {
 +
    opacity: .2;
 +
    filter: alpha(opacity=20);
 +
    background-color: transparent;
 +
}
 +
 
 +
.galleria-carousel .galleria-thumb-nav-left,
 +
.galleria-carousel .galleria-thumb-nav-right {
 +
    display: block;
 +
}
 +
.galleria-thumb-nav-left,
 +
.galleria-thumb-nav-right,
 +
.galleria-info-link,
 +
.galleria-info-close,
 +
.galleria-image-nav-left,
 +
.galleria-image-nav-right {
 +
    background-image: url('http://i.imgur.com/tLDSr.png');
 +
    background-repeat: no-repeat;
 +
}
 +
 
 +
/*Flowchart*/
 +
 
 +
#flowchart-container{
 +
        width: 980px;
 +
        float: center;
 +
background-color:#ffffff;
 +
        padding: 10px;
 +
height: 500px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(255, 255, 255,0.7);
 +
background-clip: padding-box;
 +
        margin-top: 95px;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
#flowchart{
 +
float:center;
 +
}
 +
 
 +
/*Outreach*/
 +
 
 +
 
 +
#outreachintro{
 +
        width: 950px;
 +
        float: center;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding-top: 10px;
 +
        padding-left: 25px;
 +
        padding-right: 25px;
 +
        padding-bottom: 15px;
 +
height: 35px;
 +
background-clip: padding-box;
 +
        margin-top: 5px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
        margin-bottom:0px;
 +
}
 +
 
 +
#outreachmenu a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:24.6px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#f68e3c;
 +
    padding-top: 10px;
 +
    font: bold 13px Arial;
 +
}
 +
 
 +
#outreachmenu a:hover {
 +
    background:#003C7D;
 +
    text-decoration:none;
 +
}
 +
#undergradsmenu a:active {
 +
    color:white;
 +
}
 +
 
 +
#outreach {
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: -20px;
 +
float: center;
 +
    font:16px  sans-serif ;
 +
}
 +
 
 +
#outreachmenu {
 +
    background-color: #f68e3c;
 +
    width:  160px;
 +
    height: 100%;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-left: -10px;
 +
    border: 10px solid rgba(255, 255, 255,0.8);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
}
 +
 
 +
 
 +
#outreachdescription {
 +
    width:  790px;
 +
    height: 100%;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-right: -20px;
 +
    margin-left: 0px;
 +
    padding-top: -20px;
 +
    padding-bottom: 10px;
 +
    padding-left: 15px;
 +
    padding-right: 15px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font:16px  sans-serif ;
 +
}
 +
 
 +
 
 +
/* GMO Collab */
 +
 
 +
 
 +
#gmointro{
 +
        width: 950px;
 +
        float: center;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding-top: 10px;
 +
        padding-left: 25px;
 +
        padding-right: 25px;
 +
        padding-bottom: 0px;
 +
height: 35px;
 +
background-clip: padding-box;
 +
        margin-top: 5px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
        margin-bottom:0px;
 +
    font:16px  sans-serif ;
 +
}
 +
 
 +
#gmomenu a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:24.6px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#f68e3c;
 +
    padding-top: 10px;
 +
    font: bold 13px Arial;
 +
}
 +
 
 +
#gmomenu a:hover {
 +
    background:#003C7D;
 +
    text-decoration:none;
 +
}
 +
#gmomenu a:active {
 +
    color:white;
 +
}
 +
 
 +
#gmo {
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: -20px;
 +
float: center;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#gmomenu {
 +
    background-color: #f68e3c;
 +
    width:  160px;
 +
    height: 310px;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-left: -10px;
 +
    border: 10px solid rgba(255, 255, 255,0.8);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
}
 +
 
 +
 
 +
#gmodescription {
 +
 
 +
    width:  790px;
 +
    height: 100%;
 +
    float: left;
 +
    text-align: left;
 +
    margin-top: 20px;
 +
    margin-right: -20px;
 +
    margin-left: 0px;
 +
    padding-top: 0px;
 +
    padding-bottom: 10px;
 +
    padding-left:15px;
 +
    padding-right: 15px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
    background-clip: padding-box;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    list-style: none;
 +
    font:16px  sans-serif ;
 +
}
 +
 
 +
 
 +
/* Sponsor Logos */
 +
 
 +
#row1logos a:hover{
 +
list-style: none;
 +
}
 +
#row2logos a:hover{
 +
list-style: none;
 +
}
 +
 
 +
/* Results */
 +
 
 +
#resultsoverview {
 +
        width: 950px;
 +
        float: center;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding: 25px;
 +
height: 150px;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#resultscontainer {
 +
width: 1000px;
 +
height: 245px;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
 
 +
/* Biobricks */
 +
 
 +
#biobricksoverview {
 +
        width: 950px;
 +
        float: center;
 +
        height: 400px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding: 25px;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#biobrickscontainer {
 +
width: 1000px;
 +
height: 500px;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
 
 +
/* Safety */
 +
 
 +
 
 +
#safetyoverview {
 +
        width: 950px;
 +
        float: left;
 +
        text-align: left;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
 
 +
        padding: 25px;
 +
height: 1550px;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 
 +
#safetycontainer {
 +
width: 1000px;
 +
height: 1700px;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
 
 +
/* Design Section */
 +
 
 +
 
 +
#designContainer{
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
float: center;
float: center;
}
}
-
#content-topleft {
+
#designSelection{
-
background-color:#EEEEEE;
+
        margin-top: -15px;
-
width: 30%;
+
        background: rgba(240, 240, 240, 0.7);
-
height: 250px;
+
width: 205px;
 +
height: 100%;
float: left;
float: left;
-
padding: 5%;
+
padding-top: 0px;
text-align: left;
text-align: left;
-
margin-left: 0%;
+
margin-left: -10px;
-
border: 20px solid rgba(255, 228, 196,0.4);
+
border: 10px solid rgba(255, 255, 255,0.8);
background-clip: padding-box;
background-clip: padding-box;
-
         border-radius: 10px;
+
         -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
}
}
-
#content-topright {
+
#legend{
-
background-color: #EEEEEE;
+
        margin-top: 275px;
-
width: 30%;
+
        background-image:url('https://static.igem.org/mediawiki/2012/4/47/Legend2.png');
-
height: 250px;
+
width: 175px;
 +
height: 145px;
 +
float: left;
 +
        position: absolute;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: 5px;
 +
border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
}
 +
 
 +
 
 +
#designSelection li{
 +
        list-style:none;
 +
        float:left;
 +
        margin:0px;
 +
        padding:0px;
 +
        width:100%;
 +
}
 +
 
 +
#designSelection a {
 +
cursor: pointer;
 +
display:block;
 +
height:25px;
 +
line-height: 25px;
 +
        text-align:center;   
 +
text-decoration:none;
 +
width:100%;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
        padding-top: 10px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#designSelection li:hover a{
 +
background:#003C7D;
 +
text-decoration:none;
 +
}
 +
 
 +
#designOverview {
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 715px;
 +
height: 100%;
float: right;
float: right;
-
padding: 5%;
+
padding-left: 25px;
 +
padding-right: 25px;
 +
padding-bottom: 25px;
 +
padding-top: 0px;
 +
 
 +
 
text-align: left;
text-align: left;
-
margin-right: 0%;
+
margin-right: -10px;
-
border: 20px solid rgba(255, 228, 196,0.4);
+
        margin-top: -15px;
background-clip: padding-box;
background-clip: padding-box;
-
         border-radius: 10px;
+
         -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
}
}
-
#content-containerbot {
+
/* Data */
-
width: 800px;
+
 
-
height: 1100px;
+
#dataContainer{
 +
width: 1000px;
 +
height: 100%;
text-align: center;
text-align: center;
-
padding-top: 0%;
+
padding-left: 0px;
-
padding-left: 0%;
+
padding-right:0px;
-
padding-right:0%;
+
margin-left: auto;
-
margin-left: 100px;
+
margin-right:auto;
-
margin-right:100px;
+
        margin-top: 25px;
float: center;
float: center;
}
}
-
#content1-botcenter {
+
#dataSelection{
-
background-color: #EEEEEE;
+
        margin-top: -15px;
-
width: 650px;
+
        background: rgba(240, 240, 240, 0.7);
-
height: 100px;
+
width: 205px;
-
float: center;
+
height: 100%;
-
margin-top: 11%;
+
float: left;
-
margin-left: 0%;
+
padding-top: 0px;
-
margin-right: 0%;
+
text-align: left;
-
border: 20px solid rgba(255, 228, 196,0.4);
+
margin-left: -10px;
 +
border: 10px solid rgba(255, 255, 255,0.8);
background-clip: padding-box;
background-clip: padding-box;
-
padding: 5%;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
         border-radius: 10px;
+
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
         font-size:150%;
}
}
-
#content2-botcenter {
+
#dataSelection li{
-
background-color: #EEEEEE;
+
        list-style:none;
-
width: 650px;
+
        float:left;
-
height: 100px;
+
        margin:0px;
-
float: center;
+
        padding:0px;
-
margin-top: 2%;
+
        width:100%;
-
margin-left: 0%;
+
}
-
margin-right: 0%;
+
 
-
border: 35px solid rgba(255, 228, 196,0.4);
+
#dataSelection a {
 +
cursor: pointer;
 +
display:block;
 +
height:25px;
 +
line-height: 25px;
 +
        text-align:center;    
 +
text-decoration:none;
 +
width:100%;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
        padding-top: 10px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#dataSelection li:hover a{
 +
background:#003C7D;
 +
text-decoration:none;
 +
}
 +
 
 +
#dataOverview {
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 715px;
 +
height: 100%;
 +
float: right;
 +
padding-left: 25px;
 +
padding-right: 25px;
 +
padding-bottom: 25px;
 +
padding-top: 0px;
 +
 
 +
 
 +
text-align: left;
 +
margin-right: -10px;
 +
        margin-top: -15px;
background-clip: padding-box;
background-clip: padding-box;
-
padding: 5%;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
         border-radius: 15px;
+
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
         font-size:150%;
}
}
-
#content3-botcenter {
+
/* Future */
-
background-color: #EEEEEE;
+
 
-
width: 650px;
+
#futureContainer{
-
height: 300px;
+
width: 1000px;
-
float: center;
+
height: 100%;
-
margin-top: 2%;
+
text-align: center;
-
margin-left: 0%;
+
padding-left: 0px;
-
margin-right: 0%;
+
padding-right:0px;
-
border: 35px solid rgba(255, 228, 196,0.4);
+
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
 
 +
#futureSelection{
 +
        margin-top: -15px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
width: 205px;
 +
height: 100%;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: -10px;
 +
border: 10px solid rgba(255, 255, 255,0.8);
background-clip: padding-box;
background-clip: padding-box;
-
padding: 5%;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
         border-radius: 10px;
+
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
         font-size:150%;
}
}
-
/* Notebook */
+
#futureSelection li{
 +
        list-style:none;
 +
        float:left;
 +
        margin:0px;
 +
        padding:0px;
 +
        width:100%;
 +
}
-
#notebook-container {
+
#futureSelection a {
 +
cursor: pointer;
 +
display:block;
 +
height:25px;
 +
line-height: 25px;
 +
        text-align:center;   
 +
text-decoration:none;
 +
width:100%;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
        padding-top: 10px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#futureSelection li:hover a{
 +
background:#003C7D;
 +
text-decoration:none;
 +
}
 +
 
 +
#futureOverview {
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 715px;
 +
height: 100%;
 +
float: right;
 +
padding-left: 25px;
 +
padding-right: 25px;
 +
padding-bottom: 25px;
 +
padding-top: 0px;
 +
 
 +
 
 +
text-align: left;
 +
margin-right: -10px;
 +
        margin-top: -15px;
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
 +
}
 +
 
 +
/* scaffold */
 +
 
 +
#scaffoldContainer{
width: 1000px;
width: 1000px;
-
height: 800px;
+
height: 100%;
text-align: center;
text-align: center;
-
padding-top: 1%;
+
padding-left: 0px;
-
padding-left: 0%;
+
padding-right:0px;
-
padding-right:0%;
+
margin-left: auto;
-
margin-left: 0px;
+
margin-right:auto;
-
margin-right:0px;
+
        margin-top: 25px;
 +
        margin-bottom: 50px;
float: center;
float: center;
 +
}
 +
#scaffoldSelection{
 +
        margin-top: -15px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
width: 205px;
 +
height:145px;
 +
margin-bottom:20px;
 +
position:fixed;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: -10px;
 +
border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
}
}
-
#notebook-content {
+
#scaffoldSelection0{
-
background-color: #EEEEEE;
+
        margin-top: -15px;
-
height: 50px;
+
        background: rgba(240, 240, 240, 0.7);
-
float: center;
+
width: 205px;
-
margin-top: 2%;
+
height: 180px;
-
margin-left: 10%;
+
        position:fixed;
-
margin-right: 10%;
+
float: left;
-
border: 20px solid rgba(255, 228, 196,0.4);
+
margin-bottom:20px;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: -10px;
 +
border: 10px solid rgba(255, 255, 255,0.8);
background-clip: padding-box;
background-clip: padding-box;
-
padding-left: 10%;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
padding-right: 10%;
+
-moz-box-shadow: 0 8px 6px -6px black;
-
padding-bottom: 10%;
+
box-shadow: 0 8px 6px -6px black;
-
padding-top: 5%;
+
         font-size:150%;
-
         border-radius: 10px;
+
}
}
 +
#scaffoldSelection li{
 +
        list-style:none;
 +
        float:left;
 +
        margin:0px;
 +
        padding:0px;
 +
        width:100%;
 +
}
-
#notebook-protocols {
+
#scaffoldSelection a {
-
background-color: #EEEEEE;
+
cursor: pointer;
-
height: 150px;
+
display:block;
-
float: center;
+
height:25px;
-
margin-top: 0%;
+
line-height: 25px;
-
margin-left: 10%;
+
        text-align:center;   
-
margin-right: 10%;
+
text-decoration:none;
-
border: 20px solid rgba(255, 228, 196,0.4);
+
width:100%;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
        padding-top: 10px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#scaffoldSelection li:hover a{
 +
background:#003C7D;
 +
text-decoration:none;
 +
}
 +
 
 +
 
 +
#scaffoldSelection0 li{
 +
        list-style:none;
 +
        float:left;
 +
        margin:0px;
 +
        padding:0px;
 +
        width:100%;
 +
}
 +
 
 +
#scaffoldSelection0 a {
 +
cursor: pointer;
 +
display:block;
 +
height:25px;
 +
line-height: 25px;
 +
        text-align:center;   
 +
text-decoration:none;
 +
width:100%;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
        padding-top: 10px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#scaffoldSelection0 li:hover a{
 +
background:#003C7D;
 +
text-decoration:none;
 +
}
 +
 
 +
 
 +
#scaffoldOverview {
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 715px;
 +
height: 100%;
 +
float: right;
 +
padding-left: 25px;
 +
padding-right: 25px;
 +
padding-bottom: 25px;
 +
padding-top: 0px;
 +
 
 +
 
 +
text-align: left;
 +
margin-right: -10px;
 +
        margin-top: -15px;
background-clip: padding-box;
background-clip: padding-box;
-
padding-left: 5%;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
padding-right: 5%;
+
-moz-box-shadow: 0 8px 6px -6px black;
-
padding-bottom: 0%;
+
box-shadow: 0 8px 6px -6px black;
-
padding-top: 0%;
+
         font-size:150%;
-
         border-radius: 10px;    
+
}
}
-
#notebook-protocols ul {
+
/* Petrobrick */
-
list-style:none;
+
 
-
         float: center;
+
#petrobrickContainer{
-
padding-top:0%;
+
width: 1000px;
-
        margin-left: 10px;
+
height: 100%;
-
overflow:hidden;
+
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
         margin-top: 25px;
 +
float: center;
 +
}
 +
 
 +
#petrobrickSelection{
 +
        margin-top: -15px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
width: 205px;
 +
height: 100%;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: -10px;
 +
border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
         font-size:150%;
         font-size:150%;
}
}
-
#notebook-protocols li {
+
#petrobrickSelection li{
         list-style:none;
         list-style:none;
-
float:center;
+
        float:left;
-
         font-size:100%;
+
        margin:0px;
 +
        padding:0px;
 +
         width:100%;
}
}
-
.protocolclass1 a:link {
+
#petrobrickSelection a {
-
display:block;
+
cursor: pointer;
-
width:150px;
+
display:block;
-
height:20px;
+
height:25px;
-
font-weight:bold;
+
line-height: 25px;
-
        font-size:100%;
+
        text-align:center;    
-
color:#FFFFFF;
+
text-decoration:none;
-
background-color:#FF9933;
+
width:100%;
-
text-align:center;
+
color:#ffffff;
-
         margin-left: 5px;
+
background:#f68e3c;
-
        margin-right: 5px;
+
        padding-top: 10px;
-
        padding: 2px;
+
         font: bold 13px Arial;
 +
}
 +
 
 +
#petrobrickSelection li:hover a{
 +
background:#003C7D;
text-decoration:none;
text-decoration:none;
}
}
-
.protocolclass1 a:visited {
+
#petrobrickOverview {
-
display:block;
+
        background: rgba(240, 240, 240, 0.7);
-
width:150px;
+
        border: 10px solid rgba(255, 255, 255,0.8);
-
height:20px;
+
width: 715px;
-
font-weight:bold;
+
height: 100%;
-
         font-size:100%;
+
float: right;
-
color:#FFFFFF;
+
padding-left: 25px;
-
background-color:#FF9933;
+
padding-right: 25px;
-
text-align:center;
+
padding-bottom: 25px;
-
        margin-left: 5px;
+
padding-top: 0px;
-
         margin-right: 5px;
+
 
-
         padding: 2px;
+
 
 +
text-align: left;
 +
margin-right: -10px;
 +
        margin-top: -15px;
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
         font-size:150%;
 +
}
 +
 
 +
/* Assembly */
 +
 
 +
#assemblyContainer{
 +
width: 1000px;
 +
height: 100%;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
        margin-bottom:50px;
 +
float: center;
 +
}
 +
 
 +
#assemblySelection{
 +
        margin-top: -15px;
 +
        background: rgba(240, 240, 240, 0.7);
 +
width: 205px;
 +
height: 100%;
 +
float: left;
 +
padding-top: 0px;
 +
text-align: left;
 +
margin-left: -10px;
 +
border: 10px solid rgba(255, 255, 255,0.8);
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
 +
}
 +
 
 +
#assemblySelection li{
 +
        list-style:none;
 +
        float:left;
 +
         margin:0px;
 +
        padding:0px;
 +
        width:100%;
 +
}
 +
 
 +
#assemblySelection a {
 +
cursor: pointer;
 +
display:block;
 +
height:25px;
 +
line-height: 25px;
 +
        text-align:center;   
 +
text-decoration:none;
 +
width:100%;
 +
color:#ffffff;
 +
background:#f68e3c;
 +
         padding-top: 10px;
 +
        font: bold 13px Arial;
 +
}
 +
 
 +
#assemblySelection li:hover a{
 +
background:#003C7D;
text-decoration:none;
text-decoration:none;
}
}
-
.protocolclass1 a:hover  {
+
#assemblyOverview {
-
background-color:#0066CC;
+
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
width: 715px;
 +
height: 100%;
 +
float: right;
 +
padding-left: 25px;
 +
padding-right: 25px;
 +
padding-bottom: 0px;
 +
padding-top: 0px;
 +
 
 +
        margin-bottom: 25px;
 +
text-align: left;
 +
margin-right: -10px;
 +
        margin-top: -15px;
 +
background-clip: padding-box;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
        font-size:150%;
}
}
-
.protocolclass1 a:active {
+
/*Attributions*/
-
background-color:#0066CC;
+
 
 +
#attributionsOverview {
 +
        width: 950px;
 +
        float: left;
 +
        text-align: left;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
        padding: 25px;
 +
height: 1600px;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
}
}
 +
 +
#attributionsContainer {
 +
width: 1000px;
 +
height: 1600px;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
 +
 +
 +
#appoverview {
 +
        width: 950px;
 +
        float: left;
 +
        text-align: left;
 +
        background: rgba(240, 240, 240, 0.7);
 +
        border: 10px solid rgba(255, 255, 255,0.8);
 +
 +
        padding: 25px;
 +
height: 200px;
 +
background-clip: padding-box;
 +
        margin-top: 10px;
 +
margin-left: -10px;
 +
margin-right: auto; 
 +
        font-size:150%;
 +
}
 +
 +
#appcontainer {
 +
width: 1000px;
 +
height: 200px;
 +
text-align: center;
 +
padding-left: 0px;
 +
padding-right:0px;
 +
margin-left: auto;
 +
margin-right:auto;
 +
        margin-top: 25px;
 +
float: center;
 +
}
 +
</style>
</style>
</html>
</html>

Latest revision as of 08:30, 19 January 2013