/**************************************
 * THEME NAME: page
 *
 * Files included in this sheet:
 *
 *   page/styles_buttons.css
 *   page/styles_menu.css
 *   page/styles_page.css
 **************************************/

/***** page/styles_buttons.css start *****/

span.button{
	margin:0px 0px 0px 5px;
	padding:0px;
	text-align:left;
}
.button input{
	margin:0px;
	padding:0px 5px 0px 5px;
	background: transparent url(pix/btn/btn_right.gif) no-repeat 50% 0;
	border-left:1px #b4b4b5 solid;
	border-right:1px #b4b4b5 solid;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	height:26px;
	border-top:0px;
	border-bottom:0px;
	border-spacing:0px;
}/***** page/styles_buttons.css end *****/

/***** page/styles_menu.css start *****/

/***
 *** Menu CSS for the header menu
 ***/

/* This fixes sub-menu placement for Safari */
body {
  margin: 0px;
  padding: 0px;
}

 /* YUI will show the menu and move it to an appropiate location */
.menutreeroot {
 visibility: hidden;
 position: absolute;
}

div.yuimenu {
  background-color: #FFFFFF;
}

div.yuimenu li.selected,
div.yuimenubar li.selected {
  background-color: #FFFFFF;
}

div.yuimenu .yuimenuitem a {
  color: #0000FF;
}

div.yuimenu li.selected a.selected {
  color: #FF0000;
  text-decoration: underline;
}

div.yuimenu .yuimenuitem a.yuicurrent,
div.yuimenu .yuimenuitem a.yuicurrent:hover {
  text-decoration: none;
  color: #000000;
}/***** page/styles_menu.css end *****/

/***** page/styles_page.css start *****/

/***
 *** General CSS File
 ***/

/**
 * Give the header tabs some breathing room
 **/
#page{
 	width:1001px;
}
.header-tabs {
  margin-top: 20px;
}

#site-index .header-tabs {
  margin-bottom: -32px;
}

/**
 * Clean up the formatting of the navbutton area
 **/

.navbar .navbutton form {
  float: left;
}

.navbar .navbutton .popupform {
  padding-top: 2px;
}

.navbar .navbutton #switchrole .helplink {
  display: block;
  float: left;
  margin-top: 2px;
}
/***** page/styles_page.css end *****/

