/* CSS Document */

* {
	margin: 0;
    padding: 0;
}
body {
	font-family: Helvetica;
}
.clear {
	clear:both;
}
.hidden {
	text-indent:-5000px; 	
}
a {
	text-decoration:none;
	color: #000;
}
a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

ul li { list-style:none; list-style-position:outside; padding:10px; margin-bottom:10px; }

ul li.evento-odd { background:red; }
ul li.evento-even { background:yellow; }

#main {
	float:left;
	margin: 10px;
	padding: 10px;
    border: 1px solid #CCC;
    background-color: #EEE;
}
form fieldset {	border: 0; }
form fieldset p br { clear: left; }
label {
	margin-right: 5px;
    display: block;
    width: 200px;
    padding: 0;
    float: left;
	text-align:right;
}
input, select, textarea {
	font-family: Helvetica;
	font-size:12px;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 2px;
}
select { 
	width:137px;
}
textarea {
	width:200px;
	height:100px; 
}
input:hover, input:focus, input:active {
	border: 1px solid #222;
    background-color: #EEE;
}

input#login, input#register, input#proc, input#submit {
	margin-left:205px;
}

input#del {
	margin-left:20px;	
}

input#update, input#delete {
	float:left; display:inline; margin-right:10px;
}

iframe { float:right; width:48%; height:600px; background-color:#ddd; }


