/* default styles */ body,td,input,textarea,select { font-size: 11px; font-family: Arial,Helvetica,sans-serif; } a { color: #B60030; } a:active { color: #B60030; } a:visited { color: #B60030; } a:hover { color: #000000; } /*A { color : #000000; } A:visited { color : #000000; } A:hover { color : #666666; }*/ /* special form objects */ input.submit { } input.cancel { } A.cancel { } A.cancel:visited { } A.cancel:hover { } /* main columns, left = navigation, right = content/title/description area */ #nav_div { width:135px;} .navcolumnheader { background-color: #DDDDDD; height: 20px; width: 135px; } /* content width + this width = 760 */ .contentcolumnheader { background-color: #FFC700; height: 20px; width: 565px; text-align: center; } /* content side, change dependant widths below */ .navcolumn { background-color: #DDDDDD; padding: 5px 5px 10px 5px; width: 135px; } /* content width + this width = 760 */ .contentcolumn { background-color: #FFFFFF; width: 565px; } /* content side, change dependant widths below */ .contentcolumnbody { padding: 10px 10px 0px 10px; } /* navigation categories, and grouping of all links inside a category */ .navcategory { font-weight: bold; font-size: 12px; color: #000000; } .navcategorycontent { margin: 0px 0px 5px 10px; } /* individual navigation links */ .navitem { font-weight: bold; } .navitem A { color: #2B5192; } .navitem A:visited { color: #2B5192; } .navitem A:hover { color: #000000; text-decoration: underline; } /* slots on the home page */ .welcomemessage { margin-bottom: 10px; margin-left: 1px; } .slot { width: 370px; } .calendar { width: 195px; height: 100%; background-color: #DDDDDD;} .slotalt0 { float: left; margin-right: 10px; } .slotalt1 { float: left; margin-right: 10px; } .slottitle { color: #FFFFFF; background-color: #4166A5; background-image: url(../art/blue_header.gif); padding: 2px 5px 2px 5px; font-weight: bold; } .slotcontent { background-color: #DDDDDD; padding: 5px; } .slotcellcontent { background-color: #DDDDDD; } .slots-group0 { float: left; } .slots-group1 { float: left; } /* generic styles */ .ErrorText { color:red; font-weight:bold; } .InstructionalText { color:black; } .TitleText { color: black; font-size: 14px; font-weight: bold; } /* content column (page) title, description, and body */ .pagecontentheader { margin-bottom: 0px; } .pagetitle { color: #2B5192; font-weight: bold; font-size: 16px; } .pagedescription { font-size: 12px; } .pagecontentbody { margin-left: 20px; margin-top: 20px; width: 545px; } .pagecontenthome { width: 565px; } /* width = full width of content side */ /* data tables all over intranet */ table.admineditmenu { border-top: 1px solid #999999; border-left: 1px solid #999999; margin-bottom: 20px; width: 545px; } table.admineditmenu th { padding: 3px; border-right: 1px solid #999999; border-bottom: 1px solid #999999; } table.admineditmenu td { padding: 3px; border-right: 1px solid #999999; border-bottom: 1px solid #999999; } table.admineditmenu td.rowheader { color: #FFFFFF; background-color: #4166A5; background-image: url(../art/blue_header.gif); } table.admineditmenu tr.rowheader { color: #FFFFFF; background-color: #4166A5; background-image: url(../art/blue_header.gif); } table.admineditmenu tr.rowsubheader { background-color: #DDDDDD; } table.admineditmenu tr.row0 { background-color: #E6E6E6; } table.admineditmenu tr.row1 { background-color: #F5F5F5; } /* form tables all over intranet */ table.editform { } table.editform th { padding: 2px; } table.editform td { padding: 2px; } table.editform col.colheader { color: #000000; font-weight: bold; } table.editform tr.rowheader { background-color: #FFC700; } table.editform tr.rowsubheader { background-color: #DDDDDD; } table.editform tr.row0 { background-color: #FFFCF2; } table.editform tr.row1 { background-color: #FFF4CF; } /* in-module title and description block */ div.adminedittitle { display: block; margin-top: 20px; margin-bottom: 3px; font-weight: bold; } div.adminedittitle a { font-weight: normal; } .calendartitle { color: #FFFFFF; background-color: #4166A5; background-image: url(../art/blue_header.gif); padding: 2px 5px 2px 5px; font-weight: bold; } .calendarcontent { background-color: #DDDDDD; margin-bottom: 10px; } .calendarcellcontent { background-color: #DDDDDD; } table.calendareditmenu { border-left: solid thin #4265A5; border-bottom: solid thin #4265A5; width: 195px; } table.calendareditmenu tr.rowheader { color: #FFFFFF; background-color: #4166A5; } table.calendareditmenu tr.row0 { background-color: #E6E6E6; } table.calendareditmenu tr.row1 { background-color: #F5F5F5; } table.calendareditmenu td.calendarcell { border-top: solid thin #4265A5; border-right: solid thin #4265A5; width: 195px; }