@charset "utf-8";
/* The Basics */

input[type=text][disabled='disabled'],
input[type=password][disabled='disabled'], 
textarea[disabled='disabled'], 
select[disabled='disabled'] {
  background-color: #c7e2f1;
  cursor:default;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
}

button {
	padding: 0 0.5em; width:auto; overflow:visible;
}
*:first-child+html button, * html button {
	width: 100%;
}

/*
a:link,
a:visited {
	color: #660066;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif; 
}
*/
a img {
	margin: 0px;
	padding: 0px;
	border-style:none;
	border-width:0px;
}

.watermark {
	color:#AAA;
}

.error {
	padding:2px;
    padding-left:18px;
    background: #FFF no-repeat 0 2px;
    line-height:16px;
	border: 1px solid #C30;
	background-image:url(/images/default/form/exclamation.gif);
}


/* The Basic just For Table Form Format */

table th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9CF;
	font-size: 13px;
}

table th.head{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9CF;
	padding: 5px;
	font-size: 16px;
	color: #009;
}

table table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table td.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table td.subhead {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9CF;
	padding: 5px;
	color: #009;
	text-align: center;
	font-weight: bold;
}

.showvalue {
	color:#009;
	font-size:13px;
	font-weight:bold;
}

.showvalue_ext {
	color:#009;
	font-size:10px;
}

tr.alternate {
	background-color: #CFC;
}

@media print {
	.rcStandard {
		display:none; 
	}
}
