body {
	font-family: "tahoma";
	font-size: 8pt;
	background-color: #ffffff;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}




.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;
}

#highlighted {
	background-color: #FAFAFA;
}

#highlighted tr:hover {
	background-color: #F5FBE1;
}
#tooltip {
	background:#ffffff;
	font-size: 12px;
	width:auto;
	max-width:155px;
	border:1px solid #7DA301;
	border-left:5px solid #7DA301;
	color:#333333;
	font-family: verdana, arial, helvetica, sans-serif;
	opacity:0.85;
	line-height:15px;
	z-index:100;
	margin:0px;
	padding:3px;
	position:absolute;
	visibility:hidden;
	border-collapse:separate;
	}

.editor {
	margin: 0px 0px 1px 0px;
	width: 400px;
	height: 21px;
	border: 1px #D1D8EC solid;
}

.editorinput {
	background: #FAFAFA;
	color: #000000;
	border: 1px #D1D8EC 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 {
	text-decoration: none;
	color: #5087AD;
	border-top: dashed 1px #5087AD;
	padding: 0px;
}

table {
  border-collapse: collapse;
  border: none;
  background-color: #fafafa;
}

table.main {
  background-color: #fafafa;
}
table.mainouter {
  background-color: #fafafa;
  border: 0px;
}
table.bottom {
  background: transparent;
}
table.main2 {
  background-color: #fafafa;
  border: 0px;
}
table.blok {
  background-color: #fafafa;
}

h1 {
  font-size: 12pt;
text-align: center;
}

h2 {
background-image: url(images/header.gif);
font-size: 10pt;
margin-bottom: 0px;
margin-top: 5px;
height: 18px;
border-width: 0px;
border-style: solid solid none solid;  
text-align: center;
}

.topnav {
	background-image: url(images/topnav.gif);
	padding: 5px;
}

h3 {
  font-size: 10pt;
  margin-bottom: 5px;
text-align: center;
}

p {
        font-size: 8pt;
}

p.sub {
  margin-bottom: 4pt;
}

td {
	font-size: 8pt;
	border: 1px solid #e0e0e0;
}

td.block {
   font-size: 8pt;
   border: 0px;
}

td.right_menu {
	border: 0px;
}

td.commenttable {
	background-color: #FFFEF2;
}

td.embedded {
	border: none;
	text-align: left;
}

td.bottom {
	border: none;
}

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;
	color: #000000;
	background-image: url(images/header.gif);
}

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;
}

td.pager {
	background-color: #FFFFFF;
	border: 1px solid #9CA4B0;
	padding: 2px;
}

td.pagebr {
	background-color: #FAFAFA;
	border: 0px;
	padding: 0px;
}

td.highlight {
	background-color: #EFEEE6;
	border: 1px solid #9CA4B0;
	padding: 2px;
}

td.tablea {
	border: 0px;
}

hr {
	height: 0px;
	border: solid #00314D 0px;
	border-top-width: 1px;
}

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: #003303;
	font-weight: bold;
}

a:hover {
	color: #;
}

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: #990000;
}

a.menu:hover {
        border-left-width: 7px;
        border-left-style: solid;
        border-left-color: #990000;
		color: #990000;
}

a.menu {
        display:block;
        padding:3px;
        text-align:left;
        text-decoration:none;
        background-color: #ffffff;
        font-weight: normal;
        border-top: 1px solid #000000;
}

a.altlink_white:link, a.altlink_white:visited {
		font-weight: bold;
		color: #003303;
		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;
}



.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: solid #FFC58C 1px;
 background-color: #FFC58C;

}



.paginator table{border-collapse:collapse;table-layout:fixed;width:100%;border:0}
.paginator table td{white-space:nowrap;text-align:center;border:0;padding:0}

