/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
}
a{
	color:#FFF; 
}
div#wrap{
	width:400px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
div.msg{
	width:378px;
	height:26px;
	position:absolute;
	top:156px;
	left:0px;
	border:1px solid #fe9090;
	background:#feb1b1;
	color:#820101;
	font-weight:bold;
	padding:1px 10px 0 10px;
	display:none;
}
div.msg img{
	margin:5px 10px 0 0;
	float:left;
}
div.msg p{
	margin:4px 0;
	float:left;
}
div.block{
	height:170px;
	width:400px;
	position:absolute;
	top:200px;
	left:0px;
    background:url('../images/login/login-bg.jpg') no-repeat;
	display:none1;
}
div.head{
	height:30px;
	width:400px;
}
div.head h3{
	float:left;
	color:#FFF;
	font-size:16px;
	margin:5px 0 0 10px;
	_margin:5px 0 0 5px;/* IE6 */
}
div.head a,
div.head a:visited,
div.head a:active{
	float:right;
	color:#FFF;
	font-size:12px;
	margin:7px 10px 0 0;
	text-decoration:none;
}
div.head a:hover{
	color:#FFF;
	text-decoration:underline;
}
div.body{
	height:100px;
	width:380px;
	padding:20px 10px;
	position:absolute;
	top:30px;
}
div.div-row{
	height:23px;
	width:380px;
	margin-bottom:20px;
	float:left;
}
div.block label{
	height:21px;
	width:120px;
	float:left;
}
div.block input{
	float:left;
	height:18px;
	width:256px;
	border:1px solid #777777;
	padding:3px 0 0 2px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.rm-row{
	float:left;
	width:180px;
	padding-left:120px;
	height:24px;
}
div.rm-row input{
	float:left;
	width:16px;
	height:16px;
	margin:2px 4px 0 0;
	border:none;
}
div.rm-row label{
	float:left;
	font-size:13px;
	width:160px;
}
div.send-row{
	height:24px;
	float:left;
	width:80px;
}
div.send-row #login{
	height:22px;
	padding:0px;
	width:60px;
	float:right;
	border:none;
	background:url('../images/login.jpg') no-repeat;
	cursor:pointer;
}
div.send-row #login:hover{
	width:60px;
	background:url('../images/login-hover.jpg') no-repeat;
}
/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, fieldset { margin: 0; padding: 0; }

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	line-height:20px;
}
.botao_submit { color:#888 }
input, 
textarea{
	outline:none;/* preventing the chrome and safari nasty yellow border */	
}
a:focus{
	outline:none;
}
a, 
a:visited, 
a:active{
	color:#222;
	text-decoration:none;
}
a:hover{	text-decoration:none;}
i{	font-size:11px;}
h1{	color:#222;}
h2{	color:#222;}
h3{	color:#222;}
h4{	color:#222;}
h5{	color:#222;}
h6{	color:#222;}
img{ border:none;}


/* style */
div#container{
	width:1000px;
	margin:0 auto!important;
}
div#header{
	width:1000px;
	height:100px;
	position:relative;
}
div#logo{
	width:800px;
	height:98px;
	position:absolute;
	top:18px;
	left:0;
}
div#logo h2{
	font-size:12px;
	color:#FFF;
	position:absolute;
	top:48px;
	right:430px;
}
div#userid{
	width:200px;
	height:99px;
	position:absolute;
	top:0px;
	right:0;
	line-height:22px;
	color:#FFF;
}
div#userid img{
	margin:4px 10px 0 0;
	float:left;
}
div#userid p{
	float:left;
}
div.userid-user{
	height:24px;
	margin:16px 0 0 0;
	clear:both;
}
div.userid-login{
	height:24px;
	clear:both;
}
div.userid-link{
	height:24px;
	clear:both;
}
div.userid-link a,
div.userid-link a:active,
div.userid-link a:visited{
	color:#FFF;
	text-decoration:underline;
}
div.userid-link a:hover{
	color:#FFF;
	text-decoration:underline;
}
div#nav {
    width:800px;
	height:81px;
	position:absolute;
	top:99px;
	left:0;
}
div#search {
    width:200px;
	height:81px;
	position:absolute;
	top:100px;
	right:0;
}
div#search input#s{
    width:168px;
	height:20px;
	border:0px solid #fff!important;/* IE */
	margin:9px 0 0 0;
	padding:2px 0 0 4px;
	color:#999;
	float:left;
}	
div#search button#send{
	float:left;
	width:27px;
	height:22px;
	background-image: url(../images/searchico.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	margin-top:9px;
	cursor:pointer;
}		
div#content {
    width:1000px;
	margin-top:20px;
	float:left;
	margin-bottom:20px;
}	
div#col-left-780 {
    width:780px;
	float:left;
}
div#col-right-780 {
    width:780px;
	float:right;
}
ul#sortable li,
ul#sortable2 li{
	list-style-type:none;
	float:left;
	margin-bottom:20px;
}
ul#sortable,
ul#sortable2{
	list-style-type:none;
}
div.box-780-head {
    width:778px;
	height:29px;
	float:left;
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
	cursor:move;
	text-align:right;
}
div.box-780-head h2 {
    width:662px;
	height:24px;
	float:left;
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin:0px;
	color:#002a5e;
}
div.box-780-head a:hover{
	border:none;
}
div.box-780-head input{
	border:1px solid #ccc;
}
div.box-780-body {
    width:758px;
	padding:10px;
	float:left;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#fafafa url('../images/white-pix.jpg') repeat-x top;
}
li.sortHelper{
	border:3px dashed #666;
}
div.bnav{
	float:right;
	width:80px;
	height:27px;
}
div.bnav img{
	margin-top:5px;
	margin-right:2px;
	cursor:pointer;
	float:left;
}
div.bnav img.delete{
	margin-right:5px;
}
div.bnav2{
	float:right;
	width:50px;
	height:27px;
}
div.bnav2 img{
	margin-top:5px;
	margin-right:2px;
	cursor:pointer;
	float:left;
}
div.bnav2 img.delete{
	margin-right:5px;
}
a.toggle{
	border:none;
}
img.close{
	margin-left:1px;
}
img.open{
	margin-left:1px;
}
a.toggle:hover{
	border:none;
}
a.toggle img.open:hover{
	text-decoration:none;
}
div#tabs{
    float:left;
	margin-bottom:20px;
}
div#col-1000 {
    width:1000px;
	float:left;
}
div.box-1000-head {
    width:998px;
	height:27px;
	float:left;
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
	cursor:move;
	text-align:right;
}
div.box-1000-head h2 {
    width:882px;
	height:24px;
	float:left;
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin:0px;
	color:#002a5e;
}
div.box-1000-head a:hover{
	border:none;
}
div.box-1000-head input{
	border:1px solid #ccc;
}
div.box-1000-body {
    width:978px;
	padding:10px;
	float:left;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#fafafa url('../images/white-pix.jpg') repeat-x top;
}


