/**
 * @section reset
 *
 * if you have problems with your layout, activate this 'reset command' for "debugging".
 */

/** reset all paddings/margins */
/* div#competitions * { margin: 0; padding: 0; } */

/** border (red) around the eventlist component */
/* div#competitions { border: 1px solid red; } */

/** border (blue) around all eventlist elements */
/* div#competitions * { border: 1px solid blue; } */


/**
 * @section clear
 *
 * clearing the float containers
 */
div#competitions 
{
  overflow: hidden; /* beez */
}

div#competitions .clear
{ 
  border: 0; clear: both; float: none; height: 1px; line-height: 1px; 
}

div#competitions .floattext:after /* ie fix in coditional comments (html source) */
{
  content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

div#competitions .floattext
{ 
  display:block; /* safari */ 
}

div#competitions div.lce
{
  font-size: 12px;
  color: #666;
}

/**
 * @section buttons
 *
 * print, pdf, ...
 */
div#competitions .buttons
{
}

div#competitions .buttons img
{ border: none; }

div#competitions .buttons a
{ 
  padding: 0 0 0 5px; 
  height: 16px; 
  line-height: 16px; 
}

div#competitions p.linkback
{
  margin: 0px 0px 0px 0px;
  padding: 5px;
  text-align: center;
}

div#competitions p.linkback a
{ 
  font-weight: bold;
  font-size: 12px;
  color: #4FAF45;
}

/**
 * @section headlines
 *
 */
div#competitions h2.title {
  font-size: 1.2em; 
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding: 1.3em 0.3em; 
  margin: 0;
  color: #4FAF45; 
  text-align: center;
}

div#competitions h2 img {
border: none;
}


/**
 * @section definitionlist
 *
 * Event Details
 */
div#competitions dl.lce
{
  margin: 0 5px;
}

div#competitions dl.lce dt 
{ 
  /* definition term */
  margin: 0; 
  padding: 0;
  float: left;
  width: 50%;
  color: silver;
  font-size: 12px;
  text-align: right;
  font-family:Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 22px;
}

div#competitions dl.lce dd 
{ 
  /* definition description */
  display: block;
  margin-left: 51%; 
  width: 49%;
  padding: 0 0;
  font-size: 12px;
  background: transparent;
  color: #444;
  line-height: 22px;
}

div#competitions h2.description,
div#competitions h2.question,
div#competitions h2.end-note
{
  font-size: 12px; 
  font-weight: noraml;
  border-bottom: 1px solid silver;
  padding: 5px; 
  margin: 4px 0px;
  color: #4FAF45;  
}

div#competitions div.lce-ext,
div#competitions div.answers
{
  color:#1A4E88;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:15px;
  list-style-image:url(../../images/home/bullet.jpg);
  list-style-type:square;
  margin: 5px 0;
  padding: 5px;
}

div#competitions div.answers form
{
  text-align: center;
}

div#competitions div.competition_1
{
  background-color: #FEFEFE;
  margin: 8px;
  border: 1px solid silver;
}

div#competitions div.competition_2
{
  background-color: #FBFBFB;
  margin: 8px;
  border: 1px solid silver;
}

div#competitions dd.when span.vline
{
  margin-left: 1em;
  padding-left: 0.5em;
  border-left: 1px dotted #666;
  height: 12px;
  width: 1px;
  color: #DEC40C;
}

* html .floattext dd /* ie6 fix against the 3px jog bug */
{ height: 1%; }

div#competitions div.description {
margin: 5px 0; padding: 0 5px;
}

div#competitions div.no_space,
div#competitions .no_space {
margin: 0; padding: 0;
}

div#competitions .copyright {
font-size: 0.9em; text-align: center;
margin: 1em 0;
color: #aaa;
}


/**
 * @section images
 *
 * flyer, locations, maps, ...
 */
div#competitions .modal,
div#competitions .map {
float:right;
margin:0.3em;
position: relative;
}

div#competitions a.modal img,
div#competitions img.modal,
div#competitions .catimg img,
div#competitions .map {
border: 1px solid #ddd;
padding:1px;
}


/**
 * @section registered user list
 *
 */
 
div#competitions div.register {
margin: 5px 0; padding: 0 5px;
}

div#competitions ul.user {
margin:5px; padding:0;
list-style:none;
font-size:0.9em;
}

div#competitions ul.user li {
float:left;
margin:5px;
list-style:none;
}

div#competitions ul.user li img {
border: #ddd 1px solid;
padding:3px;
}

div#competitions ul.user li span.username {
display:block;
text-align:center; font-weight:bold;
}


/**
 * @section pagination
 *
 */
div#competitions .pageslinks,
div#competitions .pagescounter {
text-align: center;
}


/**
 * @section Categoryview
 *
 */
div#competitions .catimg {
margin: 0 0.5em 0.5em 0;
float: left;
position: relative;
}

div#competitions .catimg p {
font-size: 0.9em; line-height: 180%;
margin: 0 0 0.5em 0;
}

div#competitions .catdescription {
margin: 0 0 0.5em 0;
}

