a:link {
	color: #83939c;
	text-decoration: none;
}

a:visited {
	color: #83939c;
	text-decoration: none;
}

a:hover, a:active {
	color: #333333;
}

table {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
}

.tborder {
	background: #FFFFFF;
	width: 100%;
	margin: auto auto;
	border: 1px solid #bababa;
}

.thead {
	background: #83939c url(theadbg9.png) top left repeat-x;
	color: #ffffff;
	padding: 6px;
	font-size: 13px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #ffffff url(tcat.png);
	color: #000000;
	font-size: 11px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.tcat_cizgi {
	border-bottom: 1px dotted #bababa;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.trow1 {
	background: #ffffff;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
    padding: 7px;
}

.trow2 {
	background: #ffffff;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
    padding: 7px;
}

.trow3 {
	background: #ffffff;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	font-size: 11px;
    padding: 7px;
}

.trow4 {
	background: #ffffff;
	font-size: 11px;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #e5e5e5;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #83939c url(theadbg9.png) top left repeat-x;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

.tfoot a:link {
	color: #ffffff;
    padding: 3px;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
    padding: 3px;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	background: url(menuu.png);
	color: #ffffff;
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 13px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}