/* tables */
table#tb-1,
table#tb-2{
	margin:0;
	padding:0;
}
tr.row{
	background:#F7F7F7;
}
tr.row-over{
	background:#fffcce;
}
th.th-1{
	width:26px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-2{
	width:126px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-3{
	width:146px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-4{
	width:196px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-5{
	width:66px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-6{
	width:86px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-7{
	width:76px;
	height:20px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-8{
	width:26px;
	height:21px;
	padding: 3px 0 0 4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-9{
	width:106px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;	
}
th.th-10{
	width:236px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-11{
	width:106px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-12{
	width:76px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-13{
	width:42px;
	height:24px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-14{
	width:90px;
	height:20px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
th.th-15{
	width:34px;
	height:20px;
	padding-left:4px;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
}
td.td-1{
	width:26px;
	height:24px;
	padding-left:4px;
}
td.td-2{
	width:126px;
	height:24px;
	padding-left:4px;
}
td.td-3{
	width:146px;
	height:24px;
	padding-left:4px;
}
td.td-4{
	width:196px;
	height:24px;
	padding-left:4px;
}
td.td-5{
	width:66px;
	height:24px;
	padding-left:4px;
}
td.td-6{
	width:86px;
	height:24px;
	padding-left:4px;
}
td.td-7{
	width:76px;
	height:20px;
	padding-left:4px;
}
td.td-8{
	width:26px;
	padding-left:4px;
}
td.td-9{
	width:106px;
	height:24px;
	padding-left:4px;
}
td.td-10{
	width:236px;
	padding-left:4px;
}
td.td-11{
	width:106px;
	padding-left:4px;
}
td.td-12{
	width:76px;
	padding-left:4px;
}
td.td-13{
	width:42px;
	padding-left:4px;
}
td.td-14{
	width:90px;
	padding-left:4px;
}
td.td-15{
	width:34px;
	padding-left:4px;
}
td.td-9 img{
	margin-top:4px;
}
td.td-14 img{
	margin-right:2px;
}
img.tb-1-action-edit{
	margin:4px 10px 0 0;
}
img.tb-1-action-lock{
	margin:4px 10px 0 0;
}
img.tb-1-action-delete{
}
div.myform-btn{
	height:20px;
	float:left;
	margin:10px 0 0 0 ;
}
div.myform-check{
	width:300px;
	float:left;
}
a#checkall{
	width:84px;
	float:left!important;
	background:url('../images/check-all.jpg') no-repeat;
	margin-right:10px;
}
a#checkall:hover{
	background:url('../images/check-all-hover.jpg') no-repeat;
}
a#uncheckall{
	width:84px;
	float:left!important;
	background:url('../images/uncheck-all.jpg') no-repeat;
}
a#uncheckall:hover{
	background:url('../images/uncheck-all-hover.jpg') no-repeat;
}
a#delete-btn{
	width:60px;
	float:left!important;
	background:url('../images/delete.jpg') no-repeat;
	margin-left:10px;
}
a#delete-btn:hover{
	background:url('../images/delete-hover.jpg') no-repeat;
}
div.label_form{
	float:left;
	clear:both;
	width:100%;
	height:24px;	
	margin-bottom:10px;
}

div.label_form input{
	float:left;
	height:18px;
	/*width:198px;*/
	border:1px solid #ccc;
	padding:2px 0 0 2px;
}
div.label_form select{
	float:left;
	height:22px;
	border:1px solid #ccc;
}
div.label_form div{
	float:left;
	height:22px;
	width:100px;
	clear:right;
}
div.label_form input#field3,
div.label_form input#field4,
div.label_form input#field5,
div.label_form input#field6{
	float:left;
	height:22px;
	width:22px;
	margin:0;
	padding:0;
	border:none;
	margin-right:4px;
}
div.label_form input.longfield{
	float:left;
	height:18px;
	width:338px;
	border:1px solid #ccc;
	padding:2px 0 0 2px;
}
div.textfield{
	float:left;
	clear:both;
	width:100%;
	height:200px;	
	margin-bottom:20px;
}
div.textfield label{
	float:left;
	width:140px;
}
div.textfield textarea{
	float:left;
	height:200px;
	width:340px;
	border:1px solid #ccc;
}
div.send-btn{
	width:100%;
	float:left;
	height:20px;
	margin-bottom:10px;
}
button#send-form{
	float:left;
	width:60px;
	height:20px;
	background-image: url(../images/send.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	cursor:pointer;
}
button#send-form:hover{
	background-image: url(../images/send-hover.jpg);
}
div.editor{
	clear:both;
}
div.editor textarea{
	height:350px;
	width:746px;
	margin-left:3px;
	border:1px solid #ccc;
	padding:2px;
}
div.send-btn-2{
	width:100%;
	float:left;
	height:20px;
	margin:10px 0 10px 0;
}
button#send-editor{
	float:right;
	width:60px;
	height:20px;
	background-image: url(../images/send.jpg);
	display:block;
    border: 0px solid #fff!important;/* IE trick */
	cursor:pointer;
}
button#send-editor:hover{
	background-image: url(../images/send-hover.jpg);
}
a#remove:hover{
	text-decoration:underline;
}


/* right collom */
div#col-right-200 {
    width:200px;
	float:right;
	margin-left:14px;
}
div#col-left-200 {
    width:200px;
	float:left;
	margin-left:14px;
}
div.box-right-200{
    width:198px;
	float:left;
	margin-bottom:20px;
}
div.box-right-200-head{
    width:198px;
	height:27px;
	float:left;
	border:1px solid #dbdbdb;
	background:url('../images/flo-head.jpg') repeat-x;
}
div.box-right-200-head h3{
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	color:#002a5e;
}
div.box-right-200-body {
    width:178px;
	padding:10px;
	float:left;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#fafafa url('../images/white-pix.jpg') repeat-x top;
}
div#datepicker{
	margin-bottom:20px;
}
a.lightbox img{
	border:1px solid #999; 
}
a.lightbox img:hover{
	border:1px solid #0072ff;
}
div.add-photo-btn{
	float:left;
	margin:20px 10px 0 0;
}
div.view-photo-btn{
	float:left;
	margin:20px 0 0 0;
}
a.add-photo-btn-a{
	width:84px;
	float:left!important;
	background:url('../images/add-photo-btn.jpg') no-repeat;
}
a.view-photo-btn-a{
	width:84px;
	float:left!important;
	background:url('../images/view-photo-btn.jpg') no-repeat;
}
a.add-photo-btn-a:hover{
	background:url('../images/add-photo-btn-hover.jpg') no-repeat;
}
a.view-photo-btn-a:hover{
	background:url('../images/view-photo-btn-hover.jpg') no-repeat;
}
div.cycle-1 div h3{
	font-size:12px;
}
div.cycle-1 div a{
	font-weight:bold;
	text-decoration:underline;
}
ul#sec-nav{
	list-style-type:none;
	float:left;
	margin-bottom:10px;
}
ul#sec-nav li{
}
ul#sec-nav li div{
	width:174px;
	float:left;
	clear:both;
	display:block;
	padding:2px 0 2px 0;
	border-bottom:1px dotted #ccc;
	margin-right:0px;
}
ul#sec-nav li div a{
}
ul#sec-nav li div a:hover{
	text-decoration:underline;
}
div.btn-row{
	float:left;
	height:22px;
	clear:both;
	width:180px;
}
div.btn-row img{
	float:left;
}

