body
{
    font-family: tahoma;
    font-size: 12px;
}

#main_layout
{
	width: 100%;
}

#panel_left
{
	width: 400px;
	vertical-align: top;
}

#panel_loading
{
	border: 1px solid #ddd;
}

#panel_right
{
	padding: 10px;
	border: 1px solid #ddd;
}

#page_list
{
    border-collapse: collapse;
    width: 100%;
}

#page_list th
{
    background-color: #ccf;
    text-align: center;
    min-width: 100px;
    padding: 3px;
    border-left: 1px solid #ddd;
}

#page_list td
{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 11px;
    padding: 3px;
}

#page_list tr
{
    border-left: 1px solid #ddd;
}

#page_list .row_1 td
{
    background-color: #eef;
}

#page_actions
{
    list-style-type: none;
    cursor: pointer;
    text-align: center;
}

#page_actions li
{
    display: inline;
}

#page_create
{
	text-align: right;
}

li.sf_admin_action_create
{
    background: url(../sf/sf_admin/images/add.png) no-repeat 3px 2px;
    border-right: 4px solid #73B65A !important;
    padding: 3px 3px 3px 20px;
    color: #333;
    font-size: 11px;
    font-family: Arial, sans-serif;
    border: 0px;
    border-right: 4px solid #999;
    background-color: #ffc;
    cursor: pointer;
	list-style-type: none;
}

