/* Global Styles */ BODY { background-color: #f0f1f2; background-image: url(../images/bg.jpg) ; background-repeat: repeat-x; background-position: top center; } /* Global Header Styles */ #global-hd-container { background-image: url(../images/bg_global_header.png); background-repeat: repeat-x; background-color: #181818; color: #fff; } /* Navigation Styles */ #navbar { background-color: #ececec; } #navbar #navigation ul li { background-color: #ececec; color: #333333; } #navbar #navigation ul li.last { background-color: #ececec; border-right: 1px solid #bdbcbd; } #navbar #navigation ul li a { background-color: #f6f7f8; color: #333333; border: 1px solid #bdbcbd; border-right: 0; padding: 8px 0px 0px 0px; text-align: center; background-image: url(../images/bg_nav.png); } /* Set the widths for each horizontal menu tab */ #navbar #navigation ul li a.item1 { width: 100px; } #navbar #navigation ul li a.item2 { width: 135px; } #navbar #navigation ul li a.item3 { width: 125px; } #navbar #navigation ul li a.item4 { width: 150px; } #navbar #navigation ul li a.item5 { width: 130px; } #navbar #navigation ul li a.item6 { width: 155px; } #navbar #navigation ul li a.item7 { width: 137px; } #navbar #navigation ul li a:hover { background-color: #d3d4d4; color: #333; text-decoration: none; background-image: url(../images/bg_nav.png); } #navbar #navigation ul li a.active { background-color: #d3d4d4; color: #333; text-decoration: none; background-image: url(../images/bg_nav.png); } /* Leftnav Styles */ #leftnav .leftnav-header { background-color: #00a1f2; color: #FFFFFF; } #leftnav a.control { color: #00a1f2; width: 19px; height: 19px; background: url(../images/bullet_circle.gif) no-repeat 0 4px; text-align: center; } #leftnav .control { color: #00a1f2; width: 22px; height: 19px; } /* Content Styles */ div .border { border: 1px solid #bdbcbd; background-color: #ffffff; background-image: url(../images/bg_content_2.gif); background-repeat: repeat-x; } div .paymentcharge1{ text-align: center; font-size:120%; width:400px; padding:10px; border:5px solid #264408; margin-left: auto; margin-right: auto; background-color: #D8F7B9 } div .paymentcharge2{ text-align: center; font-size:120%; width:400px; padding:10px; border:5px solid navy; margin-left: auto; margin-right: auto; background-color: #B9D5F7 } div .paymentbox1{ width:400px; padding:10px; border:20px groove #D6F7B9 ; margin: 0 auto; background-color: #E4FAD0 ; } div .paymentbox2{ width:400px; padding:10px; border:20px groove #1255A0; margin: 0 auto; background-color: #D0E4FA; } div .plagiarismbox{ text-align: center; font-size:120%; width:400px; padding:10px; border:5px solid #FF0000; margin-left: auto; margin-right: auto; background-color: #000CFF; } #content th { /* background-color: #0188cb; */ background-color: #ff4141; color: #FFFFFF; } #content form.contact { background-color:#F2FCE8; border: solid green; } #content form.aeappform { background-color:#E8F1FC; border: solid #1A6AC7; font-weight: normal; } #content form.aeappform label{ font-weight: normal; } /* Footer Styles */ /*Homepage footer */ #footerhp { border: 1px solid #bdbcbd; background-color: #ffffff; background: url(../images/bg_footer.gif) repeat-x bottom right; } #footerhp a:link, #footerhp a:visited { color: #2a2a2a; font-weight: normal; } #footerhp a:hover, #footerhp a:active { color: #2a2a2a; font-weight: normal; } #footerhp .divider { background-color: #0188cb; } /*All Other Pages footer*/ /* Footer Styles */ #footer { border: 1px solid #bdbcbd; background-color: #ffffff; background: url(../images/bg_footer.gif) repeat-x bottom right; } #footer a:link, #footer a:visited { color: #2a2a2a; font-weight: normal; } #footer a:hover, #footer a:active { color: #2a2a2a; font-weight: normal; } #footer .divider { background-color: #0188cb; } div .header .overline { background-color: #0188cb; } fieldset{ margin: 10; padding: 20; border: 1; outline: 100; font-size: 90%; background: transparent; } legend{ font-size: 110%; background: #ffffff; margin: 10; padding: 5; font-weight: bold; color: green; }