﻿body {
	background-color: #C0C0C0;
	cursor:default;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color:gray;
}
a:hover {
	text-decoration:none;
	color:navy;
}
strong {
	color:red;
	font-weight:bold;
}
strong.success {
	color:green;
	font-weight:bold;
}
small {
	color:gray;
}
input {
	border: 1px #000000 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 7px 0 7px;
	font-size: 8pt;
	font-family: tahoma, arial;
	background-image:url('../Images/input_bg.gif');
	background-repeat:repeat-x;
	height:15px;
}
select {
	font-size:8pt;
	font-family:Tahoma;
}
textarea {
	font-family:Tahoma;
	font-size:8pt;
}

.button {
	border: 1px #000000 solid;
	font-size: 8pt;
	font-family: tahoma, arial;
	color:#50d2ff;
	background-image:url('../Images/input_button_bg.gif');
	background-repeat:repeat-x;
	height:22px;
	padding: 1px 5px 5px 5px;
	margin:0;
	cursor:pointer;
	opacity:0.8;
	filter:Alpha(Opacity=80);
}
.button:hover {
	opacity:1;
	filter:Alpha(Opacity=100);
}
.button2 {
	border: 1px #000000 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 7px 0 7px;
	font-size: 8pt;
	font-family: tahoma, arial;
	background-image:url('../Images/input_bg.gif');
	background-repeat:repeat-x;
	height:15px;
	cursor:pointer;
	opacity:0.6;
	filter:Alpha(Opacity=60);
}
.button2:hover {
	opacity:1.0;
	filter:Alpha(Opacity=100);
}

.checkbox {
	border: 1px #000000 solid;
	font-size: 8pt;
	font-family: tahoma, arial;
	background-image:url('../Images/input_bg.gif');
	background-repeat:repeat-x;
	height:15px;
}


.MainTbl {
	background-color: #f2f2f2;
	width: 95%;/*750px*/
	min-width:750px;
	font-family: Tahoma,Arial;
	font-size: 8pt;
	margin-top:10px;
	margin-bottom:10px;
}

.MainTD .fg-toolbar {
	font-weight:normal;
}

#Categories tr:hover{
	background-color:#d9d9d9;
}
#Categories .Cat_Selected:hover{
	background-color:#b3d4ec;
}
#Categories tr .SubParrentTd:hover{
	background-color:#ffffff;
}

.TopMenu_td {
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	vertical-align:top;
	padding-top:10px;
	overflow:hidden;
}

.TopMenu_Content {
	position:absolute;
	overflow:hidden;
	width:340px;
}

.TopMenu_Content label {
	font-weight:normal;
}

.TopMenu_Title {
	height:30px;
	cursor:pointer;
}

#datatable thead {
	color:#555555;
}


.SideTbl td #Stats td {
	padding:6px;
	font-size:8.5pt;
	width:188px;
}
