/*
 * File: shared.css
 * Description: Contains Resets and default formating
 * Reset by:Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt, version: 2.2.2
 * Guidelines: Insert text-indents here only when used for graphical headers.
 * When only specificying background-position for a group of elements that all use the same sprite, place everything on one line for easy scanning.
 * 
 * TABLE OF CONTENTS
 * -------------------------
 * 
 * Coded by the Holy Trinity of Connect
 * 			Duane Blake
 * 			Gavin Williams
 * 			Nick Ekste
 */

 /*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

.btnFormat2 {padding-bottom: 0;
    background-color: #868686;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;}

.btnFormat2 input, .btnFormat2 a {
    background: none repeat scroll 0 0 #F5F5F5 !important;
    border: 1px solid #DCDCDC;
    -webkit-box-shadow: 2px 2px 0 #868686;
    -moz-box-shadow: 2px 2px 0 #868686;
    box-shadow: 2px 2px 0 #868686;
    color: #000011;
    cursor: pointer;
    font-family: arial,Verdana,sans-serif;
    font-size: 12px;
    left: -3px;
    outline: medium none;
    overflow: visible;
    padding: 3px 8px 2px;
    position: relative;
    top: -3px;
}

.btnFormat2 input:hover {
    text-decoration: underline;
}

.pageHeaderSearchbox {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

