* {
    padding: 0px;
    margin: 0px;
}

body {
    color:#6e6e6e;
    font-size: 13px;
    font-family:Arial;
    background-color: white;
}

button,.button{
    cursor:pointer;
}

h2{
    font-size:24px;
}

input.text_entry, select,textarea{
    border:1px solid #6e6e6e;
    padding-top:2px;
    padding-bottom:2px;
    color:#6e6e6e;
}

#click{
    display:block;
    position:absolute;
    width:272px;
    height:79px;
}

#footer{
    width:100%;
    border-top:1px solid #D8D8D8;
    text-align:center;
}
#fast_search_table tr{
    height: 30px;
}

a.img_link img{
    border:none;
}
a.img_link :visited img{
    border:none;
}
a.text_link{
    color:#6e6e6e;
}

a.text_link :hover{
    color:#6e6e6e;
}

a.text_link :visited{
    color:#6e6e6e;
}
a.admin_link{
    color:#6e6e6e;
    text-decoration:none;
}

a.admin_link :hover{
    color:#6e6e6e;
    text-decoration:none;
}

a.admin_link :visited{
    color:#6e6e6e;
    text-decoration:none;
}

.button{
    font-weight:bolder;
    color:white;
    text-align:center;
}

.info{
    position:relative;
    z-index:24;
    text-decoration:none;
}

.info:hover{
    z-index:25;
    background-color:white;
}

.info span{
    display: none;
}

.info span ul{
    margin-left:3px;
}

.info:hover span{
    display:block;
    position:absolute;
    top: -7.4em;
    left:106px;
    width:150px;
    border:1px solid gray;
    background-color:white;
    text-align: left;
    overflow:hidden;
}

.large_entry, .large_select select{
    width:200px;
}

.medium_select select{
    width:100px;
}

.rbroundbox_green { 
    background-color: #66CC00;
    width: 100%;
    margin: 1em auto;
}

.rbtop_green div { 
    background: url(../images/style/green_tl.gif) no-repeat top left;
}

.rbtop_green { 
    background: url(../images/style/green_tr.gif) no-repeat top right;
}

.rbbot_green div { 
    background: url(../images/style/green_bl.gif) no-repeat bottom left;
}

.button_page{
    background:url(../images/style/button_page.png) no-repeat;
    background-position:center center;
    border:none;
    height:25px;
    width:100px;
    display:inline-block;
    text-decoration:none;
    padding-top:-10px;
}
.user_img_thumb img{
    border:none;
}
.user_img_thumb{
    text-align:center;
    width:135px;
    height:155px;
    background: url(../images/style/index_thumb.png) no-repeat;
    background-position:center;
}
#content {
    margin: 0 auto;
    background: white;
    width: 780px;
    text-align: left;
}
#login_bar{
    float:right;
    margin-top:0px;
}
.rbbot_green { 
    background: url(../images/style/green_br.gif) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop_green div, .rbtop_green, .rbbot_green div, .rbbot_green {	
    height: 10px;
}
/*narrows down vertically the box to have the text closer to the bottom and top*/
.rbbot_green, .rbcontent_green {
    /*	margin-top:-15px;*/
    color:#474747;
}

/*left inner text margin*/
.rbcontent_green {
    margin-left:15px;
}

.rbroundbox_orange { 
    background-color: #FF9900;
    width: 100%;
    margin: 1em auto;
}

.rbtop_orange div { 
    background: url(../images/style/orange_tl.gif) no-repeat top left;
}

.rbtop_orange { 
    background: url(../images/style/orange_tr.gif) no-repeat top right;
}

.rbbot_orange div { 
    background: url(../images/style/orange_bl.gif) no-repeat bottom left;
}

.rbbot_orange { 
    background: url(../images/style/orange_br.gif) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop_orange div, .rbtop_orange, .rbbot_orange div, .rbbot_orange {	
    height: 10px;
}
/*narrows down vertically the box to have the text closer to the bottom and top*/
.rbbot_orange, .rbcontent_orange {
    /*	margin-top:-15px;*/
    color:#474747;
}

/*left inner text margin*/
.rbcontent_orange {
    margin-left:15px;
}

.header_row{
    float:right;
    margin-bottom:10px;
}

.header_text{
    border-bottom: 1px solid #6e6e6e;
    padding-bottom: 5px;
}
.error_cell{
    text-align:center;
    color:#FF9900;
    font-weight:bold;
    width:200px;
}
ul {
    list-style-type:none;
}

#green_button{
    background:url(../images/style/green_button.png) no-repeat;
    border:none;
    height:34px;
    width:100px;
}

#orange_button{
    background:url(../images/style/button_orange.png) no-repeat;
    border:none;
    height:34px;
    width:100px;
}

#button_search{
    background:url(../images/style/button_search.png) no-repeat;
    border:none;
    height:34px;
    width:100px;
}
