﻿html,body 
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin:0;
    padding:0;
    height:100%;
    border:none
}



/* Calendar */
#calendar
{
    padding-top:20px;
    padding-left: 500px;
    padding-right: 10px;
}
.DayHeaderStyle
{
    font-family: Arial;
    font-size:10px;
    font-weight: bold;
    text-decoration:none;
    background-color: #003399;
    color: #81a3d9;
}
.DayStyle a
{
    font-family: Arial;
    font-size:10px;
    font-weight: normal;
    text-decoration:none;
}
.NextPrevStyle a
{
    font-family: Arial;
    font-size:10px;
    font-weight: bold;
    text-decoration:none;
    color:#cc0000;
}
.OtherMonthDayStyle a
{
    font-family: Arial;
    font-size:10px;
    font-weight: normal;
    text-decoration:none;
    color:#81a3d9;
}
.SelectedDayStyle a
{
    font-family: Arial;
    font-size:10px;
    font-weight: normal;
    text-decoration:none;
    color:#FFFFFF;
    background-color:#cc0000;
}
.SelectorStyle
{
    font-family: Arial;
    font-size:10px;
    font-weight: normal;
    text-decoration:none;
}
.TitleStyle
{
    font-family: Arial;
    font-size:10px;
    font-weight: bold;
    text-decoration:none;
    color:#cc0000;
}
.TodayDayStyle a
{
    font-family: Arial;
    font-size:10px;
    font-weight: normal;
    text-decoration:none;
}
.WeekendDayStyle a
{
    font-family: Arial;
    font-size:10px;
    font-weight: normal;
    text-decoration:none;
}

/* Ticker */
#ticker
{
    position:relative;
    left: 30px;
    top: 65px;
    padding-right: 10px;
}
.ticker_start
{
    font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size:12px;
	color: #FFFFFF;
}

.ticker_text
{
    font-family: Arial;
	font-weight: normal;
	font-size:12px;
	color: #FFFFFF;
}
/* Navigation */

#navigation 
{
    height: 100%;
    width: 168px;
	font-family: Arial;
	font-weight: bold;
	font-size:10px;
	font-variant:small-caps;
}
#navigation tr
{
}
#navigation td 
{
    padding: 3px 0  3px 10px;
}
#navigation td a  {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Login */

div#global 
{
    position:relative;
	width:168px;
	height:auto !important; 
	height:100%; 
	min-height:100%; /*garantir altura minima de 100%*/
}

div#mid {
	height: 100%;
}

.left
{
    background-color: #cc0000;
}


#login 
{
    width:158px;
    padding-left: 10px;
    position: relative;
    height: 369px;
    bottom: 0px;
    background-image: url(../images/bkg_menu_repeat.png);
    background-repeat: repeat-x;
}

#login_page
{
    width:158px;
    padding-left: 10px;
    position: relative;
    height: 369px;
    
}

.login_title
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
}
.login_subtitle
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.login_text
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #325bae;
}

.login_box
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    border-right: #325bae 1px solid;
    border-top: #325bae 1px solid;
    border-left: #325bae 1px solid;
    border-bottom: #325bae 1px solid;
}

.login_command
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #cc0000;
    text-decoration: underline;
}


/* Content */
#content
{
    background-color:#FDF9F9;
    margin: 25px 5px 5px 25px;
}

/* Text */
.title_big
{
    font-family: Arial;
    font-size: 19px;
    font-weight: normal;
    color: #003399;
}
.title
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}
.subtitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
    padding-bottom: 10px;
}
.text
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.text_link
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
}
.marquee
{
    font-weight:normal;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.separador
{
    padding: 15px 0px 15px 0px;
}

a
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
}