.paginator span{display:block;color:#fff;padding:3px 0}
.paginator span strong,.paginator span a{padding:2px 10px;background:#edeff4}
.paginator span a:hover{color:#000;background:#d8dfea}
.paginator span a:active{color:#000;background:#d8dfea}
.paginator span strong{font-style:normal;font-weight:400;background:#627aad}


.paginator {
	font-size: 1em;
	width: 600px;
}

.paginator table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.paginator table td {
	padding: 0;
	white-space: nowrap;
	text-align: center;
}



.pagstrong {
	background: #ECEFF5;
}



.paginator .scroll_bar {
	width: 100%;
	height: 20px;
	position: relative;
	margin-top: 10px;
}

.paginator .scroll_trough {
	width: 100%;
	height: 3px;
	background: #ccc;
	overflow: hidden;
}

.paginator .scroll_thumb {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 3px;
	top: 0;
	left: 0;
	font-size: 1px;
	background: #363636;
}

.paginator .scroll_knob {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(/pic/slider_knob.gif) no-repeat 50% 50%;
	cursor: pointer;
	cursor: hand;
}


.fullsize .scroll_thumb {
	display: none;
}

.paginator_pages {
	width: 600px;
	text-align: right;
	font-size: 0.8em;
	color: #808080;
	margin-top: -10px;
}





div.colhead {
	float: left;
	font-weight: 300;
	color: #fff;
	background: #8da6cf;
	font-size: 12px;
}


.cat_name {
	float: left;
}

.cat_pic img {
	width: 16px;
	height: 16px;
}


.linked-image {
	margin: 0;
	padding: 0;
	border: 0;
}

.resized-linked-image {
	margin: 1px 0 0 0;
	padding: 0;
	background-color: #000;
	border: 0;
	color: #fff;
	font-size: 10px;
	width: auto;
}

.resized-linked-image-zoom {
	width: 200px;
	height: 30px;
	background-color: #fff;
	padding-top: 6px;
	padding-left: 5px;
	top: 0;
	left: 0;
	position: absolute;
	display: none;
}



.nobr {
	white-space: nowrap;
}


/*end mynotifs*/ /*rate*/
img.arrowup {
	width: 13px;
	height: 13px;
	background: transparent url(/pic/icons_vote.png) no-repeat scroll 0px
		0px;
	background-position: -13px -13px !important;
}

img.arrowdown {
	width: 13px;
	height: 13px;
	background: transparent url(/pic/icons_vote.png) no-repeat scroll 0px
		0px;
	background-position: 0 -13px !important;
}
/*end rate*/


#box_app_right {
	position: relative;
	margin-top: 0;
	width: 210px;
	min-height: 75px;
}

#box_app_right_adm {
	position: relative;
	width: 210px;
	min-height: 75px;
}

.box_right_block,.box_right_left,h3.box_right_left {
	background: #ECEFF5 none repeat scroll 0 0;
	border: 1px solid #94A3C4;
	display: block;
	font-size: 11px;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 5px 8px;
}

.search_group {
	display: block;
	height: 50px;
	position: relative;
	right: 3px;
	top: 1px;
	width: 50px;
}

#box_left,#box_left_wall {
	position: relative;
	width: 700px;
	height: auto;
}

dl.infor_left dt {
	clear: left;
	color: gray;
	float: left;
	width: 65px;
	line-height: 20px;
}

dl.infor_left dd {
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	padding-left: 95px;
}

#box_app_right {
	position: relative;
	margin-top: 0;
	width: 210px;
	min-height: 75px;
}

#box_app_right_adm {
	position: relative;
	width: 210px;
	min-height: 75px;
}

.box_right_block,.box_right_left,h3.box_right_left {
	background: #ECEFF5 none repeat scroll 0 0;
	border: 1px solid #94A3C4;
	display: block;
	font-size: 11px;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 5px 8px;
}

.search_group {
	display: block;
	height: 50px;
	position: relative;
	right: 3px;
	top: 1px;
	width: 50px;
}

#box_left,#box_left_wall {
	position: relative;
	width: 700px;
	height: auto;
}

dl.infor_left dt {
	clear: left;
	color: gray;
	float: left;
	width: 65px;
	line-height: 20px;
}

dl.infor_left dd {
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	padding-left: 95px;
}

.edittd {
	height: 385px;
	width: 693px;
	border: 0;
	padding-left: 0;
	float: left;
}


