
a {color:#c62976;text-decoration:none;cursor:pointer; font-weight: bold;}
a:hover {text-decoration:underline;cursor:pointer; font-weight: bold;}

input[type="text"], input[type="password"], textarea  {margin-top: 0.1em}
div.wcr_small_form  input[type="text"] {width: 70px; padding: 2px 2px 2px 2px;}
div.wcr_small_form p {text-align: right;}
div.wcr_small_form label {font-weight: normal; font-size: 0.9em}
textarea.low {height: 125px;}
textarea.thin {height: 60px;}


table.grid
{
    border-color: #101010;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
}

table.grid tbody tr td, table.grid tbody tr th
{
    border-color: #101010;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    white-space: nowrap;
}

table.nobr td {
    white-space: nowrap;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


div.tooltip {
	background-color:#fff;
	border:1px solid #101010;
	padding:10px 15px;
	width:200px;
	display:none;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.tooltipheader
{
    color: #000;
	font-weight:bold;
}
.channel_nc {
	border:1px solid #101010;
	text-align: center;
}

.channel_c {
	border:1px solid #101010;
	text-align: center;
}