﻿body 
{
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: center;
	min-width: 760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper, #headerWrapper, #mainMenuWrapper {
	background: inherit;
	max-width:1200px;
	min-width:740px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	_width:expression(document.body.clientWidth <= 760 ? "760px" : ((document.body.clientWidth <= 1200) ? "100%" : "1200px")); /* solo parsed por <= IE6 */	
}

#leftCol 
{
	float: left;
	width: 13%;
	/*background: red;*/
}

#rightCol 
{
	float: right;
	width: 85%;
	/*background: blue;*/
}

#footer 
{
    background: url(img/footer_bg.jpg) repeat-x;
    height: 131px;
}

#footerText 
{
    color: #bebebe;
    font-size: 11px;
    padding-top: 20px;
    padding-left: 10px;
}

.title1 
{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;	
	font-style: italic;
	background: url(img/title1_bg.jpg) no-repeat;
	padding: 10px 0px 10px 55px;
	
}
.title2
{
	color: #ffffff;
	font-weight: bold;
	padding: 5px 50px 5px 5px;
	background-color: #ffa500;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;	
}


.gridAlternate
{
    background-color: Red;
}

.secondaryMenu 
{
    
}

.secondaryMenu .title
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 3px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 2px #375f37;
}
.secondaryMenu ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.secondaryMenu li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: solid 1px #375f37;
    
}

.secondaryMenu li a.menuItem
{
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 4px 3px 4px 18px;
    background: #ffffff url(img/folder2.gif) no-repeat 0px 3px;
}

.secondaryMenu li a.menuItem:hover
{
    text-decoration: underline;
}

.secondaryMenu li a.menuItemSelected
{
    background-color: #e6e7d7;
}

.report .filter 
{
    margin: 20px 0px 20px 0px;
    
}

.report .filter td
{
     padding: 0px 8px 4px 0px;
}

.report .filter td.label
{
     font-weight: bold;
}


.addButton
{
  margin: 10px 0px 10px 0px;
}

.addButton td
{
    padding: 0px 2px 0px 0px;
}
.addButton a
{
    color: #000000;
    text-decoration: none;
}

.addButton a:hover
{
    text-decoration: underline;
}

.error
{
    font-weight: bold;
    color: red;
}

.ok 
{
    font-weight: bold;
    color: Green;
}


.listFilter
{
    margin: 20px 0px 20px 0px;
}



.listFilter td
{
    padding: 0px 5px 0px 0px;
}

.listFilter td.label
{
    font-weight: bold;
}


.listFilter input.highlight
{
    font-size: 16px;
    background-color: #ffe2b6;
    font-weight: bold;
}

    .listFilter select.highlight {
        font-size: 16px;
        background-color: #ffe2b6;
        font-weight: bold;
        width: 220px;
    }