/* CSS Document */
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 5px;
	overflow-x: hidden;	
	}

td.right_border {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	}

td.right_border_list {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	width: 33%;
	}
	
td.right_border_title {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #444444;	

	background-image: url('/images/site_images/library/title_bg.gif');
	background-repeat: no-repeat;
	background-position: right;

	font-size: 12px;
	padding-left: 4px;
	}

td.list {
	width: 33%;
	}

td.title {
	font-size: 12px;
	padding-left: 4px;

	background-image: url('/images/site_images/library/title_bg.gif');
	background-repeat: no-repeat;
	background-position: right;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #444444;	
	}

#list {
	height: 150px;
	overflow: auto;
	overflow-x: hidden;
	}
	
a:link {
	color: #b3c5db;
	text-decoration: none;
	}
a:visited{
	color: #b3c5db;
	text-decoration: none;
	}
a:hover {
	color: #7e99b9;
	text-decoration: underline;
	}
a:visited:hover {
	color: #7e99b9;
	text-decoration: underline;
	}
	

/*--------------*/
/*	Other		*/
/*--------------*/
.input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}