@import 'reset.css';
@import 'common.css';

body {
	font-family: Lucida Grande, Lucida Sans;
	line-height:1.2;
	overflow: hidden;
}

a:link, a:visited, a:active {
	color: black;
}

a:hover {
	text-decoration: underline;
}

table.error {
	background: #FFFFFF;
	color: #000000;
}

table.notice {
	background: #FFFFFF;
	color: #000000;
}

table.error, table.notice {
	width: 100%;
	
}

table.error td, table.notice td {
	text-align: left;
	font-size:12px;
	padding-left:8px;
	line-height:1.2;
	color:#666666;
	height: 67px;
}

/* == Notice / Error == */
div.error {
  font-family: Lucida Grande, Lucida Sans;
  font-size: 10px;
  padding:4px 6px;
	padding-left:23px;
	color:#666666;
	border: 1px solid #000000;
	background: url(../asterik/img/tiny-icons/cross.gif) no-repeat 4px 2px #FFFFFF;
	margin: 4px 0;
}

div.notice {
  font-family: Lucida Grande, Lucida Sans;
  font-size: 10px;
  padding:4px 6px;
	padding-left:23px;
	color:#666666;
	border: 1px solid #000000;
	background: url(../asterik/img/tiny-icons/tick.gif) no-repeat 4px 2px #FFFFFF;
	margin: 4px 0;
}
/* == End of Notice Error == */

/* Form */
#frm label.error{
	display:block;
 font-family: Lucida Grande, Lucida Sans;
  font-size: 12px;
  font-weight:bold;
  padding:4px 6px;
	padding-left:23px;
  color: #000000;
	border: 1px solid #000000;
	background: url(../asterik/img/tiny-icons/cross.gif) no-repeat 4px 2px #FFFFFF;
	margin: 4px 0;
}

div.iotFormWrapper{
	overflow:auto;
	width:400px;
	font-size:11px;
	color:#666666;
	margin:8px;
}

table.iotTbl td{
	text-align:left;
}

.text {
	background: #b2b2b2;
	border: 0;
	color: white;
	padding: 4px 2px;
	width: 240px;
	display: block;
	margin-top: 2px;
	margin-bottom: 4px;
}

.blackBox {
	borderx: 4px solid #231f20;
	height: 224px;
}

.blackBox .content {
	padding: 10px;
	font-size:12px;
}

.blackBox .content a{
	color:#666;
}

.blackBox .content table td.label {
	font-weight:bold;	
}

h1 {
 font-family: Lucida Grande, Lucida Sans;
  font-size: 12px;
	color: black;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dashed black;
}

.header{
	padding:10px;
	text-align:center;
 font-family: Lucida Grande, Lucida Sans;
  font-size: 12px;
	font-weight:bold;
}

.dottedSep{
	background:url(../img/tb-dotted.gif) repeat-x;
	height:1px;
	font-size:0px;
	margin:0px 0px 10px 0px;
}

.tbContent{
	padding: 20px;
	font-size: 12px;
}

.tbContent table td.label{
	font-family: Lucida Grande;
	font-size: 12px;
	font-weight: normal;
}