/* Style for main page structure, including menu containers, but not content inside menu containers */ /* The outermost container */ #page_container { width:1000px; } /* The container that contains the banner */ #top_banner { background-image:url('top_banner.png'); width:802px; height:102px; } /* The top menu outer container, set to hidden so that inner content doesnt wrap */ #top_menu_outer_container { overflow:hidden; width:802px; } /* The top menu inner container */ #top_menu_inner_container { overflow:hidden; width:850px; } /* The left menu container */ #left_menu { width:185px; height:1350px; float:left; border-right:2px dotted black; border-left:1px solid black; margin-top:0px; background-color:#F4D3B3; overflow:hidden; } /* The main content cotainer */ #main_content { width:600px; height:800px; float:left; padding-top:15px; padding-left:15px; /*margin-top:-10px;*/ } /* The add-comment and add-resource links */ .add_section_link { color:gray; text-decoration:none; } .add_section_link:hover { text-decoration:underline; } .creator_link { text-decoration:none; /* border-bottom: 1px dotted #a0a0a0; */ /* border-bottom: 1px dotted #505050; */ border-bottom: 1px dashed #a0a0a0; /* color:#808080;*/ /* text-decoration-color: #c0c0c0; */ color:black; padding-bottom:-1px; } .creator_link:hover { /*text-decoration:underline;*/ /*border-bottom: 1px solid black;*/ /*color:black;*/ } .access_desc_list { padding-left:15px; margin-top:-15px; }