

body{
    background-image: url("../img/bg.jpg"); background-repeat: repeat-x; background-color: white;
    margin: 0px;
    padding: 0px 13px 13px 13px;   
}

body,p,li,th,td, input, textarea{
    font-family: "Trebuchet MS",arial, sans-serif;
    color: #4B4B4B;
}

body, p, th, td{
    font-size: 13px;
}

p{
    margin-top: 0px; padding-top: 0px;
}

.minor{font-size: 11px; color: #666666; }

.closing{clear: both; height: 1px; overflow: hidden;}

a img{
    border-width: 0px;    
}

a{
    color: #634B18;    
}

    a:hover{
        color: #CC0000;    
    }

    #header{
        position: relative; left: 0px; top: 0px;
        font-size: 12px; font-weight: bold;
        height: 59px;
        z-index: 10;
    }
        #header .logo{
            position: absolute; left: 0px; top: 0px;    
        }
    
        #header .userinfo{
            color: white;
            position: absolute; left: 170px; top: 10px;
        }
        
            #header .userinfo a{
                color: #4B4B4B;      
            }
        
        #header .projectSelector{
            line-height: 20px;
            position: absolute; right: 170px; top: 10px; 
            text-align: right;
        }
        
            #header .projectSelector span{
                display: block; float: left;  color: white;   
            }
            
            #header .projectSelector .current{
                background-color: white; width: 160px; 
                border-width: 1px 0px 0px 1px; border-color: #85C5D3;
                color: #4B4B4B;
                border-style: solid; line-height: 14px;  min-height: 14px; font-size: 11px;
                padding-right: 0 22px 0 4px;
                text-align: left;
                background-position: right top;
                background-repeat: no-repeat;
                background-image: url("../img/arrow_down.gif");
                cursor: pointer;
            }
            
            #header .projectSelector ul{
                margin: 0px; padding: 0px;
                position: absolute; right: 0px; top: 17px; width: 450px;
                background-color: #E0E0E0; border: 1px solid #666666;
                text-align: left;
                list-style: none;
                z-index: 99;
            }
            
                #header .projectSelector ul li{
                    background-color: white; padding: 0px; margin: 1px;   white-space: nowrap;
                    float: left; width: 148px; max-width: 148px; overflow:hidden;
                }
                #header .projectSelector ul a{
                    text-decoration: none;   display: block; padding: 2px 8px; 
                
                }
                #header .projectSelector ul a:hover{
                  background-color: #003399; color: white; 
                }
                #header .projectSelector .control{
                  background-color: #E0E0E0; font-weight: normal;
                }
                #header .archived-project-item a{ font-weight: normal; color: #777777; background-color: #F6F6F6; }
            
        #header .search{
            position: absolute; right: 0px; top: 10px; 
        }
            #header .search input{
                border-width: 1px 0px 0px 1px; border-color: #85C5D3; border-style: solid;  
                height: 17px; max-height: 16px;
                width: 150px;  
                padding: 0px 4px;
                line-height: 14px; font-size: 12px;
            }
        
        #header .pageNames{
            position: absolute; left: 0px; top: 37px;
            margin: 0px; padding: 0px;
        }
            #header .pageNames li{
                list-style: none; float: left; margin: 0px 0px 0px 6px; padding: 0px 6px;
                border-width: 3px 3px 0px 3px; border-style: solid; 
                border-color: #677476;
                background-color: #CDE6EB;
                line-height: 19px;
                cursor: pointer;
            }
                #header .pageNames a{
                    color: #4B4B4B; text-decoration: none;
                }
                   #header .pageNames a:hover{
                      text-decoration: underline;
                   }
            
                #header .pageNames li.active{
                    background-color: white;
                    padding-bottom: 3px;
                    border-color: #4B4B4B;
                }
                  #header .pageNames li.active a{
 			text-decoration: none;
                  }
                  
                #header .pageNames li.extra{
                   border-color: transparent;
                   background-color: transparent;
                }

    
    #pages{
        padding: 0px 16px 16px 16px;
        border: 3px solid #4B4B4B;     background-color: white;    
        z-index: 5; 
        min-height: 420px;
    }

	#page{width: 80%;}
  
        .full-page{width: 100% !important;}
    
        .sidebar{
            float: right;
            width: 19%; 
        }
            .sidebar a{
                color: #4B4B4B;    
            }
        
            .sidebar h2{
                font-size: 14px; color: #7DBCCB; padding: 0px; margin: 20px 0px 0px 0px; line-height: 14px;   position: relative; top: 2px; border-bottom-width: 0px;
                background-color: white;
            }
            .sidebar .content{
                padding: 6px;
                font-size: 12px;
                background-color: #C2E0E6;    
            }
            .sidebar ul{
               margin: 0px; padding: 0px; list-style: none;
            }
            .sidebar ul.controls{
                padding-top: 6px;
                line-height: 15px;
                font-weight: bold;
            }
            
            .sidebar form{
                width: auto;  
                clear: both;
                background-color: transparent;
                
                padding: 6px;
                font-size: 12px;
                background-color: #C2E0E6; 
            }
            
            .sidebar
            
            .sidebar form .controls{
                padding-bottom: 0px; margin-bottom: 0px;   
            }
            
            ul.users li a{ text-decoration: none; display: block;}
            .sidebar a:hover{ background-color: white;}
            
            .sidebar .updates form{ padding:0;}
            .sidebar .updates select{ font-size: 11px; background-color: #C2E0E6; border: 1px solid #B2D0D6;}
            
    #footer{
        text-align: center;
        font-size: 11px; color: #999999; padding: 8px;    
    }
    
    
    
