@charset "utf-8";
/* CSS Document */

.round-all-2
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius:2px; /* make sure its proper */
    border-radius: 2px;
}
.round-all
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius:5px; /* make sure its proper */
    border-radius: 5px;
}
.round-all-10
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius:10px; /* make sure its proper */
    border-radius: 10px;
}
.round-all-11
{
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -khtml-border-radius:11px; /* make sure its proper */
    border-radius: 11px;
}
.round-all-15
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius:15px; /* make sure its proper */
    border-radius: 15px;
}
.round-all-16
{
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -khtml-border-radius:16px; /* make sure its proper */
    border-radius: 16px;
}
.round-all-18
{
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -khtml-border-radius:18px; /* make sure its proper */
    border-radius: 18px;
}
.round-all-19
{
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -khtml-border-radius:19px; /* make sure its proper */
    border-radius: 19px;
}
.round-top
{
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius:5px 5px 0 0; /* make sure its proper */
     border-radius: 5px 5px 0 0;
}
.round-top-8
{
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius: 8px 8px 0 0;
    -khtml-border-radius:8px 8px 0 0; /* make sure its proper */
     border-radius: 8px 8px 0 0;
}
.round-top-10
{
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius: 10px 10px 0 0;
    -khtml-border-radius:10px 10px 0 0; /* make sure its proper */
     border-radius: 10px 10px 0 0;
}
.round-right
{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius:0 5px 5px 0;
    -khtml-border-radius:0 5px 5px 0; /* make sure its proper */
     border-radius:0 5px 5px 0;
}
.round-right-7
{
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius:0 7px 7px 0;
    -khtml-border-radius:0 7px 7px 0; /* make sure its proper */
     border-radius:0 7px 7px 0;
}
.round-bottom
{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius:0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px; /* make sure its proper */
     border-radius: 0 0 5px 5px;
}
.round-left
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 0 5px 5px 0; /* make sure its proper */
     border-radius: 5px 0 0 5px;
}
.round-left-7
{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius: 7px 0 0 7px;
    -khtml-border-radius: 0 7px 7px 0; /* make sure its proper */
     border-radius: 7px 0 0 7px;
}


.css-arrow-s-white {
  border-color: white transparent transparent transparent;
  border-style:solid;
  border-width:10px;
  width:0;
  height:0;
}


.left { float:left; }
.right { float:right; }


.yanone {
	font-family:"Yanone Kaffeesatz", sans-serif !important;
}

.italic { font-style:italic; }

.button {
	/*background:#014f99;*/
	background:url(../img/btn-bg.png) repeat-x;
	/*border:none;*/
	border:1px solid #014f99;
	color:#fff;
	/*font-size:11px;*/
	font-size:12px;
	font-weight:bold;
	height:29px;
	line-height:29px;
	padding:0 36px;
	text-align:center;
	text-decoration:none;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius:5px; /* make sure its proper */
     border-radius: 5px;
}
.button:hover {
	text-decoration:underline;
}
.button[disabled="disabled"] {
	background:#ABABAB;
	border-color:#eee;
	cursor:default;
}
.button[disabled="disabled"]:hover {
	text-decoration:none;
}


#flashMessage {
	color:#F00;
	margin:0 0 12px;
}
.error-message {
	color:#F00;
	margin-top:8px;
	margin-bottom:8px;
}


.plus {
	color:#86C03F;
}


.ui-datepicker-trigger {
	margin-left:5px;
}

hr.western-stars {
	background:url(../img/hr-bg.png) no-repeat center top;
	border:none;
	clear:both;
	height:9px;
}	/* IE7 */
	.ie7 hr.western-stars {
		display : list-item;
		list-style : url(../img/hr-bg.png) inside;
		filter : alpha(opacity=0);
	}


.tipContainer {
	display:inline;
	margin-left:4px;
}
a.jqTools-tooltip, a.jqTools-tooltip:link, a.jqTools-tooltip:visited, a.jqTools-tooltip:hover {
	color:#CC2131;
	text-decoration:none;
}
a.jqTools-tooltip, a.jqTools-tooltip:hover {
	background:url(../img/tooltip-icon.png) left top no-repeat;
	display:inline-block;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	height:18px;
	line-height:18px;
	text-align:center;
	width:18px;
}	/* Low-Grade Browsers */
	.ie7 a.jqTools-tooltip {
		display:inline;
	}
/*Tooltip and Pointer CSS*/
/* @author http://www.filamentgroup.com/lab/image_free_css_tooltip_pointers_a_use_for_polygonal_css/ */
.ui-widget-content.fg-tooltip {
	background:#ECECEC;
	border-color:#E0E0E0;
	display:none;
	z-index:1;
}
.fg-tooltip .ui-widget-content {
	border-color:#E0E0E0;
}
.fg-tooltip {
	padding: .8em;
	width: 12em;
	border-width: 2px !important;
	position: absolute;
	
	text-align:center;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
	position: absolute; 
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {	
	border-left: 14px solid transparent; 
	border-right: 14px solid transparent;
	border-top-width: 10px;
	bottom:	-10px;
	right: auto;
	left: 50%;
	margin-left: -14px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
	border-left: 12px solid transparent; 
	border-right: 12px solid transparent;
	border-top: 8px solid #ECECEC;
	bottom:	auto;
	top: -11px;
	left: -12px;
}