@charset "utf-8";
/* CSS Document */
.tip, .tip a {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
.specifier {
	padding:10px;
}

#processor {
	display:none;
}

/* -------- LISTING ----------- */
.message_box {
	width:550px;
	margin:80px auto;
	border:1px solid #cccccc;
}
.body {
	line-height:150%;
}
.message_box p {
	text-align:right;
	font-size:10px;
}

/* ---------- LISTING ----------- */
.listing {
	border:1px solid #666666;
}
.listing th {
	background:#0f2ea2;
	color:#FFFFFF;
	padding:5px;
	font-size:13px;
}
.listing td {
	border-bottom:1px solid #999999;
	padding:2px 5px;
}
.listing td h5 {
	background:#CCCCCC;
	padding:5px;
	margin:0px;
	font-size:13px;
}

.listing a {
	color:#333333;
}
.listing td label {
	width:auto;
	text-align:left;
	font-size:11px;
	color:#666666;
}

.pages-bar {
	padding:10px;
	text-align:right;
}
.no-list {
	margin:10px;
	border:1px solid #999999;
	background:#e4effd;
	padding:40px 10px;
	text-align:center;
}

/* ---------- FORM ------------ */
.form_narrow label {
	display:block;
	font-size:11px;
	color:#333333;
	text-transform:uppercase;
}
.form_narrow input, .form_narrow select {
	font-size:11px; width:140px;
}

.form_narrow button {
	float:right;
}

.form label {
	display:block;
	float:left;
	width:120px;
	margin:3px;
	text-align:right;
}
.form input, .form select, .form textarea {
	width:250px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
}
.form .heading {
	font-weight:bold;
	margin-top:20px;
	border-bottom:1px dashed #333333;
}
.form .checks {
	margin-left:125px;
	margin-top:15px;
}
.form .checks label {
	width:auto;
	float:none;
	text-align:left;
	margin:3px 0px;
	padding:2px 0px;
}
.form .checks input {
	width:auto; float:left;
	margin-right:5px;
}
.form .buttons {
	text-align:right;
	padding:10px;
	border-top:1px dashed #666666;
}
.form .buttons input {
	padding:3px 8px;
	width:auto;
}
.form .error {
	margin-left:125px;
	color:#990000;
	font-size:11px; display:block;
}
.form .hint {
	margin-left:125px;
	color:#333333;
	font-size:11px; display:block;
}


.form .label {
	display:block;
	padding:4px 0px;
	font-weight:bold;
}
.form .label .tip {
	font-size:12px;
}

.form .date {
	background:#FFFFFF url(../../images/icon_calender.gif) right no-repeat;
	width:75px;
	cursor:hand; cursor:pointer;
	border:1px solid #efefef;
	padding:3px 0px;
}

.container_box {
	margin:15px 0px;
	padding:0px;
}

.container_box h5 {
	background-color:#CCCCCC;
	font-size:13px;
	margin:0px 0px 5px 0px; padding:3px;
}

.container_box h5 a {
	color:#000000;
}

ul.list {
	margin:0; 
	list-style-type:square; list-style-position:outside;
	border-top:1px solid #666666;
}

ul.list li {
	border-bottom:1px dotted #666666;
	margin-bottom:10px;
	margin:10px 0px 10px;
	padding:10px;
	list-style:none;
}
ul.list h5, ul.list h4, {
	margin:0px; padding:0px;
}
ul.list h5 span, ul.list h4 span {
	font-size:80%;
	font-weight:normal;
}
ul.list h5 a, ul.list h4 a {
	text-decoration:underline;
	color:#000000;
}
ul.list li.half {
	float:left;
	width:220px;
	margin-right:10px;
	border:1px dotted #666666;
}

.clearer {
	clear:both;
	height:2px; overflow:hidden;
}
.numbers {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.dom_template {
	display:none;
}

.listing td input {
	width:auto !important;
}
#breadcrumb {
	font-size:11px;
	font-weight:bold;
}
#breadcrumb a {
	font-weight:normal;
	color:#666666;
}