body { margin:0px; line-height: normal; } p { } li { } div { } div.section1 { float:left; width:60px; height:125px; border-right:1px solid blue; border-bottom:1px solid blue; border-left:1px solid black; border-top:1px solid black; } div.section2 { float:left; width:60px; height:125px; border-right:1px solid black; border-bottom:1px solid blue; border-top:1px solid black; } div.section3 { clear: both; width:121px; height:25px; border-right:1px solid black; border-left:1px solid black; border-bottom:1px solid black; padding-top:5px; } div.wrapper { float:left; } .pageTitle { text-align:center; margin-top:10px; margin-bottom:20px; padding: 5px 0 10px 0; } .navbar-inner { /* was removed in edited bootstrap */ padding-top: 0; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; /* Turn off the 2.1 rounded corners. */ border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; box-shadow: none; border-right-width: 0; border-left-width: 0; background-color: #ffffff; background-repeat: repeat-x; background-image:none; border-bottom:2px solid #eaeaeb; height:85px; } .navbar .nav > li > a { color: #000000; font-size: 15px; text-shadow: none; } .navbar .nav > li > a:focus, .navbar .nav > li > a:hover { color: #2d9fc3; } .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #2d9fc3; text-decoration: none; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .container { margin-top:20px; } .container-fluid { padding:0; } label { float: left; width: 160px; padding-top: 5px; padding-right:5px; border:1px transparent dashed; } .row-fluid input[type="text"], .row-fluid select { padding:0 6px; height:24px; } .row-fluid select { padding:4px 6px; height:24px; } .row-fluid input.controls { min-height:25px; } .row-fluid select.controls { min-height:25px; } .form-horizontal .control-group { margin-bottom: 2px; line-height: 15px; } select { min-height:25px; height:25px; width:47%; } .span6 input[type="text"], .span6 select, .span6 textarea { width:47%; } .span6 select { width:50%; } .span12 input[type="text"], .span12 select, .span12 textarea { width:31%; } .form-horizontal .control-label { text-align: left; } .required, .invalid { color:#ff0000 !important; } .editable { border:1px transparent dashed; } .editableNow { border:1px gray dashed; } .fileBrowse { position:absolute; display:none; padding-top:5px; } .topBorder { height:35px; background-color:#034ea2; } .checkBoxControl { /* border:1px solid blue; */ border: 1px solid #cccccc; float:left; width:46%; /*padding:0 6px;*/ padding:2px 8px; } .checkBoxControl .checkbox { padding-bottom:2px; float:left; clear:left; vertical-align:bottom; /*border:1px solid black;*/ } .checkBoxControl .text { padding-left:5px; padding-top:4px; float:left; vertical-align:bottom; /*border:1px solid black;*/ width:80%; } .checkBoxControl .text .detail { font-size:11px; font-style:italic; } div.uploadProgressBar { width:387px; } div.uploadMessageContainer { padding:10px 0 10px 0; } div.uploadCheck { float:left; padding-right:10px; } div.uploadActionsContainer { padding-top:10px; } div.uploadBusy { padding:10px 0 10px 0; } span.fakeAnchor { font-size: 0.9em; font-weight: bold; color: #0066FF; cursor: pointer; } span.fakeAnchor:hover { text-decoration: underline; } div.fakeAnchor { font-size: 0.9em; font-weight: bold; color: #0066FF; cursor: pointer; } div.fakeAnchor:hover { text-decoration: underline; } a.smallLink { font-size: 0.9em; font-weight: bold; color: #0066FF; cursor: pointer; } a.smallLink:hover { text-decoration: underline; }