﻿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: 12px;
}

#wrapper {
	background: inherit;
	max-width:1000px;
	min-width:740px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	_width:expression(document.body.clientWidth <= 760 ? "760px" : ((document.body.clientWidth <= 1000) ? "100%" : "1000px")); /* solo parsed por <= IE6 */	
}

#header 
{
    height:170px; 
    background: url(images/topAdmin.png) no-repeat; 
}

#branding 
{
    position: absolute;
    left:361px; 
    top:5px; 
    font-weight: bold;
    font-size: 14px;
}

#infoBar 
{
    text-align: right;
    margin-bottom: 2px;
    width: 100%;
}

#infoBar .userName
{
    font-weight: bold;
}



.datebox
{
    width: 80px;
}

table.dataList
{


}

table.dataList th
{
    background-color: #7e7e7e;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;    
}

table.dataList tr
{
    background: #f7f6f3;
}

table.dataList tr.even
{
    background: #ffffff;
}


table.dataList td
{
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

table.dataList td.norecords
{
    text-align: center;
    padding: 20px 0px 20px 0px;
    font-style: italic;
}

table.dataList td.pager
{
    text-align:center;
    background-color: #7e7e7e;
    color: #ffffff;
}

table.dataList td.pager a
{
    color: #ffffff;
    margin: 0px 3px 0px 3px;
}

.checkbox
{
    background: url(images/checkbox.png) no-repeat 0px 5px;
    width: 19px;
    height: 26px;
}

fieldset.dataForm
{
    font-family:Trebuchet MS;
    border: none;
}

fieldset.dataForm p, fieldset.dataForm div.p
{
    border-bottom: solid 1px #d5dfe5;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}

fieldset.dataForm label
{
    width: 100px;
    font-weight:bold;
    display: inline-block;
    text-align: right;
    padding: 0px 10px 0px 0px;
    vertical-align: top;
}

fieldset.dataForm .okcancel
{
    padding: 0px 0px 0px 110px;
    border: none;
}


fieldset.dataForm .okcancel a
{
    color: #ff0000;
}

fieldset.dataForm .heavy
{
    font-weight: bold;
    font-size: 14px;
}

fieldset.dataForm .std
{
    width: 450px;
}

fieldset.dataForm .field-validation-error
{
    display: inline-block;
    width: 22px;
    height: 17px;
    background: #ffffff url(images/exclamacion.gif) no-repeat 5px top;
    color: #ffffff;
}

.imageList
{
    float: left;
    margin: 0px 10px 10px 0px;
}

.imageListImg
{   
    border: solid 1px #d5dfe5;
    padding: 5px 5px 5px 5px;

}

.imageList a.eliminar
{
    color: #ff0000;
}

.imageListControls
{
    margin: 3px 0px 0px 0px;
    padding: 0px 3px 0px 3px;
}

.validation-summary-errors
{
    color: #ff0000;
}

span.validation-summary-errors
{
    padding-left: 110px;
}

ul.validation-summary-errors
{
    padding-left: 150px;
    margin-bottom: 20px;
}


/***************************************************************/
#menu1 
{
    height:30px; 
    /*background:  url(images/back_menu_1.jpg);*/
    background: url(images/bg_menu_1.jpg);
    margin-bottom: 20px;
}

#menu1 ul, #menu2 ul 
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu1 li
{
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 2px;
    height: 25px;
    padding-top: 7px;
}

#menu1 li.selected
{
    background-color: #FFFFFF;
    color: #000000;
    border-top: solid 1px #ADADAD;
    border-left: solid 1px #ADADAD;
    border-right: solid 1px #ADADAD;
    height: 29px;
    padding-top: 0px;
}

#menu1 li.selected a
{
    color: #000000;
}


#menu1 a:hover
{
    color: #000000;
}

#menu1 a 
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: 4px;
}


#menu2
{
    height:20px; 
    background-color: #FFCF75;
    font-size: 10px;
}

#menu2 li
{
    float:left;
    padding-left : 8px;
    padding-right: 8px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 1px;
    background-color: orange;
    height: 20px;
}

#menu2 li:hover 
{
    background-color:#FFCF75;
}

#menu2 a 
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: 3px;
}

#mainContentWrapper
{
    background: white;
    padding: 10px;
}

#footer 
{
    margin: 30px 0px 0px 0px;
    height: 101px;
    background: url(images/footer.png);
}

#login 
{
    text-align: center;
    font-weight: bold;
    border: none;
}

h1 
{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 
{
    font-size: 18px;
    font-weight: bold;
    font-family: Trebuchet MS;
    margin-top: 10px;
    color: #5d8f8c;
}


.formLogin
{
    font-family:Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
    width: 200px;
}

#login span.validation-summary-errors
{
    padding-left: 0px;
}

#login ul.validation-summary-errors
{
    padding-left: 0px;
    margin-bottom: 20px;
}
