body, th, td
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #000000;
}

a, a:visited, a:active
{
    color: #0000d0;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

table
{
    border-collapse:collapse;
}

table, td, th
{
	border: none
}

table#competitions, table#competitions td, table#competitions th
{
    border:1px solid black;
}

td, th
{
    padding: 2px;
}

div.menu
{
   margin: 10px 5px;
}

div.submenu
{
   margin: 5px 25px;
}

a.selected
{
     background-color: #0000d0;
     color: #ffffff;
}

a.disabled
{
    text-decoration: line-through;;
}

.title
{
	font-weight: bold;
}

tr.warning td
{
	color: #ff0000;
}

#translations_inputs
{
	display: none;
}

#externalSites
{
	/*float: right;*/
	line-height: 18px;
}

#urlOptionsContent select {
    vertical-align: top;
}

tr.inactive  td {
    background-color: lightgrey;
}