root
{ 
    display: block;
}

html
{
  height: 100%;
  margin-bottom: 0px;
}

body
{
    background-color: #ffffff;
    margin: 0;
	padding: 0;
    height: 100%;
    font-family: Arial, Verdana, Sans-serif;
}

h1
{
    padding-top: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #550000;
    font-family: arial, verdana, sans-serif;
}
h3
{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #005500;
    font-family: arial, verdana, sans-serif;
}
p, td, div
{
    font-size: 14px;
    color: #383838;
    font-family: arial, verdana, sans-serif;
    margin-top: 0px;
    line-height: 18px;
}

a
{
    font-size: 13px;
    color: #272727;
    text-decoration: underline;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
}

input[type="submit"]
{
    text-align: center;
    background-position: right;
    padding-right: 3px;
    padding-left: 3px;
    color: #393A39;
    font-weight: bold;
    border: 1px solid #A4B0A3;
    background-color: #D5E3D5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}

input[type="button"]
{
    text-align: center;
    background-position: right;
    padding-right: 4px;
    padding-left: 4px;
    color: #393A39;
    font-weight: bold;
    border: 1px solid #A4B0A3;
    background-color: #D5E3D5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
input[type="button"]:hover
{
    background-color: #c5d3c5;
}
input[type="button"]:disabled
{
    color: #aaaaaa;
    cursor: default;
}

input[type="submit"]
{
    text-align: center;
    background-position: right;
    padding-right: 4px;
    padding-left: 4px;
    color: #393A39;
    font-weight: bold;
    border: 1px solid #A4B0A3;
    background-color: #D5E3D5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
input[type="submit"]:hover
{
    background-color: #c5d3c5;
}
input[type="submit"]:disabled
{
    color: #aaaaaa;
    cursor: default;
}

select
{
    text-align: left;
    border: 1px solid #A4B0A3;
    /*background-color: #D5E3D5;*/
    background-color: #fffff;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    min-width: 50px;
    line-height: 24px;
    
}

.a_simple
{
    font-size: 13px;
    color: #393a39;
    text-decoration: none;
    font-weight: normal;
    font-family: arial, verdana, sans-serif;
}


/* Basic GUI elements */
.doformsmin
{
    width: 20px;
}
.text_input1
{
    border: 2px solid #ccd9cc;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: transparent;
    width: 120px;
    font-size: 14px;
    color: #393a39;
}

input[type="submit"].check_button
{
    text-align: left;
    background-image: url('../images/basic_elements/gui/check.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    padding-left: 4px;
    font-size: 13px;
    color: #393a39;
    font-weight: bold;
    border: 1px solid #a4b0a3;
    background-color: #d5e3d5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    min-width: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
}
input[type="submit"].check_button:hover
{
    background-color: #e2efe1;
}

.delete_button
{
    text-align: left;
    background-image: url('../images/basic_elements/gui/delete.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    padding-left: 4px;
    font-size: 13px;
    color: #393a39;
    font-weight: bold;
    border: 1px solid #a4b0a3;
    background-color: #d5e3d5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    min-width: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.delete_button:hover
{
    background-color: #e2efe1;
}

input[type="button"].delete_button
{
    text-align: left;
    background-image: url('../images/basic_elements/gui/delete.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    padding-left: 4px;
    font-size: 13px;
    color: #393a39;
    font-weight: bold;
    border: 1px solid #a4b0a3;
    background-color: #d5e3d5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    min-width: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
}
input[type="button"].delete_button:hover
{
    background-color: #e2efe1;
}

.simple_button
{
    text-align: center;
    background-position: right;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 13px;
    color: #393a39;
    font-weight: bold;
    border: 1px solid #a4b0a3;
    background-color: #d5e3d5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    min-width: 50px;
    line-height: 24px;
}
.simple_button:hover
{
    background-color: #e2efe1;
}

.simple_button_narrow
{
    text-align: center;
    height: 16px;
    background-position: right;
    padding-right: 4px;
    padding-left: 4px;
    line-height: 16px;
    font-size: 11px;
    color: #393a39;
    font-weight: bold;
    border: 1px solid #a4b0a3;
    background-color: #d5e3d5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    min-width: 30px;
}
.simple_button_narrow:hover
{
    background-color: #e2efe1;
}

.simple_button_narrow_disabled
{
    text-align: center;
    height: 16px;
    background-position: right;
    padding-right: 4px;
    padding-left: 4px;
    line-height: 16px;
    font-size: 11px;
    color: #aaaaaa;
    font-weight: bold;
    border: 1px solid #a4b0a3;
    background-color: #d5e3d5;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: default;
    min-width: 30px;
}

input[type="button"].check_button_highlight
{
    text-align: left;
    background-image: url('../images/basic_elements/gui/check.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 4px;
    font-size: 13px;
    color: #393a39;
    font-weight: bold;
    border: 1px solid #6a8c68;
    background-color: #abdcab;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    min-width: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 22px;
}
input[type="button"].check_button_highlight:hover
{
    background-color: #e2efe1;
}

.inside_header
{
    height: 25px;
    background-image: url('../images/basic_elements/gui/inside_header.png');
    cursor: default;
    background-repeat: repeat-x;
    background-position: top;
    line-height: 25px;
    text-align: left;
    font-size: 15px; font-weight: bold;
    padding-left: 4px;
    border: 1px solid #aaaaaa;
}
.inside_header_separator
{
    height: 25px;
    width: 1px;
    background-image: url('../images/basic_elements/gui/inside_separator.png');
    cursor: pointer;
}

.table_row_static1
{
    background-color: #f6faf6;
}
.table_row_static2
{
    background-color: #eaf2e9;
}

/* Alerts & Informations */
.alert
{
    position: relative;
    float: left;
    width: 970px;
    margin-left: 5px;
    border: 2px solid #550000;
    background-color: #edb9b9;
    font-size: 14px;
    color: #440000;
    margin-top: 2px;
    margin-bottom: 4px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
}

.info
{
    position: relative;
    float: left;
    width: 970px;
    margin-left: 5px;
    border: 2px solid #65689f;
    background-color: #cecfe8;
    font-size: 14px;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 4px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
}

.error_title
{
	font-size: 16px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	text-align: left;
	color: #710000;
	margin: 4px;
	background-color: #efefef;
    padding-left: 4px;
    height: 20px;
    line-height: 20px;
}

.error_text
{
	font-size: 14px;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	text-align: justify;
	color: #000000;
	margin: 8px;
}

/* Basic page */
/*#top_container
{
    position: relative;
    margin: 0 auto;
    width: 998px;
    height: 195px;
    background-image: url('../images/basic_elements/top.png');
    background-repeat: no-repeat;
    position: relative;
}*/

#top_container
{
    position: relative;
    margin: 0 auto;
    width: 998px;
    height: 167px;
    background-image: url('../images/basic_elements/header2.png');
    background-repeat: no-repeat;
    position: relative;
}

/* Submenu buttons */
.submenu_container
{
    border: 0px solid #ffffff;
    position: absolute;
    left: 142px;
    top: 132px;
    width: 700px;
    height: 25px;
    float: left;
}
.submenu_button
{
    float: left;
    
    height: 25px;
    margin-right: 2px;
    cursor: pointer;
}
.submenu_button_left
{
    float: left;
    width: 17px;
    height: 25px;
    
    background-image: url('../images/basic_elements/gui/submenu_button_left.png');
    background-repeat: no-repeat;
    background-position: top;
}
.submenu_button_right
{
    float: left;
    width: 17px;
    height: 25px;
    
    background-image: url('../images/basic_elements/gui/submenu_button_right.png');
    background-repeat: no-repeat;
    background-position: top;
}
.submenu_button_tile
{
    float: left;
    height: 25px;
    padding-left: 4px;
    padding-right: 4px;
    
    text-align: center;
    font-size: 14px;
    color: #fafafa;
    line-height: 25px;
    
    background-image: url('../images/basic_elements/gui/submenu_button_tile.png');
    background-repeat: repeat-x;
    background-position: top;
}

.submenu_button_left_on
{
    float: left;
    width: 17px;
    height: 25px;
    
    background-image: url('../images/basic_elements/gui/submenu_button_left.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
.submenu_button_right_on
{
    float: left;
    width: 17px;
    height: 25px;
    
    background-image: url('../images/basic_elements/gui/submenu_button_right.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
.submenu_button_tile_on
{
    float: left;
    position: relative;
    line-height: 25px;
    height: 25px;
    padding-left: 4px;
    padding-right: 4px;
    
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    
    background-image: url('../images/basic_elements/gui/submenu_button_tile.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border: 0px solid #ffffff;
}
.submenu_button_link_on
{
    line-height: 25px;
    height: 25px;
    
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    
    text-decoration: none;
}
.submenu_button_link
{
    line-height: 25px;
    height: 17px;
    
    text-align: center;
    font-size: 10px;
    color: #eeeeee;
    font-weight: bold;
    
    text-decoration: none;
}

/* Main menu buttons */
#mainmenu_container
{
    border: 0px solid #ffffff;
    position: absolute;
    left: 150px;
    top: 86px;
    width: 620px;
    height: 42px;
    float: left;
}
.menu_button
{
    float: left;
    
    height: 42px;
    margin-right: 5px;
    cursor: pointer;
}
.menu_button_left
{
    float: left;
    width: 6px;
    height: 42px;
    
    background-image: url('../images/basic_elements/gui/menu_button_left.png');
    background-repeat: no-repeat;
    background-position: top;
}
.menu_button_right
{
    float: left;
    width: 6px;
    height: 42px;
    
    background-image: url('../images/basic_elements/gui/menu_button_right.png');
    background-repeat: no-repeat;
    background-position: top;
}
.menu_button_tile
{
    float: left;
    height: 42px;
    padding-left: 4px;
    padding-right: 4px;
    
    text-align: center;
    font-size: 14px;
    color: #fafafa;
    line-height: 40px;
    
    background-image: url('../images/basic_elements/gui/menu_button_tile.png');
    background-repeat: repeat-x;
    background-position: top;
}

.menu_button_left_on
{
    float: left;
    width: 6px;
    height: 42px;
    
    background-image: url('../images/basic_elements/gui/menu_button_left.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
.menu_button_right_on
{
    float: left;
    width: 6px;
    height: 42px;
    
    background-image: url('../images/basic_elements/gui/menu_button_right.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
.menu_button_tile_on
{
    float: left;
    position: relative;
    line-height: 38px;
    height: 42px;
    padding-left: 4px;
    padding-right: 4px;
    
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    
    background-image: url('../images/basic_elements/gui/menu_button_tile.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border: 0px solid #ffffff;
}
.menu_button_link_on
{
    line-height: 38px;
    height: 42px;
    
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    
    text-decoration: none;
}
.menu_button_link
{
    line-height: 38px;
    height: 42px;
    
    text-align: center;
    font-size: 12px;
    color: #eeeeee;
    font-weight: bold;
    
    text-decoration: none;
}

#content_container
{
    position: relative;
    margin: 0 auto;
    width: 998px;
    min-height: 450px;
    background-image: url('../images/basic_elements/content_fill.png');
    background-repeat: repeat-y;
    position: relative;
    text-align: center;
}
#footer
{
    position: relative;
    margin: 0 auto;
    width: 998px;
    height: 84px;
    background-image: url('../images/basic_elements/bottom.png');
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}
#content_main
{
    position: relative;
    margin: 0 auto;
    width: 960px;
    min-height: 450px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

/* Basic GUI elements - window 1*/
.gui_object
{
    float: left;
    margin-top: 0px;
}
.window1_wrapper
{
    float: left;
    margin-top: 0px;
}
.window1_header_start
{
    float: left;
    position: relative;
    
    width: 4px;
    height: 25px;
    background-image: url('../images/basic_elements/gui/window1_header_start.png');
    background-repeat: no-repeat;
}
.window1_header_end
{
    float: left;
    position: relative;
    
    width: 4px;
    height: 25px;
    background-image: url('../images/basic_elements/gui/window1_header_end.png');
    background-repeat: no-repeat;
}
.window1_header
{
    float: left;
    position: relative;
    
    height: 25px;
    line-height: 25px;
    background-image: url('../images/basic_elements/gui/window1_header.png');
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}
.window1_header_text
{
    float: left;
    position: relative;
    text-align: left;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #393a39;
    padding-left: 0px;
}
.window1_noheader_start
{
    float: left;
    
    width: 4px;
    height: 4px;
    background-image: url('../images/basic_elements/gui/window1_noheader_start.png');
    background-repeat: no-repeat;
}
.window1_noheader_end
{
    float: left;
    
    width: 4px;
    height: 4px;
    background-image: url('../images/basic_elements/gui/window1_noheader_end.png');
    background-repeat: no-repeat;
}
.window1_noheader
{
    float: left;
    height: 4px;
    background-image: url('../images/basic_elements/gui/window1_noheader.png');
    background-repeat: repeat-x;
}
.window1_content
{
    float: left;
    position: relative;
    border-left: 1px solid #bdc9bc;
    border-right: 1px solid #bdc9bc;
    background-color: #ffffff;
    margin: 0px;
}
.window1_content_inside
{
    float: left;
    position: relative;
    background-color: #ffffff;
    padding: 4px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}
.window1_bottom_start
{
    float: left;
    
    width: 4px;
    height: 4px;
    background-image: url('../images/basic_elements/gui/window1_bottom_start.png');
    background-repeat: no-repeat;
}
.window1_bottom_end
{
    float: left;
    width: 4px;
    height: 4px;
    background-image: url('../images/basic_elements/gui/window1_bottom_end.png');
    background-repeat: no-repeat;
}
.window1_bottom
{
    float: left;
    
    height: 4px;
    background-image: url('../images/basic_elements/gui/window1_bottom.png');
    background-repeat: repeat-x;
}

.window1_insiderow1
{
    float: left;
    position: relative;
    width: 310px;
    margin-left: 0px;
    margin-top: 2px;
    font-size: 14px;
    color: #222222;
    text-align: center;
    //background-color: #e1e8e0;
    background-color: #eaf1e8;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #c4cbc3;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.window1_insiderow2
{
    float: left;
    position: relative;
    width: 310px;
    margin-left: 0px;
    margin-top: 2px;
    font-size: 14px;
    color: #222222;
    text-align: center;
    //background-color: #fafafa;
    background-color: #eaf1e8;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #c4cbc3;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.window1_insiderow3
{
    float: left;
    position: relative;
    width: 310px;
    margin-left: 0px;
    margin-top: 2px;
    font-size: 14px;
    color: #222222;
    text-align: center;
    //background-color: #eaeaea;
    background-color: #dfe7df;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #c4cbc3;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.text_input_form
{
    border: 2px solid #ccd9cc;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: transparent;
    width: 292px;
    font-size: 16px;
    color: #393a39;
    margin-top: 2px;
}
.select_form
{
    font-size: 16px;
    border: 2px solid #ccd9cc;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    width: 296px;
}

.question_ico
{
    width: 24px;
    height: 24px;
    background-image: url('../images/basic_elements/gui/question_red.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Utility CSS */
.fixall
{
    clear: both;
}

/* Top icons */
.bookmarks_ico
{
    float: left;
    position: relative;
    
    top: 12px;
    left: 924px;
    
    width: 37px;
    height: 33px;
    
    background-image: url('../images/basic_elements/topicons/bookmarks.png');
    background-repeat: no-repeat;
    background-position: top;
    
    cursor: pointer;
}
.bookmarks_ico:hover
{
    background-position: 0px -33px;
}
.bookmarks_ico_on
{
    position: absolute;
    
    top: 12px;
    left: 924px;
    
    width: 37px;
    height: 33px;
    
    background-image: url('../images/basic_elements/topicons/bookmarks.png');
    background-repeat: no-repeat;
    background-position: bottom;
    
    cursor: pointer;
}

.inbox_ico
{
    position: absolute;
    
    top: 59px;
    left: 952px;
    
    width: 35px;
    height: 37px;
    
    background-image: url('../images/basic_elements/topicons/inbox/0.png');
    background-repeat: no-repeat;
    background-position: top;
    
    cursor: pointer;
}
.inbox_ico:hover
{
    background-position: 0px -37px;
}
.inbox_ico_on
{
    position: absolute;
    
    top: 59px;
    left: 952px;
    
    width: 35px;
    height: 37px;
    
    background-image: url('../images/basic_elements/topicons/inbox/0.png');
    background-repeat: no-repeat;
    background-position: bottom;
    
    cursor: pointer;
}
.inboxnum
{
    position: absolute;
    
    top: 47px;
    left: 971px;
    
    width: 16px;
    height: 16px;
    
    border: 1px solid #005500;
    border-radius: 8px;
    background-color: #b5e1b0;
    color: #000000;
    
    font-size: 12px;
    font-weight: bold;
    
    text-align: center;
    line-height: 16px;
}


.notebook_ico
{
    position: absolute;
    
    top: 106px;
    left: 921px;
    
    width: 35px;
    height: 29px;
    
    background-image: url('../images/basic_elements/topicons/notebook.png');
    background-repeat: no-repeat;
    background-position: top;
    
    cursor: pointer;
}
.notebook_ico:hover
{
    background-position: 0px -29px;
}
.notebook_ico_on
{
    position: absolute;
    
    top: 106px;
    left: 921px;
    
    width: 35px;
    height: 29px;
    
    background-image: url('../images/basic_elements/topicons/notebook.png');
    background-repeat: no-repeat;
    background-position: bottom;
    
    cursor: pointer;
}

.profile_ico
{
    position: absolute;
    
    top: 58px;
    left: 904px;
    
    width: 28px;
    height: 30px;
    
    background-image: url('../images/basic_elements/topicons/profile.png');
    background-repeat: no-repeat;
    background-position: top;
    
    cursor: pointer;
}
.profile_ico:hover
{
    background-position: 0px -30px;
}
.profile_ico_on
{
    position: absolute;
    
    top: 58px;
    left: 904px;
    
    width: 28px;
    height: 30px;
    
    background-image: url('../images/basic_elements/topicons/profile.png');
    background-repeat: no-repeat;
    background-position: bottom;
    
    cursor: pointer;
}

.competitions_ico
{
    position: absolute;
    
    top: 85px;
    left: 852px;
    
    width: 43px;
    height: 38px;
    
    background-image: url('../images/basic_elements/topicons/competitions.png');
    background-repeat: no-repeat;
    background-position: top;
    
    cursor: pointer;
}
.competitions_ico:hover
{
    background-position: 0px -38px;
}
.competitions_ico_on
{
    position: absolute;
    
    top: 85px;
    left: 852px;
    
    width: 43px;
    height: 38px;
    
    background-image: url('../images/basic_elements/topicons/competitions.png');
    background-repeat: no-repeat;
    background-position: bottom;
    
    cursor: pointer;
}

.calendar_ico
{
    position: absolute;
    
    top: 25px;
    left: 857px;
    
    width: 39px;
    height: 36px;
    
    /*background-image: url('../images/basic_elements/topicons/calendar/1.png');*/
    background-repeat: no-repeat;
    background-position: top;
    
    cursor: pointer;
}
.calendar_ico:hover
{
    background-position: 0px -36px;
}
.calendar_ico_on
{
    position: absolute;
    
    top: 25px;
    left: 857px;
    
    width: 39px;
    height: 36px;
    
    /*background-image: url('../images/basic_elements/topicons/calendar/1.png');*/
    background-repeat: no-repeat;
    background-position: bottom;
    
    cursor: pointer;
}

.table_top_row
{
    
    background: #C3D3C2;
    background: -moz-linear-gradient(top, #C3D3C2 0%, #D4DFD3 35%, #D4DFD3 49%, #C3D3C2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C3D3C2), color-stop(35%,#D4DFD3), color-stop(49%,#D4DFD3), color-stop(100%,#C3D3C2));
    background: -webkit-linear-gradient(top, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    background: -o-linear-gradient(top, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    background: -ms-linear-gradient(top, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    background: linear-gradient(to bottom, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d3c2', endColorstr='#c3d3c2',GradientType=0 );
    font-size: 13px;
}

.generic_badge
{
    border: 2px solid #dadada;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.table_header
{
    height: 25px;
    font-size: 13px;
    background-image: url('../images/basic_elements/tbl_header.png');
    background-repeat: repeat-x;
    font-weight: bold;
}

.tabs_start
{
    width: 11px;
    height: 28px;
    background-image: url('../images/basic_elements/tabs_start.png');
    background-repeat: no-repeat;
}
.tabs_content
{
    height: 28px;
    background-image: url('../images/basic_elements/tabs_back.png');
    background-repeat: repeat-x;
}
.tabs_end
{
    width: 11px;
    height: 28px;
    background-image: url('../images/basic_elements/tabs_end.png');
    background-repeat: no-repeat;
}

.tab_on_start
{
    width: 6px;
    height: 28px;
    background-image: url('../images/basic_elements/tabs_active_start.png');
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}
.tab_on_content
{
    height: 28px;
    background-image: url('../images/basic_elements/tabs_active_fill.png');
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    float: left;
    color: #000000;
    cursor: pointer;
}
.tab_on_end
{
    width: 6px;
    height: 28px;
    background-image: url('../images/basic_elements/tabs_active_end.png');
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

.tab_off_side
{
    width: 6px;
    height: 28px;
    color: #818f7f;
    line-height: 30px;
    float: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
.tab_off
{
    height: 28px;
    color: #818f7f;
    line-height: 30px;
    float: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
.tab_off:hover
{
    color: #000000;
}

.tabbed_pane
{
    position: relative;
    width: 943px;
    border: 1px solid #dadada;
    -moz-border-radius: 1px 1px 3px 3px;
    border-radius: 1px 1px 3px 3px;
    border-top: 0px;
}

.pages_off
{
    width: 20px;
    height: 20px;
    border: 2px solid #dfe6de;
    moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #f5f9f4;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
    color: #000000;
}
.pages_off:hover
{
    background-color: #e9efe8;
}
.pages_on
{
    width: 20px;
    height: 20px;
    border: 2px solid #dfe6de;
    moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #b5e1b0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
}

.window_dialog
{
    border: 1px solid #dfe6de;
    moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #fafafa;
}
.window_dialog_header
{
    border: 0px solid #dfe6de;
    moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #fafafa;
    color: #444444;
    font-weight: bold;
    
    background-color: #a6d5e1d3;
    background: -moz-linear-gradient(left, rgba(213,225,211,0.65) 0%, rgba(239,244,238,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(213,225,211,0.65)), color-stop(100%,rgba(239,244,238,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(213,225,211,0.65) 0%,rgba(239,244,238,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(213,225,211,0.65) 0%,rgba(239,244,238,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(213,225,211,0.65) 0%,rgba(239,244,238,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(213,225,211,0.65) 0%,rgba(239,244,238,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d5e1d3', endColorstr='#00eff4ee',GradientType=1 ); /* IE6-9 */
}

.textfield
{
    border: 1px solid #ced5cd;
    moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #ffffff;
    height: 20px;
}

.row3
{
    background-color: #fffece;
    
    background: -moz-linear-gradient(top, #fffece 0%, #edecb2 66%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffece), color-stop(66%,#edecb2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fffece 0%,#edecb2 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fffece 0%,#edecb2 66%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fffece 0%,#edecb2 66%); /* IE10+ */
    background: linear-gradient(to bottom, #fffece 0%,#edecb2 66%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffece', endColorstr='#edecb2',GradientType=0 ); /* IE6-9 */
}
.row4
{
    background-color: #d1e2f9;
    
    background: -moz-linear-gradient(top, #d1e2f9 0%, #e4e9ef 66%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e2f9), color-stop(66%,#e4e9ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1e2f9 0%,#e4e9ef 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1e2f9 0%,#e4e9ef 66%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1e2f9 0%,#e4e9ef 66%); /* IE10+ */
    background: linear-gradient(to bottom, #d1e2f9 0%,#e4e9ef 66%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e2f9', endColorstr='#e4e9ef',GradientType=0 ); /* IE6-9 */
}
.row2
{
    //background: #D4E6D4;
    background: #eaf1e8;
}
.row1
{
    //background: #E5F1E2;
    background: #dfe7df;
}

.group
{
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    
    border: 1px solid #333333;
    border-bottom: 0px;
    -moz-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
    padding: 2px;
    width: 250px;
    text-align: center;
    height: 16px;
    line-height: 15px;
    margin-bottom: -1px;
        
    background: #bfd1b7;
    background: -moz-linear-gradient(top, #bfd1b7 0%, #f3f7ed 66%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd1b7), color-stop(66%,#f3f7ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bfd1b7 0%,#f3f7ed 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bfd1b7 0%,#f3f7ed 66%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bfd1b7 0%,#f3f7ed 66%); /* IE10+ */
    background: linear-gradient(to bottom, #bfd1b7 0%,#f3f7ed 66%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd1b7', endColorstr='#f3f7ed',GradientType=0 ); /* IE6-9 */
    
    font-weight: bold;
    position: relative;
    left: 4px;
}

.tableHeader
{
    font-size: 14px;
    font-weight: bold;
    cursor: default;
}
.tableText
{
    font-size: 13px;
}

.forumline
{
    border: 1px solid #333333;
    background-color: #aaaaaa;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.matches_tbl
{
    border: 1px solid #abb3a4;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.loading16
{
    width: 16px;
    height: 16px;
    background-image: url('../images/basic_elements/gui/loading16.gif');
    background-repeat: no-repeat;
    background-position: top;
}

.staff_offer
{
    padding: 4px;
    margin: 0px;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
}

.P_msgs
{
    font-size: 14px;
    font-family: arial, verdana, sans-serif;
    padding: 2px;
    margin: 2px;
    text-align: left;
    color: #222222;
}

.font_bold
{
    width: 20px;
    height: 20px;
    border: 1px dashed #555555;
    border-radius: 4px;
    background-color: #ffffff;
    
    color: #000000;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    
    cursor: pointer;
}
.font_bold:hover
{
    background-color: #dadada;
}

.font_italic
{
    width: 20px;
    height: 20px;
    border: 1px dashed #555555;
    border-radius: 4px;
    background-color: #ffffff;
    
    color: #000000;
    font-weight: normal;
    font-style: italic;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    
    cursor: pointer;
}
.font_italic:hover
{
    background-color: #dadada;
}

.font_underline
{
    width: 20px;
    height: 20px;
    border: 1px dashed #555555;
    border-radius: 4px;
    background-color: #ffffff;
    
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    
    cursor: pointer;
}
.font_underline:hover
{
    background-color: #dadada;
}

.msg_link
{
    height: 20px;
    border: 1px dashed #555555;
    border-radius: 4px;
    background-color: #ffffff;
    
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}
.msg_link:hover
{
    background-color: #dadada;
}

#competition_wrapper
{
    width: 946px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}
#round_chooser
{
    width: 942px;
    text-align: right;
    //margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #eeeeee;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
}
.comp_bookmark
{
    width: 22px;
    height: 22px;
    background-image: url('../images/common/sponka.gif');
    background-repeat: no-repeat;
    background-position: center;
    
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    background-color: #f3f3f3;
    cursor: pointer;
    margin-right: 2px;
    margin-top: 2px;
}
.comp_bookmark:hover
{
    border: 1px solid #555555;
    background-color: #dddddd;
}

.cup_title
{
    width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #dddddd;
    border-radius: 6px;
    
    margin-top: 6px; margin-bottom: 2px;
}
.cup_match_0
{
    width: 800px;
    min-height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    
    border: 1px solid #aaaaaa;
    //background-color: #fafafa;
    background-color: #eaf1e8;
    border-radius: 6px;
    cursor: pointer;
}
.cup_match_0:hover
{
    //background-color: #e0e0e0;
    background-color: #d2dcd2;
}
.cup_match_1
{
    width: 800px;
    min-height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    
    border: 1px solid #aaaaaa;
    //background-color: #f0f0f0;
    background-color: #dfe7df;
    border-radius: 6px;
    cursor: pointer;
}
.cup_match_1:hover
{
    //background-color: #e0e0e0;
    background-color: #d2dcd2;
}

.wc_match_stadium
{
    width: 800px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border: 0px solid #888888;
    //background-color: #dddddd;
    //border-radius: 6px;
    
    margin-top: 4px; margin-bottom: 2px;
}

.header
{
    background-image: url('../images/bg.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.headerSortUp
{
    background-image: url('../images/asc.gif');
}
.headerSortDown
{
    background-image: url('../images/desc.gif');
}
.table_th
{
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    
    background: #C3D3C2;
    background: -moz-linear-gradient(top, #C3D3C2 0%, #D4DFD3 35%, #D4DFD3 49%, #C3D3C2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C3D3C2), color-stop(35%,#D4DFD3), color-stop(49%,#D4DFD3), color-stop(100%,#C3D3C2));
    background: -webkit-linear-gradient(top, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    background: -o-linear-gradient(top, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    background: -ms-linear-gradient(top, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    background: linear-gradient(to bottom, #C3D3C2 0%,#D4DFD3 35%,#D4DFD3 49%,#C3D3C2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d3c2', endColorstr='#c3d3c2',GradientType=0 );
}
.ltable_promoted1
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #e5f1e2;
    border-bottom: 1px solid #aaaaaa;
}
.ltable_promoted2
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #d2eed2;
    border-bottom: 1px solid #aaaaaa;
}
.ltable_playoff
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fffece;
    border-bottom: 1px solid #aaaaaa;
}
.ltable_row1
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #f2fbfd;
    border-bottom: 1px solid #aaaaaa;
}
.ltable_row2
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #e8eff1;
    border-bottom: 1px solid #aaaaaa;
}
.ltable_relegated1
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #f7ebe7;
    border-bottom: 1px solid #aaaaaa;
}
.ltable_relegated2
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fcd5c8;
    border-bottom: 1px solid #aaaaaa;
}

.ltable_promoted1_nobottom
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #e5f1e2;
}
.ltable_promoted2_nobottom
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #d2eed2;
}
.ltable_playoff_nobottom
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fffece;
}
.ltable_row1_nobottom
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #f2fbfd;
}
.ltable_row2_nobottom
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #e8eff1;
}
.ltable_relegated1_nobottom
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #f7ebe7;
}
.ltable_relegated2_nobottom
{
    height: 26px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fcd5c8;
}

.game_general
{
    border: 1px solid #CCD8CC;
    float: left;
    height: 28px;
    font-size: 18px;
    padding: 1px;
    text-align: center;
    //min-width: 230px;
    margin: 5px;
    background: #E0E5E0;
    color: #1F4E1E;
    border-radius: 5px;
}

/*.messages_row1
{
    background-color: #fafafa;
    height: 18px;
    line-height: 18px;
}
.messages_row1:hover
{
    background-color: #e0e0e0;
}
.messages_row2
{
    background-color: #f0f0f0;
    height: 18px;
    line-height: 18px;
}
.messages_row2:hover
{
    background-color: #e0e0e0;
}*/
.messages_row1
{
    background-color: #eaf1e8;
    height: 18px;
    line-height: 18px;
}
.messages_row1:hover
{
    background-color: #d2dcd2;
}
.messages_row2
{
    background-color: #dfe7df;
    height: 18px;
    line-height: 18px;
}
.messages_row2:hover
{
    background-color: #d2dcd2;
}

.matches_row1
{
    background-color: #eaf1e8;
}
.matches_row1:hover
{
    background-color: #d2dcd2;
}
.matches_row2
{
    background-color: #dfe7df;
}
.matches_row2:hover
{
    background-color: #d2dcd2;
}

.matches_row1_nh
{
    background-color: #eaf1e8;
}
.matches_row2_nh
{
    background-color: #dfe7df;
}


/*.matches_row1
{
    background-color: #e5f1e2;
}
.matches_row1:hover
{
    background-color: #cbdccb;
}

.matches_row2
{
    background-color: #d4e6d4;
}
.matches_row2:hover
{
    background-color: #cbdccb;
}*/

 .tooltip_player_info
 {
    position: absolute;
    
    background: #ced9ce;
    opacity: 0.95;
    display: none;
    border: 1px solid #333333;
    border-radius: 4px;
 }
 
 .info_ico
{
    width: 18px;
    height: 19px;
    background-image: url('../images/common/info.png');
    cursor: pointer;
}

.player_pitch
{
    font-size: 10px;
    font-weight: bold;
    
    min-height: 14px;
    line-height: 14px;
        
    padding-left: 4px;
    padding-right: 4px;
    
    //background-color: #eff6ef;
    color: #ffffff;
    /*border: 1px solid #a3b1a3;
    border-radius: 4px;
    opacity: 0.7;*/
}

.lastsub
{
    width: 220px;
    margin-top: 4px;
    
    border: 1px solid #cccccc;
    border-radius: 4px;
    
    //height: 18px;
    //line-height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #9d9dbf;
    background-color: #eef4ee;
    
    font-size: 10px;
    text-align: center;
    cursor: default;
}

.user_bar
{
    width: 515px;
    height: 45px;
    
    position: relative;
    left: 176px;
    top: 24px;
    
    margin: 0px;
    padding: 0px;
    
    background-image: url('../images/basic_elements/header-user.png');
    background-repeat: no-repeat;
}
.settings_button
{
    position: absolute;
    
    top: 11px;
    left: 11px;
    
    width: 21px;
    height: 24px;
    
    background-image: url('../images/basic_elements/ico-settings.png');
    background-position: top;

    cursor: pointer;
}
.settings_button:hover
{
    background-position: bottom;
}
.logout_button
{
    position: absolute;
    
    top: 11px;
    left: 482px;
    
    width: 21px;
    height: 24px;
    
    background-image: url('../images/basic_elements/ico-logout.png');
    background-position: top;

    cursor: pointer;
}
.logout_button:hover
{
    background-position: bottom;
}

.header_username
{
    position: absolute;
    
    left: 282px;
    top: 11px;
    
    width: 192px;
    height: 24px;
    line-height: 24px;
    
    font-weight: bold;
    
    text-align: center;
}
.header_clubname
{
    position: absolute;
    
    left: 38px;
    top: 11px;
    
    width: 192px;
    height: 24px;
    line-height: 24px;
    
    font-weight: bold;
    
    text-align: center;
}


.time_display
{
    background-color: #640205;
    border: 1px solid #330204;
    border-radius: 4px;
    
    width: 60px;
    height: 14px;
    line-height: 14px;
    
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    
    position: absolute;
    left: 468px;
    top: 32px;
}