﻿body
{
    font-family: Tahoma;
    font-size: 11px;
}
img
{
    border: 0px;
}
select
{
    font-family: Tahoma;
    font-size: 11px;
}
.btn
{
    border: 1px solid #000000;
    font-family: Tahoma;
    font-size: 12px;
    background-image: url('images/bg_button.jpg');
    background-repeat: repeat-x;
    height: 20px;
    padding: 0px 15px 7px 15px;
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
}
.btn2
{
    font-family: Tahoma;
    font-size: 12px;
    padding: 2px;
}
.hide
{
    display: none;
}
.show
{
    display: block;
}
.txt
{
    font-family: Tahoma;
    font-size: 11px;
}
.txt_ltr
{
    font-family: Tahoma;
    font-size: 11px;
    direction: ltr;
}
.txtreq
{
    font-family: Tahoma;
    font-size: 11px;
    background-color: #FFFFCC;
}
.txtd
{
    font-family: Tahoma;
    font-size: 11px;
    width: 180px;
    height: 70px;
}
.txtd_ltr
{
    font-family: Tahoma;
    font-size: 11px;
    direction: ltr;
    width: 180px;
    height: 70px;
}
.txts
{
    font-family: Tahoma;
    font-size: 11px;
    width: 40px;
    direction: ltr;
}
.txtl
{
    font-family: Tahoma;
    font-size: 11px;
    width: 180px;
}
.txtl_ltr
{
    font-family: Tahoma;
    font-size: 11px;
    direction: ltr;
    width: 180px;
}
.r
{
    direction: rtl;
    text-align: right;
}
.l
{
    direction: ltr;
    text-align: left;
}
.line
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    height: 3px;
    width: 100%;
    color: Black;
    margin-top:5px;
    margin-bottom:5px;
}
.vline
{
    width: 1px;
    font-size: 2px;
    background-image: url('../../img/VerticalDottedLine.gif');
    background-repeat: repeat-y;
    background-attachment: scroll;
}
.hand
{
    cursor: pointer;
    cursor: hand;
}
.seperator
{
    padding: 5px;
    margin-bottom:3px;
    margin-top:3px;
}

.tbl
{
    width: 100%;
    direction: rtl;
}
a, a:link, a:visited, a:active
{
    color: #041f3e;
    text-decoration: none;
}
a:hover
{
    color: #041f3e;
    text-decoration: underline;
}
fieldset
{
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin: 5px;
}
legend
{
    padding: 3px;
}
.plus
{
    background-image: url('../../img/plus.gif');
    width: 20px;
    height: 20px;
    float: right;
    display: inline;
    cursor: pointer;
}
.min
{
    background-image: url('../../img/minus.gif');
    width: 20px;
    height: 20px;
    float: right;
    display: inline;
    cursor: pointer;
}
.float
{
    display: inline;
    float: right;
}
.treeNode
{
    display: none;
    padding-right: 30px;
}

.dtbl
{
    display: table;
    vertical-align: top;
}
.error
{
    color: Red;
}
.greenbg
{
    background-color: #E9FFD2;
}
.redbg
{
    background-color: #FFD2D2;
}
.yellowbg
{
    background-color: #FFFFCC;
}
.mymsg
{
    border: 1px solid #CCCCCC;
    background-color: #FBF9EA;
    padding: 5px 25px 5px 10px;
    margin: 5px;
}
.smallmsg
{
    border: 1px solid #CCCCCC;
    background-color: #FBF9EA;
    padding: 5px;
    margin: 2px;
}
.mymsg ul
{
    padding: 2px;
}

.bluemsg
{
    border: 1px solid #CCCCCC;
    background-color: #E5F6FE;
    padding: 5px 25px 5px 10px;
    margin: 5px;
}

.msg1
{
    background-position: 99.9% center;
    border: 1px solid #CCCCCC;
    background-color: #FBF9EA;
    padding: 5px 30px 5px 10px;
    margin: 5px;
    background-image: url('../../icons/alert.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.msg2
{
    background-position: 99.9% center;
    background-color: #FFDDDD;
    border: 1px solid #CCCCCC;
    padding: 5px 25px 5px 10px;
    background-image: url('../../icons/error.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 5px 30px 5px 10px;
    margin: 5px;
}
.myalert
{
     color:#FFE771;
  
}
.alert2
{
    border: 1px solid #054665;
    background-color: #FFE771;
    padding: 2px 5px 2px 10px;
    margin: 5px;
}
.alert1
{
    border: 1px solid #054665;
    background-color: #A0DDFA;
    padding: 2px 5px 2px 10px;
    margin: 5px;
}
.alert3
{
    border: 1px solid #666666;
    background-color: #E9E9E9;
    padding: 2px 5px 2px 10px;
    margin: 5px;
}
a[class='curve'], a[class='curve']:link, a[class='curve']:visited, a[class='curve']:hover, a[class='curve']:active
{
    background-color: #1E4364;
    padding: 3px 7px 4px 7px;
    color: White;
    margin: 5px 2px 5px 2px;
}
a[class='curve_e'], a[class='curve_e']:link, a[class='curve_e']:visited, a[class='curve_e']:hover, a[class='curve_e']:active
{
    background-color: #FF3300;
    padding: 3px 7px 4px 7px;
    color: White;
    margin: 5px 2px 5px 2px;
}

a[class='error'], a[class='error']:link, a[class='error']:visited, a[class='error']:hover, a[class='error']:active
{

    color: red;
  
}
a[class='myalert'], a[class='myalert']:link, a[class='myalert']:visited, a[class='myalert']:hover, a[class='myalert']:active
{

   color:#FFE771;
  
}

.tblb
{
    border: 0.5px solid #666666;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.tblb tr
{
    border: 0px solid #666666;
    margin: 0px;
    padding: 0px;
}
.tblb td
{
    border: 0.5px solid #666666;
    margin: 0px;
    padding: 5px;
}
.tblb th
{
    border: 0.5px solid #666666;
    margin: 0px;
    padding: 5px;
    background-color: #C0C0C0;
}
.leftdiv
{
    direction: ltr;
    text-align: left;
    width: 100%;
    margin-left: 20px;
}
.seperator #lblPrice{
	display:none;
}