
.header_image
{
     margin-top:3px;
     height: 55px;
     float:right;
}
.header_image_sec
{
     margin-top:2px;
     height: 56px;
     float:right;
}
.footer_image{
     height: 40px;
}

.small_footer_image{
     height: 20px;
}

body {
	background: #FFF url(../images/bg.jpg) repeat-x;
}

/* links */
a {
	color: #003366;
}

/*menu buttons*/
.buttons
{
    margin-top:70px;
}
/* header */
#header span#slogan {
	z-index: 3;
	left: 3px; bottom: 7px; top:0px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;
	color: #FFF;
	position:absolute;
	width:98%;
	margin-left: 5px;
}

#header span#slogan img {
	z-index: 3;
	float:left;
}

/* header */
#header span#slogan_secondary {
	z-index: 3;
	left: 3px; bottom: 7px; top:0px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;
	color: #FFF;
	position:absolute;
	width:98%;
}

#header span#slogan_secondary img {
	z-index: 3;
	float:right;
}



#header {

}

#header-logo
{
    top: -35px;
}
#header-logo #logo
{
	color: #000;
}

#header-logo #logo_popup {
	color: #000;
}


/* main column */
#main
{

}
#main h1 {

}


/* footer */
.footer {
	border-top: 1px solid #f2f2f2;
	background:  url(../images/footerbg.gif) repeat;
}




.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

th.table_header{
    /*background-color:#005466;*/
    background-color:#111111;
    color:#FFFFFF;
    padding:2px;
    border:1px solid #ddd;
}


/*
** Login
*/

div.middlebox_bluetitle
{
padding: 4px 16px;
height: 40px;
font-size: 15px;
font-family: arial;
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
text-decoration: none;
background: #122754;
background: -moz-linear-gradient(0100%90deg,#2E4885,#122754);
background: -webkit-gradient(linear,0% 15%,0% 85%,from(#122754),to(#2E4885));
border: none;
-Moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
box-shadow: 0 1px 3px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
border-image: initial;
height: 26px;

}
div.middlebox_out{
    position: relative;
    text-align: left;
    -Moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    margin-bottom:20px;

}

/*
** Menu Principal
*/
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(../images/menubar_bkg.jpg);
	background-repeat: repeat-x;

}
