/* CSS Document */

table.tabelData {
	/*background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;*/
	border-spacing: 0px;
	/*width: 100%;*/
	border-collapse: collapse;
	
}

table.tabelData th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
	/*background: url(../images/background.gif);*/
	background-color:#3b5998;
	background-repeat: repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:inherit;
}
table.tabelData th.title {
	text-align: left;
}
table.tabelData th a {
	color: #ff9900;
}
table.tabelData tr.row0 {
	background-color: #F5F5F5;
}
table.tabelData tr.row1 {
	background-color: #FFF;
}
table.tabelData td {
	border-bottom:1px solid #CCCCCC;
	/*border-bottom: 1px solid #e5e5e5;*/
	/*border-bottom: none;*/
	padding: 4px;
}
table.tabelData tr.row0:hover {
	background-color: #f1f1f1;
}
table.tabelData tr.row1:hover {
	background-color: #f1f1f1;
}
table.tabelData td.options {
	background-color: #ffffff;
	font-size: 8px;
}
.inputbutton{
	margin:2px 4px;
	padding:2px 15px 3px 15px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#D9DFEA;
	border-left-color:#D9DFEA;
	border-bottom-color:#0e1f5b;
	border-right-color:#0e1f5b;
	background-color:#3b5998;
	color:#FFFFFF;
	font-size:11px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-align:center;
}

.inputbutton:hover{
	cursor:pointer;
}