/*----------TABLE OF CONTENTS----------*/
/*
1. Import
2. Left Panel Styles
3. Content Area
4. Right Panel
5. Print
*/


/*----------1. IMPORT STYLES FOR MODULES AND COMPONENTS----------*/

@import url("template.css");




/*----------2. CONTENT AREA STYLES----------*/

/*---Default Styles---*/

.tblContentTD1 {padding: 0 0 20px 0px; width:590px !important;}

table#Column1 {width:590px; float:left; margin-left:20px; margin-right:10px; margin-top:20px; padding-top: 15px;}

/* IE7 Only */
/*--*:first-child+html body table#Column1 {width:590px; float:left; margin-left:20px; margin-right:0px; margin-top:0px;}--*/

table.latestNews {margin-top:15px;}
table.latestNews td p {padding-top: 10px; font:11px helvetica, arial, sans-serif !important; line-height: 105% !important;}
table.latestNews td p a:visited,
table.latestNews td p a:link {font:11px helvetica, arial, sans-serif !important; line-height: 105% !important; color:#0061AB;}


/* IE7 Only */

/* *:first-child+html body .tblContentTD1 {padding:0 20px 20px 0; width:590px !important;} */
/* *:first-child+html body .latestNews {margin-top: 35px !important;} */

/* *:first-child+html body table.latestNews td p {font:10px "Verdana,Helvetica,Arial,sans-serif"; line-height: 105% !important;} */

/* *:first-child+html body table.latestNews td p.clsNormal a span {font:10px "Verdana,Helvetica,Arial,sans-serif"; line-height: 105% !important;} */


/*----------End----------*/


/*----------3. RIGHT AREA STYLES----------*/

/*---Default Styles---*/

.tblContentTD2 {height:100% !important; padding: 20px 0px; width: 222px !important;}

/* IE7 Only */

*:first-child+html body .tblContentTD2 {height:100% !important; padding:0px 0px 0px 0px; width: 222px !important;}

/*----------End----------*/


/*----------5. Print friendly----------*/

@media print {

#breadPrint {display:none;}
#TRHeaderDisplayArticle{display:none;}
.tblContentTD1 {display: block;}
.tblContentTD3{display: none;}
.tblContentTD2 table {border:0 !important;}
.tblContentTD2 img {border:0 !important;}
.LowLeftPanel, .LowRightPanel {width: 100% !important; display: block;}
#MaintableForContent,
#MainTableForContent {width:600px !important;}
#TableAdminTopNavBar {display: none;}

}

/*----------End----------*/

