﻿/**********************************************************************
*
*					chart.css
*
/**********************************************************************/

#chartMainHolder
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	width: 735px;
	float: left;
}
#tickerCpt
{
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#tickerExplain
{
	font-size: 10px;
	text-align: left;
	padding: 10px;
}
#tickerData
{
	width: 100%;
	float: left;
}
.last
{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5d5d5d;
	border: solid 1px #5d5d5d;
	padding: 5px;
}
.lastValue
{
	font-size: 15px;
	font-weight: bold;
}
.change
{
	font-size: 10px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c2c2c2;
	border-bottom-color: #c2c2c2;
}
.changeValue
{
	font-size: 15px;
	font-weight: bold;
	color: #46be81;
}
.rest
{
	font-size: 10px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c2c2c2;
	border-bottom-color: #c2c2c2;
}

.financialAnalysisContent
{
	width: 725px;
}

#chartHolder
{
	width: 710px;
	float: left;
	margin: 20px 0px 0px 0px;
	background-color: #f6f6f6;
	border: 1px solid #c5c5c5;
	padding: 0px 0px 10px 0px;
}
#chartHeadDelimiter
{
	width: 6px;
	height: 20px;
	float: left;
}

#chartHead
{
	float: left;
	width: 100%;
	height: 20px;
	background-image: url(images/chartHeadLinkBgr.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 18px;
	color: #c5c5c5;
	margin: 0px;
	padding: 0px;
}
.chartHeadSpace
{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#chartHead a
{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 2px;
	color: #666666;
}
#chartHead a:hover
{
	color: #f6f6f6;
	background-color: #666666;
}

#chartHead a.linkSelected
{
	color: #f6f6f6;
	background-color: #666666;
	text-decoration: none;
}
.indikatoriTxt
{
	padding: 0px 0px 3px 0px;
	display: block;
}
#legendHolder
{
	float: left;
	text-align: left;
	margin: 5px 10px 0px 10px;
}
#chart
{
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #b2b2b2;
}
.chartTabs
{
	font: 10px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.chartTabs li
{
	display: inline;
	position: relative;
	margin: 0px;
}
    .chartTabs li span {
        /*selected main tab style */
        text-decoration: none;
        z-index: 1;
        background-repeat: no-repeat;
        width: 131px;
        float: left;
        display: block;
        height: 26px;
        line-height: 26px;
        text-align: center;
        cursor: default;
        color: #d14255;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-left: solid 1px #ccc;
        background: #fff;
        position: relative;
        top: 1px;
    }
    .chartTabs li a {
        text-decoration: none;
        position: relative;
        z-index: 1;
        color: #666666;
        width: 131px;
        float: left;
        display: block;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-weight: normal;
        background: #fff;
        /*border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-left: solid 1px #ccc;*/
        margin-right: 5px;
    }
        .chartTabs li a:hover {
            color: #000;
        }
        .chartTabs li a.selected {
            /*selected main tab style */
            position: relative;
            cursor: default;
            color: #d14255;
            border-top: solid 1px #d14255;
            border-right: solid 1px #d14255;
            border-left: solid 1px #d14255;
            background: #f6f6f6;
        }

.securityLinks
{
}
.securityLinks ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.securityLinks ul li
{
	display: inline;
}
.excelLink
{
	background-image: url(images/excel.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
	height: 30px;
	line-height: 30px;
}

.pdfLink
{
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
	height: 33px;
	line-height: 33px;
}

.printLink
{
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
	height: 33px;
	line-height: 33px;
}
.securityLink
{
	padding: 2px 0px 2px 0px;
	height: 33px;
	line-height: 33px;
}
.securityLink:hover
{
}

.chartTabContent
{
	display: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.chartTabNav
{
	position: relative;
	width: 100%;
	overflow: visible;
	float: left;
	margin-top: 10px;
	padding: 0px;
}
    .chartTabNav:first-child {
        background: #f6f6f6;
        border-bottom: solid 1px #ccc;
        margin: 30px 0 0;
        padding-top: 10px;
    }
        .chartTabNav:first-child .chartTabs li a {
            background: Transparent;
        }
        #chartOptionsHolder {
            width: 710px;
            background-color: #f6f6f6;
            border: solid 1px #d14255;
            float: left;
            margin-top: -1px;
            height: 151px;
        }
.chartOptionsSubmit
{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	float: left;
}
.chartOptionsSubmit a
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 19px;
	display: block;
	line-height: 18px;
	font-weight: bold;
	background-color: #c73f51;
	background-image: url(images/btnBgr.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-left: solid 1px #c73f51;
	border-right: solid 1px #c73f51;
	border-top: solid 1px #c73f51;
	border-bottom: solid 1px #c73f51;
	cursor: pointer;
	padding: 0px 8px 0px 8px;
	float: right;
	margin-right: 50px;
}
.chartOptionsSubmit a:hover
{
	color: #d7d7d7;
}
.chartOptionsSubmitDisabled
{
	/*color: #ffffff;
	background-image: url(images/btnBgrDesabled.gif);
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;*/

	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 19px;
	display: block;
	line-height: 18px;
	font-weight: bold;
	background-color: #c73f51;
	background-image: url(images/btnBgrDesabled.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	cursor: pointer;
	padding: 0px 8px 0px 8px;
	float: right;
	margin-right: 50px;
}

.chartOptionsContent
{
	float: left;
	width: 210px;
	height: 77px;
	font-size: 10px;
	color: #5a5a5a;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.chartOptionsExplainBox
{
	margin-top: 10px;
	padding: 10px;
	height: 110px;
	float: left;
	width: 400px;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
}
.chartOptionsExplain
{
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	height: 106px;
}
.chartOptionsExplainBold
{
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.chartOptionsExplainWarning
{
	color: #d14255;
	font-weight: bold;
	font-size: 10px;
}
.formClass
{
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #666666;
	margin-top: 2px;
	width: 160px;
}
.formClassTextfield
{
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 16px;
	border: 1px solid #666666;
	margin-top: 2px;
	margin-left: 5px;
	padding-left: 2px;
}

.linkHolder
{
	line-height: 15px;
	font-weight: bold;
	float: left;
	height: 17px;
	font-size: 10px;
	text-decoration: none;
}

.linkHolder a
{
	text-decoration: none;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	/*background-image: url("images/modalPopupBgr.gif"); 	background-repeat: no-repeat;*/
	background-color: #f6f6f6;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	width: 251px;
}
.modalPopupBottom
{
	/*background-image: url("images/modalPopupBottom.gif"); 	background-repeat: no-repeat;*/
	background-color: #f6f6f6;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	width: 251px;
	height: 15px;
}
.modalLabel
{
	line-height: 25px;
	font-weight: bold;
	color: #666666;
}
.panelButtonSubmit
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 21px;
	line-height: 17px;
	display: inline;
	background-color: #c73f51;
	background-image: url(images/btnBgr.gif);
	background-repeat: repeat-x;
	background-position: 1px;
	border-left: solid 1px #c73f51;
	border-right: solid 1px #c73f51;
	border-top: solid 1px #c73f51;
	border-bottom: solid 1px #c73f51;
	margin-left: 5px;
	cursor: pointer;
	width: 85px;
	float: left;
}
.panelButtonSubmit:hover
{
	color: #d7d7d7;
}
.panelButtonCancel
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 21px;
	line-height: 17px;
	display: inline;
	background-color: #c73f51;
	background-image: url(images/btnBgr.gif);
	background-repeat: repeat-x;
	background-position: 1px;
	border-left: solid 1px #c73f51;
	border-right: solid 1px #c73f51;
	border-top: solid 1px #c73f51;
	border-bottom: solid 1px #c73f51;
	margin-left: 5px;
	cursor: pointer;
	width: 85px;
	float: left;
}
.panelButtonCancel:hover
{
	color: #d7d7d7;
}
.panelHeaderLabel
{
	width: 251px;
	height: 23px;
	background-color: #f8bac2;
	text-indent: 26px;
	line-height: 23px;
	color: Black;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
/*tabela gornji red sa zaobljenjima*/
.chartTableTopLeft {
    display: none;
}
.chartTableTopRight {
    display: none;
}
.chartTableTop
{
    display: none;
}



/*tabela donji red sa zaobljenjima*/
.chartTableBottomLeft {
    display: none;
}
.chartTableBottom {
    height: 10px;
}
.chartTableBottomRight {
    display: none;
}


.chartTableContainer
{
}



/*tabela */
.chartTable
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
}
.chartTableHeader {
    font-weight: normal;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    background: #d14255;
    background: #969a9c;
}
.chartTableColFirst
{
	padding: 5px;
}
.chartTableCol
{
	/*background-image: url(images/tableColumnBorder.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	border-left: solid 1px #cccccc;
	padding: 5px;
}
.chartTableRow
{
	color: #666666;
	text-decoration: none;
	height: 30px;
}



/*holder gornji red sa zaobljenjima*/
.chartHolderTopLeft
{
    display: none;
}
.chartHolderTopRight {
    display: none;
}
.chartHolderTop {
    display: none;
}


.chartHolderTopCpt {
    color: #f2f2f2;
    text-decoration: none;
    background-repeat: repeat-x;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
    height: 30px;
    line-height: 30px;
    background: #d14255;
}
.chartTicker
{
	float: left;
    padding-left: 10px;
}
.chartComboHolder
{
	float: right;
    margin: 3px;
}
.chartCombo
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	line-height: 14px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
}
.chartHolderTopCptTicker
{
	font-size: 17px;
	font-weight: normal;
}
.chartHolderTopCptName
{
	font-size: 11px;
	font-weight: normal;
}



/*holder donji red sa zaobljenjima*/
.chartHolderBottomLeft
{
    display: none;
}
.chartHolderBottom {
    display: none;
}
.chartHolderBottomRight {
    display: none;
}


.chartHolderContainer {
    border: solid 1px #d14255;
}
._chartHolder
{
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
.chartTickerExplain
{
	color: #0054a6;
	padding: 5px 5px 8px 5px;
	text-decoration: none;
}



/*btni*/
.chartBtnsHolder
{
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
.eTradeBuy
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	width: 65px;
	height: 21px;
	line-height: 17px;
	display: block;
	background-color: #c73f51;
	background-image: url(images/btnBgr.gif);
	background-repeat: repeat-x;
	background-position: 1px;
	border-left: solid 1px #c73f51;
	border-right: solid 1px #c73f51;
	border-top: solid 1px #c73f51;
	border-bottom: solid 1px #c73f51;
	cursor: pointer;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	font-weight: bold;
}
.eTradeBuy:hover
{
	color: #d7d7d7;
}
.eTradeSell
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	width: 65px;
	height: 21px;
	line-height: 17px;
	display: block;
	background-color: #c73f51;
	background-image: url(images/btnBgr.gif);
	background-repeat: repeat-x;
	background-position: 1px;
	border-left: solid 1px #c73f51;
	border-right: solid 1px #c73f51;
	border-top: solid 1px #c73f51;
	border-bottom: solid 1px #c73f51;
	cursor: pointer;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	font-weight: bold;
}
.eTradeSell:hover
{
	color: #d7d7d7;
}

/**********************************************************************
*
*					ComboBox.HitaSkin.css
*
/**********************************************************************/

/* RadComboBox Default2006 skin */

/*global*/


.RadComboBox_HitaSkin *
{
	margin: 0;
	padding: 0;
}

.RadComboBox_HitaSkin, .RadComboBox_HitaSkin .rcbInput, .RadComboBoxDropDown_HitaSkin
{
	font: 10px arial,sans-serif; /****************************/
	color: #333;
	border: 0px;
}

/* combobox */

#SecurityList_TickerSearchCombo_MoreResultsBox, #AmountNumeric_text, #PriceNumeric_text, #ctl00_ticker_TickerSearchCombo_MoreResultsBox, #ctl00_ContentPlaceHolder1_SecuritySearchCombo_MoreResultsBox
{
    border: none;
 }
#ExpiresCombo .rcbInputCell
{
    width: 19px !important;
}

.RadComboBox_HitaSkin
{
	vertical-align: bottom;
	text-align: left;
}

.RadComboBox_HitaSkin table
{
	border: 0;
}

.RadComboBox_HitaSkin td
{
	border: 0;
	padding: 0;
}

    .RadComboBox_HitaSkin td.rcbInputCell /*******************************************/ /*******************************************/ {
        height: 22px;
        vertical-align: top;
        padding: 0;
        background-color: #fff;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
    }

.RadComboBox_HitaSkin .rcbInputCell .rcbInput /**********************************/ /**********************************/
{
	background: transparent;
	vertical-align: top;
	height: 100%;
	padding-top: 2px;
	width: 100%;
}

.RadComboBox_HitaSkin .rcbInputCell .rcbEmptyMessage
{
	color: #666;
	font-style: italic;
}

.RadComboBox_HitaSkin td.rcbInputCell, .RadComboBox_HitaSkin .rcbInputCell .rcbInput
{
	padding: 0;
}

.RadComboBox_HitaSkin_rtl td.rcbInputCell, .RadComboBox_HitaSkin_rtl .rcbInputCell .rcbInput
{
}

.RadComboBox_HitaSkin td.rcbInputCellRight /*****************************/ /*****************************/
{
	border-right: 0px solid #606060;
}

.RadComboBox_HitaSkin td.rcbArrowCell /*******************************************/ /*******************************************/
{
	width: 22px;
	height: 22px;
	padding: 0;
	background: transparent url(         'Images/rcbArrowCell.gif' ) no-repeat;
}

.RadComboBox_HitaSkin td.rcbArrowCellLeft /******************************************/ /******************************************/
{
	background-position: 0 -17px;
}

.RadComboBox_HitaSkin td.rcbArrowCellRight
{
	background-position: 0 0px;
}

.RadComboBox_HitaSkin .rcbArrowCell a /**********************************************/ /**********************************************/
{
	position: relative;
	outline: none;
	overflow: hidden;
	display: block;
	width: 22px !important;
	height: 22px !important;
	line-height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0;
}

.RadComboBox_HitaSkin_rtl .rcbArrowCell a
{
	text-indent: 9999px;
}

.RadComboBox_HitaSkin td.rcbArrowCellHidden
{
	border-right: 0px solid #EAEAEA;
	width: 1px;
}

.RadComboBox_HitaSkin .rcbArrowCellHidden a
{
	width: 0;
	display: none;
}

.RadComboBox_HitaSkin .rcbDisabled
{
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

/* dropdown */

.rcbSlide
{
	position: absolute;
	overflow: hidden;
	display: none;
	_height: 1px;
	float: left;
}

.RadComboBoxDropDown_HitaSkin
{
	position: absolute;
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	cursor: default;
	font-size: 10px;
	text-align: left;
}

.RadComboBoxDropDown_HitaSkin_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_HitaSkin .rcbScroll
{
	overflow: auto;
}

.RadComboBoxDropDown_HitaSkin .rcbList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.RadComboBoxDropDown_HitaSkin .rcbNoWrap .rcbList
{
	float: left;
}

.RadComboBoxDropDown_HitaSkin .rcbHeader, .RadComboBoxDropDown_HitaSkin .rcbFooter
{
	background: #929292;
	color: #fff;
	padding: 4px;
}

.RadComboBoxDropDown_HitaSkin .rcbNoWrap .rcbItem, .RadComboBoxDropDown_HitaSkin .rcbNoWrap .rcbHovered, .RadComboBoxDropDown_HitaSkin .rcbNoWrap .rcbDisabled, .RadComboBoxDropDown_HitaSkin .rcbNoWrap .rcbLoading
{
	white-space: nowrap;
}

.RadComboBoxDropDown_HitaSkin .rcbItem, .RadComboBoxDropDown_HitaSkin .rcbHovered, .RadComboBoxDropDown_HitaSkin .rcbDisabled, .RadComboBoxDropDown_HitaSkin .rcbLoading
{
	padding: 4px 20px 4px 4px;
	zoom: 1;
}

* + html .RadComboBoxDropDown_HitaSkin .rcbItem, * + html .RadComboBoxDropDown_HitaSkin .rcbHovered, * + html .RadComboBoxDropDown_HitaSkin .rcbDisabled, * + html .RadComboBoxDropDown_HitaSkin .rcbLoading
{
	zoom: normal;
}

.RadComboBoxDropDown_HitaSkin_rtl .rcbItem, .RadComboBoxDropDown_HitaSkin_rtl .rcbHovered, .RadComboBoxDropDown_HitaSkin_rtl .rcbDisabled, .RadComboBoxDropDown_HitaSkin_rtl .rcbLoading
{
	padding: 4px 4px 4px 20px;
}

.RadComboBoxDropDown_HitaSkin em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_HitaSkin .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_HitaSkin .rcbHovered
{
	color: #464646;
	background-color: #EAEAEA;
}

.RadComboBoxDropDown_HitaSkin .rcbDisabled
{
	color: #ccc;
	cursor: no-drop;
}

.RadComboBoxDropDown_HitaSkin .rcbSeparator
{
	color: #666;
	background: #e8e8e8;
}

.RadComboBoxDropDown_HitaSkin .rcbLoading
{
	background: #f0f0f0;
	text-align: center;
}

.RadComboBoxDropDown_HitaSkin .rcbMoreResults
{
	clear: both;
	background: #f3f3f3;
	padding: 4px;
	text-align: center;
}

.RadComboBoxDropDown_HitaSkin .rcbMoreResults a
{
	display: block;
	width: 6px;
	height: 6px;
	background: url(         'Images/rcbMoreResults.gif' ) no-repeat transparent;
	margin: 0 auto 4px;
	text-indent: -3333px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}

.RadComboBoxDropDown_HitaSkin .rcbMoreResults a:hover
{
	background-position: 0 100%;
}

.RadComboBoxDropDown_HitaSkin .rcbMoreResults span
{
	display: block;
	text-align: center;
}

.RadComboBoxDropDown_HitaSkin .rcbScroll
{
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
}

/*hacks*/

/*Opera start*/
@media screen and (min-width:550px)
{
	.RadComboBoxDropDown_HitaSkin_rtl .rcbItem, .RadComboBoxDropDown_HitaSkin_rtl .rcbHovered, .RadComboBoxDropDown_HitaSkin_rtl .rcbDisabled, .RadComboBoxDropDown_HitaSkin_rtl .rcbLoading
	{
		padding: 4px 4px 4px 20px;
	}
}
/*Opera end*/





/**********************************************************************
*
*					company.css
*
/**********************************************************************/

.mainframe
{
	width: 970px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: White;
}
.search
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	background-color: #ffffff;
	background-image: url(images/textBoxBgr.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #c8c8c8;
}
.formButton
{
	background-color: #454545;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: #FFE362;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	text-transform: uppercase;
	margin: 2px;
	height: 20px;
	padding: 1px;
}
A
{
	font-weight: bold;
	color: #d14255;
	font-family: Arial, Helvetica, sans-serif,Verdana,  "Trebuchet MS";
	text-decoration: underline;
}
A:hover
{
	color: #666666;
}
.downmenuDel
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}
.downmenuDel:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ff8000;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}
.atext
{
	color: #d14255;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: underline;
	font-weight: normal;
}
.atext:hover
{
	color: #666666;
}

.downmenuDel_streamer
{
	font-weight: normal;
	font-size: 12px;
	color: #d14255;
	line-height: 13px;
	font-family: Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.downmenuDel_streamer:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 13px;
	font-family: Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.atext_streamer
{
	font-size: 11px;
	color: #d14255;
	line-height: 11px;
	font-family: Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
.atext_streamer:hover
{
	color: #666666;
}
.eTradeNormal
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
	text-transform: none;
}
.eTradeNormalred
{
	font-weight: bold;
	font-size: 11px;
	color: #d14255;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}

.wrap table tr td span.eTradeNormalredUppercase
{
	font-weight: bold;
	font-size: 11px;
	color: #d14255;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
	text-transform: uppercase;
}

.eTradeNormalgreen
{
	font-weight: bold;
	font-size: 11px;
	color: #00d500;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}

TABLE.sidebar
{
	width: 100%;
	background-color: #ffffff;
}
TABLE.sidebar TD
{
	height: 20px;
}
TABLE.sidebar TD /*TABLE TD*/
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}
TABLE.eTradelistdata
{
	border-right: #969a9c 1px solid;
	border-top: #969a9c 1px solid;
	border-left: #969a9c 1px solid;
	border-bottom: #969a9c 1px solid;
}
TABLE.eTradelistdata TR.headerline
{
	background-color: #000000;
}
TABLE.eTradelistdata TR.header
{
	background-color: #000000;
}
TABLE.eTradelistdata TR.header TD
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 4px;
	border-left: #ffffff 0px solid;
	color: #ffffff;
	padding-top: 4px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}
TABLE.eTradelistdata TR.even
{
	background-color: #f6f6f6;
}
TABLE.eTradelistdata TR.even TD
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: #ffffff 0px solid;
	color: #656565;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}
TABLE.eTradelistdata TR.odd
{
	background-color: #ffffff;
}
TABLE.eTradelistdata TR.odd TD
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: #ffffff 0px solid;
	color: #656565;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}
TABLE.eTradelistdata TR.warning
{
	background-color: #f8e3e6;
}

TABLE.eTradelistdata TR.note
{
	background-color: #dfe5e6;
}

TABLE.eTradelistdata TR.warning TD
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: #ffffff 0px solid;
	color: #656565;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}

TABLE.eTradelistdata TR.footerline
{
	background-color: #ffffff;
}
TABLE.eTradelistdata TR.footer
{
	background-color: #fff8b7;
}
TABLE.eTradelistdata TR.footer TD
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: #ffffff 0px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
	text-decoration: none;
}
TABLE.eTradelistdata TD.transparent
{
	background-color: #ffffff;
}
TABLE.chartoptions
{
	border-right: #969a9c 1px solid;
	border-top: 0px;
	border-left: #969a9c 1px solid;
	border-bottom: #969a9c 1px solid;
	background-color: #fff8b7;
}
TABLE.chartoptions TR.headerline
{
	background-color: #000000;
}
TABLE.chartoptions TR.body
{
	background-color: #fff8b7;
}
TABLE.chartoptions TR.body TD
{
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-decoration: none;
}
TABLE.chartoptions TR.dividerline
{
	background-color: #fff8b7;
}
TABLE.formFrame
{
	background-color: #ffffff;
}
TABLE.formFrame TD
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: #ffffff 0px solid;
	color: black;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-decoration: none;
	text-align: right;
}
TABLE.caption
{
	/*background-color: #ffffff;*/
}
TABLE.caption TD.caption
{
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
TABLE.caption TD.captionline
{
	font-size: 0px;
	background-image: url(images/dot-divider.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#marketAlert
{
	margin-top: 10px;
	margin-bottom: 2px;
	width: 100%;
}
#marketAlert TABLE
{
	background-color: #F0F0F0;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF0000;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
}
#homePageMainContainer
{
	margin-top: 20px;
	width: 100%;
}
#topBar
{
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-decoration: none;
}



/*******************************************************/
.formCpt
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	float: left;
	background-color: #E4E4E4;
	border: 0px solid #CCCCCC;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #464646;
}
.newuserFormCpt
{
	width: 100%;
	height: 31px;
	background-image: url(images/newuserStep01.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #464646;
}
.newuserWarning
{
	padding: 15px;
	background-color: #f8e3e6;
	border: solid 1px #b2b2b2;
	font-size: 11px;
	width: 650px;
}
.newuserWarning ul
{
	margin: 0 0 0 15px;
	padding: 0;
}
.newuserWarning ul li
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	background-image: url(images/newuserLiBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-indent: 8px;
}
.newuserBtnHolder
{
	float: left;
	background-image: url(images/newuserBtnHolderBgr.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 31px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 15px 0 10px 0;
}
.textBox, input.normal
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #ffffff;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #c8c8c8;
	padding: 4px 10px;
    height: auto !important;
}
.uppercaseTextBox
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #ffffff;
	background-image: url(images/textBoxBgr.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #c8c8c8;
	padding: 4px 10px;
	text-transform: uppercase;
}
.gridInput
{
	background-color: White;
	border: solid 1px #b2b2b2;
	color: #464646;
	font-size: 10px;
}
.formDataHolder
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	font-size: 11px;
}
.formDataEndRow
{
	float: left;
	width: 100%;
	height: 5px;
}
.formTextHolder
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	float: left;
}
.updatePasswordBtnHolder
{
	float: left;
	padding-top: 13px;
}
.updateNote
{
	float: left;
	font-style: italic;
	margin: 10px 0 10px 0;
}
.textForm
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	height: 16px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #ffffff;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #cccccc;
}


.marketInfo
{
	width: 700px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
}
.loginInfo
{
	margin: 0px;
	float: right;
	text-align: right;
}
.marketAlert
{
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.crobexUp
{
	font-weight: bold;
	text-transform: uppercase;
	color: Green;
}
.crobexDn
{
	font-weight: bold;
	text-transform: uppercase;
	color: Red;
}

.calendarPickerImage
{
	width: 16px;
	height: 16px;
	background-image: url(images/calendar.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.tradeChangeUp
{
	width: 11px;
	height: 10px;
	background-image: url(images/arrow_up.png);
	background-position: left top;
}

.tradeChangeDown
{
	width: 11px;
	height: 10px;
	background-image: url(images/arrow_down.png);
	background-position: left top;
}

.tradeChangeNone
{
	width: 11px;
	height: 10px;
	background-image: url(images/arrow_none.png);
	background-position: left top;
}

.eTradeChartIcon
{
	width: 22px;
	height: 13px;
	background-image: url(images/etrade_icon_chart.gif);
	background-position: left top;
	cursor: pointer;
}


.eTradeLoading
{
	width: 20px;
	height: 20px;
	background-image: url(images/loading.gif);
	background-position: left top;
}

.eTradeLoadingBig
{
	width: 120px;
	height: 120px;
	background-image: url(images/loading_120.gif);
	background-position: left top;
}

.eTradeClose
{
	width: 16px;
	height: 16px;
	background-image: url(images/closen.png);
	background-position: left top;
	cursor: pointer;
}

.eTradeRefresh
{
	width: 20px;
	height: 20px;
	background-image: url(images/refresh.png);
	background-position: left top;
}

.eTradeFreshRefresh
{
	width: 20px;
	height: 20px;
	background-image: url(images/fresh_refresh.gif);
	background-position: left top;
	cursor: pointer;
}

.eTradeExpand
{
	width: 20px;
	height: 13px;
	background-image: url(images/icon_expand.gif);
	background-position: left top;
	cursor: pointer;
}

.eTradeQuestion
{
	width: 12px;
	height: 12px;
	background-image: url(images/question.png);
	background-position: left top;
}

.eTradeTableCptLeft
{
	width: 2px;
	height: 34px;
	background-image: url(images/tableCptLeft.gif);
}

.eTradeTableCptRight
{
	width: 2px;
	height: 34px;
	background-image: url(images/tableCptRight.gif);
}

.spacer
{
	width: 1px;
	height: 1px;
	background-image: url(images/spacer.gif);
}

/**********************************************************************
*
*					scw.css (kalendar kontrola)
*
/**********************************************************************/

.scw
{
	padding: 1px;
	vertical-align: middle;
}
iframe.scw
{
	position: absolute;
	z-index: 3000000;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 1px;
	height: 1px;
}

/* IMPORTANT:  The SCW calendar script requires all       
                           the classes defined here.                  
            */
table.scw
{
	/*margin: 20px;*/
	visibility: hidden;
	position: absolute;
	cursor: default;
	width: 210px;
	height: 240px;
	top: 0px;
	left: 0px;
	z-index: 3000001;
	text-align: center;
	background-color: #f6f6f6;
	border: solid 1px #666666;
	margin-top: 2px;
}

/*   table.scw {/***************************     ****************************************************************/

td.scwDrag, td.scwHead
{
	margin: 15px;
	padding: 0px;
	text-align: center;
}
td.scwDrag
{
	font-size: 10px;
}
select.scwHead
{
	margin: 1px 1px;
	text-align: left;
	font-size: 11px;
}
/* strelice */
input.scwHeadLeft
{
	height: 16px;
	width: 17px;
	vertical-align: middle;
	margin: 1px 1px;
	background-image: url(images/scwCalendar_arrowLeft.gif);
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}
input.scwHeadLeft:hover
{
	background-image: url(images/scwCalendar_arrowLeft_on.gif);
}
input.scwHeadRight
{
	height: 16px;
	width: 17px;
	vertical-align: middle;
	margin: 1px 1px;
	background-image: url(images/scwCalendar_arrowRight.gif);
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}
input.scwHeadRight:hover
{
	background-image: url(images/scwCalendar_arrowRight_on.gif);
}

td.scwWeekNumberHead, td.scwWeek
{
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
td.scwNow, td.scwNowHover, td.scwNow:hover, td.scwNowDisabled
{
	background-color: #c73f51;
	background-image: url(images/btnBgr.gif);
	background-repeat: repeat-x;
	background-position: 1px;
	border-left: solid 1px #c73f51;
	border-right: solid 1px #c73f51;
	border-top: solid 1px #c73f51;
	border-bottom: solid 1px #c73f51;
	padding: 1px 3px 1px 3px;
	height: 21px;
	line-height: 17px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	margin-left: 2px;
}
table.scwCells
{
	text-align: right;
	font-size: 10px; /************************************************************************************************************/
}
td.scwCells, td.scwCellsHover, td.scwCells:hover, td.scwCellsDisabled, td.scwCellsExMonth, td.scwCellsExMonthHover, td.scwCellsExMonth:hover, td.scwCellsExMonthDisabled, td.scwCellsWeekend, td.scwCellsWeekendHover, td.scwCellsWeekend:hover, td.scwCellsWeekendDisabled, td.scwInputDate, td.scwInputDateHover, td.scwInputDate:hover, td.scwInputDateDisabled, td.scwWeekNo, td.scwWeeks
{
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	vertical-align: middle;
}
/* Blend the colours into your page here...    */
/* Calendar background */
table.scw
{
	/*background-color:  #f6f6f6;*/
}
/* Drag Handle */
td.scwDrag
{
	background-color: #f6f6f6;
	color: #000000;
}
/* Week number heading */
td.scwWeekNumberHead
{
	color: #d14255;
}
/* Week day headings */
td.scwWeek
{
	color: #ffffff;
	background-color: #d14255;
	padding: 2px 0px 2px 0px;
}
/* Week numbers */
td.scwWeekNo
{
	background-color: #d14255;
	color: #f6f6f6;
}
/* Enabled Days */
/* Week Day */
td.scwCells
{
	background-color: #f8bac2;
	color: #000000;
}
/* Day matching the input date */
td.scwInputDate
{
	background-color: #f8bac2;
	color: #000000;
}
/* Weekend Day */
td.scwCellsWeekend
{
	background-color: #E5E5E5;
	color: #CC6666;
}
/* Day outside the current month */
td.scwCellsExMonth
{
	background-color: #CACACA;
	color: #000000;
}
/* Today selector */
td.scwNow
{
}
/* Clear Button */
td.scwClear
{
	padding: 0px;
}
input.scwClear
{
	padding: 0px;
	text-align: center;
	font-size: 10px;
}
/* MouseOver/Hover formatting                             
                   If you want to "turn off" any of the formatting    
                   then just set to the same as the standard format   
                   above.                                             
                                                                      
                   Note: The reason that the following are            
                   implemented using both a class and a :hover        
                   pseudoclass is because Opera handles the rendering 
                   involved in the class swap very poorly and IE6     
                   (and below) only implements pseudoclasses on the   
                   anchor tag.                                        
            */
/* Active cells */
td.scwCells:hover, td.scwCellsHover
{
	background-color: #f8bac2;
	cursor: pointer;
	color: #000000;
}
/* Day matching the input date */
td.scwInputDate:hover, td.scwInputDateHover
{
	background-color: #f8bac2;
	cursor: pointer;
	color: #000000;
}
/* Weekend cells */
td.scwCellsWeekend:hover, td.scwCellsWeekendHover
{
	background-color: #ffffff;
	cursor: pointer;
	color: #CC6666;
}
/* Day outside the current month */
td.scwCellsExMonth:hover, td.scwCellsExMonthHover
{
	background-color: #ffffff;
	cursor: pointer;
	color: #000000;
}
/* Today selector */
td.scwNow:hover, td.scwNowHover
{
	color: #e5c5ce;
}
/* Disabled cells */
/* Week Day */
/* Day matching the input date */
td.scwInputDateDisabled
{
	background-color: #ffffff;
	color: #000000;
}
td.scwCellsDisabled
{
	background-color: #ffffff;
	color: #000000;
}
/* Weekend Day */
td.scwCellsWeekendDisabled
{
	background-color: #999999;
	color: #CC6666; /* Day outside the current month */
}



/**********************************************************************
*
*					style.css
*
/**********************************************************************/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #cccccc;
	background-image: url(images/pageBgr.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
}
.wrap
{
	width: 970px;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: auto;
	text-align: left;
}
.eTradeheader
{
	width: 970px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 110px;
	background-image: url(images/headerBgr.gif);
	background-repeat: repeat-x;
}
.eTradeLogo
{
	float: left;
	width: 300px;
	height: 60px;
	margin: 10px 0px 0px 5px;
	background-image: url(images/etrade_logo.png);
	background-repeat: no-repeat;
	}
#eTradeChartLink
{
	text-decoration: none;
	background-image: url(images/icon_chart.gif);
}

.eTradeheader #search
{
	float: right;
	width: 225px;
	margin: 30px -25px 0px 0px;
}
#search
{
	float: right;
	width: 225px;
	margin: 30px 10px 0px 0px;
}
.searchTxt
{
	font-size: 10px;
	color: #000000;
	display: block;
	float: left;
}
.searchHolder
{
	float: right;
}

.searchLiteral
{
	float: left;
	margin: 0 5px 0 0;
	line-height: 23px;
	font-size: 11px;
	color: #000000;
}
.searchTxtField
{
	float: left;
}
.searchBtn
{
	padding-left: 4px;
	margin: 0px;
	float: right;
}
#loginInfo
{
	width: 950px;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #000000;
	margin: 15px 10px 0px 10px;
}
#loginInfo a
{
	text-decoration: underline;
	color: #d14255;
}
#loginInfo a:hover
{
	color: #666666;
}



/*  SIDEBAR  */
#sidebar
{
	float: left;
	width: 222px;
	padding: 0px;
	margin: 0px;
}
.sideUlBottom
{
	float: left;
	padding: 0px;
	margin: -1px 0px 0px 10px;
	background-image: url(images/sideUlBottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 202px;
	height: 1px;
}
.sideLink
{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	background-image: url(images/sideUlBgr.gif);
	background-repeat: repeat-y;
	width: 212px;
}
#sidebar h1
{
	margin: 15px 0px 0px 10px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-image: url(images/sideH1Bgr.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 35px;
	width: 202px;
	height: 32px;
	float: left;
	line-height: 35px;
}
.sideLink a
{
	font-size: 11px;
	text-decoration: none;
	color: #d14255;
	font-weight: bold;
	display: block;
	line-height: 31px;
	height: 31px;
	width: 195px;
	cursor: pointer;
	text-indent: 37px;
	background-image: url(images/sideLinkBgr.gif);
	background-repeat: no-repeat;
}
.sideLink a:hover
{
	text-decoration: underline;
}
/*  END SIDEBAR  */




/*  CONTENT */

.contentHolder
{
	margin-left: 5px;
	margin-top: 0px;
	float: left;
	width: 748px;
}
#contentETrade
{
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
}
.cpt
{
	
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
}

.cptLeft
{
	display: none;
}

.cptRight
{
	display: none;
}


/*  END CONTENT  */


.clearfloat
{
	clear: both;
	height: 15px;
}
.footerETrade
{
	width: 970px;
	padding: 3px 0px 10px 0px;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	clear: both;
}
.footerETradeRed
{
	color: #d14255;
}
.footerETrade a
{
	color: #d14255;
	text-decoration: none;
}
.footerETrade a:hover
{
	background-color: #ffffff;
}

/**********************************************************************
*
*					table.css
*
/**********************************************************************/

/*@  charset "utf-8";*/
/* CSS Document */

/*naslov*/
.captionContent h2
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 100%;
	line-height: 13px;
	display: block;
	height: 15px;
	text-align: left;
}

/*tabela gornji red sa zaobljenjima*/
.tableControl_TopLeft {
    display: none;
}
.tableControl_TopRight {
    display: none;
}
.tableControl_Top
{
    display: none;
}

/*tabela donji red sa zaobljenjima*/
.tableControl_BottomLeft {
    display: none;
}
.tableControl_Bottom {
    display: none;
}
.tableControl_BottomRight {
    display: none;
}

.tableControl_Holder
{
	margin: 0;
    padding: 0;
}

/*tabela */
.tableControl_ {
    background-color: #F2F2F2;
    font-family: Arial, Helvetica, sans-serif, Verdana, "Trebuchet MS";
    text-decoration: none;
    margin: 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    font-size: 11px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.clearFloat
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

TABLE.tableControl_ TR.warning
{
	background-color: #ffc8c8;
}

TABLE.tableControl_ TR.note
{
	background-color: #d9d9d9;
}
.tableControl_Header:nth-of-type(1) td {
}
.tableControl_Header td, .tableControl_Header th {
    font-weight: normal;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    padding-bottom: 4px;
    background-color: #d14255;
    border-right: solid 1px #e38b97;
}
.tableControl_Header th {
    padding: 8px 4px;
}
.tableControl_Header .tableControl_ColFirst {
        border-left: solid 1px #e38b97;
    }
.tableControl_Header_streamer {
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        padding-bottom: 4px;
        font-family: Calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        background-color: #C73F51;
    }
.tableControl_ColFirst {
    padding: 8px 4px;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}
.tableControl_Col
{
	padding: 8px 3px;
	border-right: solid 1px #cccccc;
}
.tableControl_Row
{
	color: #666666;
	text-decoration: none;
}

/*----- ODD AND EVEN -----*/
.tableControl_RowEven
{
	color: #666666;
	text-decoration: none;
	background-color: #f6f6f6;
}
.tableControl_RowOdd
{
	color: #666666;
	text-decoration: none;
	background-color: #FEFEFE;
}

TABLE.tableControl_ TR.even
{
	color: #666666;
	text-decoration: none;
	background-color: #f6f6f6;
}

TABLE.tableControl_ TR.odd
{
	color: #666666;
	text-decoration: none;
	background-color: #FBFBFB;
}
/* ----------------------------*/

.tableControl_Footer
{
	height: 20px;
	background-color: #c9c9c9;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	vertical-align: bottom;
}

.tableControl_Footer_Col
{
	padding: 4px;
}

/*btni*/
.eTradeSubmitButton, .eTradeCancelButton {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: inline;
    background: #c73f51;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    padding: 8px 15px;
    float: right;
}
    .eTradeSubmitButton:hover, .eTradeCancelButton:hover {
        color: #d7d7d7;
    }
.tableControl_Col .eTradeSubmitButton, .tableControl_Col .eTradeCancelButton {
    float: none;
}
/**********************************************************************
*
*					            NOVOSTI
*
/**********************************************************************/
.news {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 10px;
}

.newsTime
{
	float: left;
	background-image: url(images/newsTimeBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-indent: 20px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
}
.newsTime a
{
	color: #666666;
}

.newsCpt
{
	height: 20px;
	margin-top: 5px;
	display: block;
}
.newsCpt a
{
	font-weight: bold;
	font-size: 11px;
}
.newsContent
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	float: left;
	width: 96%;
	text-align: left;
}
.newsBottom
{
	width: 100%;
	float: right;
	text-align: right;
	clear: both;
	height: 20px;
	margin-top: 5px;
}
.newsBottom a
{
	font-weight: normal;
	font-size: 10px;
}


/*******************************  MESSAGES  ******************************/

.messages_TopLeft
{
	background-image: url(images/tableTopLeft.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: left;
	background-position: bottom;
}
.messages_TopRight
{
	background-image: url(images/tableTopRight.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: right;
	background-position: bottom;
}
.messages_Top
{
	background-image: url(images/tableTop.gif);
	background-repeat: repeat-x;
	height: 5px;
	background-position: bottom;
	width: 728px;
}
.messages_BottomLeft
{
	background-image: url(images/tableBottomLeft.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
.messages_Bottom
{
	background-image: url(images/tableBottom.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	background-position: top;
	width: 728px;
}
.messages_BottomRight
{
	background-image: url(images/tableBottomRight.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-position: top;
}


.messages_
{
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	width: 724px;
}
.messages_Header {
    font-weight: bold;
    color: #f2f2f2;
    text-align: center;
    background-color: #d14255;
    background-repeat: repeat-x;
    text-decoration: none;
    padding-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.messages_ColFirst
{
	/*padding-left: 1px;*/
	padding: 4px;
	width: 15px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-align: left;
}
.messages_Col
{
	/*background-image: url(images/tableColumnBorder.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-align: left;
	border-left: solid 1px #cccccc;
}
.messages_Row
{
	color: #666666;
	text-decoration: none;
}

/*----- ODD AND EVEN -----*/
.messages_RowEven
{
	color: #666666;
	text-decoration: none;
	background-color: #f6f6f6;
	cursor: pointer;
}
.messages_RowEvenRead
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #f6f6f6;
}
TR.messages_RowEvenRead IMG
{
	padding-left: 20px;
	background-image: url(images/message_read.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	width: 13px;
	height: 12px;
}
.messages_RowEvenUnread
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #f6f6f6;
}
TR.messages_RowEvenUnread IMG
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(images/message_unread.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	width: 13px;
	height: 12px;
}
.messages_RowOdd
{
	color: #666666;
	text-decoration: none;
	background-color: #FEFEFE;
	cursor: pointer;
}
.messages_RowOddRead
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FEFEFE;
}
TR.messages_RowOddRead IMG
{
	font-weight: normal;
	padding-left: 20px;
	background-image: url(images/message_read.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	width: 13px;
	height: 12px;
}
.messages_RowOddUnread
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FEFEFE;
}
TR.messages_RowOddUnread IMG
{
	font-weight: bold;
	padding-left: 20px;
	background-image: url(images/message_unread.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	width: 13px;
	height: 12px;
}

TABLE.messages_ TR.even
{
	color: #666666;
	text-decoration: none;
	background-color: #f6f6f6;
}

TABLE.messages_ TR.odd
{
	color: #666666;
	text-decoration: none;
	background-color: #FBFBFB;
}
/* ----------------------------*/

/******  row over / selected  *******/

.messages_RowOver
{
	color: #666666;
	text-decoration: none;
	background-color: #ffecec;
	border-top: solid 1px #e5d4d4;
	border-right: solid 0px #e5d4d4;
	border-bottom: solid 1px #e5d4d4;
	border-left: solid 0px #e5d4d4;
}
.messages_RowSel
{
	color: #000000;
	text-decoration: none;
	background-color: #f8bac2;
	border-top: solid 1px #e5d4d4;
	border-right: solid 0px #e5d4d4;
	border-bottom: solid 1px #e5d4d4;
	border-left: solid 0px #e5d4d4;
	cursor: pointer;
}

TR.messages_RowSel IMG
{
	padding-left: 20px;
	background-image: url(images/message_read.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	width: 13px;
	height: 12px;
}


/************************************/

.messages_Footer
{
	height: 34px;
	background-color: #c9c9c9;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
}

.messages_Footer_Col
{
	padding-left: 4px;
	text-align: left;
}
.messageTextHeaderBgr
{
	text-align: left;
    background: #f6f6f6;
}
.NewMessageBody
{
	width: 708px;
	height: 100%;
	margin: 5px;
}
.pagerArrow
{
	text-decoration: none;
}
.messageTextBgr
{
	background-color: #f6f6f6;
}
.messageHeaderWidth
{
	width: 720px;
    padding: 10px;
    box-sizing: border-box;
}
.messageHeaderWidth .eTradeClose {
    margin: 0px !important;
    }
    .messageHeaderWidth select {
        padding: 4px 10px;
        border: 1px solid #c8c8c8;
        background: #fff;
    }
.messageTextBgr textarea {
    padding: 4px 10px;
    border: 1px solid #c8c8c8;
    background: #fff;
    box-sizing: border-box;
}
.messagesToolGarbage {
        float: left;
        margin-left: 5px;
        margin-top: 5px;
    }
.messagesToolGarbage a
{
	background-image: url(images/delete.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 0px;
	font-weight: bold;
	height: 16px;
	display: block;
}
.messagesToolGarbage a:hover
{
	background-position: 0px -18px;
}
.messagesToolAdd
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	padding-right: 20px;
}
.messagesToolAdd a
{
	background-image: url(images/add.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 0px;
	font-weight: bold;
	height: 16px;
	display: block;
}
.messagesToolAdd a:hover
{
	background-position: 0px -17px;
}
.messagesToolRight
{
	float: right;
	margin-right: 10px;
}




/*********************** ADMINISTRACIJA *********************/

.adminWrapper
{
	width: 1000px;
	margin: 0px auto 0px auto;
}
.adminCapt
{
	text-align: center;
	color: Black;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 80px;
	height: 80px;
}
.adminSubnav
{
	text-align: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	clear: both;
	font-size: 10px;
	color: #d14255;
	background: url(images/adminSubmenuBgr.gif);
	background-repeat: repeat-x;
}
.adminSubnav ul
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.adminSubnav li
{
	list-style: none;
	display: inline;
}
.adminSubnav li a
{
	font-weight: normal;
}
.adminSubnav li a selected
{
	color: Black;
}
.adminContent
{
	width: 740px;
	float: left;
	margin-top: 20px;
	font-size: 10px;
	text-align: left;
}
.adminTabNav
{
	position: relative;
	width: 100%;
	overflow: visible;
	float: left;
	padding: 0px;
	border-bottom: solid 1px #dddddd;
}
.adminTabs
{
	font: 10px Arial;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.admintabsLink
{
	}
.admintabsLink a
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #000000;
	float: left;
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin-right: 2px;
	background-color: #f8bac2;
	border: solid 1px #f8bac2;
}
.admintabsLink a:hover
{
	color: #d14255;
	border: solid 1px #f8bac2;
}
.admintabsLink a.selected
{
	position: relative;
	color: #d14255;
	background-color: #f0f0f0;
	border: solid 1px #f0f0f0;
	top: 1px;
}
.adminSubmit
{
	text-align: center;
	height: 35px;
	padding-top: 10px;
	background: url(images/adminSubmitBgr.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.adminMenuTree
{
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	height: 360px;
}
.adminSearch
{
	text-align: left;
}
.adminBtnPosition
{
	top: 7px;
}
.adminContentRight
{
	text-align: left;
	padding-top: 10px;
}
.adminContentCpt
{
	float: left;
	width: 100%;
	background-color: #e8ebf0;
	border: solid 1px #cbcbcb;
	padding: 5px;
}
.adminTextBox
{
	font-weight: normal;
	font-size: 10px;
	width: 130px;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	border: 1px solid #cccccc;
}

.adminTableControl_Holder
{
	/*background-color: White; 	padding-right: 1px; 	padding-left: 1px; 	border-right-width: 1px; 	border-right-style: solid; 	border-right-color: #CCCCCC; 	border-left-width: 1px; 	border-left-style: solid; 	border-left-color: #CCCCCC; 	padding-top: 0px; 	padding-bottom: 0px; 	margin: 0px;*/
	width: 100%;
}
.adminFormHolder
{
	float: left;
	width: 100%;
	border: solid 0px #000000;
}


.adminFormSubolder
{
	float: left;
	width: 40%;
	height: 150px;
	border: solid 1px #cccccc;
	border-right: none 0px;
	padding-top: 10px;
	padding-left: 10px;
}
.adminFormSubolder02
{
	margin-left: 40%;
	height: 150px;
	text-align: left;
	border: solid 1px #cccccc;
	border-left: none 0px;
	padding-top: 10px;
	padding-left: 10px;
}
.adminPager
{
	border: solid 1px #cccccc;
	color: #d14255;
	background-color: #c9c9c9;
}
.adminDelimiter
{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cbcbcb;
}
/***************************************************************/

/* ***** Additional branding classes ***** */
.CashWithdrawalAdditionalBranding
{
	background-image: url(images/selfcare.gif);
	width: 186px;
	height: 37px;
	margin: 12px 8px 5px 10px;
	display:none;
}

.CashWithdrawalAdditionalBrandingHolder
{
	float:right;
	width: 220px;
	margin-left: 7px;
}

.mainframe_now
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: White;
	display:none;
}




/* ************************************************************* Differences ************************************************************ */

.telerikComboHolder .chartCombo
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	line-height: 22px;
	background-color: Transparent !important;
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.telerikComboHolder .RadComboBox_HitaSkin, .telerikComboHolder .RadComboBox_HitaSkin .rcbInput, .telerikComboHolder .RadComboBoxDropDown_HitaSkin
{
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #666666;
	border: 0px;
}

    .telerikComboHolder .RadComboBox_HitaSkin td.rcbInputCell {
        height: 22px;
        vertical-align: top;
        padding: 0;
        background-color: Transparent;
        text-align: left;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
    }

.telerikComboHolder .RadComboBox_HitaSkin .rcbInputCell .rcbInput 
{
	background: transparent;
	vertical-align: top;
	height: 22px;
	padding: 3px 0 0 4px;
	width: 100%;
}

.telerikComboHolder .RadComboBox_HitaSkin td.rcbInputCellLeft /***********************************/ /***********************************/
{
	border-left: 0px solid #606060;
}


    .telerikComboHolder .RadComboBox_HitaSkin td.rcbArrowCell /*******************************************/ /*******************************************/ {
        width: 22px;
        height: 22px;
        padding: 0;
        background: transparent url( 'Images/dd_arrow.png' ) no-repeat;
        border: solid 1px #d14255;
    }

.telerikComboHolder .RadComboBox_HitaSkin .rcbArrowCell a /**********************************************/ /**********************************************/
{
	position: relative;
	outline: none;
	overflow: hidden;
	display: block;
	width: 22px !important;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0;
}

.rcbSlide
{
	z-index: 510000 !important;
}

.downmenuDel
{
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.downmenuDel:hover
{
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

TABLE.eTradelistdata TR.warning
{
	background-color: #ffc8c8 !important;
}

.tableControl_Col .textForm
{
	height: 20px !important;
}

.eTradeLoading
{
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
}

.eTradeLoadingTabs
{
	width: 180px; 
	height: 120px;
	background-image: url(images/loading_60.gif); 
	background-position: top center;
	background-repeat: no-repeat;
	padding: 60px 0 0 0;
	margin: 0;
}

.eTradeClose
{
	border: none;
}

.eTradeFreshRefresh
{
	width: 15px;
	height: 15px;
	background-image: url(images/streamer_refresh.png);
}

.streamerHeader #search
{
	margin: 10px 10px 10px 0px;
}

.streamerHeader .searchTxt
{
	line-height: 23px;
}
.streamerHeader .searchHolder
{
	margin: 0px 0 0 15px;
}

.streamerHeader .searchLiteral
{
	float: left;
	margin: 0 5px 0 0;
	line-height: 23px;
	font-size: 11px;
	color: #000000;
}

.tableControl_
{
	width: 100%;
}

TABLE.tableControl_ TR.warning
{
	background-color: #ffc8c8 !important;
}

TABLE.newTableControl_ TR.warning
{
	background-color: #ffc8c8 !important;
}

TABLE.tickerDetailsTable_ TR.warning
{
	background-color: #ffc8c8 !important;
}


.streamerHeader .searchBtn
{
	padding-left: 4px;
	margin: 0px;
	float: right;
}



/* inputi i combos u tabeli */

.tableControl_.newOrderOptions td:nth-of-type(5) {
    padding-top: 30px;
    position: relative;
    width: 152px;
}

.tableControl_.newOrderOptions tr.tableControl_Header td:nth-of-type(5) {
    padding: 6px 4px;
}

.tableControl_.newOrderOptions td:nth-of-type(5) select {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 140px !important;
}

.tableControl_.newOrderOptions select, .tableControl_.newOrderOptions input[type="text"], .tableControl_.newOrderOptions td:nth-of-type(5) input + span, .tableControl_.newOrderOptions td:nth-of-type(5) div {
    height: auto !important;
    line-height: normal !important;
    float: none !important;
}

.tableControl_.newOrderOptions td:nth-of-type(5) select, .tableControl_.newOrderOptions td:nth-of-type(5) input[type="text"], .tableControl_.newOrderOptions td:nth-of-type(5) input + span, .tableControl_.newOrderOptions td:nth-of-type(5) div {
    float: left !important;
}

.tableControl_.newOrderOptions input + span {
    width: auto !important;
    margin-left: 7px;
}

.tableControl_.newOrderOptions td:nth-of-type(5) div {
    width: auto !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
}

.tableControl_.newOrderOptions td:nth-of-type(5) input[type="text"], .tableControl_.newOrderOptions td:nth-of-type(2) input[type="text"] {
    clear: left;
    margin-left: 3px;
    text-align: right;
    padding-right: 5px;
}

.tableControl_.newOrderOptions td:nth-of-type(5) span:nth-of-type(2) {
    position: absolute;
    left: 80px;
    top: 54px;
    width: auto !important;
    text-align: left;
}

.tableControl_.newOrderOptions td:nth-of-type(5) input[type="text"]:nth-of-type(2) {
}

.tableControl_.newOrderOptions td:nth-of-type(6) select, .tableControl_.newOrderOptions td:nth-of-type(6) input {
    margin-left: 5px;
}

.tableControl_.newOrderOptions td:nth-of-type(6) input, .tableControl_.newOrderOptions td:nth-of-type(6) span {
    display: inline-block;
    margin: 5px 0 0 5px;
}

.tableControl_.newOrderOptions td:nth-of-type(6) span {
    margin: 5px 0 0 0;
}
.tableControl_.newOrderOptions select {
    padding: 2px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
}
.tableControl_.newOrderOptions {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
    /*.tableControl_.newOrderOptions tr:nth-of-type(3) {
        display: none;
    }*/


.validationInfo, .validationSuccess, .validationWarning, .validationError {
    margin: 5px 0px;
    padding: 5px;
    border-radius: .5em;
}

.validationInfo {
    color: #00529B;
    background-color: #BDE5F8;
}

.validationSuccess {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.validationWarning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.validationError {
    color: #D8000C;
    background-color: #FFD2D2;
}