body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: white;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #019891;
}

#header
{
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 3px solid #019891;
	height: 75px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: right;
	border-top: 1px solid #019891;
}

#logo
{
	position: absolute;
	top: 16px;
	left: 20px;
	font-size: 200%;
	float: left;
}

#mainmenu
{
	background: #019891;
}

#mainmenu ul
{
	padding:0;
	margin:0px;
}

#mainmenu ul li
{
	float: left;
	list-style: none;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	padding: 7px 10px;
	float: left;

}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: black;
	background-color: #c3c3c3;
	text-decoration:none;

}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 12px 20px 12px;
  background: #f0f1f1;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* CENTARIO */
.grid-view table.items th {background: #019891!important;}
.grid-view table.items tr.odd {background: #ececec !important;}
.grid-view table.items tbody tr:hover {background: #ECFBD4 !important;}
.grid-view table.items tr.selected{background: #BCE774 !important;}
.grid-view table.items tr:hover.selected {background: #CCFF66 !important;}
.grid-view .button-column a {margin-right: 5px;padding: 0 2px;}

.message {color: red;margin: 1em 0;}

h2, h3 {margin-top: 1em;}

#currentUser {float: left;font-size: 14px;margin: 23px 0 0 100px;}

#toprightMenu {float: right;}
#toprightMenu ul li {list-style: none;float: left;margin: 23px 8px 0 0;font-size: 14px;}

.cb {clear: both;}

html ul.yiiPager .selected a, html ul.yiiPager a:hover {background: #019891!important;color: #FFFFFF!important;font-weight: bold;border: solid 1px #019891!important;}
ul.yiiPager a {color: black!important;}
ul.yiiPager a:link, ul.yiiPager a:visited {border: solid 1px #019891!important;color: black!important;font-size: 13px;}
.pager {margin: 40px 0 0!important;}

thead th {color: white;background: #019891!important;}

a.plusminus span {float: left;width: 14px;height: 14px;background: url(/images/plusminus2.gif) 0 0 no-repeat;margin-right: 6px;margin-top: 2px;}
a.plusminus.opened span {background-position: -14px 0;}
h2 a.plusminus span {margin-top: 4px;}

a.add {background: url(/images/add.gif) left center no-repeat;padding-left: 20px;}
a.showMore {background: url(/images/show-more.png) left -983px no-repeat;padding-left: 20px;}
a.showMore.opened {background-position: 0 0;}

table {border-collapse: collapse;width: auto;min-width: 40%;margin: 1em 0;}
table td {border: 1px solid silver;padding: 3px 7px;}
table th {border: 1px solid #019891;}

/*#index table {width: 48%;}*/

.notok {color: red;font-weight: bold;}

.print {font-size: 20px;float: left;background: url(/images/print.png) no-repeat;padding-left: 35px;}

.leftColumn {float: left;width: 350px;}
.rightColumn {float: right;width: 450px;}

.priceTd {width: 8%;}
.tooOld {background: #ef7373; color: white;}