﻿/* Autocomplete */
.autocomplete_completionListElement
{
    visibility : hidden;
    margin : 0px!important;
    background-color : #f7f9fa;
    color : windowtext;
    border : buttonshadow;
    border: solid 1px #dadfe3;
    cursor : default;
    overflow : auto;
    text-align : left;
    list-style-type : none;
    list-style: none;
    padding: 0px;
}

.autocomplete_highlightedListItem
{
    background-color: #c1d3df;
    color: black;
    padding: 1px;
    font-family: Verdana;
    font-size: 10px;
}

.autocomplete_listItem
{
    color : black;
    padding : 1px;
    font-family: Verdana;
    font-size: 10px;
}

.autocomplete_textbox
{
    font-family: Verdana;
    font-size: 10px;
}

/* Link imitation for images */

.mouseHover
{
    cursor:pointer;   
}

.mouseDefault
{
    cursor:default;   
}

/* File upload */

.fileUpload .cancelButton 
{ 
    background: url(../img/14_close_red.gif) top center no-repeat; 
    cursor: pointer;
}        

/* PopUp control */
/*
.popupControl
{
	background-color:#ffffff;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 1px;
	padding: 2px;
}*/

/* Editor buttons */

.editor_button
{
    vertical-align: middle;
    width: 17px;
    height: 17px;
    border: none;
    padding: 0px;
}

.editor_button_remove
{
    background: url(../img/editor/remove.png) center center no-repeat;
    cursor: pointer;
}

.editor_button_remove_dis
{
    visibility: hidden;
}

.editor_button_up
{
    background: url(../img/editor/move_up.png) center center no-repeat;
    cursor: pointer;
}

.editor_button_up_dis
{
    background: url(../img/editor/move_up_dis.png) center center no-repeat;
    cursor: default;
}

.editor_button_down
{
    background: url(../img/editor/move_down.png) center center no-repeat;
    cursor: pointer;
}

.editor_button_down_dis
{
    background: url(../img/editor/move_down_dis.png) center center no-repeat;
    cursor: default;
}

.editor_item_selected
{
    background-color: #ebeef0;
}

.editor_item
{
    background-color: #ffffff;
}

.editor_item_selected td, .editor_item td
{
    padding: 2px;
}

/* Multi selector */

.selector_button
{
    vertical-align: middle;
    width: 17px;
    height: 17px;
    border: none;
    padding: 0px;
    float: left;
    margin: 1px;
}

.item_action_td1, .item_action_td0
{
    width: 19px;
    -moz-user-select: none;
}

.item_action_td2
{
    width: 38px;
    -moz-user-select: none;
}

.item_action_td3
{
    width: 57px;
    -moz-user-select: none;
}

.item_list_holder
{
    height: auto;
    border: solid 1px black;
    overflow: auto;
    padding: 2px;
    margin-bottom: 2px;
    min-height: 50px;
}

.highList
{
    min-height: 120px;
}

.item_title_div
{
    width: 100%;
    height: 19px;
    overflow: hidden;
    padding: 0px;
}

.item_action_td
{
    width: 21px;
}

.item_list_holder td
{
    padding: 1px;
}

.panel_header
{
    background-image: url('../img/panel/panel_header.gif');
    background-repeat: repeat-y;
    color: White;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    padding-left: 20px;
}

.tournament_header, .tournament_header td
{
    border: solid 1px transparent;
    border-bottom: solid 1px #e6e9ef;
    font-family: Arial;
    font-size: 11px;
    color: #ed1c24;
}

.tournament_desc
{
    font-family: Arial;
    font-size: 11px;
    color: Black;    
}

.tournament_info_title
{
    font-size: 12px; 
    font-weight: bold; 
    font-family: Arial; 
    white-space: nowrap;
}

.tournament_results
{
    font-size: 11px; 
    font-weight: bold; 
    font-family: Arial;
    color: #13629f; 
}

.tournament_info_seperator
{
    border: none;
    border-bottom: solid 1px #E0E0E0;
}
