﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url('/images/bkg.png');
	background-repeat:repeat-x;
	background-color:#e6e6e6;
}

a img 
{ 
	border: none; 
}

.container 
{
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
}

.header
{
	height: 115px;
	width: 960px;
	background-image:url('/images/header.jpg');
}

.content 
{
	float: left;
	width: 880px;
	background: #FFF; 
	padding-top:0px;
	padding-left:40px;
	padding-right:40px;
	min-height: 420px;
}

.footer 
{
	padding: 10px 0;
	height:35px;
	background: #004877;
	position: relative;/* esto da a IE6 hasLayout para borrar correctamente */
	clear: both; /* esta propiedad de borrado fuerza a .container a conocer dÃ³nde terminan las columnas y a contenerlas */
	text-align:center;
}

#combos
{
	padding-top:10px;
	padding-left:7%;
}

#combos option:hover
{
	background-color:#ced0d1;
}

#comboCont
{
	display:none;
}

#rep
{
	padding-top:10px;
	padding-left:7%;
	
}

#whiteL{
	background-color:#FFF;
	height:3px;	
}

#grayL
{
	height:9px;
	background-color:#bdbdbd;
}	

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#004877;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    z-index: 100000;  /*Added z-index: 100000; and position: relative; to allow menu to disply over top RadTab*/
    position: relative;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #004877;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bdbdbd;
    color: #004877;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #004877;
    color: #cfdbe6;
    text-decoration: none;
}

.clear
{
    clear: both;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
