.error
{
  font-size: 0.8em; 
  color: #aa0000; 
  border: 0;
}

.success
{
  font-size: 0.9em; 
  color: green; 
  border:0;
}

.warning
{
  font-size: 0.9em; 
  color: #666666; 
  border:0;
}

/* top class */
body 
{
  padding: 0;
  margin: 0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 62.5%; /* Resets 1em to 10px */
  text-align: left;
}

* 
{
  margin:0px;
  padding:0px;
}

/* Allows IE6 to handle png images */
img 
{
  behavior: url("/css/pngIE.htc");
}


a#disabled,a:link#disabled,a:visited#disabled,a:active#disabled
{
 color: #888888;
 cursor:default;
}

a:link,  a:visited, a:active
{
  text-decoration: none; 
  color: blue; 
}


div#pageheader 
{
  height: 20px;
}


div#page 
{
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  margin: auto;
  width: 1000px;
  font-size: 1.2em;
}

/* Banner */
div.Banner
{
  margin: 10px auto 15px auto;
  padding: 0px 14px;
  clear: both;
}

/* Header */
div.Header 
{ 
  background-color: #52b41e; 
/*  background-color: #66cc33;*/
  clear: left;
  height: 140px;
  color: blue;
}


div.Header table 
{
  margin: 0px;
  padding: 0px;
  clear: left;
}

.Header div.left 
{
  margin:0px;
  padding:0px;
  float: left;
  clear: none;
}

.Header div.right 
{
  margin:0px;
  color: black;

  padding: 10px 0px 0px 370px; 

/*
  padding:10px 40px 0px 0px;
  float: right;
*/

  clear: none;
  text-align: left;
  font-size: 0.9em; 
}


/* ------------------------------------------------ */
/* Menu                                             */
/* ------------------------------------------------ */


div.Menu 
{
  background-color: black;
  clear: left;
}

table.menu
{
  font-size: 0.9em; 
  text-align: center;
  height: 25px;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}

table.menu * tr
{
  margin: 0px;
  padding: 0px;
}

table.menu * td
{
  width: 125px;
	border-right: 1px solid #aaaaaa;
  margin: -1px 0px -1px 0px;
  padding: 0px;
}

table.menu * a:link, table.menu * a:visited, table.menu * a:active 
{ 
  text-decoration: none; 
  white-space: nowrap; 
  color: #cccccc;
}

/* ------------------------------------------------ */
/* Pub left                                             */
/* ------------------------------------------------ */

div.pub_left
{
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
  height: auto;
  width: 122px;
}

/* ------------------------------------------------ */
/* Pub right                                        */
/* ------------------------------------------------ */

div.pub_right
{
  float: right;
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
  height: auto;
  width: 122px;
}

/* ------------------------------------------------ */
/* Pub banner                                       */
/* ------------------------------------------------ */

div.pub_banner
{
  float: none;
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
  height: auto;
  width: 852px;
}

/* ------------------------------------------------ */
/* Pub footer                                       */
/* ------------------------------------------------ */

div.pub_footer
{
  float: none;
  margin: 30px auto 0px auto;
  font-size: 1.2em;
  height: auto;
  text-align: center;
}

/* ------------------------------------------------ */
/* Content                                          */
/* ------------------------------------------------ */

div.Body 
{
  margin: 0px;
  padding: 10px;  
  font-size: 1.2em;
  width: 852px;
  min-height: 310px;
}

div.Body a:link, div.Body a:visited, div.Body a:active 
{ 
  white-space: nowrap; 
  text-decoration: none;
  color: blue; 
}

div.Body ul 
{
  margin: 0px 40px;
}

table.center 
{
  margin-left:auto; 
  margin-right:auto;
}


/* ------------------------------------------------ */
/* Footer                                           */
/* ------------------------------------------------ */

div.footermenu 
{
  margin: 40px 0px 5px 0px;
  padding: 0;
  background-color: black;
  clear: both;
  height:20px;
}

