html,body {
	color : #2e3436;
	font-family : Verdana;
	font-size : 12px;
	background : #b9b9b9 url(images/bg.png);
	margin : 0;
	padding : 0;
}
html {
	margin : 30px 0;
}
select,input,button,textarea {
	font-family : Verdana;
	font-size : 12px;
}
input[type="radio"] {
	margin : 0px;
}
input[type="text"], textarea, input[type="password"], select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border : solid 1px #939393;
	background : #ffffff;
	padding : 2px;
}
input[type="text"]:hover, textarea:hover, input[type="password"]:hover, select:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border : solid 1px #434343;
}
table, td, th {
	/*
	font-size : inherit;
	font-family : inherit;
	*/
	font-size : 12px;
	vertical-align: top;
}
.datalist .alt1 td {
	padding : 2px 3px 3px 3px;
	background : #f5f5f5;
	border-bottom : 1px dotted #d5d5d5;
	vertical-align : bottom;
}
.datalist .alt2 td {
	padding : 2px 3px 3px 3px;
	background : #ffffff;
	border-bottom : 1px dotted #d5d5d5;
	vertical-align : bottom;
}
.datalist td a:link, .datalist td a:visited {
	color : #BB0000;
	text-decoration : none;
}
.datalist td a:hover {
	color : #000000;
	text-decoration : none;
}
.datalist td img {
	vertical-align : bottom;
}
.datalist th {
	background : #ffffff;
	padding : 3px;
	text-align : left;
	font-weight : bold;
	font-size : inherit;
	font-family : inherit;
	border-bottom : 1px dotted #d5d5d5;
	vertical-align : bottom;
}
.datalist span {
	border-bottom : 1px dotted #BB0000;
	/* cursor : default; */
}
.linelist th {
	padding : 0px 2px 0px 1px;
	text-align : right;
	width : 30px;
	font-size : inherit;
	font-family : inherit;
	font-weight : normal;
	vertical-align : top;
	background : #e8e8ff;
	border-bottom : 1px solid #b4b4da;
	border-right : 1px solid #b4b4da;
}
.linelist td {
	padding : 1px;
	background : #ffffff;
	vertical-align : top;
}
.linelist th a:link, .linelist th a:visited {
	color : #000000;
	text-decoration : none;
}
.linelist th a:hover {
	color : #BB0000;
	text-decoration : none;
}
.filter-box {
	float : right;
}
table {
	border-collapse : separate;
	border-spacing : 0;
	width : 100%;
}
form {
	padding : 0;
	margin : 0;
	display : inline;
}
img {
	border : 0;
}
p {
	text-indent : 1.2em;
	margin : 3px;
}
.container {
	background : #ffffff url(images/gradient.png) repeat-x;
	border : 1px solid #2e3436;
	padding : 6px 6px 4px 6px;
	/* width : 780px; */
	max-width : 1024px;
	margin: 0px auto;
	line-height : 1.25em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.exterior {
	margin: 0px 30px;
}
.header {
	font-size : 14px;
	font-weight : bold;
}
.header a:link, .header a:visited {
	color : #BB0000;
	text-decoration : underline;
}
.header a:hover {
	color : #000000;
	text-decoration : none;
}
.subheader {
	font-size : 12px;
	font-weight : bold;
}
.top {
	padding : 4px;
}
.nav {
	background: #f2f2f2;
	border : 1px solid #c4c4c4;
	margin : 7px 4px;
	padding : 3px;
	color : #000000;
}
.box {
	border : 2px solid #333333;
	margin : 0 0 5px 0;
	/* margin : 5px 15px 5px 0; */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.box-content {
	padding : 2px;
	/* border-top : 2px solid #8bb4eb; */
}
.box-full {
}
.box-full td, .box-full table {
	font-size : 12px;
}
.box-header {
	font-size : 12px;
	background : #333333;
	color : #d3d7cf;
	padding : 2px 2px 3px 2px;
}
.box-float-small {
	font-size : 10px;
	float : left;
	/* width : 275px; */
	width : 225px;
}
.main-box {
	font-size : 12px;
	padding : 2px 3px;
	background : #333333;
	color : #d3d7cf;
}
.main-box span {
	padding-left : 5px;
}
.main-box a:link, .main-box a:visited {
	color : #d3d7cf;
	text-decoration : underline;
}
.main-box a:hover {
	color : #d3d7cf;
	text-decoration : none;
}
.subheader th {
	/* background : #abc9f3; */
	padding : 4px;
	text-align : left;
	font-weight : bold;
	font-size : inherit;
	font-family : inherit;
}
/*
.alt1 td {
	padding : 4px;
	background : #e3edfb;

}
.alt2 td {
	padding : 4px;
	background : #ffffff;
}
*/
.clear {
	clear : both;
}
.notice {
	border : 1px solid #8bb4eb;
	background : #e7f4fa;
	padding : 3px;
	margin : 5px;
}
a:link, a:visited {
	text-decoration : underline;
	color : #444444;
}
a:hover {
	text-decoration : none;
	color : #444444;
}
.footer {
	text-align : right;
	font-size : 10px;
}
.version {
	float : right;
	position : relative;
	top : 7px;
	font-size : 11px;
}
.subtop {
	font-size : 10px;
	color : #75507b;
	margin-bottom : 7px;
	margin-left : 32px;
}
.code-box {
	padding : 5px;
	margin : 5px;
	border : 1px solid #666666;
	color : #222222;
}

pre {
	font-family : Courier New;
	/* font-size : 12px; */
	/* line-height : 1.4em; */
	word-wrap : break-word;
	white-space : pre-wrap;
	/* white-space: -moz-pre-wrap; */  /* Mozilla, since 1999 */
	/* white-space: -pre-wrap; */     /* Opera 4-6 */
	/* white-space: -o-pre-wrap; */    /* Opera 7 */
	/* word-wrap: break-word; */       /* Internet Explorer 5.5+ */
	overflow: auto; /* If a browser doesn't support the pre-wrap function, it'll at least go into overflow. */
	padding : 0;
	margin : 0;
}
ins {
	background : #e0fcd8;
	border : 1px solid #ccfdc5;
	text-decoration : none;
}
del {
	background : #fcd8e0;
	border : 1px solid #fdc5cc;
	text-decoration : none;
}

.thumbnail {
	float : left;
	width : 75px;
	margin-bottom : 10px;
	padding : 5px;
	font-size : 11px;
	text-align : center;
}
.divider {
	border-bottom: 1px solid #000000;
	width : 25%;
	font-weight : bold;
	margin-left : 5px;
}
.clearboth {
	clear : both;
}
ul {
	margin : 0;
	padding : 0;
}
li {
	margin-left : 35px;
	padding : 0;
	line-height : 1.5em;
}
.topnav {
	padding-bottom : 1px;
	text-align : right;
}
.topnav ul {
	list-style : none;
	margin : 4px;
	padding : 0;
}
.topnav ul li {
	padding : 0;
	margin : 0 0;
	display: inline;
}
.topnav ul li a {
	background : #ffffff;
	padding : 3px;
	color : #bb0000;
	font-size : 11px;
	text-decoration : none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border : 1px solid #cacaca;
}
.topnav ul li a:hover {
	padding : 3px;
	color : #000000;
	text-decoration : none;
}
