@CHARSET "ISO-8859-1";

@IMPORT url("../js/yui/reset-fonts/reset-fonts.css");

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.stdform {
	margin: 10px auto !important;
}

.stdform label {
	display: block;
	font-weight: bold;
	font-size: 110%;
	margin-top: 10px;
}

.stdform input.txt {
	height: 24px;
	line-height: 24px;
}

.stdform input.txt {
	width: 280px;
}

.stdform input.ckb {
	position: relative;
	bottom: -2px;
}

.stdform input.img {
	vertical-align: middle;
	padding-left: 10px;
}

img.separator {
	vertical-align: middle;
}

.loader {
	width: 43px;
	height: 11px;
	background: transparent url('../images/loader.gif') 0 0 no-repeat;
	margin: auto;
}

.yui-skin-sam .yui-panel {
	border: none;
}

.yui-skin-sam .yui-panel .panel_arrow_up {
	position: absolute;
	background: transparent url(../images/panel-arrow-up.png) 0 0 no-repeat;
	top: -32px;
	left: 50px;
	width: 61px;
	height: 34px;
}

.yui-skin-sam .yui-panel .panel_arrow_down {
	position: absolute;
	background: transparent url(../images/panel-arrow-down.png) 0 0
		no-repeat;
	bottom: -37px;
	left: 50px;
	width: 61px;
	height: 34px;
}

.yui-skin-sam .yui-panel .hd {
	background: none;
	border: none;
	color: #fff;
	font-size: 150%;
}

.yui-skin-sam .yui-panel .bd {
	position: relative;
	background: none;
	border: none;
	color: #fff;
}

.yui-skin-sam .yui-panel .bd h3 {
	border-bottom: none;
	padding-bottom: 0;
}

.yui-skin-sam .yui-panel .ft {
	background: none;
	border: none;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.yui-skin-sam .yui-panel .bd .yui-dt-liner {
	color: #333;
	white-space: nowrap;
}

.yui-skin-sam .yui-panel .bd .yui-dt th a {
	color: #000;
}

.yui-skin-sam .yui-panel .bd .yui-dt td a {
	color: #0066cc;
}

.yui-pg-page,.yui-pg-next,.yui-pg-first,.yui-pg-previous,.yui-pg-last {
	padding-left: 6px;
}

.yui-skin-sam .yui-panel .bd a {
	color: #fff;
}

.yui-skin-sam .container-close {
	right: 10px;
	top: 10px;
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
	opacity: 0.85;
	filter: alpha(opacity =   85);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.yui-skin-sam .yui-dt table {
	width: 100%;
}

a {
	color: #0066cc;
}

.truncated {
	text-decoration: none;
	border-bottom: 1px dotted #009900;
	cursor: help;
}

/**
 * TABVIEW
 */
.yui-skin-sam .yui-navset .yui-nav a {
	background: none !important;
	border: none;
	color: #999;
}

.yui-skin-sam .yui-navset .yui-nav .selected a {
	color: #fff;
	text-decoration: underline;
	font-size: 140%;
}

.yui-skin-sam .yui-navset .yui-nav  a:hover {
	color: #fff;
	text-decoration: underline;
}

.yui-skin-sam .yui-navset .yui-nav a em {
	border: none;
	font-size: 120%;
	font-weight: bold;
}

.yui-skin-sam .yui-navset .yui-nav {
	border: none;
}

.yui-skin-sam .yui-navset .yui-content {
	background: none;
	border: none;
}

.warnicon {
	background: transparent url(../images/error.png) center left no-repeat
		!important;
}

.yui-skin-sam .yuimenu {
	font-size: 100% !important;
}

/** DATATABLE */
.yui-skin-sam .yui-dt {
	padding-top: 18px;
	position: relative;
}

.yui-skin-sam .yui-panel .yui-dt {
	/*padding: 0;*/
}

.yui-dt-loading .yui-dt-liner {
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	font-size: 0;
	background: transparent url(../images/ajax-loader-black.gif) 0 0
		no-repeat;
}

.summary.yui-dt thead {
	display: none;
}

.summary.yui-dt table {
	border: none;
}

.summary.yui-dt tr.yui-dt-first td {
	border-top: none;
}

.summary.yui-dt td {
	border-bottom: 1px solid #CECECE;
	border-right: none;
}