
/* Block Header/Specialty Styles for Conferences 
    - Define background color
    - May define text alignment
    - May define text padding
    - May define block height
    - Should be applied only on cell elements (e.g. <table>, <tr>, or <td>)
    - SHOULD NOT BE USED ON GENERAL CONTENT 
*/

/* Background-Colors for Conference Navigation. Should not be used in content */
.LeftNav{font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size:10px; color:#ffffff; text-decoration:none; line-height:150%; display:block; text-align:center;}
.LeftNavBg:{background-color:#497FA1; display:block; text-align:center;}
.LeftNavBg:Hover{background-color:#497FA1; display:block; text-align:center;}
.TopNav{font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size:10px; font-weight:bold; color:#ffffff; text-decoration:none; width:100%; line-height:24px; text-align:center;}
.TopNavBg:{background-color:#497FA1; display:block; width:100%; text-align:center;}
.TopNavBg:Hover{background-color:#497FA1; display:block; width:100%; text-align:center;}

/* Spacers -- primarily used on the Conference Master Schedules. Should not be used in general content */
.PixelSpace1{font-family:Arial;font-size:1px;}
.PixelSpace2{font-family:Arial;font-size:2px;}
.PixelSpace3{font-family:Arial;font-size:3px;}
.PixelSpace4{font-family:Arial;font-size:4px;}
.PixelSpace5{font-family:Arial;font-size:5px;}
.PixelSpace6{font-family:Arial;font-size:6px;}
.PixelSpace7{font-family:Arial;font-size:7px;}
.PixelSpace8{font-family:Arial;font-size:8px;}
.PixelSpace9{font-family:Arial;font-size:9px;}
.PixelSpace10{font-family:Arial;font-size:10px;}

/* Misc, specialized content styles */
.ClassNavigation{ text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; margin-right:10px;margin-left:10px; display:block; text-align:center;}
a.ClassNavigation:hover {color: #FF6600;}
.ClassNavBg{height:16px; text-align:center;}
.ClassNavBg:Hover{background-color:#E3E3E3;height:16px; text-align:center;}




