html{
    background-color: white;
}

body { margin: 0; padding: 0; 
    }

html, body, p, div, td, input, button, a {
    text-align: left;
    font-family: helvetica, arial;
    color: #444446;
    font-size: 0.97em;
}

input { border: 1px solid #aaaaaa;  }

h1 {
    font-size: 160%; 
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-weight: normal;
    color: #444446;
}

.auth h2 {
    font-size: 140%; 
    margin-top: 2px;
    margin-bottom: 0px;
    padding-bottom: 6px;
    background-image: url(/style/threads/images/line.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #444446;
    
}

a { text-decoration: none; }

div.usermessage { width: 200px; font-size: 80%; float: right; text-align: right; padding-top: 2px; padding-right: 20px; color: #cccccd;}
div.usermessage a { color: #aaaaad; }
div.usermessage a:hover { color: #77777d; }

#page {
 width: 974px;
    margin: 20px auto;
}


#header {
    background-color: #ffffff;
    background-image: url(/style/threads2011/images/logo.png);
    margin-bottom: 10px;
    height: 40px;
    background-position: center left;
    background-repeat: no-repeat;
}


#header h1 { 
    padding-top: 60px;
    width: 286px;
    text-align: right;
    font-weight: normal;
    font-family: 'PrintClearlyRegular', helvetica, arial;
    font-size: 32px;
}

#body {
     -moz-border-radius: 4px; -webkit-border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 10px;
    min-height: 400px;
}



#footer {
     height: 50px;
    padding: 5px 10px;
    font-size: 80%;
    color: white;
}

#footer a {
    color: #bbbbbb;
}


table.formdata: { width: 95%; }

.formdata tr.sectionbreak {
    border-top:solid 1px #d0d0dd; 
}

.formdata td {
    padding: 5px;
    vertical-align: top;
}

.formdata td.label {
    color: #70707d;
    text-align: right;
    padding-left:10px;
    padding-top:8px;
}

.formdata .label {
    color: #70707d;
    
}

.formdata td.fields {
 padding-right: 10px;   
}

.formdata input.textfield {
    padding: 3px;
    background-color: #f3f3fd; 
    border:solid 1px #a0a0ad; 
}

.formdata select {
    font-size: 95%;
    padding: 1px;
    background-color: #f3f3fd; 
    border:solid 1px #a0a0ad; 
    
}

.smallform { font-size: 95%; }


img.profileimage { float: right; }

    
    
div.lightbox {
    padding: 10px 0 10px 20px;
    
}

table.datagrid { 
    border: 1px solid #cccccc;
}

.datagrid th, .datagrid td {
    text-align:left;   
    padding: 5px 5px;
    border-bottom: 1px solid #dddddd;
}

.datagrid th { 
    color: white;
    background-color: #bbbbbd; }
.datagrid td.even { background-color: #eeeef1; }
.datagrid td.odd { background-color: #f5f5f9; }





div.menubar { 
    padding-top: 10px;
padding-left: 0px;}

div.menubar ul { 
	display: inline;
}

div.menubar li { 
	list-style: none;
	display: inline;
}

div.menubar li a { 
    float: left;
    color: #bbbbbd;
    text-decoration: none;
    padding: 3px 6px 3px 0px;
    margin: 2px 30px 3px 0px;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 2px;
}


div.menubar li a:hover { 
    
}


#feature
          {

            width: 974px;
            height: 548px;
            position: relative;
            top: 0px;
                      }


.featurecell
         {
           position: absolute;
           top: 0px;
           width: 974px;
           height: 548px;
         }

.projectgriditem {
	  position: relative;
	  float: left;
	  width: 225px;
	  height: 127px;
	  margin-bottom: 24px;
	  margin-right: 24px;
}


.projectgridenditem {
	  margin-right: 0px;
}

.projectgriditem a.info {
	display: block;
	position: absolute;
           top: 0px;
	  width: 225px;
	  height: 127px;
	  background-color: grey;
	  color: white;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  text-decoration: none;
	  font-weight: bold;
}

.projectgriditem a.info:hover {
	  opacity: 1;
	  filter: alpha(opacity=100);
	  background-color: rgba(180,180,180,0.4);
	
}

.projectgriditem .infotext {
	display: block;
	padding: 10px;
}

div.projectitem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbbbbd;
}

.project h1 {
	text-align: right;
    color: #000;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
    }

div.projecttext {
    float: left;
    color: #99999a;
    width: 350px;
    padding-top: 50px;
    padding-right: 50px;
	
}