@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
    padding: 0;
    position: absolute;
    right: auto;
    width: 700px;
    z-index: 2001;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A8A8A8;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
	font-size: 1em;
	outline: medium none;
}

.tr:nth-child(even) {background: #CCC}
.tr:nth-child(odd) {background: #FFF}

input[type="submit"] {
	background: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;
	border: 1px solid #AAAAAA;
	border-radius: 5px 5px 5px 5px;
	color: #478BF9;
	font-weight: bold;
	margin-left: 14px;
	padding: 2px 7px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #DFFFFF
}

img, input, select, button {
    vertical-align: middle;
}
input, select, textarea {
    font-size: 1em;
}
div.tools, fieldset.tblFooters {
    text-align: right;
}
div.tools, .tblFooters {
    color: #000000;
    font-weight: normal;
}
fieldset {
    text-shadow: 0 1px 0 #FFFFFF;
}
body {
    color: #444444;
    font-family: sans-serif;
}
body:not([id]) {
    cursor: auto !important;
}
html {
    color: #444444;
}
html, h4, h5, h6 {
    font-size: 13px;
}
html {
    line-height: 1.54;
}
html, input, textarea {
    font-family: arial,sans-serif;
}
