@import "osx.css";

@import "tooltips.css";

@import "rating.css";

@import "inettuts.css";

@import "spoiler.css";

@import "tabs.css";

@import "highslide.css";

body {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #fff url(images/bg.jpg) repeat-x;
}

td {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	border: 0px dotted #d7d7d7;
}

.linked-image {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.resized-linked-image {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-color: #000;
	border: 0px;
	color: #FFF;
	font-size: 10px;
	width: auto;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.resized-linked-image-zoom {
	width: 200px;
	height: 30px;
	background-color: #FFF;
	padding-top: 6px;
	padding-left: 5px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
}

.error {
	color: #990000;
	background-color: #fff;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}

.error b {
	color: #990000;
	background: inherit;
}

.success {
	color: #000;
	background: #fff;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #919191;
}

.success b {
	color: #7BA813;
	background: inherit;
}

.editor {
	margin: 0px 0px 1px 0px;
	width: 400px;
	height: 21px;
	border: 1px #919191 solid;
}

.editorinput {
	background: #fff;
	color: #000000;
	border: 1px #919191 solid;
	font-size: 11px;
	font-family: Verdana, Helvetica;
	text-decoration: none;
}

.editorbutton {
	float: left;
	cursor: pointer;
	padding: 2px 1px 0px 5px;
}

code {
	background: none;
	color: #0000FF;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

.code {
	color: #0000BB;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

a.copyright:link,a.copyright:visited,a.copyright:active {
	background-color: #EFEEE6;
	border: 1px solid #D9D7C4;
	padding: 0px;
}

td.pager {
	border: 1px solid #d7d7d7;
	padding: 2px;
}

td.pagebr {
	border: 0px;
	padding: 0px;
}

td.highlight {
	border: 1px solid #d7d7d7;
	padding: 2px;
}

hr {
	height: 0px;
	border: dotted #e6e6e6 0px;
	border-top-width: 1px;
}

table {
	border-collapse: collapse;
	border: 0px dotted #d7d7d7;
}

table.mainouter {
	border: 0px;
}

table.main2 {
	border: 0px;
}

h1 {
	font-size: 12pt;
	text-align: center;
}

h2 {
	background-color: #e1e1e1;
	font-size: 10pt;
	height: 26px;
	border-width: 0px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
}

.topnav {
	padding: 5px;
	color: #fff;
}

h3 {
	font-size: 10pt;
	margin-bottom: 5px;
	text-align: center;
}

p.sub {
	margin-bottom: 4pt;
}

.date {
	color: #000;
	font-family: 'tahoma';
	vertical-align: middle;
}

td.block {
	border: 0px;
	color: #717070;
	text-align: left;
	padding-left: 15px;
}

td.right_menu {
	border: 0px;
}

td.embedded {
	border: none;
	text-align: left;
}

td.bottom {
	border: none;
	color: #010101;
	font-size: 9px;
}

td.heading {
	font-weight: bold;
}

td.text {
	padding: 10pt;
	text-align: left;
}

td.comment {
	padding: 10pt;
	font-size: 8pt;
	text-align: left;
}

td.colhead {
	font-weight: bold;
	height: 26px;
	background-color: #0063a6;
	color: #e1e1e1;
}

td.rowhead {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
	border: none;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

a:link,a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #2592d3;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.online:link,a.online:visited {
	font-weight: normal;
	text-decoration: none;
}

/*a.online:active, a.online:hover {
        font-weight: normal;
        text-decoration: underline;
}*/
a.menu:link,a.menu:visited {
	font-weight: normal;
}

a.menu:active {
	color: #2592d3;
}

a.menu:hover {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
	color: #2693d6;
}

a.opacities:link,a.opacities:active,a.opacities:visited {
	opacity: 0.5;
}

a.opacities:hover {
	opacity: 1;
}

a.menu {
	display: block;
	padding: 3px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px dotted #d7d7d7;
}

a.menu_donate {
    background: #c3e0fb;
	display: block;
	padding: 3px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px dotted #d7d7d7;
}

a.catlink,a.catlink:active {
	color: #0063b8;
}

a.catlink:hover {
	color: #2488c6;
}

a.altlink_white:link,a.altlink_white:visited {
	font-weight: bold;
	color: #2592d3;
	text-decoration: underline;
}

a.altlink_white:hover {
	text-decoration: underline;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input,select,textarea {
	margin-top: 3px;
	margin-bottom: 0px;
	font-family: "tahoma";
	font-size: 8pt;
}

.small {
	font-size: 7pt;
}

.big {
	font-size: 10pt;
}

li {
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul {
	margin-left: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*.startmenu{
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin: 0px;
	background-image: url(images/menu_head.gif);
}*/
.menutitle {
	font-weight: bold;
	text-align: center;
	color: #7E110E;
	margin: 2px;
	background-color: #FFC58C;
}

input.button {
	border: dotted #bfbfbf 1px;
	background-color: #c5c5c5;
}

input.pass {
	background: url(images/pass.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}

input.login {
	background: url(images/login.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}

input.search {
	background: url(images/search.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}

table.my_table {
	background: transparent;
	border: none;
}

.noborder {
	border: 0px;
}

table.signup_err_ajax {
	background-color: #FF4000;
	border: 1px red solid;
}

table.signup_succ_ajax {
	background-color: #0FFF10;
	border: 1px green solid;
}

.notdispalyed {
	display: none;
}

td.lr_blocks {
	background-color: #fff;
	color: #000;
}

td.c_blocks {
	background-color: #fff;
	color: #000;
}

.cblock_head {
	position: relative;
	background: url(images/bl_head_c.jpg) repeat-x;
	font-size: 11px;
	height: 23px;
	width: 100%;
    text-align: center;
	color: #FFF;
	background: url(images/bl_head_c.jpg) repeat-x;
}

.cblock_content_lc {
	background: url(images/left_corner.png) no-repeat left bottom;
	border: 0px;
	width: 12px;
	height: 10px;
}

.cblock_content_rc {
	background: url(images/right_corner.png) no-repeat right bottom;
	border: 0px;
	width: 12px;
	height: 10px;
}

.cblock_content {
	border: 1px #0674c9 solid;
	border-top: 0px;
	border-bottom: 0px;
}

.cblock_content_c {
	border: 0px;
	border-bottom: 1px #0674c9 solid;
	width: 100%;
	padding: 1px;
}

.main_style {
	padding: 0px;
	padding-top: 10px;
}

.main_bcontent {
	padding-left: 5px;
	padding-right: 5px;
}

div.left_si {
	position: relative;
	float: left;
	width: 5px;
	height: 5px;
	background: url(images/left_si.gif) no-repeat;
}

div.center_si {
	width: 100%;
	height: 5px;
	background-color: #fff;
}

div.right_si {
	position: relative;
	float: right;
	width: 5px;
	height: 5px;
	background: url(images/right_si.gif) no-repeat;
}

td.footer_center {
	background: url(images/footer_center.png) repeat-x;
	width: 100%;
	height: 60px;
	color: #FFF;
	font-size: 8px;
	padding-left: 20px;
	padding-top: 9px;
}

input.search_i {
	background: url(images/search_input.jpg) repeat-x;
	width: 245px;
	height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 10px;
	color: #ffffff;
	border: 2px inset #e2e2e2;
}

input.search_b {
	background: url(images/but_sear.jpg) no-repeat;
	width: 67px;
	height: 17px;
	font-size: 10px;
	color: #ffffff;
	border: 0px;
}

table.usercp {
	background: url(images/bg.jpg) repeat-x;
	border: 2px outset #e2e2e2;
	color: white;
}

a.top_menu {
	color: white;
}

a.top_menu:hover {
	color: black;
}

.main {
	background-color: #fff;
}

#fisheyes {
	padding-bottom: 32px;
}

select.small_font {
	font-size: 10px;
}

font.shout_edit {
	background-color: #fc0;
}
img {
border: none;
}
a.logostr{
color:#f6ff00;
}
