@import "common/reset.css";
@import "common/grid.css";
@import "common/type.css";

img {
	 border:0px;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#000000;
}

a:active{
	color:#000000;
}


/* error, success, notice */
div.error {
	background: 		url(/images/exclamation.png) no-repeat top left #FFEDEF;
	border: 			1px solid #FFC2CA;
	padding: 			10px 10px 10px 31px;
	margin: 			15px 0 0 0;
	overflow: 			hidden;
	color: 				#C00;
	width:				90%;
}

div.error .title {
	color: 				#C30;
	font-weight: 		bold;
}

div.success {
	background: 		url(/images/accept.png) no-repeat top left #EDFFED;
	border: 			1px solid #8DCC8D;
	padding: 			10px 10px 10px 31px;
	margin: 			15px 0 0 0;
	overflow: 			hidden;
	color: 				#070;
	width:				90%;
}

div.success .title {
	color: 				#070;
	font-weight: 		bold;
}


/* Colors */

a {
	color: #222766;
}

body    { 
	background: white; 
	color: black;
}

#language_text
{
	color: white;
}

a:hover {
	color: black;
}

/* HEADER
-------------------------------------------------------------------------------- */
/* header things */
#header_left
{
	background-image: url('/images/header_corner.png');
	border-right: 1px solid #c5c5c5;
}

#logo {
	background: black url('/images/blue/header.jpg') no-repeat;
}

#banner_box
{

	background-image:url('/images/blue/blue_box.jpg');
}

#header_right
{
	background-image: url('/images/header_corner.png');
}
/* menu things */

#menu
{}

/* specific things */


a.left_menu_bottom_links:link, a.left_menu_bottom_links:visited, 
a.left_menu_bottom_links:hover, a.left_menu_bottom_links:active {
	text-decoration:none;
	color:#00ABFF;
}

.left_menu_bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
	color:#A7A7A7;
	padding-right:5px;
}

a.busqueda_rapida:link, a.busqueda_rapida:active, a.busqueda_rapida:visited, 
a.busqueda_rapida:hover {
	text-decoration:none;
	color:#5C5C5C;
	font-weight:bold;
}

tr.orange_bar {
	background-image:url('/images/blue/most_viewed_bar_blue.gif');
	background-repeat:no-repeat;
	height:30px;
	vertical-align:top;
}

td.orange_bar {
	padding-left:20px;
	padding-top:4px;
}


a.clean_black {
	text-decoration:none;
	color:#000000;
}

table.most_viewed_list {
	background-color:#343434;
	width:100%;
}

tr.bar_content {
	vertical-align:top;
}

td.bar_content {
	padding-left:10px;
	padding-top:0px;
	color:#A7A7A7;
}

table.main {
	width:669px;
}

tr.main {
	 vertical-align:top;
}

td.main {
	 padding-left:8px;
	 padding-top:5px;
}

table.header {
	height:100%;
}

tr.header {
	vertical-align:bottom;
}

td.header {
	padding-left:380px;
}

.search_bar {
	padding-bottom:12px;
}

.dark_box {
	background-color:#7C7C7C;
	color:#000000;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:1px;
}


.search_input {
	height:12px;
	padding:3px;
	border:none;
	background-color:#CBD6FF;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #70b9ff;
	font-size:10px;
	margin-bottom: 3px;
}

.login_input {
	height:12px;
	padding:3px;
	border:none;
	background-color:#CBD6FF;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 3px;
}

.search_submit {
	background-color:#484848;
	color:#FFFFFF;
	border:0px;
	height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 3px;
}

table.big {
	width:100%;
	height:100%;
}

td.busqueda_rapida {
	padding-top:10px;
}

table.busqueda_rapida {
	width:100%;
	height:78px;
}

td.busqueda_rapida_spacer_left {
	width:30px;
	vertical-align:top;
}

td.busqueda_rapida_spacer_right {
	width:42px;
	vertical-align:top;
}