/* footer */
div#footer{
	height:70px;
	clear:both;
	margin:40px 0 0 0;
}
div#footer-top{
	height:60px;
	background:#01479d;
	border-top:1px solid #00295b;
	clear:both;
	color:#FFF;
}
div#footer-bottom{
	height:30px;
	background:#c3d9ff;
	clear:both;
	margin-bottom:0;
}
div.footer-wrap-t{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
div.footer-wrap-t p{
	float:left;
	margin-top:20px;
}
div.footer-wrap-t p a,
div.footer-wrap-t p a:active,
div.footer-wrap-t p a:visited{
	color:#FFF;
	text-decoration:underline;
}
div.footer-wrap-t img{
	float:right;
}
div.footer-wrap-b{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	font-size:11px;
}


/* Dialogs and messages */
div.dialog-box-succes{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #8be57e;
	background:#b4efab;
	color:#337129;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-box-error{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #fe9090;
	background:#feb1b1;
	color:#820101;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-box-warning{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #d5d458;
	background:#f0feb1;
	color:#7f7200;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-box-information{
	width:758px;
	height:24px;
	float:left;
	border:1px solid #6ab3ff;
	background:#a3d0ff;
	color:#004185;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
img.dialog-ico{
	margin:2px 10px 0 0px;
	float:left;
}
div.dialog-left{
	float:left;
}
div.dialog-right{
	float:right;
}
img.del-x{
	margin-top:2px;
	cursor:pointer;
}


/* the nav styling */
#nav .select, 
#nav .current {
	margin:0; 
	padding:0; 
	list-style:none;
}
#nav li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto;
}
#nav .select a,
#nav .current a {
	display:block; 
	height:41px; 
	float:left; 
	padding:10px 10px 0 10px; 
	text-decoration:none; 
	font-size:12px; 
	line-height:20px; 
	white-space:nowrap; 
	color:#fff;
}
* html #nav .select a, 
* html #nav .current a {
	width:1px; 
	height:41px;
}
#nav .select li:hover a,
#nav .select a:hover {
	background:url('../images/nav-active.jpg') repeat-x;
	color:#00384f;
	cursor:pointer;
	height:41px;
}
#nav .sub {
	display:none;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0;
}
#nav .current a {
	background:url('../images/nav-active.jpg') repeat-x;
	color:#00384f;
	height:41px;
}
#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover { 
	text-decoration:underline;
	height:26px;
	background:url('../images/nav-hover.jpg') repeat-x;
}
#nav .sub_active .current_sub a{
	color:#00384f;
	text-decoration:none;
	font-weight:bold;
}
#nav .sub_active a:hover {
	color:#00384f;
	text-decoration:none;
	text-decoration:underline;
}
#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block; 
	position:absolute; 
	width:1000px; 
	top:42px; 
	left:0;
	margin-top:0; 
	padding:0; 
	z-index:100; 
	color:#fff; 
	font-size:11px;
	height:40px;
	background:url('../images/nav-hover.jpg') repeat-x;
}
#nav .sub, #nav .sub_active {
	margin:0; 
	padding:0; 
	list-style:none;
}
#nav .sub_active {
	display:block; 
	height:35px; 
	position:absolute; 
	width:1000px; 
	top:42px; 
	left:0;  
	margin-top:0; 
	padding:5px 0 0 0; 
	z-index:10;
}
* html #nav .sub_active, 
* html #nav .select a:hover .sub {
	z-index:-1; 
	margin-top:0; 
	margin-t\op:1px;
}
#nav .sub_active a {
	height:17px; 
	text-decoration:none; 
	line-height:20px; 
	white-space:nowrap; 
	display:block; 
	float:left; 
	padding:5px 10px 10px 10px; 
	margin:0; 
	font-size:12px; 
	white-space:nowrap; 
	border:0; 
	color:#00384f;
}
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block;
	padding:10px 10px 10px 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0;
	font-size:12px;
	background:url('../images/nav-hover.jpg') repeat-x;
	height:20px;
	color:#00384f;
}


