@import "table.css";

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ff9900;
	text-decoration: underline;
}

#content {
	padding: 10px;
	font: 12px/20px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
	color: #333333;
	width: 590px;
	margin: auto;
}

ul {
	text-align: right;
	list-style: none;
	font: 11px/18px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
}
ul li {
	float: right;
	height: 18px;
	padding-left: 10px;
}
ul li a:link, ul li a:visited {
	color: #FF6600;
	text-decoration: none;
}
ul li a:hover, ul li a:active {
	color: #FF6600;
	text-decoration: underline;
}




a.true:link,
a.true:visited {
	background: transparent url("/img/ico/checked-true.gif") 0 1px no-repeat;
	padding-left: 16px;
}
a.true:hover,
a.true:active {
	color: #20A4F7;
	text-decoration: underline;
}




a.false:link,
a.false:visited {
	background: transparent url("/img/ico/checked-false.gif") 0 1px no-repeat;
	padding-left: 16px;
}
a.false:hover,
a.false:active {
	color: #20A4F7;
	text-decoration: underline;
}



#options {
	background-color: #ffffff;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 10px;
	padding: 1px 0 1px 0;
	font: 11px/18px Arial, Helvetica, Tahoma, Verdena, "Arial CE", "Helvetica CE", sans-serif;
}
a.submit:link, a.submit:visited {
	color: #FF6600;
	text-decoration: none;
	background: url("/img/bullet/arrow-5.gif") center right no-repeat;
	padding-right: 13px;
}
a.submit:hover, a.submit:active {
	color: #FF6600;
	text-decoration: underline;
}


#options .title {
	background-color: #E4E4E4;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #ffffff;
}
#options .top {
	background-color: #EAEAEA;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #ffffff;
}
#options .bottom {
	background-color: #F0F0F0;
	padding: 3px 0 3px 5px;
}





label {
	cursor: pointer;
}



#nav-page {
	text-align: center;
	padding: 10px 0 20px 0;
	font-size: 11px;
	color: #8e8e8e;
}
#nav-page strong {
	color: #ff0000;
}
#nav-page img {
	vertical-align: middle;
}
