body {
	background: #FFF;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
.header {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.header td {
	padding: 0;
	background: #3c5c99;
	font-size: 11px;
}
.menu {
	border-collapse: collapse;
	border-spacing: 0;
}
.menu td {
	padding: 0;
	background-color: #DEDEDE;
	font-size: 11px;
}
.breadcrumbs {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.breadcrumbs td {
	padding: 0;
	padding-left: 10px;
	line-height: 25px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background: url(../img/bg.png) repeat-x;
	font-size: 11px;
}
.table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%
}
.table td {
	padding: 0;
	font-size: 11px;
}
.ftable {
	border-collapse: collapse;
	border-spacing: 0;
	padding-top:5px;
}
.ftable td {
	padding: 5px;
	font-size: 11px;
}
.rtable {
	border-collapse: collapse;
	border-spacing: 0;
}
.rtable th {
	padding: 5px;
	font-size: 11px;
	height:30px;
	text-align:left;
	background-color:#fcfcfc;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.ftable .head {
	padding: 5px;
	padding-left: 10px;
	font-size: 11px;
	height:30px;
	text-align:left;
	background-color:#fcfcfc;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.ftable .normal {
	padding-left: 10px;
}
.rtable th:last-child {
	border-right:none;
}
.rtable td {
	padding: 5px;
	font-size: 11px;
	height:30px;
	text-align:left;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:18px;
	vertical-align:top;
}
.rtable td:last-child {
	border-right:none;
}
.ktable td {
	padding: 0;
	font-size: 11px;
	height:10px;
	text-align:left;
	line-height:15px;
	vertical-align:text-top;
}
.ktable td input {
	height:15px;
}
.box {
	border: 1px solid #CCC;
}
.box h2 {
	background: url(../img/bg.png) repeat-x;
	color: #000;
	padding: 5px;
	margin: 0;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	height:20px;
	padding-top:8px;
	padding-bottom:2px;
	text-shadow: 1px 0px 23px rgba(150, 150, 150, 0.75);
}
.box p {
	color: #333;
	padding: 5px;
	padding-top:0;
	padding-bottom:0;
}
.next {
	border: 1px solid #CCC;
	background: url(../img/bg.png) repeat-x;
	color: #000;
	padding: 5px;
	font-size: 11px;
	height:31px;
	margin-top:10px;
	width:70px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-shadow: 1px 0px 23px rgba(150, 150, 150, 0.75);
	cursor:pointer;
}
.next:disabled {
	cursor:default;
	color: #CCC;
}
.previous {
	border: 1px solid #CCC;
	background: url(../img/bg.png) repeat-x;
	color: #000;
	padding: 5px;
	font-size: 11px;
	height:31px;
	margin-top:10px;
	width:70px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-shadow: 1px 0px 23px rgba(150, 150, 150, 0.75);
	cursor:pointer;
}
.previous:disabled {
	cursor:default;
	color: #CCC;
}
.button {
	border: 1px solid #CCC;
}
.button h2 {
	background: url(../img/bg.png) repeat-x;
	color: #000;
	padding: 5px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	height:40px;
	padding-top:8px;
	padding-bottom:2px;
	text-shadow: 1px 0px 23px rgba(150, 150, 150, 0.75);
}
.button p {
	color: #333;
	padding: 5px;
	padding-top:0;
	padding-bottom:0;
}
a:link {
	color: #666;
}
a:active {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #1F5D9C;
}
.warning {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	color: #C09853;
	padding: 10px;
	line-height: 20px;
}
.info {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
    color: #3A87AD;
	padding: 10px;
	line-height: 20px;
}
.error {
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
    color: #A94442;
	padding: 10px;
	line-height: 20px;
}
.success {
	background-color: #E4F3CB;
	border: 1px solid #C4E58D;
    color: #7AAB27;
	padding: 10px;
	line-height: 20px;
}
.erros {
    color: #A94442;
	line-height: 20px;
}
.line {
	padding-top:6px;
	border-bottom:1px solid #BCE8F1;
}
.box ul {
	list-style:none;
	padding:5px;
	padding-top:8px;
	margin:0;
}
.box li {
	height:25px;
	padding-left:5px;
	text-decoration:underline;
}
input {
	border: 1px solid #CCC;
	height:25px;
	width:97%;
	padding-left:3px;
}
.keywords {
	border: 1px solid #CCC;
	width:95%;
	overflow:auto;
	padding:6px;
	max-height:300px;
	padding-left:3px;
}
.r {
	border: 1px solid #CCC;
	width:95%;
	overflow:auto;
	padding:6px;
	max-height:300px;
	padding-left:3px;
}
select {
	border: 1px solid #CCC;
	height:25px;
	width:97%;
	padding-left:3px;
}
textarea {
	border: 1px solid #CCC;
	height:25px;
	width:97%;
	padding-left:3px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
input[type="radio"] {
	padding:0;
	margin:4px;
	margin-bottom:0;
	height:18px;
	width:auto;
}
input[type="file"] {
	padding:0;
	margin:4px;
	margin-bottom:0;
	height:18px;
	border:none;
	width:auto;
}
.paginate {
	padding: 0px;
	margin: 0px;
	height: 30px;
	display: block;
	text-align: center;
}
.paginate li {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin-right: 1px;
	width: 30px;
	text-align: center;
	background: #4CC2AF;
	line-height: 25px;
}
.paginate .active {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin-right: 1px;
	width: 30px;
	text-align: center;
	line-height: 25px;
	background-color: #666666;
}
.paginate li a{
	text-decoration:none;
}
.progress td {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
    color: #3A87AD;
	padding: 10px;
	line-height: 20px;
}
.progress td a {
	text-decoration:none;
    color: #3A87AD;
}
td.selected {
	background-color: #a8d6ed;
	border: 1px solid #a8d6ed;
	padding: 10px;
	font-weight:bold;
	line-height: 20px;
}
ol li {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	height:18px;
}
.comments ul {
	list-style:circle !important;
	padding:0 !important;
	margin-left:25px !important;
}
.comments li {
	text-decoration:none !important;
	height:auto !important;
	line-height:25px !important;
	margin:0 !important;
	padding:0 !important;
}
.comments li p {
	margin:0;
	padding:0;
}
.required {
	font-weight:normal;
    color: #A94442;
	font-size:9px;
	vertical-align:top;
}
.none {
	padding-top:4px;
	padding-left:24px;
}
.none li {
	height:auto;
	line-height:22px;
	padding-left:5px;
	text-decoration:none;
}