#nav-detail {
margin-top: 12px;
height: 1%;
- overflow: hidden;
+ /*overflow: hidden;*/
clear: left;
}
#nav-detail ul {
border-bottom: 1px solid white;
color: #000;
}
-
+#nav-detail ul {
+ margin-bottom: 0 !important;
+ border: 0;
+}
/* Member Box */
#member-info {
margin: 0;
border: 1px solid #666;
- border-top: 0;
+ /*border-top: 0;*/
padding: 6px;
position: relative;
height: 1%;
/* --------------- */
/* CONTACTS */
/* --------------- */
-.contact {
+#member-info .contact {
margin-top: 1em;
padding: 20px;
border: 1px solid #96A379;
background: #D6DFC3;
}
-.contact input.text {
+#member-info .contact input.text {
width: 200px;
display: block;
}
margin-right: 10px;
}
.tree li a {background-image: url("../../../images/note_edit.png");}
+
+/*Members only section*/
+#subnav_wrapper #subnav {
+ display: block;
+ overflow: hidden;
+ width: 100%;
+ border: 1px solid #f5ad1a;
+ margin-left: 10px;
+}
+#subnav_wrapper #subnav h2 {
+ background: none repeat scroll 0 0 #f5ad1a;
+ color: #fff !important;
+ display: block;
+ margin: 0 !important;
+ padding: 5px 10px !important;
+ width: 100%;
+}
+#subnav_wrapper #subnav ul {
+ display: block;
+ list-style-type: none;
+ margin: 0;
+ overflow: hidden;
+ padding: 5px 10px;
+ width: 100%;
+}
+#subnav_wrapper #subnav ul li {
+ display: block;
+ margin: 0;
+ overflow: hidden;
+ padding: 0;
+ width: 100%;
+}
+#subnav_wrapper #subnav ul li a {
+ color: #898989;
+ display: block;
+ margin: 0;
+ padding: 3px 5px 3px 20px;
+ text-decoration: none;
+ width: auto;
+}
+#subnav_wrapper #subnav ul li a:hover {
+ color: #f27225;
+}
+.webform table {
+ width: 100% !important;
+}
+#sdate1, #sdate2, #sdate3,
+#edate1, #edate2, #edate3
+{width: 25% !important;}
+.calendar *.button {margin: 0;display:inline;}
+select[name^="btime"], select[name^="etime"] {width: 25% !important;}
+.webform label.glmCheckBox {width: 100% !important;}
\ No newline at end of file