﻿/**********************************************************************
 * HACKS
 *********************************************************************/
.floatcontainer:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.floatcontainer
{
    display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
    height: 1%;
}
.floatcontainer
{
    display: block;
}
/* End Hacks ************************************************************/

/* Reset IE centering of tooltips when using jquery-tooltip */
#tooltip
{
    text-align: left;
}
#tooltip
{
    font-size: 10px;
}

/* Force Blueprint <hr> to be exactly one pixel high */
body hr
{
    height: 1px;
}

.nowrap
{
	white-space: nowrap;
}

a {
    cursor: pointer;
}

a.strong, .strong
{
    font-weight: bold;
}

.numeric
{
    text-align: right;
}

body
{
    margin: 0;
    padding: 0;
}

input.error
{
    border:2px solid Red;
}

img
{
	vertical-align: middle;
	border: none;
}

.tooltip_indicator
{
	border-bottom: dotted 1px #888;
}

.tooltip_help_contents
{
/*	background-color: #fff4c1; */
	background-color: Red;
}

p + p { text-indent: 0; margin-top: 0; } /* Reset blueprint fancy type paragraph setting */

/* Tweak jQuery Impromptu design */
div.jqi button
{ 
    float: none;
    display: inline;
}

div.jqi .jqimessage p
{ 
    font-weight: normal;
}

div.notice-item
{
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: bold;
}

select /* To match Blueprint padding for other input elements */
{
    padding: 5px;
}