h1{
    font-size: 23px; color: #7DBCCB; 
    margin-bottom: 3px;
}
    h1 .controls,
    h2 .controls{
        font-size: 11px;    
    }
    
    h1.path{ font-size: 16px}

h2{
    font-size: 18px; 
    margin-bottom: 3px;
    border-bottom: 3px solid #EEEEEE;
    color: #634B18;
    background-color: #F4F4F4;
}
    h1 .controls a,
    h2 .controls a{
        color: #BBBBBB;    
    }

    .controls a.major{
      background-color: #116622; color: white; text-decoration: none; border: 1px solid #003300; padding: 0 4px;
      text-shadow: 1px 1px #000000; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; white-space: nowrap;
    }
    .controls a.major:hover{ background-color: #DD7700; color: white; border-color: black; text-shadow: -1px -1px #994400; border-color:#884400;}

.rtf h2{ border: none; background-color: transparent;}

h3{
    font-size: 14px;    
}
    h3.button{
        cursor: pointer;  text-decoration: underline;
        color: #7DBCCB;    
    }
    
ul{ 
}
ul.features li{
    line-height: 22px; font-size: 14px; list-style: square; font-weight: bold;
}

    
table{
    border-collapse: collapse;    
}
    table th{
        background-color: #E0E0E0;
        border: 1px solid #D0D0D0;
        text-align: left;
        padding: 3px 8px 2px 4px; font-size: 12px;
        vertical-align: bottom; white-space: nowrap;
    }
    table td{
        border-width: 1px 0px; border-style: solid; border-color: #E6E6E6;
        font-size: 12px;
        padding: 2px 8px 2px 4px; vertical-align: top;
    }
    table.FLEXlist td,
    table.projects td{
      border-width: 1px;
    }
    table .even td{ background-color: #F6F6F6;}
    
form{
    width: 400px;    
}


    form label{
        padding: 4px 0px 2px 0px; font-weight: bold; font-size: 12px;
        display: block;    
    }

    form input,
    form select,
    form textarea{
        width: 100%;
        font-size: 13px;
        border-width: 1px; background-color: #DAECF0;
    }
    
    form .button,
    form .small,
    form .checkbutton,
    form .radio{
        width: auto;    
    }
    
    form .controls{
        text-align: right;    
    }
    
    form .button{
        font-weight: bold; border-width: 0px;
        background-color: #82C4D2; color: white;
    }
    
    form .cancel-button{background-color: #BBBBBB; color: white; font-weight: normal;}
    
    form .checkbutton,
    form .radio{
        background: none; 
    }
    
.search form{
    width: auto;    
}

    .search form input{
        background-color: white;    
    }
    
p.controls{
    font-size: 14px; font-weight: bold;    padding: 4px 0px;
}
    p.controls a{
        color: #7DBCCB;    
    }
        p.controls a:hover,
        h1 .controls a:hover,
        h2 .controls a:hover{
            color: #CC0000;    
        }
    
p.addSectionControls{
    text-align: center;
    width: auto;
    margin-right: auto;
    background-color:  #E8F3F7;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}


.rtf{
    width: 610px;    
}

.reply{
    width: 610px;
    
}
    .reply .content{
        background-color: #E8F3F7; padding: 4px;    
    }
    .reply h3{
        font-size: 12px;    padding-bottom: 1px; margin-bottom: 2px;
        color: #999999;
    }
    
    
.portal{
    width: 100%;
  /*  height: 1000px;*/    
}
  
.user-page{width: 100% !important;}

    .portal .col1, 
    .portal .col2,
    .portal .col3,
    .portal .col4,
    .user-page .col1,
    .user-page .col2,
    .user-page .col3{
        float: left; 
        margin-right: 1%;
    }

	.portal .col1{ width: 26%; }
	.portal .col2{ width: 26%; }
	.portal .col3{ width: 26%; }
  .portal .col4{ width: 18%; }

  
    .portal table{
        width: 100%;    
    }
    
    .portal h3{
        margin-top: 3px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
        .portal h3 a{
            text-decoration: none;    
        }

        
  .user-page .col1{ width: 30%; }
  .user-page .col2{ width: 30%; }
  .user-page .col3{ width: 30%; }

        
.projectUpdates{
    padding-left: 8px; font-size: 10px; line-height: 13px;   
}

    .projectUpdates a{
        text-decoration: none;
    }
    
        .projectUpdates a:hover{
             text-decoration: underline;   
        }
    
    .projectUpdates a.unseen{
        font-weight: bold;    color: #CC0000;
        font-size: 12px;
    }
    
    .projectUpdates a.updated_last_hour{
        color: #CC3333; 
        font-size: 11px;
    }
    
    .projectUpdates a.updated_last_day{
        font-size: 11px;    
    }
    
    
    .projectUpdates a .update_stats{
        font-size: 10px;    
    }


.updates ul{ margin:0; padding: 0;}
    
  .updates li{
    list-style: none; border-top: 1px dotted black; padding: 2px 0;
  }
  .updates .info{font-size: 10px; color: #888888;}
  .updates .info a{ color: #888888;}
  .updates strong a{ text-decoration: none; }
  .updates strong a:hover{ text-decoration: underline; }
 
  
  table.projects .archived td{
   font-size: 11px; color: #C0C0C0;
  }
  table.projects .archived a{
    color: #999999;
  }
  
    
    
a.signupButton{
	display: block;
	width: 100%; text-align: center; padding: 8px 0px; background-color: #444444; 
	color: white; text-decoration: none; font-weight: bold; text-transform: uppercase;
	font-size: 14px;
}
	a.signupButton:hover{ background-color: black; }


.flash { font-weight: bold; background-color: #FFF1A8; color: black; padding: 3px 10px;	margin: 10px 0; position: relative;}
  .flash .close { position: absolute; right: 5px; top: 2px; color: #666666; cursor: pointer;}

/*pre { white-space: pre-wrap; width: 768px;}*/
.code{ font-weight: bold; margin: 0; }
  .code pre{ display: block; font-weight: normal; margin: 0; font-size: 11px; padding: 5px 10px; border-left: 5px solid #888888;
 white-space: pre-wrap;}
span.code pre{ display: inline;  border: none; white-space: normal; padding: 0;}
