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

#processor {
	display:none;
}

.my_ul {
	margin-top:0; margin-bottom:0; list-style-type:square; list-style-position:outside;
}
.my_ul li {
	margin:3px 3px 3px -20px;
	list-style:square;
	font-size:11px;
}


/* -------- LISTING ----------- */
.message_box {
	width:550px;
	margin:80px auto;
	border:1px solid #cccccc;
}
.box {
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}
.head {
	padding:3px 5px;
	background:#e7e7e7;
	color:#000000;
	font-weight:bold;
}
.body {
	line-height:150%;
	padding:5px;
}
.message_box p {
	text-align:right;
	font-size:10px;
}

/* ---------- LISTING ----------- */
.listing {
	border:1px solid #CCCCCC;
}
.listing th {
	background:#e7e7e7;
	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;
}
.pages-bar {
	padding:10px;
	text-align:right;
}
.no-list {
	margin:10px;
	border:1px solid #e7e7e7;
	background:#efefef;
	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;
}
.form .heading {
	font-weight:bold;
	margin-top:20px;
	border-bottom:1px dashed #dddddd;
}
.form .checks {
	margin-left:125px;
	margin-top:15px;
}
.form .checks label {
	width:auto;
	float:none;
	text-align:left;
	margin:3px 0px;
}
.form .checks input {
	width:auto; float:left;
	margin-right:5px;
}
.form .buttons {
	text-align:right;
	padding:10px;
	border-top:1px dashed #dddddd;
}
.form .buttons input {
	padding:3px 8px;
	width:auto;
}
.form .error {
	margin-left:125px;
	color:#990000;
	font-size:11px; display:block;
}
.form .label {
	display:block;
	padding:3px 0px;
	font-weight:bold;
}

.container_box {
	margin:15px 0px;
	border:1px solid #999999;
	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: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 {
	margin:0px; padding:0px;
}
ul.list h5 a {
	text-decoration:underline;
	color:#000000;
}

#partners {
	text-align:center;
}

/* Scroller Box */
#scroller_container {
 position: relative;
 height: 200px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 60px;
 font-size: 60px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */
