tr.row_odd {
	background-color:#ddf;
}
tr.row_even {
	background-color:#fff;
}
table.sortable {
border-collapse: collapse;
border: 1px solid #000;
font:10pt verdana;
/*
font:10pt verdana;
border-color:navy;*/
}
table.sortable td, table.sortable thead th{
padding: 2px;
border: 1px solid #000;
/*border-color:navy;*/
}

table.sortable thead {
/*background-color:buttonface;*/
background-color:yellow;
color:#000;
font-weight: bold;
/*cursor: pointer;*/
/*font: 11pt ;
border-collapse: collapse;
border-color:navy;
border-color: #FFF;*/
}
body{
	font-family: "Courier New", Courier, monospace;
	/*
	font:10pt verdana;
	font-family:Verdana;
	font-size:small;
	*/
}
input{
font-family: "Courier New", Courier, monospace;
color: black;
font-weight: bold;
/*font-size: 13px;*/
}
table, th, td {
    border: 1px solid black;
    font-family: "Courier New", Courier, monospace;
}

h1{
	font-family: Arial;
	font-size: 40px;
	color: #0000ff;
	font-weight: bold;
}

h3 {
    font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #ff0000;
	/*font-family:Verdana;*/
}

a {
	text-decoration: none;
	color: #0000ff;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #ff0000;
}

a .main {
	font-size: 30px;
	color: #000000;
	padding-bottom: 50px;
	font-weight: bold;
}

a.btn {
	font-family: Arial;
    font-weight: bold;
	font-size: 12px;
	display: inline-block;
	background: #0000ff;
	padding: 5px 14px 4px;
	border-radius: 4px;
	margin-top: 17px;
	margin-bottom: 17px;
	color: #fff;
	text-transform: uppercase;
}

a.btn:hover {
	background: #ff0000;
}

a.submenu {
	font-family: Arial;
	float: right;
    font-weight: bold;
	font-size: 12px;
	display: inline-block;
	background: #0000ff;
	padding: 5px 14px 4px;
	border-radius: 4px;
	color: #fff;
	text-transform: none;
}

a.submenu:hover {
	background: #ff0000;
}

.center {
	text-align: center;
} 

header {
	display: block;
	padding-top: 16px;
	position: relative;
	z-index: 999;
	padding-bottom: 31px;
}

header h1 {
	float: center;
	position: relative;
	z-index: 999;
}

header img{
	display: block;
}

.space{
	padding-bottom: 10px;
	padding-top: 10px;
}

font {
	font-family: verdana;
	font-size: 20px;
}

/*manu*/

a.menu {
	font-family: Arial;
    font-weight: bold;
	font-size: 16px;
	display: inline-block;
	background: #0000ff;
	padding: 5px 14px 4px;
	border-radius: 4px;
	margin-top: 17px;
	margin-bottom: 17px;
	color: #fff;
	text-transform: uppercase;
}

a.menu:hover {
	background: #ff0000;
}

a.current{
	font-family: Arial;
    font-weight: bold;
	font-size: 16px;
	display: inline-block;
	background: #ff0000;
	padding: 5px 14px 4px;
	border-radius: 4px;
	margin-top: 17px;
	margin-bottom: 17px;
	color: #fff;
	text-transform: uppercase;
}
.fd_completed{
	text-decoration:line-through;
}

.renew{
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}

#center{
	text-align: center;
}

.right{
	text-align: right;
}
