/* CSS Document */
body {
	background-color: white;
}

.all table {
	width: 800px;
	border: 0;
	border-width: 0px;
	padding: 0px;	
}

td {
	font-size: 12px;
	font-family: Arial;
	padding: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {		
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input, checkbox { 
	cursor:pointer; 
}

input.normal, #systemForm input {
	border: 1px solid #A6BACE;
	font-size: 12px;
	font-family: Arial;	
}

/*input.normal:hover {
	border: 1px solid black;
	font-size: 12px;
	font-family: Arial;
}*/

.logo_pane {
	width: 150px;
	height: 50px;
	vertical-align: middle;
}

.info_pane   {
	 width: 650px; 
	 height: 25px;
}

#info {
	font-size: 12px;
	color: gray;
	text-align: right;
	vertical-align: top;	
	font-family: Arial;
	/*width: 650px;
	height: 25px;*/
	border-bottom: solid 1px #999999;
}

#info a:link {
	color: gray;
}

#info a:visited {
	color: gray;
}

#info select {	
/*	border: none;*/
	border: 1px solid white;
	text-align: center;	
	text-decoration:none;
	color: gray;
	font-size: 9px;	
}

#info option {
	color: gray;	
	border: 1px solid white;
	font-size: 9px;	
}

.sub_info {
	width: 650px;
	height: 25px;
}

.sub_logo {
	width: 150px;
	height: 50px;
}

.before_content {
	width: 50px;
}

.status_pane {
	width: 590px;
	height: 50px;
}

.after_content {
	width: 10px;
}

.menu_pane {
	width: 150px; 
	height: 400px; /*to specify ?*/	
	vertical-align: top;
}

#menu p {
	margin: 1px;
}


.title_pane {
	width: 590px; 
	height: 25px;
}

#title{
	height: 25px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	line-height: 2em;
	color: #000066;	
	background-color: #CCCCCC;
	text-indent: 10px;		
}

.content_pane {
	width: 590px;
	height: 425px;	/*to specify ?*/	
	vertical-align: top;	
}

#content {		
}	

div.content_title, #content_title {
	font-size: 14px;
	font-family: Arial;
	line-height: 2em;
	font-weight: bold;
	color: white;
	background-color: #CCCCCC;	
	text-indent: 10px;			
}

#title table {
	font-size: 14px;
	font-family: Arial;	
	font-weight: bold;
	color: white;
	background-color: #CCCCCC;	
	text-indent: 10px;		
}

#content table {
	text-indent: 10px;	
}

.button_pane {
	width: 800px;
	height: 25px;	
}

.footer {
	width: 800px;
	height: 25px;
	font-family: Arial;
	font-size: 10px;
	color: gray;
	text-align: right;
	vertical-align: bottom;
}

#copyright a:link {		
	color: gray;
}

#copyright a:visited {		
	color: gray;
}

#apply input {
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	border: 0px;
	height: 2em;
	line-height: 2em;
	width: 115px;
	display: block;
	font-weight: bold;
	color: white;
	background-color: #99CCFF;
}

#apply input:hover {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	border: 0px;
	color: white;
	background-color: #CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 115px;
}

#apply a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;	
}


#apply a:hover {
	background-color: #99CCFF;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

#desapply a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #99CCFF;
}


#desapply a:hover {
	background-color: #CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

#insertGroupDomain a.searchElement ,#insertUserDomain a.searchElement {

    font-size: 1em ;
	font-family: Arial;
	height: 2em ;
	line-height: 2em ;
	width: 100% ;
	display: block ;
	font-weight: bold ;
	color : #99CCFF ;
    text-decoration: underline ;
	text-align: left ;
	background-color: white ;

}

#insertGroupDomain a:hover.searchElement ,#insertUserDomain a:hover.searchElement {

    font-size: 1em ;
	font-family: Arial;
	height: 2em ;
	line-height: 2em ;
	width: 100% ;
	display: block ;
	font-weight: bold ;
	color : #99CCFF ;
    text-decoration: underline ;
	text-align: left ;
	background-color: white ;

}

#insertUserDomain a{
	font-size: 12px;
	font-family: Arial;
	font-color: white;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #99CCFF;
}


#inserUserDomain a:hover {
	background-color: #CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

#insertGroupDomain a{
	font-size: 12px;
	font-family: Arial;
	font-color: white;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #99CCFF;
}


#inserGroupDomain a:hover {
	background-color: #CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

