@import url("/Rendering/Images/styles.css");
html 
{
	min-height: 100%;
	height: auto;
}

body
{
    padding: 0px;
    margin:0px;
	background: url(/PublicImages/bg_gradbody.gif) bottom repeat-x;
}

.main_table
{
  width: 1024px;
}

.blue_sep {width:100%;height:6px;background-color:#28498e}
.dot_sep {background: url(/PublicImages/dot_sep.gif) bottom repeat-x;}

.tblCanvas
{
    width:100%;
	height:100%;
}

.trCanvas { }
.tblCnt { padding-top:40px; }
.tdCnt { }

.site_width, .site_width_margin { width:990px;}
.site_width_margin {padding-left:50px;}

.nowrap {white-space:nowrap;}

.header_tbl {background: #d5d5d6 url(/PublicImages/header_bg.gif) bottom repeat-x;
			}
.main_menu { background: url(/PublicImages/mainmenu_bg.gif) bottom repeat-x;
			height:28px;}
.main_menu_txt, .main_menu_txt a{font-family:Arial;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-transform:uppercase;
	text-decoration:none;
	}
	
a.main_menuSelected, a.footer_menuSelected{color: #e40379;}

.news_title { font-weight: bold; text-decoration:none;}
.news_pic { border: 4px solid #28498e; }
.tdList { width: 35%; }
.tdDetails { width: 65%; }
.cntsep { }

.tblCalendar_section { width:380px; }
.tbackagenda  a { color: #333333 !important; font-weight: bold !important; border: 2px solid #333333 !important; background: #bbc7e5; }
.agendatitle { color:#28498e; font-size:14px; font-weight: bold; }
.agendaDetails p { margin: 0px; }

.item_selected { font-weight: bold; color:#e40379; }

.tbox, .tboxS, .tboxM, .tbox_cld, .tbox_drop, 
.tbox_alert, .tboxS_alert, .tboxM_alert, .tbox_cld_alert, .tbox_drop_alert
{
    height:15px;
    width:200px;
    font-size:12px; 
    margin-top:5px; 
    border: 1px solid #aaaaaa;
}

.tbox_alert, .tboxS_alert, .tboxM_alert, .tbox_cld_alert, .tbox_drop_alert
{
    border: 1px solid #e40379;
}

.tbox_drop { border:none; }
.tboxS { width:30px; }
.tboxM { width:100px; }
.tbox_multiline
{
	background: white;
	color: black;
    font-family: Verdana; 
    font-size: 10px; 
    height:100px;
    width:400px;
}
.terms_frame 
{
	font-family: Verdana; 
    font-size: 10px; 
	color: black;
}

.alerts { color: #e40379; }
.success { color: Green; }

.search_td
{
    background:url(/PublicImages/search_boxC.gif) bottom repeat-x;
}			
.search_tbox 
{
    font-size:11px;
    height:13px;
    width:150px;
    border:solid 1px white;
}

.img_border {border:#28498e solid 5px;}
.tbl_news { padding-bottom:25px;}

.footer_tbl{font-size:12px; line-height:15px;}
.footer_tbl a {color: #28498e;  text-decoration:none;   }
.footer_tbl a:hover{color: #333333;}
.footer_tbl_td{border-left:#cccccc 1px solid;padding-left:20px;padding-right:20px; }

.allcaps{ text-transform:uppercase;}

.nodec  a
{
 text-decoration:none;   
}
/*Footer BUTTONS*/

.btnMargin
{margin-right:10px;
}
.fbutton a
{
	white-space:nowrap;
	float:left;
	padding-left: 10px;
	text-decoration:none;
	cursor: pointer; 
	margin: 0px;
	background: url(/PublicImages/fbutton_left.gif) no-repeat left top;
}

.fbutton a span
{
	float:left; 
	display:block;
    padding:3px 13px 3px 2px;
	font: bold 11px Arial;
	text-transform: uppercase;
	cursor:pointer;
	color: white;
	background:url(/PublicImages/fbutton_right.gif) no-repeat right top;
	text-transform: uppercase;
}

   
.fbutton a:hover 
{
	background-position: left -20px;
	text-decoration:none;
}

.fbutton a:hover span
{
	background-position: right -20px;
}
/*END Footer BUTTONS*/

.imgTransp, .transpWhite, .sep_bottom, .bg_barra, .sep_top, .tblHome_cnt{ behavior:url(/Rendering/Images/iepngfix.htc) }

.title_orange
{ 
	font-family:Arial;
	font-weight: bold;
	font-size: 20px;
	text-transform:uppercase;
}
.title_orange , .text_orange { color:#28498e; }

.print{ display:none; }

@media print{

	.print{	display:block;	}
	
	.noprint  { display: none; }

	body { width: 630px; }

}