Procurei no fórum e não achei algo exatamente como está acontecendo comigo. Utilizei das várias dicas que foram postas para problemas semelhantes, porém não deram resultado.
No Firefox tudo funciona muito bem, porém no IE 7.0 o menu vai para baixo. PORÉM, isso acontece apenas quando clico para ler um artigo, pois na página inicial o menu aparece lá em cima mesmo.
Todas as divs estão fechadas.
Vou postar meu index.php e meu css:
INDEX.PHP
CSS:<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'YOURBASEPATH', dirname(__FILE__) );
require( YOURBASEPATH.DS."rt_styleswitcher.php");
JHTML::_( 'behavior.mootools' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head><jdoc:include type="head" />
<?php
$live_site = $mainframe->getCfg('live_site');
$side_column = $this->params->get("sideColumn", "25%");
$template_width = $this->params->get("templateWidth", "989");
$menu_name = $this->params->get("menuName", "mainmenu");
$menu_type = $this->params->get("menuType", "splitmenu");
$default_font = $this->params->get("defaultFont", "default");
$show_breadcrumbs = ($this->params->get("showBreadcrumbs", 0) == 0)?"false":"true";
$iepng_fix = ($this->params->get("iepngFix", 0) == 0)?"false":"true";
require(YOURBASEPATH .DS."rt_styleloader.php");
require(YOURBASEPATH .DS."rt_utils.php");
?>
<link rel="shortcut icon" href="<?php echo $this->baseurl; ?>/images/favicon.ico" />
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/template_css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
div.wrapper { <?php echo $template_width; ?>}
#sidecol { width: <?php echo $side_column; ?>;}
#main-column { margin-left: <?php echo $side_column; ?>;}
.style1 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}
</style>
<?php if (isIe6())>
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/template_ie6.css" rel="stylesheet" type="text/css" />
<?php if($iepng_fix == "true") : ?>
<style type="text/css">
img { behavior: url(<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/iepngfix.htc); }
</style>
<?php endif; ?>
<![endif]-->
<?php endif; ?>
<?php if($mtype=="splitmenu") :
echo "<!--[if IE 6]>\n";
require( YOURBASEPATH.DS."js/ie_splitmenu.js");
echo "<![endif]-->\n";
endif; ?>
</head>
<body class="<?php echo $fontstyle; ?> <?php echo $tstyle; ?>" onload=popup()>
<!--
<div id="wrapper">
<div id="wrapper_r">
-->
<table width="100%" height="26" border="0" cellpadding="0" cellspacing="0">
<tr> <td bgcolor="#608fbd">
<div id="login" align="right">
<?php if ($this->countModules('toolbar')) : ?>
<div>
<jdoc:include type="modules" name="toolbar" style="xhtml" />
</div>
<?php endif; ?>
</div>
</td>
</tr>
</table>
<table width="958" height="26" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="616" bgcolor="#FFFFFF">
<div id="logo">
<?php if ($this->countModules('logo')) : ?>
<div>
<jdoc:include type="modules" name="logo" style="xhtml" />
</div>
<?php endif; ?>
</div> </td>
<td width="342" bgcolor="#FFFFFF">
<div id="banner" align="right">
<?php if ($this->countModules('banner')) : ?>
<div>
<jdoc:include type="modules" name="banner" style="xhtml" />
</div>
<?php endif; ?>
</div>
</td>
</tr>
</table>
<div id="menu-bar">
<div class="wrapper">
<div id="horiz-menu" class="<?php echo $mtype; ?>">
<?php if($mtype != "module") :
echo $mainnav;
else: ?>
<jdoc:include type="modules" name="toolbar" style="none" />
<?php endif; ?>
<?php if ($this->countModules('left') or $subnav) : ?>
</div>
</div>
</div>
</div>
<div id="middle_bg">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/middle_top.png" alt="" />
<div id="maincolumn">
<?php if($this->countModules('top')) : ?>
<div id="toper" align="left">
<?php if($this->countModules('top')) : ?>
<jdoc:include type="modules" name="top" style="xhtml" />
<?php endif; ?>
<br clear="all" />
</div>
<?php endif; ?>
<div class="contentpadding">
<jdoc:include type="component" />
</div>
<div id="topmodules" class="spacer>
<?php echo $topmod_width; ?>">
<?php if ($this->countModules('user1') or $this->countModules('user2')) : ?>
<div id="topmodules" class="spacer<?php echo $topmod_width; ?>">
<?php if ($this->countModules('user1')) : ?>
<div class="block">
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>
<?php endif; ?>
<?php if ($this->countModules('user2')) : ?>
<div class="block">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if ($this->countModules('user3') or $this->countModules('user4')) : ?>
<div id="bottommodules" class="spacer<?php echo $bottommod_width; ?>">
<?php if ($this->countModules('user3')) : ?>
<div class="block">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
<?php endif; ?>
<?php if ($this->countModules('user4')) : ?>
<div class="block">
<jdoc:include type="modules" name="user4" style="xhtml" />
</div>
<?php endif; ?>
</div>
<?php endif; ?>
<div class="clr">
</div>
</div>
</div>
<div id="rightcolumn">
<?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
<jdoc:include type="modules" name="left" style="xhtml"/>
<?php endif; ?>
</div>
<br clear="all" />
<?php if($this->countModules('user5') or $this->countModules('user6')) : ?>
<div id="f_area" align="center">
<?php if($this->countModules('user5')) : ?>
<jdoc:include type="modules" name="user5" style="xhtml" />
<?php endif; ?>
<?php if($this->countModules('user6')) : ?>
<jdoc:include type="modules" name="user6" style="xhtml" />
<?php endif; ?>
<br clear="all" /></div>
<?php endif; ?>
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/middle_bottom.png" alt="" /></div>
<table width="982" border="0" cellspacing="0" cellpadding="0">
<tr><td class="copyright" colspan="3"><?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?></td></tr>
</table>
</body>
</html>
Obrigado pela ajuda,/* @group Core Elements */
div#middle_bg{
background: url(../images/middle_bg.png) left repeat-y;
width: 989px;
margin-top: 7px;
margin-left: 7px;
margin-right: 7px;
}
#rightcolumn{
margin-left: 0px;
padding-left: 2px;
padding-right:6px;
width:180px;
float:left;
}
#rightcolumn div.moduletable_menu, #rightcolumn div.moduletable, #rightcolumn div.moduletable_text{
margin: 0px 0px 0px 0px;
padding-left: 15px;
width: 180px;
background: url(../images/rub_bottom.png) right repeat-y;
}
#rightcolumn h3{
text-align: left;
height: 45px;
width: 180px;
line-height: 25px;
color:#000;
font-size:14px;
margin: 0px 0px -18px 0px;
padding: 20px 10px 0px 0px;
}
#maincolumn{
width: 770px;
float:right; /*MUDAR MENU DE LADO - DIREITA E ESQUERDA*/
margin:0px 5px 0px 0px;
padding:0px 5px 0px 0px;
}
#maincolumn .padding {
padding: 8px 5px 10px 5px;
}
#maincolumn .inner {
background: #fff;/*url(../images/back.gif) repeat;*/
padding: 4px;
border: 1px solid #ccc;
}
#maincolumn .contentpadding {
padding: 8px;
}
.contentpane,
.contentpaneopen {
width: 100%;
}
#content {
padding-top: 20px;
padding-bottom: 25px;
background: #fff; /*url(../images/top_sep.jpg) 100% repeat;/*COR DE FUNDO DA PÁGINA*/
float: center;
}
div#f_area{
margin-left: 3px;
width: auto;
text-align:left;
}
#f_area div.moduletable, #f_area div.moduletable_menu{
float: left;
margin:0px 10px 10px 10px;
width: 222px;
}
#f_area h3{
text-align: center;
height: 20px;
width: 222px;
line-height: 20px;
color:#000000;
font-size:12px;
margin:0px;
}
html {
height: 60%;
margin-bottom: 1px;
}
body {
margin: 0;
padding: 0;
width: 100%;
color: #333;
font-family: Arial;
line-height: 135%;
}
body.f-smaller {
font-size: 10px;
}
body,
body.f-default {
font-size: 12px;
}
body.f-larger {
font-size: 15px;
}
p {
/* setup some more readable paragraph spacing */
margin-top: 10px;
margin-bottom: 15px;
}
h1, h2, h3, h4, h4 {
/* setup some more readable header spacing */
padding-bottom: 5px;
margin: 15px 0;
}
h1 {
font-size: 200%;
}
h2 {
font-size: 175%;
}
h3 {
font-size: 150%;
}
h4 {
font-size: 120%;
}
a {
text-decoration: none;
color: #003399; /*LINKS DA ESQUERDA (NÃO MENU PRINCIPAL) E DO RESTANTE DA PÁGINA*/
}
a:hover {
text-decoration: underline;
}
/* @end */
/* @group Joomla Elements */
.small,
.modifydate,
.createdate,
div.mosimage_caption {
font-size: 95%;
}
.componentheading {
font-size: 170%;
line-height: 100%;
padding: 0;
margin: 20px 0 20px 0;
}
.contentheading {
font-size: 170%;
width: 100%;
height: 30px;
line-height: 30px;
font-family: Arial, Tahoma, sans-serif;
color: #02576B;
}
td.buttonheading,
.contentpaneopen td.buttonheading {
padding: 7px 3px 0;
}
td.column_separator {
padding-left: 15px;
}
td.componentheading {
padding-bottom: 15px;
}
.sectiontableheader {
font-weight: bold;
padding: 4px;
line-height: 20px;
background: #F3FBFF;
border-bottom: 1px solid #CEE0E4;
}
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
text-align: left;
padding: 4px 0 4px 4px;
border-top: 1px solid #fff;
border-bottom: 1px solid #CEE0E4;
}
.sectiontableentry2 {
background: #F3FBFF;
}
.contentpane,
.contentpaneopen {
width: 100%;
}
/* @end */
/* @group Structure */
#menu-bar {
height: 30px;
background: #153C4D;/*url(../images/menu-bg.png) 0 0 repeat-x;*/
}
#login {
height: 30px;
background: #153C4D;/*url(../images/menu-bg.png) 0 0 repeat-x;*/
padding-top: 5px;
padding-right: 0px;
padding-left: 30px;
color: #FFFFFF;
}
#banner {
height: 68px;
width: 468px;
background: none; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding-top: 5px;
padding-right: 2px;
color: #FFFFFF;
float: center;
border: none;
}
#banner a {
color: none;
border: none;
}
#rodape01 {
height: 100px;
width: 180px;
text-align: center;
background: none; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding: 5px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
color: #003399;
float: left;
border: 0px solid #ccc;
}
#rodape02 {
height: 100px;
width: 180px;
text-align: center;
background: none; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding: 5px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
color: #003399;
float: left;
border: 0px solid #ccc;
}
#rodape03 {
height: 100px;
width: 180px;
text-align: center;
background: none; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding: 5px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
color: #003399;
float: left;
border: 0px solid #ccc;
}
#rodape04 {
height: 100px;
width: 180px;
text-align: center;
background: none; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding: 5px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
color: #003399;
float: left;
border: 0px solid #ccc;
}
#rodape05 {
height: 100px;
width: 180px;
text-align: center;
background: none; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding: 5px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
color: #003399;
float: left;
border: 0px solid #ccc;
}
#enquete {
height: 100%;
width: 80%;
text-align: center;
background: #ffffff; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 0px;
color: #003399;
float: left;
border: 1px solid #ccc;
}
#enquete a {
color: none;
border: none;
}
#flash {
height: 100%;
width: 88%;
background: none; /*#153C4D; url(../images/menu-bg.png) 0 0 repeat-x;*/
padding-top: 5px;
padding-right: 0px;
padding-left: 10px;
margin-left: 8px;
color: #FFFFFF;
float: center;
border: 0px solid #ccc;
}
#flash a {
color: none;
border: none;
}
#inset {
height: 100px;
background: #608fbd /*url(../images/inset-banner.jpg) 50% 0 no-repeat*/;
border-top: 0px solid #D9F3F9;
overflow: hidden;
}
#inset .content {
padding: 20px 0px 10px 20px;
width: 60%;
}
#content {
padding-top: 20px;
padding-bottom: 25px;
background: #fff; /*url(../images/top_sep.jpg) 100% repeat;/*COR DE FUNDO DA PÁGINA*/
float: center;
}
#bottom {
background: none; /*#DDEBF1 url(../images/bottom-bg.png) 0 0 repeat-x;*/
position: relative;
left: 0;
bottom: 0;
}
#logo {
width: 400px;
height: 85px;
background: url(../images/logo1.png) 0 0 no-repeat;
margin-top: 0px;
float: center;
}
#superior1
{
width: 710px;
height: 120px;
background: none; /*url(../images/page-bg.png) repeat;*/
margin-top: 0px;
margin-left: 0px;
color: #fff;
text-align: justify;
border: 0px solid #fff;
}
#superior1 a {
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 20px;
}
#topmodules,
#component,
#bottommodules {
overflow: hidden;
}
#component .padding {
padding-left: 10px;
}
#content.extraspace #component .padding{
padding-right: 25px;
}
.spacer .block {
float: left;
}
.spacer .w99 .block {
width: 99%;
}
.spacer.w49 .block {
width: 49%;
}
.spacer.w33 .block {
width: 33%;
}
img#rocket {
width: 146px;
height: 24px;
border: 0;
margin-top: 10px;
margin-bottom: 10px;
background: url(../images/rocket.png) 0 0 no-repeat;
}
/* @end */
/* @group Modules */
.moduletable,
.moduletable-hilite1 {
margin-: 0px;
margin-bottom: 20px;
}
.moduletable h3,
.moduletable-hilite1 h3 {
background: none; /*url(../images/module-h3.png) 0 0 repeat-x;*/
padding: 5px 0 5px 8px;
font-family: Tahoma, Helvetica, Arial Narrow;
font-size: 120%;
color: #000;
border: 0px solid #B7ECF5;
margin: 15px 0 0px 0;
}
#inset .moduletable h3 {
background: none;
border: none;
font-family: Tahoma;
font-size: 180%;
color: #02576B;
margin: 5px 0 10px 0;
padding: 0;
text-transform: none;
font-weight: normal;
}
#toper .moduletable {
background: #F3FBFF;
border: 1px solid #CEE0E4;
padding: 5px;
margin: 5px 5px 5px 5px;
text-align: justify;
}
#toper .moduletable a {
font-size: 22px;
}
#top .moduletable {
background: #F3FBFF;
border: 1px solid #CEE0E4;
padding: 5px;
margin: 5px 5px 20px 5px;
text-align: justify;
}
#top .moduletable a {
font-size: 22px;
}
#top2 .moduletable {
background: #FFFFFF;
border: 0px solid #CCC;
padding: 5px;
margin: 5px 5px 0px 5px;
text-align: justify;
float: left;
}
#top2 .moduletable a {
font-size: 13px;
}
#topmodules .moduletable {
margin: 0 10px 0 5px;
}
#topmodules .moduletable {
background: url(../images/module-corner.png) 0 100% no-repeat;
padding: 0 0 15px 17px;
}
#side-column .moduletable-hilite1 {
background: #F2FEFF url(../images/hilite1-.png) 0 100% no-repeat;
border: 1px solid #D7EBF0;
padding: 8px;
}
#side-column .moduletable-hilite1 h3 {
background: none;
border: none;
font-family: Tahoma;
font-size: 130%;
color: #02576B;
margin: 0px 0 10px 0;
padding: 0;
text-transform: none;
font-weight: normal;
}
#bottommodules .moduletable {
background: #fff url(../images/bottommod-bg.png) 0 0 repeat-x;
border: 1px solid #D7EBF0;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
}
#bottommodules .moduletable h3,
#topmodules .moduletable h3,
#top .moduletable h3 {
background: none;
border: none;
font-family: Tahoma;
font-size: 130%;
color: #02576B;
margin: 0 0 10px 0;
padding: 0;
text-transform: none;
font-weight: normal;
}
#bottom .moduletable h3 { /*título do rodapé*/
font-family: Tahoma;
font-size: 140%;
color: #465F65;
border-bottom: 1px solid #ccc;
border-top: none;
border-left: none;
border-right: none;
margin: 40px 0 10px 0;
background: none;
padding: 0 0 5px 0;
text-transform: none;
font-weight: normal;
}
#footermodules .moduletable {
margin-right: 5px;
margin-left: 5px;
}
/* @end */
/* @group Horizontal Menu */
#horiz-menu {
height: 46px;
}
#horiz-menu ul.menu {
list-style: none;
margin: 0;
padding: 0;
}
#horiz-menu li {
display: block;
float: left;
margin: 0;
padding: 0;
background: none;
}
#horiz-menu a {
white-space: nowrap;
font-family: Arial Narrow, Helvetica, sans-serif;
color: #fff;
display: block;
float: left;
height: 26px;
line-height: 30px;
font-weight: normal;
text-transform: uppercase;
padding: 0px 15px 0px 15px;
background: url(../images/menu-divider.png) 100% 0 no-repeat;
}
#horiz-menu li.active,
#horiz-menu li.active_menu {
background: url(../images/active-menu-r.png) 100% 0;
}
#horiz-menu li.active a,
#horiz-menu li.active_menu a {
background: url(../images/active-menu-l.png) 0 0 no-repeat;
color: #000;
}
#horiz-menu a:hover {
text-decoration: none;
color: #ccc;
}
/* @end */
/* @group Sub Menu */
#side-column ul.menu {
margin: 0;
padding: 0;
}
#side-column ul.menu li {
list-style: none;
margin: 0;
padding: 0;
background: none;
}
#side-column ul.menu li.active a {
color: #000;
}
a#active_menu.mainlevel {
color: #000;
}
#side-column ul.menu li.active li a {
font-weight: normal;
font-size: 100%;
color: #ab0900;
}
#side-column ul.menu span {
display: block;
}
#side-column ul.menu a { /*MENU PRINCIPAL*/
display: block;
line-height: 25px;
text-indent: 20px;
font-weight: bold;
font-family: Tahoma, Helvetica, "Arial", sans-serif;
font-size: 100%;
color: #154053;
}
#side-column ul.menu ul {
margin-left: 35px;
padding: 0;
}
#side-column ul.menu ul ul {
padding: 0;
margin: 0;
}
#side-column ul.menu li li {
padding: 0;
margin: 0;
}
#side-column ul.menu ul a {
background-image: none;
text-indent: 0;
line-height: 25px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 100%;
}
#side-column ul.menu ul ul a {
text-indent: 15px;
}
#side-column ul.menu ul ul ul a {
text-indent: 30px;
}
/* @end */
/* @group Mainmenu */
a.mainlevel {
display: block;
line-height: 20px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 120%;
background: none;
color: #ab0900;
}
a.sublevel {
font-family: Tahoma, Helvetica, Arial, sans-serif;
line-height: 25px;
padding-left: 5px;
text-indent: 30px;
display: block;
float: left;
width: 100%;
}
/* @end */
/* @group Content Styles */
/* @group Readon */
.readon {
font-family: Arial Narrow, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
display: block;
margin: 10px 0 0px 0;
background: #E2F6F9 url(../images/readon.png) 100% 50% no-repeat;
text-decoration: none;
color: #333;
padding: 3px 15px 3px 5px;
border: 1px solid #F3FBFD;
width: 75px;
}
a.readon:hover {
text-decoration: underline;
}
#inset .readon {
background: url(../images/inset-readon.png) 0 0 no-repeat;
border: 0;
color: #fff;
font-weight: normal;
display: block;
width: 78px;
height: 23px;
float: right;
margin: 10px 0 0 0;
}
/* @end */
/* @group Pathway */
span.pathway {
display: block;
line-height: 1.2em;
font-weight: normal;
margin-bottom: 10px;
margin-top: 5px;
padding-left: 10px;
}
span.pathway img {
float: left;
width: 9px;
height: 11px;
padding-right: 10px;
background: url(../images/bullet.png) 0 50% no-repeat;
}
span.pathway a {
float: left;
padding: 0 10px 0 0;
}
/* @end */
/* @group Typography */
ul {
padding-left: 0;
margin-left: 10px;
}
ul li {
margin-left: 5px;
margin-bottom: 5px;
padding: 0px;
background: none;/*url(../images/bullet-2.png) 0px 6px no-repeat;*/
}
pre {
padding: 10px;
background: #F3FBFF;
border: 1px solid #CEE0E4;
color: #02576B;
}
blockquote {
color: #02576B;
font-style: italic;
font-size: 110%;
line-height: 150%;
width: auto;
padding: 10px 10px 10px 30px;
margin: 15px 0;
background: #F3FBFF url(../images/quote.png) 0 0 no-repeat;
border: 1px solid #CEE0E4;
}
span.alert {
color: #c00;
border-top: 3px solid #fe7b7a;
border-bottom: 3px solid #fe7b7a;
background: #FFD6D6 url(../images/status-alert.png) 10px 50% no-repeat;
}
span.info {
color: #0055BB;
border-top: 3px solid #629de3;
border-bottom: 3px solid #629de3;
background: #D8E5F8 url(../images/status-info.png) 10px 50% no-repeat;
}
span.note {
color: #B79000;
border-top: 3px solid #fde179;
border-bottom: 3px solid #fde179;
background: #FEF6D8 url(../images/status-note.png) 10px 50% no-repeat;
}
span.download {
color: #57861A;
border-top: 3px solid #c2df88;
border-bottom: 3px solid #c2df88;
background: #EEF7DD url(../images/status-download.png) 10px 50% no-repeat;
}
/* @end */
/* @group Notice Styles */
span.alert,
span.info,
span.download,
span.note {
display: block;
padding: 10px 10px 10px 45px;
margin: 15px 0;
}
/* @end */
a.nounder {
text-decoration: none;
border: 0;
cursor: pointer;
}
a.nounder:hover {
text-decoration: none;
}
.clr {
clear:both;
}
fieldset.input {
border: 0;
}
/* @end */
a.sgfooter:link, a.sgfooter:visited {
color : #2861a4;
font-family: Arial,sans-serif;
text-decoration:none;
}
a.sgfooter:hover {
color: #2861a4;
font-family: Arial,sans-serif;
text-decoration:none;
}
#sgf {
font-size: 11px;
text-align:center;
width:100%;
margin:0px auto;
color: #2861a4;
font-family: Arial,sans-serif;
}
.sgf {
text-align:right;
font-size: 11px;
font-family: Arial,sans-serif;
color: #2861a4;
text-decoration:none;
}