body, input, textarea {
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	background-color: white;
	color: #6d6e71;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
div, table, td, tr, th {
	padding: 0px;
	margin: 0px;
}

input, textarea, option, select, button {
	padding: 2px;
	margin: 4px;
	border: 1px solid black;
}


h1 {
	display: block;
	width: 200px;
	
	background-image: url(dots_horiz.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	color: #7ba7d4;
	font-size: 14px;
	font-weight: normal;

	padding: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin: 0px;
	margin-left: -10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #6d6e71;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	color: #6d6e71;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
}

/* ################################################## */

#top_bar {
	width: 100%;
	background-color: #7ba7d4;
	height: 56px;
}
#top_bar div.module {
	padding-top: 14px;
	padding-right: 14px;
}

#logo {
	display: block;
	width: 184px;
	height: 56px;
	background-image: url('logo_rackl.gif');
	/*
	background-image: url('lutv_top_logo_000.png');
	*/
	/*
	border-right: 1px dotted black;
	*/
}

#header_bar {
	height: 160px;
	background-image: url('dot_padder.png');
}

#header_pic {
	display: block;
	width: 690px;
	height: 160px;
	background-image: url('lutv_header_000.png');
	background-repeat: no-repeat;
}

.liner_vert {
	width: 1px;
	background-image: url('dots_vert.gif');
	background-repeat: repeat-y;
}
.liner_horiz {
	height: 1px;
	background-image: url('dots_horiz.gif');
	background-repeat: repeat-x;
}

/* ################################################## */

#content_body {
	color: #000000;
}
#sidebar {
	width: 164px;
	min-height: 520px;
	overflow: auto;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
#sidebar li,
#sidebar li a {
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	color: #7ba7d4;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}
/* selected, 1 level after */
#sidebar ul li:hover li,
#sidebar ul li:hover li a,
#sidebar ul li.active li,
#sidebar ul li.active li a {
	color: #7ba7d4;
}
/* selected */
#sidebar li:hover,
#sidebar li:hover a,
#sidebar li.active,
#sidebar li.active a {
	color: #6d6e71;
}


#sidebar ul ul {
	padding-top: 0px;
	padding-left: 15px;
}


#content_body table td {
	text-align: left;
	vertical-align: top;
}
#article {
	/*
	border: 1px solid blue;
	*/
	padding-left: 20px;

	width: 480px;
	/*
	height: 520px;
	overflow: auto;
	*/
}
#article a {
	color: black;
}
#article a:hover {
	color: white;
	background-color: #7ba7d4;
}


#footer {
	padding-top: 5px;
	text-align: left;
	color: #6d6e71;
	/*
	border-top: 1px dotted #6d6e71;
	*/
	margin: 10px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* ################################################## */

#pdmenu {
	font-weight: bold;
	height: 15px;
	line-height: 5px;
	background-color: #666666;
	padding-left: 165px;
	
	overflow: hidden;
	
	background-color: #666666;
	background-image: url('dots_vert.gif');
	background-repeat: repeat-y;
	background-position: 164px 0px;
}
#pdmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*
#pdmenu ul li:first-child {
	border-left:1px dotted #ffffff;
}
*/

#pdmenu li  {				/* top menu items */
	float:left;
	
	margin: 0px;
	padding: 4px;
	height: 15px;
	
	background-color: #666666;
	background-image: url('dots_vert.gif');
	background-repeat: repeat-y;
	background-position: right;
}
#pdmenu a {
	text-decoration: none;
	text-transform: lowercase;
	color: #ffffff;
	/*
	display: block;
	padding: 4px;
	padding-left: 4px;
	padding-right: 4px;
	*/
}

#pdmenu li.active,
#pdmenu li:hover {
	color: #666666;
	background-color: #ffffff;
}
#pdmenu li.active a,
#pdmenu li:hover a {
	display: block;
	color: #666666;
}


/* ######################################## */

