@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.bg-red-title {
/*	background: url(images/bg-red-title.jpg) repeat-x;*/
background-color: black;
	background: url(images/bg-pattern-red.gif) left repeat-x;
	height: 25px;
	width: auto;
	margin: 0 auto;
	color: white;

}
.bg-red-title h1 {
	background: url(images/redtab-25.gif) left no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	padding: 2px 10px;
	padding-left: 35px;
	letter-spacing: -2px;
}

.bg-dark-title {
background-color: black;
background: url(images/pattern-title.gif);
	height: 25px;
	width: auto;
	margin: 0 auto;
	color: white;

}
.bg-dark-title h1 {
	background: url(images/redtab-25.gif) left no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	padding: 2px 10px;
	padding-left: 35px;
	letter-spacing: -2px;
}

.box-alert {
	padding: 10px;
	border: 1px solid #BB8888;
	background-color: #FFDDDD;

}
.box-cat {
	padding: 2px;
	background-color: #888888;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.box-center{
	margin: 0 auto;
}

.box-layout {
	padding: 8px;
}

div.sidebar-paper-mid .box-layout {
	padding-left: 22px;
	padding-right: 15px;
}


.box-error {
	background-color: #FFFF99;
	color: #FF0000;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #CC0000;
}
.box-homepage-list {
	float: left;
	width: 300px;
	margin: 10px;
}

.box-listing {
	font-size: 10px;
	padding: 3px 6px;
	border: 1px solid #AAAAAA;
	border-top: none;
	color: #333333;
}


.box-listing h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin: 0;
	
}

.box-listing a {
	color: #CC0000;
}

.box-listing a:visited {
	color: #990000;
}
.box-listing a:hover {
	color: #FF0000;
}
.box-message {
	padding: 8px;
	border: 1px solid #0066FF;
	margin-bottom: 8px;
}
.box-navtab, .box-navtab-selected {
	float: left;
	background-color: #FFFFFF;
	margin-left: 8px;
}
.box-navtab-selected {
	background-color: #FF0000;
}
.box-navtab a, .box-navtab-selected a {
	padding: 4px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
	color: #000;
	display: block;
}
.box-navtab a:hover {
	color: #F00;
}
.box-navtab-selected a, .box-navtab-selected a:visited, .box-navtab-selected a:hover{
	color: #FFF;
}



.box-socialbookmark {
	background: url(images/socialbookmark-window.jpg) no-repeat;
	width: 479px;
	height: 149px;
}

.box-view {
	width: 650px;
	margin: 0px auto;
	font-size: 10px;
	color: #888888;
}

.box-view .main {
	padding: 10px;
	background-color: #F5F3F3;
	border: 1px solid #CCCCCC;
	border-top:none;	
	border-bottom: none;
}

.box-view .description {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 4px;
	padding-right:100px;
}

.box-view .notes {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	padding: 4px;
	padding-right:100px;
	border: 1px solid #C8C8C8;
	background-color: #E8E8E8;
}

.box-view .code, .box-view .output{
	font-family: "Courier New", Courier, monospace;	
	font-size: 12px;
	background-color: #FAFAFA;
	border: 1px solid #FFAAAA;
	padding: 4px;
}

.box-view .output{
	border: 1px solid #EEDDDD;
	background-color: #FFEEEE;
	color: #333333;
}

.box-view .header, .box-view .footer{
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;;
	padding: 2px 6px;
}

.listing-title {
	font-weight: bold;
	color: #CC0000;
}

inputt {
	border: 1px solid #888888;
}
.footer-line {
	margin: 10px auto;
	font-size: 10px;
	color: #DBD1AC;
}
.form-header {
	border: 1px solid #888888;
	padding: 8px 4px;
	margin-top:10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #EAEAEA;
}

.form-footer {
	border: 1px solid #888888;
	padding: 8px 4px;
	margin-bottom:10px;
	background-color: #EAEAEA;
}
.form-section {
	border: 1px solid #888888;
	border-top: none;
	border-bottom: none;
	padding: 10px;
	font-size: 10px;
	background-color: #F3F3F3;
}

.form-section h2 {
	margin: 0;
	font-weight: bold;
	color: red;
}
.menu-header {
	margin-top: 30px;
	margin-left: 50px;
}
.menu-group {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
}
.menu-group a {
	text-decoration: none;
}

.navbar-groupitem {
	height: 30px;
	padding-left: 15px;
	padding-right: 10px;

}

.navbar-groupitem:hover  {
	background:url(images/grey-tab.gif) no-repeat;
	color: black;
}

.navbar-groupitem-selected {
	height: 30px;
	padding-left: 15px;
	padding-right: 10px;
	background:url(images/red-tab.gif) no-repeat;
	color: white;
	background-color: red;

}


.required {
	color: red;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.item-list {
}

.item-list h1 {
	color: red;
	font-weight: bold;
	font-size: 11px;
}
a, .item-list a{
	color: #000000;
}
a:visited, .item-list a:visited {
	color: #333333;
}
a:hover, .item-list a:hover {
	color: red;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: red;	
}
.submission-list, .snippet-list {
	width: 100%;
}
.submission-list td {
	border-bottom: 1px solid lightgrey;
}

.submission-list th {
	color: #990000;
	font-weight: bold;
	border-bottom: 1px solid lightgrey;
}