#desapply2 a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 200px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #99CCFF;
}


#desapply2 a:hover {
	background-color: #CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 200px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}


#desapply_login a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 115px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #99CCFF;
}


#desapply_login a:hover {
	background-color: #CCCCCC;
	height: 2em;
	line-height: 2em;		
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

.inertText{
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	cursor: default;	
}

#inert a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	cursor: default;	
}

#inert_login a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 115px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	cursor: default;	
}

#inert2 a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 200px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	cursor: default;	
}

#menu_select a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: left;
	text-indent: 10px;
}


#menu_select a:hover {
	background-color: #99CCFF;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
}

#menu_unselect a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	background-color: #99CCFF;
	text-indent: 10px;
}

#menu_unselect a:hover {
	background-color: #CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
}

#menu_more a:hover {
	background-color:#CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
}

#menu_more a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
	background-color: #DDDDDD;
	text-indent: 20px;
	font-size: 10px;
}

#menu_unmore a:hover {
	background: #CCCCCC;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
}

#menu_unmore a {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
	background-color: #DDDDDD;
	text-indent: 20px;	
	font-size: 10px;
}

#title_login {
	font-size: 14px;
	font-family: Arial;
	line-height: 2em;
	width: 300px;
	height: 25px;
	font-weight: bold;
	color: white;
	background-color: #CCCCCC;
	vertical-align: top;
	text-indent: 10px;	
	border: solid #999999 1px;
	border-bottom: none;	
}

#login_form {
	border: solid #999999 1px;
	border-top: none;	
}

#container {
	position: relative;
	width: 100%;
	height: 360px;
	margin-top: 25px;
	text-align: left;	
}

#container * {
	margin: 0;
	padding: 0;
}

#container ul#menu, ul.menu {
	position: relative;
	width: 100%;
	font-weight: bold;
}

#container ul#menu li, ul.menu li {
	float: left;
	list-style: none;
}

#container ul#menu li a, ul.menu li a {
	text-align: center;
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-indent: 10px;
	margin-right: 2px;		
}
#container hr{
	background-color: #CCCCCC;
	border-color:#CCCCCC;
	
}
#container a.current {
	background-color: #CCC;
	color: white;
	border-bottom: 0;
	margin-bottom: 0;
}

#container a.ghost  {
	background-color: #99CCFF;	
	color: white;
	border-bottom: 0;	
}

#container a:hover  {
	/*background-color: #99CCFF;	*/
	color: white;
	border-bottom: 0;	
}

#container a.ghost:hover  {
	background-color: #CCC;	
	color: white;
	border-bottom: 0;	
}

#container .on {
	display: block;
	border-top: 4px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
	height: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0;	
}

#container .off {
	display: none;
}

#separate {
	clear: both;
	background-color: #CCCCCC;
	border-color:#CCCCCC;
	border: 0;
	padding: 0;
	margin: 0;
}

/* tableList */
.tableList2 table {
	font-size: 12px;
	font-family: Arial;
	border: 0;
	border-width: 0px;
	padding: 0px;	
}

.tableList3 table {
	font-size: 12px;
	font-family: Arial;
	border: 0;
	border-width: 0px;
	padding: 0px;	
}

.tableListLog table {
	font-size: 12px;
	font-family: Arial;
	border: 0;
	border-width: 0px;
	padding: 0px;	
}

.tableList4 table {
	font-size: 12px;
	font-family: Arial;
	border: 0;
	border-width: 0px;
	padding: 0px;	
}

.tableList4c table {
	font-size: 12px;
	font-family: Arial;
	border-collapse:collapse;
	padding: 0;
	margin: 0;
	border: 0;	
}


.tableList5 table {
	font-size: 12px;
	font-family: Arial;
	border: 0;
	border-width: 0px;
	padding: 0px;	
}

.tableTorrentList5 table {
	font-size: 12px;
	font-family: Arial;
	border: 0;
	border-width: 0px;
	padding: 0px;	
}

.tableList2 a{
	color: black;
}

.tableList3 a{
	color: black;
}

.tableListLog a{
	color: black;
}

.tableList4 a{
	color: black;
}

.tableList4c a{
	color: black;
}

.tableList5 a{
	color: black;
}

.tableList2 a:visited {		
	color: black;
}

.tableList3 a:visited {		
	color: black;
}

.tableListLog a:visited {		
	color: black;
}

.tableList4 a:visited {		
	color: black;
}

