table.frame {
    border: 1px solid #e0e0e0;
}

table.bordered {
    border: 1px solid #e0e0e0;
}


td
{
    font-family: Verdana;
    font-size: 10px;
}

td.siteTitle
{
    font-weight: bold;
    font-size: 20px;
    color: white;
}

td h3{
	text-align:left;
}

textarea{
	width:100%;
}

tr.header
{
    font-weight: bold;
    font-size: 10px;
    background-color: black;
    color: white;
}

td.pageTitle
{
    font-weight: bold;
    font-size: 15px;
    color: black;
}

td.menuItem
{
    font-weight: bold;
    background-color: #f4f4ff;
    color: #505050;
}

td.errorMessage
{
    font-size : 11px;
    color : #FF0000;
}

.tableLeft{
	text-align:left;
}

