
table.stripetable {
	border: 1px solid #ABB1D3;
	margin: 10px 0 !important;
    line-height: 16px;
	border-collapse: collapse;
}

table.stripetable th {
	padding: 2px 5px;
    border-right: 1px solid #ABB1D3;
    color: #545488;
    background-image: url("../images/thead_background.gif");
}

table.stripetable td {
	padding: 2px 5px;
    border-right: 1px solid #ABB1D3;
}

table.stripetable tr.odd {
	background-color: #fff;
}

table.stripetable tr.even {
    background-color: #E4E4F2;
}

table.stripetable tr.error
{
    background-color: #FF9900;
    color: #FFFFFF;
}

.headerlabel 
{
  line-height: 24px;
  font-weight: bold;
  font-size: x-large;
  color: #545488;
}
.large 
{
  line-height: 16px;
  font-weight: bold;
  font-size: large;
  color: #545488;
}

.boldlabel {
  font-weight: bold;
  color: #545488;
}

.normaldata {
  font-weight: normal;
}

.right {
  text-align: right;
}

.buttonList{ 
	float: right;
	font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #DDDDDD;
    background-image: url("../images/ButtonBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #919191;
    padding: 0px 0px;
    margin: 0px;
	margin-right: 6px;
    text-align: center;
    cursor: hand;
}

.buttonRight{ 
	float: right;
	font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #DDDDDD;
    background-image: url("../images/ButtonBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #919191;
    padding: 2px 4px;
    margin: 0px;
	margin-right: 6px;
    text-align: center;
    cursor: hand;
}

.buttonLeft{ 
	float: left;
	font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #DDDDDD;
    background-image: url("../images/ButtonBackground.gif");
    background-repeat: repeat-x;
    background-position: left center; 
    border: 1px solid #919191;
    padding: 2px 4px;
    margin: 0px;
	margin-right: 6px;
    text-align: center;
    cursor: hand;
}

.submitLink {
  	margin: 0;
  	padding: 0;
  	float: none;
	font-family: Verdana, sans-serif;
	background-color: transparent;
	border: none;
	text-decoration: underline;
	text-decoration-color: #000000;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}

.submitLinkList {
  	margin: 0;
  	padding: 0;
  	float: left;
	font-family: Verdana, sans-serif;
	background-color: transparent;
	border: none;
	text-decoration: underline;
	text-decoration-color: #000000;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}

