*:focus{
	outline: none;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background: #fff url(images/bodybg.png) top left repeat;
	margin:0px;
	font-family: OpenSansRegular;
	font-size: 12px;
}

#top{
	background: transparent url(images/bgtop.png) top left repeat-x;
	height: 40px;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}

#top>div{
	width: 1000px;
	margin: auto;
}


h3{
	margin: 0px;
	padding: 0px;
	color: #333;
}


#page{
	width:1000px;
	margin:auto;
}

input[type=button], input[type=submit]{
	background: transparent url(images/bg_btn.png) top left repeat-x;
	border: 0px solid #ccc;
	padding: 4px;
	margin-left: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	-moz-box-shadow: 0px 0px 4px #888;
}

input[type=button]:hover, input[type=submit]:hover{
	background-position: 0px -30px;
	cursor: pointer;
}

input[type=button]:active, input[type=submit]:active{
	background-position: 0px -60px;
}

input[type=text], .inputtext, .date-pick{
	background: #fff;
	border: 1px solid #888;
	color: #555;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px;
}

.main_page{
	padding:30px;
	background:#CCC;
	border:2px solid #888;
}

.content{
	padding-left:10px;
	padding-right:10px;
}


/*
	popup
*/
.error, .ok{
	width: 300px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background: #333;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 10px;
	display: none;
	position: fixed;
	border: 2px solid transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	z-index: 10;
}

.error b, .ok b{
	font-size: 14px;
}

.error:hover, .ok:hover{
	border: 2px solid #fff;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.close_btn{
	font-size: 12px;
	color: #777;
	float: right;
	font-weight: bold;
}

.close_btn:hover{
	color: #ccc;
	cursor: pointer;
}
/*
	FINE popup
*/


/*
	MENU
*/
#toolbar{
	width: 1000px;
}

#toolbar>li{
	float: left;
	width: 96px;
	height: 99px;
	background: transparent url(images/menu_buttons.png) 0px 0px no-repeat;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	padding-top: 10px;
	list-style: none outside none;
}

#toolbar>li:hover{
	background-position: -96px 0px;
}

#toolbar>li.selected{
	background-position: -96px 0px;
}

#toolbar_cell img{
	border: 0px;
}

#toolbar ul{
	margin-top: 10px;
	list-style-type: none;
	position: absolute;
	padding: 4px;
	width: 104%;
	display: none;
	background: #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#toolbar ul{
	position:relative;
	z-index: 50;
}

#toolbar ul li{
	list-style-type: none;
	background: transparent;
	padding-left: 3px;
	text-align: left;
	width: 100%;
}

#toolbar ul li a{
	font-size: 11px;
}
/*
	fine MENU
*/


a{
	color: #962f20;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration:underline;
}

th{
	background:transparent url(images/backth.png) left center repeat-x;
	padding: 6px;
	vertical-align: middle;
	color: #411f16;
	text-shadow: 1px 1px 1px #fff;
}

.textbox{
	background:#CCCCCC;
	border:1px solid #888888;
	font-size:12px;
}

.button{
	background:#CCCCCC;
	font-size:12px;
	color:#333333;
	border:1px solid #333333;
}

/*Cell on a table*/
.table_cell{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background: #f5f7f6 url(images/bg_row.png) bottom left repeat-x;
	padding: 6px;
}

/*First Cell on a table*/
.first_cell{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background: #f5f7f6 url(images/bg_row.png) bottom left repeat-x;
	padding: 6px;
}

/*Highlighted cell on a table*/
.table_cell_h{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background: #fffceb url(images/bg_row_highlight.png) bottom left repeat-x;
	padding: 6px;
}

/*First highlighted Cell on a table*/
.first_cell_h{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background: #fffceb url(images/bg_row_highlight.png) bottom left repeat-x;
	padding: 6px;
}

#search_form, .beautydiv{
	width:400px;
	border: 1px solid #aaa;
	background:#ddd;
	text-align:center;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


#save_button{
	background: transparent url(images/bg_savebtn.png) top left repeat-x;
	width: 150px;
	height: 30px;
	color: #222;
	font-weight: bold;
}

#save_button:hover{
	background-position: 0px -30px;
}

#save_button:active{
	background-position: 0px -60px;
}

#delete_button{
	background: transparent url(images/bg_deletebtn.png) top left repeat-x;
	width: 150px;
	height: 30px;
	color: #222;
	font-weight: bold;
}

#delete_button:hover{
	background-position: 0px -30px;
}

#delete_button:active{
	background-position: 0px -60px;
}

#upload_button{
	background: transparent url(images/bg_uploadbtn.png) top left repeat-x;
	width: 150px;
	height: 30px;
	color: #222;
	font-weight: bold;
}

#upload_button:hover{
	background-position: 0px -30px;
}

#upload_button:active{
	background-position: 0px -60px;
}

.title{
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

.backdiv{
	display:none;
	width:240px;
	height:40px;
	padding:0px;
	margin:0px;
	margin-top:7px;
	background:transparent url(images/backdiv.png) top center no-repeat;
}

.title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:30px;
}

.quadro{
	background:#CCC;
	padding:10px;
	border:2px dotted #888;
	font-size:12px;
	margin-top:6px;
	margin-bottom:6px;
	width:650px;
}

.title_settings{	
	width: 600px;
	border: 1px solid #a55;
	background: #ffda59;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #f00;
	text-align: center;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.limitChars{
	width:630px;
	text-align:right;
	font-size: 11px;
	color:#AAA;
}

#dialog{
	text-align: center;
	margin: auto;
}

.center{
	text-align: center;
}