/**
 * @section Eventlist Table
 *
 */
div#competitions table.eventtable
{ 
  margin: 1em 1px; width: 99%; font-size: 1em; border-collapse: collapse; border: 1px solid #E5E5E5; 
}

div#competitions table.eventtable th
{ 
  background-color: #EFEFEF; 
  color: #000; 
  padding: 0.4em; 
  text-align: center; 
  border-bottom: 1px solid #e5e5e5; 
  border-right: 1px solid #E5E5E5;  
}

div#competitions table.eventtable th a
{
  color:#1A4E88;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  text-decoration: none;
}

div#competitions table.eventtable th a:hover
{
  color:#4FAF45;
}

div#competitions table.eventtable th img
{ 
  margin: 0px 0 5px 5px; 
  vertical-align: middle; 
  border: none; 
}

div#competitions table.eventtable td
{ 
  padding: 0.4em; 
  border-bottom: 1px solid #e5e5e5; 
  border-right: 1px solid #E5E5E5; 
  vertical-align: middle; 
  text-align: center;
  font-size: 12px;
}

div#competitions table.eventtable tr.sectiontableentry2 td
{ background: #F4F4F4; }

div#competitions table.eventtable tr:hover td
{ background: #F8F8F8 }

div#competitions table.eventtable td.date div
{
  text-align:center;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}

div#competitions table.eventtable td.date div.date
{
  color:#4FAF45;
}

div#competitions table.eventtable td.date div.time
{
  color:#DEC40C;
  border-top: 1px solid #4FAF45;
  padding-top: 6px;
  margin-top: 6px;
}

/**
 * @section Eventlist Table Filter Form
 *
 */
div#competitions #el_filter 
{
  margin: 1em 0 0.5em 0; 
  padding: 0.5em;
  border: solid 1px #ddd;
}

div#competitions .el_fleft 
{
  float: left;
}

div#competitions .el_fright 
{
  float: right;
}

div#competitions #el_filter *
{ 
  color: #660099;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  text-decoration: none;
}

/**
 * @section Editevent Form
 *
 */

div.el_editevent form fieldset,
div.el_editvenue form fieldset {
margin: 0 0 1em 0;
padding: 1em;
border: 1px solid #ddd;
}

    div.el_editevent form legend,
    div.el_editvenue form legend {
    padding: 0.3em;
    font-weight: bold;
    }

    div.el_editevent form label,
    div.el_editvenue form label {
    width: 9em;
    margin: 0; padding: 0;
    float: left; display: block;
    vertical-align: top;
    }

    div.el_editevent form input, /* event */
    div.el_editevent form button,
    div.el_editevent form select,
    div.el_editevent form textarea,
    
    div.el_editvenue form input, /* venue */
    div.el_editvenue form button,
    div.el_editvenue form select,
    div.el_editvenue form textarea {
    margin: 0 0 0.5em 0; padding: 0.2em;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff;
    }

    div.el_editevent form input#a_name {
    float: left;
    }

    div.el_editevent form img,
    div.el_editvenue form img {
    border: 0;
    margin: 0 0 0 5px;
    vertical-align: baseline;
    cursor: pointer;
    }

/** venue select buttons */
div.el_editevent div.el_buttons {
float: left;  width: 45%;
}

    div.el_editevent div.el_buttons button {
    float: right;
    margin: 0 0 0 5px;
    }

    div.el_editevent div.el_buttons a.el_venue_select,
    div.el_editevent div.el_buttons a.el_venue_select:hover,
    div.el_editevent div.el_buttons a.el_venue_select:active,
    div.el_editevent div.el_buttons a.el_venue_select:focus {
    background: #fff url(../images/venue_select_btn_left.png) 0 0 no-repeat;
    background-color: #fff;
    margin: 0 5px 0 5px; padding: 0 0 0 28px;
    font-size: 0.9em; line-height: 22px;
    float: right;
    color: #000;
    }

    div.el_editevent div.el_buttons a.el_venue_select span,
    div.el_editevent div.el_buttons a.el_venue_select:hover span,
    div.el_editevent div.el_buttons a.el_venue_select:active span,
    div.el_editevent div.el_buttons a.el_venue_select:focus span {
    background: transparent url(../images/venue_select_btn_right.png) 100% 0 no-repeat;
    background-color: transparent;
    display: block;
    height: 1%; width: auto;
    padding: 0 6px 0 0;
    color: #000;
    }


/** save buttons */
div.el_save_buttons {
margin: 0 0 1em 0;
float: right;
}

    div.el_save_buttons button {
    font-size: 1.5em;
    cursor: pointer;
    }

/** recurrence */
div.el_editevent form label#recurrence_output {
width: auto; float: none;
margin: 5px 0;
}

/** registration */
div.el_editevent form div.el_unregister,
div.el_editevent form div.el_register {
width: 35%; float: left;
margin: 0 1em 0 0;
}


div.el_box_left,
div.el_box_right {
width: 45%;
float: left;
}

div.el_box_right {
float: right;
}