.box_left_page {
	margin-left: 20px;
}

.tabContent {
	padding: 10px;
}

div.friends_search {
	border: 1px solid #DDD;
	margin-left: auto;
	margin-right: auto;
	width: 460px;
	padding: 10px;
}

div.clear {
	height: 1px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

a.download {
	padding-right: 5px;
}

#highlighted small {
	font-size: 80%;
	vertical-align: middle;
	visibility: hidden;
	float: right;
	padding: 0 3px;
}

#highlighted tr:hover small,#highlighted tr.hovered small {
	visibility: visible;
}

#popup_container {
	font-family: 'Lucida Grande', arial;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	width: 364px;
	height: 86px;
	background: #F3F3F3;
	border: solid 1px #dedede;
	border-bottom: solid 2px #456FA5;
	color: #000000;
}

#popup_title {
	display: none;
}

#popup_message {
	padding-top: 15px;
	padding-left: 15px;
}

#popup_panel {
	text-align: left;
	padding-left: 15px;
}

.tabset_content_active,.clearfix {
	display: block;
}

.clearfix span {
	display: table-cell;
	vertical-align: middle;
}

h1.img,.polls_f {
	float: left;
}




#polls li {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
}



   .focus {

   background-color: #ffeeac;
}


p.error, div.error{border:1px solid #FF0033;color:#533B27;line-height:1.3;margin:5px auto;padding:5px 5px 5px 36px;-webkit-border-radius:3px;-moz-border-radius:3px;}
p.error{background: #FFCCCC url(/pic/cross-circle.png) 10px center no-repeat;}
div.error{background: #FFCCCC url(/pic/light-bulb.png) 10px center no-repeat;}


.success, .success2{background: #FFFDE2 url(/pic/information-button.png) 10px center no-repeat;border:1px solid #FFA200;color:#533B27;line-height:1.3;margin:5px auto;padding:5px 5px 5px 36px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.success3{background-color:#FFFDE2;border:1px solid #FFA200;color:#533B27;line-height:1.3;margin:5px auto;padding:5px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.success3 img.suc{vertical-align:-3px;padding-right:5px}

td.a { background-color : #ececec; padding : 6px; font-family : Verdana, Helvetica, sans-serif; font-size : 8pt; border-style : solid; border-width : 1px 1px 1px;}
td.b { background-color : #f7f7f7; padding : 6px; font-family : Verdana, Helvetica, sans-serif; font-size : 8pt; border-style : solid; border-width : 1px 1px 1px;}



.paginator table{border-collapse:collapse;table-layout:fixed;width:100%;border:0}
.paginator table td{white-space:nowrap;text-align:center;border:0;padding:0}

.paginator span{display:block;color:#fff;padding:3px 0}
.paginator span strong,.paginator span a{padding:2px 10px;background:#edeff4}
.paginator span a:hover{color:#000;background:#d8dfea}
.paginator span a:active{color:#000;background:#d8dfea}
.paginator span strong{font-style:normal;font-weight:400;background:#7DA301}

.paginator {
	font-size: 1em;
	width: 600px;
}

.paginator table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.paginator table td {
	padding: 0;
	white-space: nowrap;
	text-align: center;
}



.pagstrong {
	background: #7DA301;
}



.paginator .scroll_bar {
	width: 100%;
	height: 20px;
	position: relative;
	margin-top: 10px;
}

.paginator .scroll_trough {
	width: 100%;
	height: 3px;
	background: #ccc;
	overflow: hidden;
}

.paginator .scroll_thumb {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 3px;
	top: 0;
	left: 0;
	font-size: 1px;
	background: #7DA301;
}

.paginator .scroll_knob {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(/pic/slider_knob.gif) no-repeat 50% 50%;
	cursor: pointer;
	cursor: hand;
}





.fullsize .scroll_thumb {
	display: none;
}

.paginator_pages {
	width: 600px;
	text-align: right;
	font-size: 0.8em;
	color: #7DA301;
	margin-top: -10px;
}





input, file, select, textarea {
	margin-top: 3px;
	margin-bottom: 0px;
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
}