/* page navigation */
.page-nav{
	width:458px;
	float:left;
	margin-left:0px;
	height:20px;
}
.page-nav ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align page-nav interface*/
	font-size: 16px;
	float:right;
}
.page-nav li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.page-nav a, 
.page-nav a:visited{
	width:20px;
	text-decoration: none; 
	color: #222;
	float:left;
	background:url('../images/pagenum.jpg') no-repeat;
	font-size:12px;
	text-align:center;
	margin:0 2px 0 2px;
}
.page-nav a:hover, 
.page-nav a:active{
	background:url('../images/pagenum-hover.jpg') no-repeat;
	color: #222;
}
.page-nav a.currentpage{
	background:url('../images/pagenum-hover.jpg') no-repeat;
	color: #222;
	font-weight: normal;
	cursor: default;
}
.page-nav a.disablelink, 
.page-nav a.disablelink:hover{

}
.page-nav a#prev{
	margin-right:2px;
	padding:0px;
	width:60px;
	background:url('../images/prev.jpg') no-repeat;
}
.page-nav a#next{
	margin-left:2px;
	padding:0px;
	width:60px;
	background:url('../images/next.jpg') no-repeat;
}
.page-nav a#prev:hover{
	width:60px;
	background:url('../images/prev-hover.jpg') no-repeat;
}
.page-nav a#next:hover{
	width:60px;
	background:url('../images/next-hover.jpg') no-repeat;
}


	body { background:#ffffff url('../images/index/bg.jpg') repeat-x; color:#444 }
	p{ margin:0 }
	a:link {text-decoration: none; color:#DF0000}
	a:visited {text-decoration: none; color:#DF0000}
	a:hover {text-decoration: none; color:#DF0000}
	a:active {text-decoration: none; color:#DF0000}
	input {color:#444}
	select {color:#444}
	
	.table_top{ border:#aaa 1px solid; background:#ddd}
	.table_all{ border:#ccc 1px solid;}

	.table_top1{ border:#aaa 1px solid; background:#ddd; padding:5px }
	.table_center{ border:#ccc 1px solid; padding:5px }

	div{
		font-family:arial;
		font-size:12px;
	}
	
	td{
		font-family:arial;
		font-size:12px;
	}


	.top_01 { width:470px; text-align:right; padding:33px 0 0 0 }
	.top_01 a{ text-decoration:none; font-family:arial; font-size:30px; font-weight:bold; color:#FFF; }
	
	#footer_01 { text-align:right; padding:20px 0 0 0 }
	#footer_01 a{ text-decoration:none; font-family:arial; font-size:25px; font-weight:bold; color:#FFF; }div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../js/jquery/date_calendario/images/datepicker_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}