@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* --- Tabs-related --- */
.tabinactive {
	background: url(/img/tab.gif) repeat-x 0px -32px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border-right:#3c46a5 2px solid;
	padding-left:10px;
	padding-right:10px;
}
.tabinactive:hover {
	background: url(/img/tab.gif) repeat-x 0px 0px;
}
.tabactive {
	background: url(/img/tab.gif) repeat-x 0 0;
	background-repeat: repeat-x;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border-right:#3c46a5 2px solid;
	padding-left:10px;
	padding-right:10px;
}
.tablast {
	border-right:#ffffff 0px;
}
.tabtable {
	height: 32px;
}
.tabinactive a {
	color: #ffffff;
	text-decoration: none;
}
.tabactive a {
	color: #ffffff;
	text-decoration: none;
}


/* --- Panel-related --- */
.tpanel {
	background-color: #6b9bcb;
	background-image: url(/img/panel_topbg.gif);
	background-repeat: repeat-x;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

.ttable {
}

.theadright  {
	background-image: url(/img/thead_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
	height: 10px;
	border-bottom:#cccccc 2px solid;
	font-size:12px;
}
.theadleft {
	background-image: url(/img/thead_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 10px;
	border-bottom:#cccccc 2px solid;
	font-size:12px;
}
.theadcenter{
	background-image: url(/img/thead_center.gif);
	background-repeat: repeat-x;
	height: 10px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	color:#000000;
	padding:5px;
	border-bottom:#cccccc 2px solid;
}

.ttailright  {
	background-image: url(/img/ttail_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
	height: 24px;
}
.ttailleft {
	background-image: url(/img/ttail_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 24px;
}
.ttailcenter{
	background-image: url(/img/ttail_center.gif);
	background-repeat: repeat-x;
	height: 24px;
	text-align:left;
	vertical-align:middle;
	color:#000000;
	padding:5px;
}


.tbodyright {
	background-color:#FFFFFF;
	border-bottom:#cccccc 2px solid;
}
.tbodyleft {
	background-color:#FFFFFF;
	/* border-bottom:#cccccc 2px solid; */
}
.tbodycenter {
	padding:5px;
	background-color:#FFFFFF;
	/* border-bottom:#cccccc 2px solid; */
}


/* --- Data table-related --- */
.datarowpending {
	background-color:#CEEEEE; 
}
.datarowodd {
	background-color:#CEEEEE; 
}
.dataroweven {
	background-color:#EEEEEE;
}
.datarowodd:hover {
	background-color:#CCCCFF;
}
.dataroweven:hover {
	background-color:#CCCCFF;
}

/* -- Sub Menu-related -- */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 70px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a
{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

#sddm div a:hover
{	background: #49A3FF;
		color: #FFF}

.error {
    color: red;
}
.ok {
    color: green;
}