/* CRUX custom */
.cruxheader {
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size:12px;
	background-color: #FFF; 
	background-image: url("cruxlogo.png");
	background-repeat: no-repeat;
	background-position: top;
	padding: 70px 0px 10px 10px;
	border: 1px solid #DDDDDD;
}

.content {
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    padding: 15px;
    margin-top:10px;
}

.footer {
  color: #b00;
  font-size: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
}

div.search {
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
	position: absolute;
	top: 36px;
	right: 30px;
}

body {
 background-color: #EEEEDF;
 color: #000;
 margin: 20px;
 font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
}

a {
    text-decoration: none;
    color: #b00;
}

a:visited, a:active {
    color: #b00;
}

a:hover {
    color: #0000FF;
}

a.urllink {
  background: url("/pub/skins/crux/extlink.gif") left center no-repeat;
  padding-left: 16px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

input {
	border: 1px #cccccc solid;
	padding: 3px;
}
input[type=submit], input[type=reset] {
 background: #eee;
 color: #222;
 border: 1px outset #ccc;
 padding: .1em .5em;
}
input[type=submit]:hover, input[type=reset]:hover { background: #ccb }
input[type=text], input.textwidget, textarea {
 background: #fff;
 color: #000;
 border: 1px solid #d7d7d7;
}
input[type=text], input.textwidget { padding: .25em .5em }
input[type=text]:focus, textarea:focus { border: 1px solid #886 }
table.listing {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 1em;
 width: 100%;
}
table.listing th { text-align: left; padding: 0 1em .1em 0}
table.listing thead { background: #f7f7f0 }
table.listing thead th {
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 font-size: 13px;
 font-weight: bold;
 padding: 2px .5em;
 vertical-align: bottom;
}
table.listing thead th :link:hover, table.listing thead th :visited:hover {
 background-color: transparent;
}
table.listing thead th a { border: none; padding-right: 12px }
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
table.listing th.asc a { }
table.listing th.desc a { }
table.listing tbody td, table.listing tbody th {
 border: 1px dotted #ddd;
 padding: .33em .5em;
 vertical-align: top;
 font-size: 13px;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
table.listing tbody tr { border-top: 1px solid #ddd }
table.listing tbody tr.row0 { background-color: #fcfcfc }
table.listing tbody tr.row1 { background-color: #f7f7f7 }
table.listing tbody tr:hover { background: #eed !important }

