#php-table, #php-table table, #php-table tr, #php-table td, #php-table select, #php-table input, #php-table textarea
{
	font: 10pt/1.6 Tahoma, Georgia, "Times New Roman", Times, serif;
}
#php-table .smaller
{
        font: 8pt/1.6 Tahoma, Georgia, "Times New Roman", Times, serif;
}
#php-table a:link, #php-table a:visited
{
	color: #0479A7;
	text-decoration: none;
}

#php-table fieldset {
        border: 0px;
        padding-bottom: 5px;
}

#php-table ul
{
        margin: 0;
        padding-left: 15px;
        padding-bottom: 8px;
        display: table;
}

#php-table ul.searchresults li
{
        text-align: left;
        float: left;
        list-style: none;
        padding: 3px 10px 3px 10px;
        border-left: 1px solid #CCC;
        background: #E5EAEA;
}

#php-table ul.searchresults li:first-child
{
        border-left: none;
}

.grey-small
{
	color: #777;
	font-size: 10px;
}

a.link-article
{
        padding-left: 18px;
        background: url(/scripts/images/icon_article.png) no-repeat 0px 50%;
}

a.link-group
{
        padding-left: 18px;
        background: url(/scripts/images/icon_group.png) no-repeat 0px 50%;
}

a.link-admin
{
        padding-left: 18px;
        background: url(/scripts/images/icon_admin.png) no-repeat 0px 50%;
}

a.link-mentor
{
        padding-left: 18px;
        background: url(/scripts/images/icon_mentor.png) no-repeat 0px 50%;
}

a.link-corporate
{
        padding-left: 18px;
        background: url(/scripts/images/icon_corporate.png) no-repeat 0px 50%;
}

a.link-student
{
        padding-left: 18px;
        background: url(/scripts/images/icon_student.png) no-repeat 0px 50%;
}

a.link-facebook
{
        padding-left: 18px;
        background: url(/scripts/images/icon_facebook.png) no-repeat 0px 50%;
}

a.link-case
{
        padding-left: 18px;
        background: url(/scripts/images/icon_case.png) no-repeat 0px 50%;
}

a.link-company
{
        padding-left: 18px;
        background: url(/scripts/images/icon_company.png) no-repeat 0px 50%;
}

a.link-idea
{
        padding-left: 18px;
        background: url(/scripts/images/icon_idea.png) no-repeat 0px 50%;
}

a.link-project
{
        padding-left: 18px;
        background: url(/scripts/images/icon_project.png) no-repeat 0px 50%;
}

a.link-university
{
        padding-left: 18px;
        background: url(/scripts/images/icon_university.png) no-repeat 0px 50%;
}

a.link-topic
{
        padding-left: 18px;
        background: url(/scripts/images/icon_topic.png) no-repeat 0px 50%;
}

.shoutbox_error {
        color: #CC0000;
	display: none;
        margin-left: 10px;
        background: #F7CBCA;
        padding: 3px;
}