.footermenu a:link.right, .footermenu a:visited.right, .footermenu a:active.right 
{
  text-align: right; 
  float: right;
  margin: 3px 15px 3px 15px;
  padding: 0; 
  clear: none;
}

.footermenu a:link, .footermenu a:visited, .footermenu a:active 
{
  font-size: 0.9em;
  margin: 3px 20px 3px 8px;
  padding: 0;
  clear: none;
  float: left;
  text-decoration: none; 
  color: #cccccc; 
}

.footermenu div 
{
  text-align: right; 
  margin: 3px 15px 3px 15px;
  padding: 0; 
  clear: right;
}


/* Footer */
div.Footer 
{
  margin: 0 auto;
  background-color: white;
  border: none;
  height: 40px;
  clear: both;
  text-align: center;
  font-size: 0.8em;
 } 

/*-----------------------------------------------*/ 
/* User&System Messages                          */
/*-----------------------------------------------*/ 

div.messages
{
  font-weight: normal; 
  color: #222222; 
  clear: left;
  margin-top: 15px;
  margin-left: 0px;
  padding: 0px 40px;  
  font-size: 1.2em;
}

div.Body div.messages
{
  font-size: 1.1em; 
  font-weight: normal; 
  color: #222222;
  clear: left;
  margin-top: 15px;
  margin-left: 0px;
  padding:0px;
}


div.messages a:link, div.messages a:visited, div.messages a:active 
{ 
  white-space: normal; 
  text-decoration: none;
  color: blue; 
}

div.messages p
{
  margin-bottom: 10px;
}

table.messages
{
  border-style: solid;
  border-width: 1px;
  border-color: #999999;

  border-collapse: collapse;
  white-space:nowrap;
  font-size: 0.8em;
}

table.messages * th
{
  font-weight: normal;
  font-size: 1.1em;
  text-align: left;
  padding-left: 16px;
  padding-right: 10px;
  border-bottom: 1px solid black;
  cursor:pointer;
}

table.messages * td
{
  cursor:default;
  padding-left: 16px;
  padding-right: 10px;
  text-align: left;
}


/*-----------------------------------------------*/ 
/* Generic styles                                */
/*-----------------------------------------------*/ 


input, select, a, img
{
  vertical-align: middle;
}


input.box
{
  font-size: 1.0em; 
  font-weight: normal;
  color: #000000;
  border: 1px solid #aaa;
  height:18px;
  width: 210px;
  padding-left:4px;
}

select.box
{
  width: 217px;
}

input.button
{
  font-size: 0.9em; 
  font-weight: normal;
  color: #000000;
  background: #ddffdd;
  border: 1px solid #aaaaaa;
  text-align: center;
  vertical-align: middle;
/*  height: 25px !important;
  height: 20px;*/

  width: 100px;
  cursor:pointer;
}

input.buttonlink
{
  font-size: 0.9em; 
  font-weight: normal;
  color: blue;
  background: white;
  border-style:none;
  text-align: center;
  height:20px;
  width: 100px;
  cursor:pointer;
}

table.field
{
  border-style: none;
  font-weight: normal;
}

td.field
{
  border-style: none;
  font-size: 1.0em; 
  margin: 1px;
  padding: 1px;
}

img.small_icon
{
  border-style: none;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}

