﻿* 
{
  margin: 0;
  padding: 0;
}

html, body 
{
    margin: 0;
    padding: 0;
    height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color:#7b858a;
	scrollbar-base-color: #7b858a;
	scrollbar-face-color:#FF0000;
	scrollbar-track-color:#7b858a;
}

form 
{
    margin: 0;
    padding: 0;
}

/* CSS layout */
#main_container
{
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/def_layout_bkg.gif);
    width: 788px;
    background-repeat: repeat-y;
}

#head
{
    width: 788px;
    padding-left:19px;
}

#head_flash
{
    margin-left: 0px;
    margin-right: 0px;
}


#head_image
{
    margin-left: 0px;
    margin-right: 0px;
}


#head_title_bkg
{
    background-image: url(images/def_top_06.gif);
    height: 68px;
}

#head_title
{
    font-weight: bold;
    font-size: 18px;
    color: black;
    font-family: Sans-Serif;
    background-image: url(images/def_top_06.gif);
    padding-top: 23px;
    padding-right: 10px;
    text-align: right;
}

#container 
{
	position: relative;
	width: 100%;
	 


}

#left_col
{
    width: 230px;
    position: absolute;
    left: 0px;
    top: 0px;
}


#left_col_content
{
    margin-left: 27px;

}

/************ CSS menu **************/
#left_col_content_menu
{
    width: 195px;
}

#left_col_content_menu ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
		
#left_col_content_menu li 
{
    margin: 0;
}

#left_col_content_menu li a
{
    display: block;
    padding: 0px 5px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #323531;
    width: 100%;
    height: 28px;
    background-image: url(images/def_menu_dot.gif);
}

html>body #left_col_content_menu li a 
{
    width: auto;
}

#left_col_content_menu li a:hover 
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #FF0000;
    font-weight: bold;
}
/*************************************/

#left_col_content_media
{
    margin-top:10px;
    text-align: left;
}

/************ CSS texto **************/
A:link, A:visited, A:active {
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none; 
    color: #323531; 
    }
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FF0000;
}

A.redLink:link, A.redLink:visited, A.redLink:active {
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none; 
	color: #FF0000;

    }
A.redLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FF0000;

}

/*************************************/


#page_content 
{
    /* background-image: url(images/def_content_bkg.gif); */
    margin-left: 230px;
    margin-right: 27px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#page_content_top
{
    /* background-image: url(images/def_content_top.gif); */
    height: 10px;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}

#page_content_main
{
   /* background-image: url(images/def_content_bkg.gif); */
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#page_content_bottom
{
   /* background-image: url(images/def_content_bottom.gif); */
    height: 9px;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
}

#page_content_text
{
   /* text-align: justify; */
}

#page_content_text ul 
{
    list-style: disc url(bullet.gif) inside;
}
		
#page_content_text h1
{
    font-weight: bold;
    font-size: 14pt;
    color: #ff0000;
}


#footer 
{
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 788px;
    background-color:#7b858a;
}

#footer_image
{
    background-image: url(images/def_footer.gif);
    width: 788px;
    height: 104px;
}

#footer_credit
{
    margin-top:8px;
    width: 788px;
    height: 25px;
    font-size: 8pt;
    text-align: center;
}



.box
{
    text-align: left;
    border: #a9a9a9 1px solid;
    background-color: #f0fff0;
    padding: 10px;
  	margin-left: auto;
	margin-right: auto;
}

#tableList tbody tr td 
{
    text-align:left;
    background-color: #cccccc;
    height:25px;
}

#tableList tbody tr.odd  td
{
    background-color: #FFFFFF;
}

#tableList tbody tr.title td
{
    text-align: center;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
}

.formBox {
	width:440px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0px;
	margin:0px;
	line-height: 12px;
	text-align:left;
}	
.fTopLeft{
	float:left;
	width:220px;
	padding:0px;
	margin:0px;
}
.fTopRight{
	float: left;
	width: 220px;
	padding:0px;
	margin:0px;
}
.fBottom{
	width:440px;
}	
.clear{
	clear:both;
	height:10px;
}

.bold{
    font-weight:bold;
}

.floater{
    text-align:center;
}      

.officeBox {
	text-align: left;
	width: 480px;
	height: 187px;
	border: solid 1px #aaaaaa;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #f0fff0;
}

.officeBox a {
    color:#FF0000;
}    

.obIMG {
	float: left;
	padding: 0px;
	margin-right: 5px;
}

.obTXT {
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #000000;
}

.tabOff {
    height: 20px; 
    text-align: center; 
    background-color: #FF0000; 
    float: left; 
    margin-left: 2px; 
    margin-right: 2px; 
    padding: 2px 0px 0px 0px; 
    width: 114px; 
    border-left: solid 2px #FF0000; 
    border-right: solid 2px #FF0000; 
    border-top: solid 2px #FF0000; 
    border-bottom: none;
}

.tabOff:hover {
    background-color: #000000; 
    padding-bottom: 3px;
}

.tabOff a {
    color: #FFFFFF; 
    font-weight: bold; 
    font-size: 9pt; 
    text-decoration: none;
    display: block;
    height: 20px;
    width: 114px;
}

.tabOn a {
    color: #FFFFFF; 
    font-weight: bold; 
    font-size: 9pt; 
    text-decoration: none;
    display: block;
    height: 20px;
    width: 114px;
}
.tabOn {
    height: 20px; 
    text-align: center; 
    background-color: #000000; 
    float: left; 
    margin-left: 2px; 
    margin-right: 2px; 
    padding: 2px;
    padding-bottom: 3px;
    width: 114px; 
    border-left: solid 2px #FF0000; 
    border-right: solid 2px #FF0000; 
    border-top: solid 2px #FF0000; 
    border-bottom: none;
}
.tabClear {
    clear: both; 
    height: 15px; 
    width: 494px; 
    background-color: #000000;
}

.underClear {
    clear: both; 
    height: 15px; 
    width: 500px;
}    

.tabDiv {
    width: 494px; 
    padding: 0px; 
    height: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}