/* _css/portal.css for CESEI.org
   styles for static portal pages */
   
#portal-left-col{  
   width: 100%;
   float: left;
   margin-right: -200px; 
   z-index: 15;
   overflow: hidden;
   }
#portal-left-col #portal-col-content{
   margin-right: 225px; 
   overflow: hidden;
   }
#portal-right-col{
   width: 200px;
   float: right;
   position: relative;
   z-index: 2;
   }
   
.portrait-thumb{
   cursor: pointer;
   cursor: hand;
   font-size: 0.8em;
   line-height: 1.5em;
   margin-left: 5px;
   margin-bottom: 20px;
   }
.portrait-thumb img{
   display: block;
   }
.portrait-html{
   display: none;
   }
.portrait-info{
   background: #ffffff;
   padding: 5px;
   font-size: 1em;
   }
.portrait-info p{
   margin-top: 0px;
   }
.portrait-info img{
   margin: 0px 5px 5px 5px;
   }
.portrait-info h2{
   margin: 3px 0px 10px 0px;
   }
   
#edu-link-list{}
#edu-link-list a{
   display: block;
   margin-top: 5px;
   }
#edu-link-list .link-info{
   margin-left: 10px;
   font-size: 0.9em;
   }
#edu-link-list .letter{
   margin: 10px 0px 5px 0px;
   font-size: 1.5em;
   font-weight: bold;
   padding-left: 10px;
   border-bottom: 1px solid #2d2d51;
   }
   
/* IMAGE GALLERY */
.gallery-thumb{
   padding: 0px 5px 5px 0px;
   }
   
.edit-thumb-holder{
   float: left;
   display: inline;
   padding: 5px;
   padding-top: 105px;
   margin: 5px;
   width: 100px;
   border: 1px solid #2d2d51;
   background-color: #cccccc;
   background-position: 5px 5px;
   background-repeat: no-repeat;
   }
.edit-thumb-holder input{
   width: 95px;
   }
   
.gallery-launcher{
   float: left;
   padding: 10px;
   margin: 0 5px 5px 0;
   width: 275px;
   border: 1px solid #2d2d51;
   background-color: #ededed;
   cursor: pointer;
   cursor: hand;
   }
.gallery-launcher div{
   float: left;
   }
.gallery-title{
   width: 150px;
   height: 75px;
   overflow: hidden;
   margin-right: 25px;
   color: #2b2b4e;
   font-weight: bold;
   line-height: 1.6em;
   }
.gallery-image{
   display: block;
   width: 100px;
   height: 75px;
   overflow: hidden;
   }
.gallery-image img{
   width: 100px;
   height: 75px;
   }
.video-launcher{
   padding: 10px;
   margin: 0 5px 5px 0;
   width: 275px;
   border: 1px solid #2d2d51;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
   }
.video-launcher div{
   float: left;
   }
   
/* HELP PAGES */

#help-menu{}
#help-menu .menu{
   float: left; 
   width: 33%;
   font-size: 0.9em;
   }
#help-menu .menu .menu-title{
   font-size: 1.2em;
   }
#help-menu .menu ul{
   margin-left: 30px;
   }
#help-menu .menu ul li a{
   font-weight: bold;
   }
#help-menu .menu ul ul{
   margin-left: 15px;
   }
#help-menu .menu ul ul li a{
   font-weight: normal;
   }
.help-list {
   font-size: 0.9em;
   line-height: 1.5em;
   }
.help-list p{
   margin-left: 10px;
   margin-right: 10px;
   }
.help-list .sub-title{
   margin: 0 5px;
   font-weight: bold;
   }
