body {
    font-family: Verdana;
    font-size: 12px;
}

a, a:hover, a:visited {
	color: #000;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.inline {
    display: inline-table;
}

img.avatar {
    margin-bottom: 10px;
    border: thin solid #000;
}

.update_item {
    font-family: "Georgia";
    margin: 0px 15px 15px 0px;
    border-bottom: thin solid #BBB;
    padding: 0px 0px 5px 0px;
}

.update_item_title a, .update_item_title a:visited {
    font-weight: bold;
    color: #6B818A;
    text-decoration: none;
}

.update_item_title a:hover {
    text-decoration: underline;
}

.update_item_text {
    padding: 10px 2px 10px 10px;
    font-size: 14px;
}

.update_item_footer {
    font-size: 11px;
    color: #AAA;    
}
.update_item_footer .timesince {

    font-style: italic;
}

.update_item_footer a.delete_update {
    font-style: normal;
}

#owners_box {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: thick solid #6B818A;
}

#owners_box a {
    font-size: 16px;
    font-weight: bold;
}

.project_list_box {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: thick solid #6B818A;    
}

.project_list_box .item_row {
    padding: 5px 5px 15px 5px;
}

.browse_project {
    border-bottom: thin solid #AAA;
    height: 200px;
    margin-bottom: 15px;
}
.browse_project .item_row {
    padding: 0px 0px 7px 0px;
}

.browse_project .item_row .project a {
    font-weight: bold;
    font-size: 14px;
}

.view_project .description {
    padding: 10px 0px 10px 5px;
    font-style: italic;
    font-size: 12px;
}

.view_project .title {
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    font-size: 22px;
}

.message {
  padding: 10px;
  border: 2px solid #ddd;
  background-color: #eee;
  color: #222;
}

.notice {
  background: #FFF6BF;
  color: #817134;
  border-color: #FFD324;
}
 
.success {
  background: #E6EFC2;
  color: #529214;
  border-color: #C6D880;
}
 
.error {
  background: #FBE3E4;
  color: #D12F19;
  border-color: #FBC2C4;
}

.add {
    background:url(/site_media/images/icons/add.png) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}

.alert {
    background:url(/site_media/images/nicebutton/alert.gif) no-repeat 10px 8px;
    padding-left:30px;
    display:block;
}

.delete {
    background:url(/site_media/images/nicebutton/delete.gif) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}

#errorMsg {
    background:none repeat scroll 0 0 #FBE3E4;
    border: 2px solid #FBC2C4;
    color:#8A1F11;
    padding: 15px;
    margin: 0px 0px 10px 0px;
}

#errorMsg ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

label {
    color: #AAA;
    font-size: 14px;
}
