﻿/*buttons stylesheet*/

.buttonsArea
{
	width: 100%;
	height: 26px;
	float: left;
	display: block;
	padding: 30px 0px 20px 0px;
}
.roundButtonLeft
{
	border-style: solid;
	border-color: inherit;
	border-width: 0px;
	background: url('../../IMG/IMG-sada/button-back.gif') no-repeat left top;
	width: 113px;
		height: 26px;
		float: left;
		cursor: pointer;
		font-size: 0px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
}
.roundButtonRight
{
	border-style: solid;
	border-color: inherit;
	border-width: 0px;
	background: url('../../IMG/IMG-sada/button-continue.gif') no-repeat left top;
	width: 113px;
		height: 26px;
		float: right;
		cursor: pointer;
		font-size: 0px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
}
/*_ Claim/Conviction button ____________________________*/

.addClaimButton
{
    border-style: solid;
    border-color: inherit;
    border-width: 0px;
    background: url('../../IMG/IMG-sada/butt-addclaim.gif') no-repeat left top;
    width: 113px;
    height: 26px;
    float: right;
    font-size: 0px;
    color: #4E95D2;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    vertical-align: top;
    padding-bottom: 20px;
    margin: 0px;
    margin: 5px 0px;
    cursor: pointer;
}
.addConvictionButton
{
    border-style: solid;
    border-color: inherit;
    border-width: 0px;
    background: url('../../IMG/IMG-sada/butt-addconviction.gif') no-repeat left top;
    width: 150px;
    height: 26px;
    float: right;
    font-size: 0px;
    color: #4E95D2;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    vertical-align: top;
    padding-bottom: 20px;
    margin: 0px;
    margin: 5px 0px;
    cursor: pointer;
}
.okModalPanelButton
{
	background-color:#EEEEEE;
	border: none;
	cursor:pointer;
	float:right;
	font-size:1em;
	font-weight:bold;
	height:27px;
	line-height:1em;
	text-align:center;
	width:120px;
	
}
.okModalPanelButton, 
.cancelModalPanelButton
{
	float: left;
	background-color: #66BD2B;
	border: solid 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1px;
	font-weight: bold;
	color: #66BD2B;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	line-height: 19px;
	padding-bottom: 2px;
	margin-left: 20px;
}
.cancelModalPanelButton, 
.okModalPanelButton
{
	display: inline !important;
}
.okModalPanelButton
{
    width: 85px;
    height: 19px;
    background-image: url('../../IMG/IMG-sada/butt-modal-select.gif');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
}
.cancelModalPanelButton
{
	width: 55px;
	height: 19px;
	background-image: url('../../IMG/IMG-sada/butt-modal-cancel.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 20px;
}
.send
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	background-color: #eeeeee;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	height: 30px; 
	padding-bottom: 5px;
	width:96px; 
}
