ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body, td
{
  margin: 0;
  padding: 0;
  font-family: Calibri, Arial, Verdana, sans-serif;
  font-size: 15pt;
  background-color: #fff;
}

body
{
    padding: 20px;
}

a {
  text-decoration: none;
  color: #00a;
}

a:visited {
  color: #408;
}

a:hover {
  text-decoration: underline;
  color: #44f;
}


/* ---------------------------------------------------------------------------
   Layout
*/

#menu {
    float: left;
}

#profile {
    float: right;
}

#body {
    text-align: center;
}

#footer {
    margin-top: 1em;
    text-align: center;
}

#profile form {
    display: inline;
}

#profile ul.menu {
	background: url(../images/bg_menu-item.gif) no-repeat left center;
}

#profile form select {
	width: 11em;
}

/* ---------------------------------------------------------------------------
   Menus
*/

ul.menu {
    display: inline;
    list-style-type: none;
}

ul.menu li.menu_item {
    display: inline;
    border-left: solid 1px #555;
    padding-left: 8px;
    padding-right: 4px;
}

ul.menu li.first {
    border-left: none;
}

ul.menu li.active {
    font-weight: bold;
}


/* ---------------------------------------------------------------------------
   Forms
*/

button {
    font-size: 16pt;
    padding: 3px;
    margin: 2px;
    vertical-align:middle;    
}

input {
    font-size: 14pt;
    padding: 2px;
    margin: 2px;
    vertical-align:middle;
}

select {
    font-size: 14pt;
    padding: 2px;
    margin: 2px;
    vertical-align:middle;
}

input.checkbox {
    height: 1.5em;
    width: 1.5em;
    padding: 0.5em;
}

table {
    margin-left: auto;
    margin-right: auto;
}

table tr td {
    text-align: left;
}

table tr td.center {
    text-align: center;
}

button.action,input.action {
    font-size: 11pt;
    padding: 1px;
    margin: 1px;
    vertical-align:middle;    
}



/* ---------------------------------------------------------------------------
   Text
*/

span.big,div.big {
    font-size: 20pt;
    color: green;
    font-weight: bold;    
}

span.small,div.small {
    font-size: 10pt;
}

.center {
    text-align: center;
}

div.updating {
    margin: 4px;    
}

div.updating span {
    font-size: 12pt;
    padding: 2px;
    background-color: red;
    color: white;
    font-weight: bold;
}

b.highlight {
    padding: 1px;
    margin: 0px;
    border: 1px solid black;
    font-weight: normal;
    background-color: #fdd;
}


/* ---------------------------------------------------------------------------
   Tables
*/

table.list {
    background-color: white;
}

table.list tr td {
    padding: 4px;
    background-color: #ddd;
}

table.list tr th {
    padding: 4px;
    background-color: #fff;
    text-align:center;
    font-size: 12pt;
}

table.actions {
    margin: 0;
}

table.actions tr td {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    width: 22px;
}


table.profile {
    border: 1px solid black;
}

table.profile tr td {
    padding: 4px;
}

table.profile tr td.label {
    text-align:right;
}


/* ---------------------------------------------------------------------------
   Symfony overrides
*/

.form_error {
    color: red;
    font-size: 12pt;    
}    

#sf_admin_container {
    font-size: 13px;
    text-align: left;
}    