.tableList4c a:visited {		
	color: black;
}

.tableList5 a:visited {		
	color: black;
}

.tableTorrentList5 a:visited {		
	color: black;
}

.tableList2 thead {
	font-size: 12px;	
	font-family: Arial;	
	background: #999999;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	font-weight: bold;
}

.tableList3 thead {
	font-size: 12px;	
	font-family: Arial;	
	background: #999999;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	font-weight: bold;
}

.tableListLog thead {
	font-size: 12px;	
	font-family: Arial;	
	background: #999999;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	font-weight: bold;
}

.tableList4 thead {
	font-size: 12px;	
	font-family: Arial;	
	background: #999999;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	font-weight: bold;
}

.tableList4c thead {
	font-size: 12px;	
	font-family: Arial;	
	background: #999999;
	color: white;	
}

.tableList5 thead {
	font-size: 12px;	
	font-family: Arial;	
	background: #999999;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	font-weight: bold;
}

.tableTorrentList5 thead {
	font-size: 12px;	
	font-family: Arial;	
	background: #999999;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	font-weight: bold;
}

/* 2 column */
.tableList2 th {
	width: 150px;
	height: 2em;
}

.tableList2 th + th {
	width: 130px;
	height: 2em;
}

.tableList2 td {
	width: 150px;
}

.tableList2 td + td {
	width: 130px;
}

/* 3 column */
.tableList3 th {
	width: 200px;
	height: 2em;
}

.tableList3 th + th {
	width: 200px;
	height: 2em;
}

.tableList3 th + th +th {
	width: 180px;
	height: 2em;
}

.tableList3 td {
	width: 200px;
	text-indent: 2px;
}

.tableList3 td + td {
	width: 200px;
}

.tableList3 td + td + td {
	width: 180px;	
}

.tableListLog th {
	width: 150px;
	height: 2em;
}

.tableListLog th + th {
	width: 100px;
	height: 2em;
}

.tableListLog th + th +th {
	width: 330px;
	height: 2em;
}

.tableListLog td {
	width: 150px;
	text-indent: 2px;
}

.tableListLog td + td {
	width: 100px;
}

.tableListLog td + td + td {
	width: 330px;	
}

/* 4 column */
.tableList4 th {
	width: 490px;
	height: 2em;
	text-align: center;
	text-indent :0px;
}

.tableList4 th + th {
	width: 30px;
	height: 2em;
}

.tableList4 th + th +th {
	width: 30px;
	height: 2em;
}

.tableList4 th + th + th + th {
	width: 30px;
	height: 2em;
}

.tableList4 td {
	width: 480px; /*+ text-indent = 490*/
}

.tableList4 td + td {
	width: 30px;
}

.tableList4 td + td + td {
	width: 30px;
}

.tableList4 td + td + td + td {
	width: 30px;
}

/* 4 column with checkbox*/
.tableList4c th {
	width: 25px;
	height: 2em;
}

.tableList4c th + th {
	width: 150px;
	height: 2em;
}

.tableList4c th + th +th {
	width: 150px;
	height: 2em;
}

.tableList4c th + th + th + th {
	width: 130px;
	height: 2em;
}

.tableList4c td {
	width: 25px;
	
}

.tableList4c td + td {
	width: 150px;
}

.tableList4c td + td + td {
	width: 150px;
}

.tableList4c td + td + td + td {
	width: 130px;
}

/* 5 column */
.tableList5 th {
	width: 150px;
	height: 2em;
}

.tableList5 th + th {
	width: 100px;
	height: 2em;
}

.tableList5 th + th +th {
	width: 100px;
	height: 2em;
}

.tableList5 th + th + th + th {
	width: 100px;
	height: 2em;
}

.tableList5 th + th + th + th + th{
	width: 80px;
	height: 2em;
}

.tableList5 td {
	width: 150px;
}

.tableList5 td + td {
	width: 100px;
}

.tableList5 td + td + td {
	width: 100px;
}

.tableList5 td + td + td + td {
	width: 100px;
}

.tableList5 td + td + td + td + td{
	width: 80px;
}

.tableTorrentList5 td {
	width: 200px;
}

.tableTorrentList5 td + td {
	width: 60px;
}

.tableTorrentList5 td + td + td {
	width: 210px;
}

.tableTorrentList5 td + td + td + td {
	width: 100px;
}

.tableTorrentList5 td + td + td + td + td{
	width: 30px;
}

