﻿.DefaultText
{
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    font-style: normal;
}
.DefaultTextBox
{
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #161D31;
    color: #161D31;
    font-family: Arial;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    height:22px;
    border-radius: 4px 4px 4px 4px;
}
.DisabledTextBox  {
    background-color: #fbfbfb ;
    border-style: solid;
    border-width: 1px;
    border-color: #161D31;
    color: #767676;
    font-family: Arial;
    font-size: 12px;
    padding: 1px 3px 1px 3px;
    height:22px;
    border-radius: 4px 4px 4px 4px;
}
.DefaultListBox
{
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #333333;
    padding-left:3px;
    padding-top:2px;
}
.DisabledListBox
{
    background-color: #fbfbfb;
    font-family: verdana;
    font-size: 11px;
    color: #767676;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #333333;
    padding-left:3px;
    padding-top:2px;
}
.DefaultDropDownBox 
{
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #161D31;
    color: #161D31;
    font-family: Arial;
    font-size: 12px;
    padding: 1px 3px 1px 3px;
    height:24px;
    border-radius: 4px 4px 4px 4px;
      
}
.DisabledDropDownBox 
{
    background-color: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #161D31;
    color: #767676;
    font-family: Arial;
    font-size: 12px;
    padding: 1px 3px 1px 3px;
    height:24px;
    border-radius: 4px 4px 4px 4px;
      
}
.DefaultTableHeader
{
   font-weight: bold;
    color: #FFFFFF;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    background-color: #001A66;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    line-height:24px;
    border-radius: 4px;
}
.DefaultAjaxButton{
    background: #001A66 url("images/ui-bg_highlight-soft_60_4ca20b_1x100.png") 50% 50% repeat-x;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align:bottom;
    border: 1px solid #808080;
    text-decoration: none;
}
a.DefaultAjaxButton
{
    height:21px;
    padding-top:4px;
    color: #FFFFFF !important;
}
.DefaultButton
{
    font-family: Arial;
    font-size: 11.5px;
    border: 1px solid #545454;
    background: #001A66 url("images/ui-bg_highlight-soft_0_001A66_1x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
a.DefaultButton
{
    text-decoration:none;
}
a.DefaultButton:hover
{
    border: 1px solid #001A66;
	background: #FF6600 url("images/ui-bg_highlight-hard_0_FF6600_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.DefaultFileUpload{
    /*background: #001A66 url("images/ui-bg_highlight-soft_60_4ca20b_1x100.png") 50% 50% repeat-x;*/
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #808080;
    height: 25px;
    padding: 3px;
    text-align: left;
    vertical-align:bottom;
    border: 1px solid #808080;
    text-decoration: none;
    min-width:450px;
}
.ButtonSmall
{
    font-family: Arial;
    font-size: 11px;
    background-color: #001A66;
    color: #FFFFFF;
    height: 17px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border: 1px solid #808080;
    border-radius: 4px;
}
a.ButtonSmall
{
    padding-top: 2px;
    text-decoration: none;
}
a.ButtonSmall:hover
{
    background-color:#FF6600;
}
a.DefaultLink
{
    font-family: Arial;
    text-decoration: none;
    color: #001A66;
    font-size: 11px;
    font-weight: bold;
}
a.DefaultLink:Hover
{
    text-decoration:underline;
    color: #FF6600;
}
.GridView
{
    border: 1px solid #001A66;
    border-radius:4px;
}
.GridViewHeader
{
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    background-color: #001A66;
    color: #FFFFFF;
    height: 30px;
    padding-left: 5px;
    text-align:left;

}
.GridViewRow
{
    font-family: verdana;
    font-size: 12px;
    color: #333333;
    height: 30px;
    padding: 5px;
}
.GridViewAlterRow
{
    font-family: verdana;
    font-size: 12px;
    background-color: #DDDDDD;
    color: #333333;
    height: 30px;
    padding: 5px;
}
.GridViewPaging
{
}
        
.GridViewPaging a
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    background-color: #001A66;
    color: #FFFFFF;
    height: 17px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border: 1px solid #808080;
    text-decoration: none;
}
        
.GridViewPaging a:hover
{
    background-color:#F2B600;
}
        
