@charset "utf-8";

/* style.css */

html,body{
	height:100%;
}

a{
	text-decoration:none;
}

body{
	margin:0px;
	padding:0px;
	background:white;
	font-size:14px;
	font-family:Avant Garde;
	color:#212121;
	text-align:center;
}

p{
	margin:0px;
	padding:0px;
}

h1{
	color:white;
}


#container{
	width:1000px;
	padding:0px;
	margin:0 auto;
	text-align:left;
	border:1px solid #0066FF;
}



#header{
	width:100%;
	height:60px;
	background:#3366bb url(img/grupo_ids_002.jpg) no-repeat right top;
	padding:0px;
	margin:0px;
}

#main_menu{
	padding:0 10px;
}

#main_menu a{
	text-decoration:none;
	color:#ffffff;
}





h1{
	font-size:22px;
	margin:0px;
	padding:5px 10px;
}

h2{
	font-size:18px;
	margin:3px 0;
	padding:0px 20px;
	color:#3366bb;
	border-bottom:1px solid #3366bb;
	text-align:left;
}

h3{
	font-size:18px;
	margin:0px;
	padding:0px;
}

h4{
	font-size:16px;
	margin:0px;
	padding:0px;

}

a{

	color:blue;

}

form#add_seller{
	width:1000px;
	text-align:right;
	display:none;
}

.row{
	width:990px;
	float:left;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.column_small{
	width:30px;
	float:left;
	overflow:hidden;
	border-left:1px solid #ccc;
}

.column_normal{
	width:100px;
	float:left;
	overflow:hidden;
	border-left:1px solid #ccc;
}

.column_big{
	width:150px;
	float:left;
	overflow:hidden;
	border-left:1px solid #ccc;
}



#tables p{
	margin:5px;
	font-weight:bold;
}

#tables input,#tables select{
	width:350px;
	height:25px;
	border:1px solid #3366bb;
	color:#3366bb;
	font-size:16px;
}

#tables select{
	background:#fff;
}

#tables textarea{
	width:800px;
	border:1px solid #3366bb;
	color:#3366bb;
	font-size:18px;
}



tr.tablerow:hover{
	background:#CCCCCC;
}

tr.tableheader{
	background:#3366bb;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

#alerts{
	width:100%;
	border-bottom:1px solid #0066FF;
	height:20px;
	background:#CCCCCC;
}


.alignleft{
	float:left;
}

.half{
	width:50%;
}
.full_width{
	width:100%;
}
.clickable{
	cursor:pointer;
}


select#r_year{
	width:100px;
}
select#r_month{
	width:140px;
}
select#r_day{
	width:100px;
}


.important_tablerow{
	background:#ff3f3f;
}