td.busqueda_rapida_img {
	width:48px;
	vertical-align:top;
	background-image:url('/images/buscueda_rapida.jpg');
	background-repeat:no-repeat;
}

td.busqueda_rapida_box {
	width:549px;
	vertical-align:top;
	background-color:#BABABA;
}

table.busqueda_rapida_inside {
	width:100%;
	height:100%;
	padding-left:4px;
}

tr.orange_bar_large {
	background-image:url('/images/blue/blue_bar_large.jpg');
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	height:30px;
	vertical-align:top;
}

tr.grey_bar_large {
	background-image:url('/images/blue/grey_bar_large.jpg');
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	height:30px;
	vertical-align:top;
}

td.bar_large {
	padding-left:43px;
	padding-top:9px;
}

tr.bar_content_large {
	vertical-align:top;
}

td.bar_content_large {
	padding-left:40px;
	padding-right: 40px;
	padding-top:0px;
}

.width {
	width:100%;
}

td.index_bars {
	padding-top:10px;
}

.table_header_auto {
	vertical-align:bottom;
	height:auto;
}

.table_header {
	vertical-align:bottom;
	height:50px;
}

.table_add {
	vertical-align:bottom;
	height:auto;
	text-align:center;
}

.table_top {
	vertical-align:top;
}

.links {
	width:50%;
	vertical-align:top;
}

table.job_view td
{
	padding-left:13px;
	padding-top:0px;
}

table.job_view td.job_title
{
	padding-bottom:		10px;
	padding-top:		8px;
	font-weight: 		bold;
	padding-left:		30px;
}

table.job_view td.job_label
{
	padding-top:		5px;
	padding-bottom: 5px;
	font-weight: 		bold;
	width: 				30%;
	vertical-align: 	top;
	border-bottom: 		1px solid #0058F8;
}

table.job_view td.job_content
{
	padding-top:		5px;
	font-weight: 		normal;
	width: 				70%;
	vertical-align: 	top;
	padding-bottom: 5px;
	border-bottom: 		1px solid #0058F8;
}

a.back_link 
{
	font-size: 20px;
	font-weight: bold;
}
a.search_link
{
	color: black;
}

/**** FORMS ****/
form.generic {
	background-color: #CBD6FF;
    padding: 10px;
	border: 1px solid #0058F8;
}

form.generic label {
	display: block;
	float: left;
	width: 250px;
	margin-left: 10px;
}


form.generic input, form.generic textarea,  form.generic select {
	margin-top: 3px;
	margin-bottom: 1px;
}

form.generic input  {
width: 300px;  
border: 1px solid #0058F8;
}




form.generic input.stl[type=checkbox] {
	width: 20px;
	border:	0;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 1px;
}


form.generic input,
form.generic select
{
  margin-bottom: 5px;
  vertical-align: middle;
}

form.generic input[type=checkbox] {
	margin-bottom: 0px;
}

form.generic input.button
{
	width: 100px;
}

form.login label {
	display: block;
	float: left;
	width: 120px;
}

#login_links
{
	background-color: #70b9ff;
	width: 220px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	padding: 0px 5px;
	height: 17px;
	text-align: center;
}

#search_links
{
	background-color: #888888;
	width: 220px;
	position: absolute;
	bottom: 0px;
	right: 47px;
	padding: 0px 5px;
	height: 17px;
	text-align: center;
}


span.login_welcome
{
	font-size: 15px;
}

div.line{
border-bottom: 1px solid #003BFF;
margin: 15px 35px 15px 5px;
font-size: 10pt;
color: #003BFF;

}


/**** Special fields ****/
.template {
display:none;
}

.st_filter_row_add, .st_filter_row_add_url {
cursor:	pointer;
cursor:	hand;
position: absolute;
right: 30px;
padding-top: 5px;
}

.st_filter_row_del, .st_filter_row_del_url {
cursor:	pointer;
cursor:	hand;
position: absolute;
right: 56px;
padding-top: 5px;
}

form.generic div.filterType_row {
	vertical-align: middle;
	width: 100%;
}