.tableTorrentList5 th {
	width: 200px;
	height: 2em;
}

.tableTorrentList5 th + th {
	width: 60px;
	height: 2em;
}

.tableTorrentList5 th + th +th {
	width: 210px;
	height: 2em;
}

.tableTorrentList5 th + th + th + th {
	width: 100px;
	height: 2em;
}

.tableTorrentList5 th + th + th + th + th{
	width: 30px;
	height: 2em;
}

.innerb{
	height: 200px; 
	overflow: auto;
	text-align:left;
}

#tablehade{
	padding: 0px;	
	border-width: 0px;
	border: 0px;
	border-spacing: 0px;
	border-color: #CCCCCC;
}

.hade{
	background-color: #CCCCCC;
	color: #FFFFFF;
	border: 0px;	
}

/*.restrictions{
	background-color: #666666;
	width: 100%;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7;
	opacity: 0.7;
}*/

#browse_content{
	table-layout: fixed;
	border-collapse: collapse;
}

.tooltip {
	position: absolute;
	display: none;
	width: 100px ;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
}

.patchinfo
{
	font-family: Arial;
    font-weight: normal;
    font-size: 10pt;	
    background: #f0f0f0;
    border-bottom: black 1px solid;
	border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;    
	padding-left: 5px;
	padding-bottom: 5px;
    padding-top: 5px;    
}

.progress{
	width: 1px;
	height: 16px;
	color: white;
	font-size: 12px;
    	overflow: hidden;
	background-color: navy;
	float: left;
	/*padding-left: 5px;*/
	text-align: center;
	font-weight: bold;
}

.borderprogress{
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000; 
}

.warning{
	width: 100%;
	/*height: 35px;*/	
	text-align:center;
	border-width: 1px;
	border-style: solid;
	border-color: #FF3300;
	background-color: #FFB9B9;	
}

#upload {
	text-align: right;
	margin-right: 10px;
}

#upload input.file {
	margin: 0 10px 0 10px;
	width: 300px;
}

#upload input.submit, input.button {
	margin: 0px 2px 0px 0px;
	width: 100px;
	background-color: #99CCFF;
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border: 0px;
	text-align: center;
	display: inline;
}

.warningMessage{
	text-align: center;
	/*color: red;*/
	color: black;
	font-size: 9px;
}
#browse_content {
	table-layout: fixed;
	overflow: hidden;
	width: 630px;
}

#browse_content td {
	vertical-align: middle;
	overflow: hidden;
}

#browse_content img {
	border: none;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: 3px;
}

table.listtable, table.configtable {
	/*width: 560px;*/
	width: 470px;
	margin-left: 50px;
}

table.listtable thead, table.configtable thead {
	background-color: #99CCFF;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	padding-bottom: 5px;
}

table.listtable thead tr, table.configtable thead tr {
	height: 20px;
}

table.listtable tbody tr {
	height: 18px;
	text-align: center;
}

table.configtable tbody tr {
	/*height: 22px;*/
	text-align: left;
	height: 18px;
}

table.configtable tbody tr.spacer {
	height: 15px;
}

table.configtable tbody td {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

table.configtable tbody td.key {
	font-weight: bold;
}

table.listtable tfoot td, table.configtable tfoot td {
	padding-top: 20px;
	height: 18px;
	text-align: center;
}

table.configtable input {
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table.configtable input[type="text"] {
	border: 1px solid #A6BACE;
}

table.configtable select {
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #A6BACE;
}

div.content {
	height: 400px;
	padding: 5px 15px 5px 15px;
}

div.content a, div.content a:visited {
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
}

div.content a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}

a.greylink, a.greylink:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a.greylink:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a.footer_button {
	font-size: 12px;
	font-family: Arial;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	float: right;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #99CCFF;
	margin-right: 3px;
}

a.footer_button:hover {
	background-color: #CCCCCC;
}

div.fileBrowser {
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

div.fileBrowser img {
	border: 0px;
	vertical-align: middle;
}

div.fileBrowser a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

div.fileBrowser a:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#share_tree {
	margin-top: 10px;
	width: 150px;
	overflow: auto;
	padding-bottom: 20px;
}

table.grid {
	padding: 0px;
	border: 0px;
}

img.borderless {
	border: 0px;
}

.logline a:link, .logline a:visited {
	text-decoration: none;
}
.logline a:hover {
	text-decoration: underline;
}