.GridViewPaging span
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    background-color: transparent;
    color: #FFFFFF;
    height: 17px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border: 1px solid #808080;
}
        
tr.GridViewPaging
{
    background-color: #666666 !important;
    height: 25px;
}
        
tr.GridViewPaging tr
{
    background-color: #666666 !important;
}
tr.GridViewPaging td
{
    border: none;
}
.OrderSubTotalsContent
{   
    font-family: verdana;
    font-size: 12px;
    color: #333333;
    height: 30px;
    padding: 5px;
}
.OrderSubTotalsLabel
{   
    font-family: verdana;
    font-size: 12px;
    color: #333333;
    height: 30px;
    width:150px;
    padding: 5px;
    text-align:right;
    border-left: 1px solid #808080;
}
.OrderSubTotalsAmount
{   
    font-family: verdana;
    font-size: 12px;
    font-weight:bold;
    color: #333333;
    height: 30px;
    width:120px;
    padding: 5px;
    text-align:right;
}
.OrderTotalsLabel
{   
    font-family: verdana;
    font-size: 13px;
    color: #333333;
    height: 30px;
    width:150px;
    padding: 5px;
    text-align:right;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
}
.OrderTotalsAmount
{   
    font-family: verdana;
    font-size: 13px;
    font-weight:bold;
    color: #333333;
    height: 30px;
    width:120px;
    padding: 5px;
    text-align:right;
    border-top: 1px solid #808080;
}
.DefaultAmount{
    font-family: verdana !important;
    font-size: 13px !important;
    font-weight:bold !important;
    color: #333333 !important;
    text-align:right !important;
    padding-right:5px !important;
}
.EditTextBoxHeader
{
    border-style:none;
    font-family: verdana;
    font-size: 14px;
    color: #666666;
    text-align:right;
    cursor:pointer;
}
.EditTextBoxTotals
{
    border-style:none;
    font-family: verdana;
    font-size: 12px;
    font-weight:bold;
    color: #333333;
    text-align:right;
    cursor:pointer;
}
a.GridEditButton
{
    width: 20px;
    height: 20px;
    background-image: url('images/icon_edit.png');
    text-decoration: none;
}
a.GridDeleteButton
{
    width: 20px;
    height: 20px;
    background-image: url('images/icon_delete.png');
    text-decoration: none;
}
.UpperCase{
    text-transform: uppercase;
}
.InvalidInput{
    background-color:red !important;
    color: white;
}
.SpinnerText{
    font-family:Verdana;
    font-size: 11px;
    font-weight:bold;
    color: #4ca20b;
}
.euro_flag{
    background-image: url('../../Images/euroFlag.png');
    background-repeat:no-repeat;
    left: 0px;
    top:0px;
    width: 16px;
    height:11px;
}
.back_EUR{
    background-image: url('../../Images/EURback.gif');
    background-position: left;
    background-repeat:no-repeat;
    text-align:right;
}
.back_USD{
    background-image: url('../../Images/USDback.gif');
    background-position: left;
    background-repeat:no-repeat;
    text-align:right;
}
.back_GBP{
    background-image: url('../../Images/GBPback.gif');
    background-position: left;
    background-repeat:no-repeat;
    text-align:right;
}
.disabled {
    background-color: #f6f6f6;
}
.borderAll{
    display: block;
    border: 1px solid #001A66;
    border-radius: 4px;
}
.autoScrollVertical{
    height: 100%;
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
}
input.errorButton{
    background-image: url('../../Images/iconFail.png');
    background-position:left;
    background-repeat: no-repeat;
    background-color: transparent;
    width:16px;
    height: 16px;
    cursor: pointer;
    border: none;
}
input.checkButton{
    background-image: url('../../Images/iconCheck.png');
    background-position:left;
    background-repeat: no-repeat;
    background-color: transparent;
    width:16px;
    height: 16px;
    cursor: pointer;
    border: none;
}
h1.theme {
    vertical-align: top;
    text-align: center;
    font-size: 28px;
    font-family: Calibri;
    font-weight: bold;
    color: #3b3b3b;
    margin-top: 0 !important;
    padding:0 !important;
}
.form-control-right
{
    text-align:right;
    width:80%;
}
.ui-state-disabled,
button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}