﻿input[type="text"]
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
}
textarea
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
}
/*Start Textbox Style(txt-)*/
.txt-address
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
    width: 300px;
    height: 60px;
}
.txt-description
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
    width: 300px;
    height: 100px;
}
.txt-phone
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
    width: 200px;
}
.txt-email
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
    width: 200px;
}
.txt-Search
{
    border: solid 1px #7D7D7D;
    width: 206px;
    height: 19px;
    float: left;
    padding: 4px 2px 0px 2px;
    font-size: 14px;
}
.txt-Login
{
    border: solid 1px #7D7D7D;
    width: 120px;
    height: 19px;
    padding: 4px 2px 0px 2px;
    font-size: 12px;
}
.txt-long
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
    width: 300px;
}
.txt-medium
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
    width: 200px;
}
.txt-short
{
    border: solid 1px #7D7D7D;
    padding: 3px 2px 3px 2px;
    width: 100px;
}
/*End Textbox Style(txt-)*/

/*Start Dropdownlist Style(ddl-)*/
.ddl-long
{
    border: solid 1px #7D7D7D;
    width: 305px;
    padding: 2px 2px 2px 2px;
}
/*End Dropdownlist Style*/

/*Start Button Style(btn-)*/
.btn-70px
{
    background: transparent url('../../image/btn/btn-Square-Green70px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 70px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-70px:hover, .btn-70px:active
{
    background: transparent url('../../image/btn/btn-Square-Green70px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 70px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-80px
{
    background: transparent url('../../image/btn/btn-Square-Green80px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 80px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-80px:hover, .btn-80px:active
{
    background: transparent url('../../image/btn/btn-Square-Green80px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 80px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-100px
{
    background: transparent url('../../image/btn/btn-Square-Green100px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 100px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-100px:hover, .btn-100px:active
{
    background: transparent url('../../image/btn/btn-Square-Green100px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 100px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-120px
{
    background: transparent url('../../image/btn/btn-Square-Green120px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 120px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-120px:hover, .btn-120px:active
{
    background: transparent url('../../image/btn/btn-Square-Green120px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 120px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-140px
{
    background: transparent url('../../image/btn/btn-Square-Green140px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 140px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-140px:hover, .btn-140px:active
{
    background: transparent url('../../image/btn/btn-Square-Green140px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 140px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-160px
{
    background: transparent url('../../image/btn/btn-Square-Green160px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 160px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-160px:hover, .btn-160px:active
{
    background: transparent url('../../image/btn/btn-Square-Green160px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 160px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-180px
{
    background: transparent url('../../image/btn/btn-Square-Green180px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 180px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-180px:hover, .btn-180px:active
{
    background: transparent url('../../image/btn/btn-Square-Green180px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 180px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-200px
{
    background: transparent url('../../image/btn/btn-Square-Green200px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 200px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-200px:hover, .btn-200px:active
{
    background: transparent url('../../image/btn/btn-Square-Green200px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 200px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-220px
{
    background: transparent url('../../image/btn/btn-Square-Green220px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 220px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-220px:hover, .btn-220px:active
{
    background: transparent url('../../image/btn/btn-Square-Green220px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 220px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-240px
{
    background: transparent url('../../image/btn/btn-Square-Green240px.gif') no-repeat top left;
    font: bold 13px tahoma;
    color: green;
    width: 240px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
}
.btn-240px:hover, .btn-240px:active
{
    background: transparent url('../../image/btn/btn-Square-Green240px.gif') no-repeat bottom left;
    font: bold 13px tahoma;
    color: green;
    width: 240px;
    line-height: 22px;
    height: 23px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-backbegin
{
    height: 19px;
    width: 23px;
    background: url(image/btn/btn-backbegin.gif) no-repeat;
}
.btn-backpage
{
    height: 19px;
    width: 18px;
    background: url(image/btn/btn-backpage.gif) no-repeat;
    border: none;
}
.btn-nextpage
{
    height: 19px;
    width: 18px;
    background: url(image/btn/btn-nextpage.gif) no-repeat;
    border: none;
}
.btn-nextend
{
    height: 19px;
    width: 23px;
    background: url(image/btn/btn-nextend.gif) no-repeat;
    border: none;
}
/*End Button Style(btn-)*/

/*Start LinkButton Style(lbtn-)*/
.lbtn
{
    display: block;
    cursor: pointer;
    color: green;
    margin-top: 10px;
    text-decoration: none;
}
.lbtn:hover
{
    display: block;
    cursor: pointer;
    color: green;
    margin-top: 10px;
    text-decoration: underline;
}
.tbtn
{
    cursor: pointer;
    color: green;
    text-decoration: none;
}
.tbtn:hover
{
    cursor: pointer;
    color: green;
    text-decoration: underline;
}
.lbtn-ShowAll, .lbtn-ShowAll:hover, .lbtn-ShowAll:active, .lbtn-ShowAll:visited
{
    margin-top: 10px;
    font-size: 12px;
    color: Green;
    display: block;
}

/*End LinkButton Style(lbtn-)*/

/*Start ImageButton Style(ibtn-)*/

/*End ImageButton Style(ibtn-)*/


/*Start RadioButton Style(rbtn-)*/
/*End RadioButton Style(rbtn-)*/

/*Start IconButton .btn-ico-*/
.btn-ico-Add
{
    background: url('../../image/icons/ico-Add.gif') no-repeat left;
    height: 30px;
    cursor: pointer;
    display: block;
    color: gray;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding: 2px 2px 2px 25px;
    border: none 0px;
}

/*.btn-ico-add:hover
{
	background: url('../../img/tbtn-add.gif') no-repeat left;
	height: 30px;
	cursor: pointer;
	display: block;
	color: Black;
	font-weight: bold;
	vertical-align: middle;
	text-align:right;
	margin:0;
	padding:2px 2px 2px 2px;
	border-left:ridge 1px black;
	border-right:ridge 1px black;
}*/

.btn-ico-Del
{
    background: url('../../image/icons/ico-Delete.gif') no-repeat left;
    height: 30px;
    cursor: pointer;
    display: block;
    color: gray;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding: 2px 2px 2px 25px;
    border: none 0px;
}

/*.btn-ico-Del:hover
{
	background: url('../../img/tbtn-add.gif') no-repeat left;
	height: 30px;
	cursor: pointer;
	display: block;
	color: Black;
	font-weight: bold;
	vertical-align: middle;
	text-align:right;
	margin:0;
	padding:2px 2px 2px 2px;
	border-left:ridge 1px black;
	border-right:ridge 1px black;
}*/
/*End IconButton .btn-ico-*/

.btn-ico-next2end
{
    background: url('../../image/icons/ico-NextEnd.gif') no-repeat left;
    width: 25px;
    height: 19px;
    cursor: pointer;
    display: block;
    border: none 0px;
}
.btn-ico-back2end
{
    background: url('../../image/icons/ico-PreviousEnd.gif') no-repeat left;
    width: 25px;
    height: 19px;
    cursor: pointer;
    border: none 0px;
    display: block;
}
.btn-ico-next
{
    background: url('../../image/icons/ico-Next.gif') no-repeat left;
    width: 18px;
    height: 19px;
    cursor: pointer;
    display: block;
    border: none 0px;
}
.btn-ico-back
{
    background: url('../../image/icons/ico-Previous.gif') no-repeat left;
    width: 18px;
    height: 19px;
    cursor: pointer;
    border: none 0px;
    display: block;
}
.lb
{
    color: Green;
    font-weight: bold;
}
