/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* ----------------------------------- HEADINGS (PJCD) ----------------------------------- */
h1,h2,h3,h4,h5,h6{
  font-weight:normal;
  margin:0 0 0.5em 0;
  text-align:left;
}
*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{
  margin-top:1em;
}
/* ----------------------------------- /HEADINGS (PJCD) ----------------------------------- */

img
{
border: 0;
}

wrap
{
white-space: nowrap;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* UCLU Styling */
/*
#wrapper {
    width: 930px;
    margin: 0 auto;
    text-align: left;
}

ol,ul {list-style:none;}

#header {
    width: 930px;
    position: relative;
}

h1,h2,h3,h4,h5,h6{font-size:100%;}

#main, #header-main {
    float: left;
    width: 690px;
}

#header-main li {
    float: left;
    width: 210px;
/*    margin-right: 0px;
    margin-left: 0px; */
/*    margin-bottom: 9px;
    background: #ccc url(i/nav-button.png) top left no-repeat;
    font-weight:bold;

}

#header-main li a {
    display: block;
    min-height: 22px;
    padding: 3px 14px 0 14px;

    text-decoration: none;
    color: white;
    font-size: 16px;
}

#header-main {
    margin-bottom: 11px;
}

.fill { background: #ccc !important; }

.category-calendar #body a         { color: #ca0e7e; }
.category-calendar .fill,
.category-calendar .sidebar-button,
.category-calendar #local-nav,
.fill-calendar,
.hover-calendar:hover              { background-color: #ca0e7e !important; }

.category-events #body a         { color: #DA002C; }
.category-events .fill,
.category-events .sidebar-button,
.category-events #local-nav,
.fill-events,
.hover-events:hover              { background-color: #DA002C !important; }

.category-giag #body a         { color: #87C6C8; }
.category-giag .fill,
.category-giag .sidebar-button,
.category-giag #local-nav,
.fill-giag,
.hover-giag:hover              { background-color: #87C6C8 !important; }

.category-freshers #body a         { color: #39AAE2; }
.category-freshers .fill,
.category-freshers .sidebar-button,
.category-freshers #local-nav,
.fill-freshers,
.hover-freshers:hover              { background-color: #39AAE2 !important; }

.category-bars-cafes #body a         { color: #273374; }
.category-bars-cafes .fill,
.category-bars-cafes .sidebar-button,
.category-bars-cafes #local-nav,
.fill-bars-cafes,
.hover-bars-cafes:hover              { background-color: #273374 !important; }

.category-clubs-societies #body a         { color: #F1A426; }
.category-clubs-societies .fill,
.category-clubs-societies .sidebar-button,
.category-clubs-societies #local-nav,
.fill-clubs-societies,
.hover-clubs-societies:hover              { background-color: #F1A426 !important; }
.category-clubs-societies .fill-mid       { background-color: #F1A426 !important; }

.category-student-union .blog-post-date { color: #96c; }
.category-student-union .blog-post-title,
.category-student-union #body a         { color: #609; }
.category-student-union .fill,
.category-student-union .sidebar-button,
.category-student-union #local-nav,
.fill-student-union,
.hover-student-union:hover              { background-color: #609 !important; }
.category-student-union .fill-mid       { background-color: #96c !important; }

.category-sport-fitness .blog-post-date { color: #0081FF; }
.category-sport-fitness .blog-post-title,
.category-sport-fitness #body a         { color: #0081FF; }
.category-sport-fitness .fill,
.category-sport-fitness .sidebar-button,
.category-sport-fitness #local-nav,
.fill-sport-fitness,
.hover-sport-fitness:hover              { background-color: #0081FF !important; }

.category-get-involved .blog-post-date { color: #C68F57; }
.category-get-involved .blog-post-title,
.category-get-involved #body a         { color: #C68F57; }
.category-get-involved .fill,
.category-get-involved .sidebar-button,
.category-get-involved #local-nav,
.fill-get-involved,
.hover-get-involved:hover              { background-color: #C68F57 !important; }

.category-get-advice .blog-post-date { color: #28A86A; }
.category-get-advice .blog-post-title,
.category-get-advice #body a         { color: #28A86A; }
.category-get-advice .fill,
.category-get-advice .sidebar-button,
.category-get-advice #local-nav,
.fill-get-advice,
.hover-get-advice:hover              { background-color: #28A86A !important; }
.category-get-advice .fill-mid  { background-color: #567beb !important; }
.category-get-advice .fill-light  { background-color: #d1dbfb !important; }

.category-find-a-job #body a         { color: #6E8AC1; }
.category-find-a-job .fill,
.category-find-a-job .sidebar-button,
.category-find-a-job #local-nav,
.fill-find-a-job,
.hover-find-a-job:hover              { background-color: #6E8AC1 !important; }
.category-find-a-job .fill-mid       { background-color: #6E8AC1 !important; }

.category-volunteers #body a         { color: #92BA13; }
.category-volunteers .fill,
.category-volunteers .sidebar-button,
.category-volunteers #local-nav,
.fill-volunteers,
.hover-volunteers:hover              { background-color: #92BA13 !important; }

.testing {
    margin-left:29px;
}

#testing {
    margin-left:29px;
}
*/
h3 {
  font-size: 13px;
  color:#bbc3d3;
  font-family : Georgia, Serif;
  font-variant : small-caps;
  font-weight : lighter;
  margin: 0;
  padding: 0;
}

TD.infoBox_top {
background : url(images/infobox/box_01.png) no-repeat top;
height : 30px;
padding-left : 13px;
vertical-align : middle;
margin : 0;
}
TD.infoBox_middle {
background : url(images/infobox/box_02.png);
padding : 0 0 0 0;
margin : 0;
}
TD.infoBox_bottom {
background : url(images/infobox/box_03.png) no-repeat top;
height : 20px;
}
/* Menu insides */
DIV.menu_box {
width : 180px;
padding-left : 11px;
padding-top:3px;
margin: 0;
}
DIV.image_box {
width : 180px;
padding-top:6px;
margin : 0;
}
/* End Menu Insides */
SPAN.menu_box {
color : #0C7AD9;
}

/* MENU OL LI ECT; */
.menudiv
{
font-size: 13px;
}
.menudiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: auto; /* Width of Menu Items */
/* border-bottom: 1px solid #ccc; */
}

.menudiv ul li{
position: relative;
}

/*Sub level menu items */
.menudiv ul li ul{
position: absolute;
background: #f8f8f9;
width: 129px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #ccc;
}

/* Sub level menu links style */
.menudiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #0C7AD9;
text-decoration: none;
background: #ffffff;
padding: 1px 5px;
/* border: 1px solid #ccc; */
border-bottom: 0;
}

.menudiv ul li a:visited{}

.menudiv ul li a:hover{
color: #4CADFC;
background: #D3E9F8;
}

.menudiv .subfolderstyle{
background: url(images/fwr_arrow.gif) no-repeat center right;
}


/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */
/* end menu ol ul, ect; */
/* End Main Info Box Styles */