img.medium_icon
{
  border-style: none;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.large_icon
{
  border-style: none;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  behavior: url("/css/pngIE.htc");
}

img.flag
{
  border-style: none;
  vertical-align: middle;
  height: 16px;
  width: 30px;
}

.tooltip
{
  background-color:#dddddd;
  margin:5px;
}


/*-----------------------------------------------*/ 
/* Main styles                                   */
/*-----------------------------------------------*/ 

div.main
{
  font-size: 0.9em; 
  font-weight: normal; 
  color: #222222; 
  text-align: left;
/*  min-height: 100px; */
  height: auto !important; /* not accepted by IE, over rules next */
  height: 100px;
  width: 95%;
  margin-left:auto;
  margin-right:auto;
}

div.main p
{
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

div.main * p
{
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

div.main * ul,li
{
  margin: 0px;
  text-align: left;
}

div.main h1
{
  border-top: 1px solid #999999;
  font-size: 1.1em; 
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;  
}

div.main h2
{
  font-size: 1.0em; 
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

div.main h3
{
  font-size: 1.0em; 
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}


div.main table
{
  text-align: left;
}


/*-----------------------------------------------*/ 
/* Article styles                                */
/*-----------------------------------------------*/ 

div.article
{
  font-size: 0.9em; 
  font-weight: normal; 
  color: #222222; 
  margin-left: 30px;
}

div.article p
{
  margin-top: 10px;
  margin-bottom: 10px;
}

div.article h1
{
  border-top: 1px solid #999999;
  font-size: 1.1em; 
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}

div.article h2
{
  font-size: 1.0em; 
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

div.article h3
{
  font-size: 1.0em; 
  margin-top: 30px;
  margin-bottom: 15px;
}


/*-----------------------------------------------*/ 
/* Homepage results                              */
/*-----------------------------------------------*/ 
div.result_box
{
  border:4px solid #dcdcdc;
  width:auto;
  height:auto;
  background-color:#ffff9e;
  padding-top:5px;
  padding-right:3px;
  padding-bottom:0px;
  padding-left:5px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:10px;
}

div.main_results
{
/*  font-size: 0.9em; */
  font-weight: normal; 
  color: #222222; 
  margin-left: 30px;
}

span.main_results
{
  color:green;
  margin-left:3px;
  margin-right:3px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.2em; 
  font-weight: bold; 
}


/*-----------------------------------------------*/ 
/* Homepage rss news                             */
/*-----------------------------------------------*/ 
div.rss_news
{
/*  font-size: 0.9em; */
  font-weight: normal; 
  color: #222222; 
/*  margin-left: 30px;*/
  margin:0px;
  padding:0px;
  float:none;
}


div.rss_news p.title
{
  font-size: 0.9em;
  color: green;
} 

div.rss_news p.description
{
  font-size: 0.9em;
  margin-top: 0px;
}

span.rss_news
{
  color:green;
  margin-left:3px;
  margin-right:3px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.2em; 
  font-weight: bold; 
}

/*-----------------------------------------------*/ 
/* Register user                                 */
/*-----------------------------------------------*/ 
table.profiles * td
{
  vertical-align: top;
  cursor:default;
}


/*-----------------------------------------------*/ 
/* List of items                                 */
/*-----------------------------------------------*/ 
table.list
{
  border: none;
}

table.list * tr
{
  margin-bottom: 5px;
}

table.list * td
{
  vertical-align: top;
  cursor:default;
}


/*-----------------------------------------------*/ 
/* List wheels                                   */
/*-----------------------------------------------*/ 
table.list_wheels
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;

  margin-left:auto; 
  margin-right:auto;

  border-collapse: collapse;
  white-space:nowrap;
  font-size: 0.8em;
}

table.list_wheels * th
{
  color: blue;
  font-weight: normal;
  font-size: 1.1em;
  text-align: left;
  padding: 5px 10px 5px 16px;
  border-bottom: 1px solid #777777;
  border-right:  1px solid #777777;
  cursor:pointer;
}

table.list_wheels * td
{
  cursor:default;
  border-right: 1px solid #777777;
}

table.list_wheels * th.TableSortedAscending {
	background-image:url("/images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}

table.list_wheels * th.TableSortedDescending {
	background-image:url("/images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}

table.list_wheels * td
{
  padding-left: 16px;
  padding-right: 10px;
}

table.list_wheels * td.name
{
  width:200px;
  text-align:left;
  margin-left: 10px;
  padding-right: 10px;
  color: blue;
}


/*-----------------------------------------------*/ 
/* Action Menu                                   */
/*-----------------------------------------------*/ 
a.action_button 
{
  float:right;
}


div.actionmenu 
{
  border: 1px solid #aaa;
  text-align:center;
}


div.menuitem
{
  background:#eeeeee;
}

div.menuitem:hover, input.menuitem
{
  background:#bbccbb;
}

div.menuitem a:link, div.menuitem a:visited, div.menuitem a:active 
{ 
  text-decoration: none; 
  white-space: nowrap; 
  color: blue;
  clear: none;
  margin-left:10px;
  margin-right:10px;
}

div.menuitem a:hover 
{
  background:#bbccbb;
  color:blue;
  margin-left:10px;
  margin-right:10px;
}

/*-----------------------------------------------*/ 
/* Show Wheel                                    */
/*-----------------------------------------------*/ 
table.show_wheel
{
  border:none;
/*  font-size: 0.8em;*/
}

table.show_wheel * td
{
  text-align: right;
  width: 20px;
}

table.list_wheels * td.sep
{
  text-align:center;
  width:40px;
}

/*-----------------------------------------------*/ 
/* Help styles                                   */
/*-----------------------------------------------*/ 


div.help
{
  font-size: 0.9em; 
  font-weight: normal; 
  color: #222222; 
  margin-left: 30px;
}

div.help p
{
  margin-top: 10px;
  margin-bottom: 10px;
}

div.help h1
{
  border-top: 1px solid #999999;
  font-size: 1.4em; 
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}

div.help h2
{
  font-size: 1.2em; 
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

div.help h3
{
  font-size: 1.0em; 
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

p.index
{
  font-size: 1.6em; 
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
}

div.toc 
{
  font-size: 1.2em;
  margin-bottom: 60px;
}

.toc * a:link, .toc * a:visited, .toc * a:active 
{ 
  text-decoration: none; 
/*  white-space: nowrap; 
  color: blue;
  clear: none;*/
}

div.level1 { font-size: 1.0em; margin-bottom: 5px; margin-left: 0em; }
div.level2 { font-size: 0.9em; margin-bottom: 2px; margin-left: 2em; }
div.level3 { font-size: 0.9em; margin-bottom: 1px; margin-left: 4em; }
div.level4 { font-size: 0.9em; margin-bottom: 1px; margin-left: 5em; }
div.level5 { font-size: 0.9em; margin-bottom: 1px; margin-left: 6em; }
div.level6 { font-size: 0.9em; margin-bottom: 1px; margin-left: 7em; }



/*-----------------------------------------------*/ 
/* Wizard styles                                 */
/*-----------------------------------------------*/ 

.wizard_fields
{
  min-height: 100px;
  height: auto !important; /* not accepted by IE, over rules next */
  height: 100px;
}

.title 
{
  font-size: 1.4em; 
  font-weight: bold; 
  color: #000000; 
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.sub_wheel
{
  font-size: 1.0em; 
  font-weight: bold;
  color: #000000; 
  text-align: center;
}

.field
{
  font-size: 1.0em; 
  color: #222222; 
  text-align: center;
}

.field_simple
{
  font-size: 0.9em; 
  color: #222222; 
}

.field_filter
{
  font-size: 0.8em; 
  color: #222222; 
}


.wiz_bar
{
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wiz_bar_cell_current
{
  height: 50px;
  width:  80px;
/*  background: #228822;*/
  background: #44bb44;
  color: #000000;
}
.wiz_bar_cell_done
{
  height: 50px;
  width:  80px;
  background: #aaeeaa;
  color: #000000;
}
.wiz_bar_cell_todo
{
  height: 50px;
  width:  80px;
  background: #dcdcdc;
  color: #000000;
}

.wiz_bar_cell_number
{ 
  font-size: 1.3em; 
  font-weight: bold; 
  color: #000000; 
  margin-top: 1px;
  margin-bottom: 10px;
  text-align: center;
}

.wiz_bar_cell_text
{ 
  font-size: 0.8em; 
  font-weight: normal; 
  color: #000000; 
  text-align: center;
}

table.board
{
  border-style: none;
/*  margin-left: 200px;*/
  color: #000000; 
  margin-left:auto; 
  margin-right:auto;
}

table.board * td
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  height: 18px;
  width: 18px; 
  text-align: center;
  font-size: 11px;
  color: #000000;
  cursor:pointer;
}

table.board * td.not_selectable
{
  color:#cccccc;
  background:#eeeeee;
}

.wiz_buttons
{
  padding: 0px;
  margin: 20px auto 20px auto;
}

.wiz_buttons * td
{
  width: 100px;
}


/*-----------------------------------------------*/ 
/* Show draws                                    */
/*-----------------------------------------------*/ 
table.show_draws
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;

  margin-left: auto; 
  margin-right: auto;

  border-collapse: collapse;
  white-space: nowrap;
  font-size: 0.8em;
}

table.show_draws * th
{
  text-align: left;
  padding: 5px 10px 5px 16px;
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
}

table.show_draws * td
{
  padding-left: 16px;
  padding-right: 10px;
  border-right: 1px solid #777777;
}

table.show_draws * td.name
{
  width:200px;
  text-align:left;
  margin-left: 10px;
  padding-right: 10px;
  color: blue;
}

table.show_draws * div.number
{
  width:20px;
  white-space:nowrap;
  float:left;
  text-align:right;
}

.drawnumber
{
  color:green;
  margin-left:8px;
  margin-right:8px;
  font-size: 1.4em; 
  font-weight: bold; 
}


/*-----------------------------------------------*/ 
/* Statistics                                    */
/*-----------------------------------------------*/ 
table.statistics
{
  border-style: solid;
  border-width: 1px;
  border-color: #777777;

  border-collapse: collapse;
  white-space: nowrap;
  font-size: 0.8em;
  margin-left: auto; 
  margin-right: auto;
}

table.statistics * th
{
  color: blue;
  font-weight: normal;
  font-size: 1.1em;
  text-align: left;
  padding: 5px 10px 5px 16px;
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
  cursor:pointer;
}

table.statistics * th.TableSortedAscending {
	background-image:url("/images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}

table.statistics * th.TableSortedDescending {
	background-image:url("/images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}

table.statistics * td
{
  text-align:right;
  width: 50px;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 10px;
  border-right: 1px solid #777777;
}

table.statistics * td.name
{
  width:200px;
  text-align:left;
  margin-left: 10px;
  padding-right: 10px;
  color: blue;
}

.gray_row
{
  background-color: #efefef;
}



/*-----------------------------------------------*/ 
/* Promo styles                                   */
/*-----------------------------------------------*/ 

div.promo
{
  font-weight: normal; 
  color: #222222; 
  margin-left: 0px;
}

div.promo p
{
  margin-bottom: 10px;
}

div.promo p.biglink
{
  text-align:center;
  font-size:1.1em;
  font-weight:bold;
  margin-bottom: 10px;
}

div.promo a.biglink
{
  text-align:center;
  font-size:1.1em;
  font-weight:bold;
  margin-bottom: 10px;
}

div.promo h1
{
  font-size: 1.2em; 
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

div.promo h2
{
  font-size: 1.1em; 
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

div.promo h3
{
  font-size: 1.1em; 
  margin-top: 20px;
  margin-bottom: 5px;
}

div.promo_signon p.warning
{
  font-size: 0.8em;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0px;
}

div.promo_signon p
{
  margin-bottom: 5px;
}


div.promo input.button
{
  font-size: 0.9em; 
  font-weight: normal;
  color: #000000;
  background: #ddffdd;
  border: 1px solid #aaa;
  text-align: center;
  height:20px;
  width: 80px;
  cursor:pointer;
  margin-left: 20px;
}

/*-----------------------------------------------*/ 
/* Printing styles                               */
/*-----------------------------------------------*/ 
.noprint 
{
}

@media print 
{
  #pageheader, #submenutop { display:none; }
  .Header, .footermenu, .Menu, .noprint, select.box, .title { display:none; }
}
