/* Start of CMSMS style sheet 'basbox_template : layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 85.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #666699; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #666699;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: none;
   color: #666699;
}

body{background: url(uploads/basbox/body_bg.png) repeat-x}
p{margin-top:0}
h1,h2,h3,#NewsPostDetailTitle{font: normal normal 200% "Trebuchet MS",Arial,sans-serif, color: #990000; line-height: 35px;}
h2{font-size:160%}
h3{font-size:120%}

hr {color: #dedede; border: 1px dotted}

.header_start_page{font: bold normal 325% "Trebuchet MS",Arial,sans-serif;margin-bottom: 30px;}
#pagebox{margin: 0px auto;width: 970px}
#header{float:left;display:block;width:100%;height: 80px !important;}
#logo{float: left;width: 200px;height:80px;background: url(uploads/basbox/images/logos/openchoice_blue_200x80.gif) no-repeat}
#search{float: right;text-align:right;height:35px;width:770px;margin:0px auto;color:#cccccc;font:50%}
#menu{float:left; height: 45px; width: 770px; background:#999999;margin:0px auto;overflow:hidden}
#content{float: left; width: 100%; text-align: left; padding: 0px; background: #f5f5f5;}
#footer2{float:left;display:block;line-height:35px;height:35px;width:100%;text-align:center;background-color:#666699;color:#999999;font-size:80%}

div.breadcrumbs {
   padding: 1em 0 1.2em 1em; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 80%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin-top: 0px;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #cccccc;
background: #e2d15c;
}

 div.breadcrumbs span.lastitem { 
   font-weight: normal; 
 }

div#box_where, div#box_when, div#box_how{font-size: 80%;background:#666699;color:#ffffff;padding:5px}

div#box_flash{font-size: 80%;background:#999999;color:#ffffff;padding:5px;width:100%;line-height:200px}

div#main {font-size: 80%; float: left; width: 700px; text-align: left; background: #ffffff; border: 1px dotted #cccccc; padding: 5px; margin: 0em;}

div#main_start {font-size: 80%; float: left; text-align:left; width: 650px; border: 1px dotted #cccccc; margin: 0px 5px 10px 5px; padding: 5px; background: #ffffff;}

div#mainbody_start {float: left; width: 100%; display: block; padding: 5px; border: 1px dotted #cccccc; background: #ffffff; font-size: 150%;line-height: 20px;}

div#sidebar_right{float: left; padding: 5px; margin: 1em 0px 0px 10px;}
div#members, div#news {float:left; display: inline; margin: 1em; border: 1px dotted #cccccc; background: #ffffff; padding: 5px;}

div#main ul {
margin-left: 2em;
}

div#main li {
list-style: square;
}

/* relational links under content */
div.left49 {
font-size: 70%;
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

.NewsSummaryPostdate, #NewsPostDetailDate {font-size: 70%; color: #999999;}

/* End of 'basbox_template : layout' */

