/*
* Global
*/

body { 
	font: 12px Tahoma, Arial, sans-serif; 
	color: #454545; 
}
a { 
	color: #689656; 
	background: inherit; 
}
a:hover { 
	color: #485A3D; 
	background: inherit; 
	text-decoration: none;
}
img {
	border: 0px;
}

/*
* Header
*/

#bookmark {
	left: 50%;
	padding-left: 285px;
	position: absolute;
	top: 0px;
}
#status_bar {
	margin-left: 20px;
}
.top_menu_layout {
	padding-left: 40px;
	font-weight: bold;
	font-size: 14px;
}
.load_bar{
	border: 1px solid #ABBDC9;
	background: #ABBDC9 url(/images/load_bar_filler.jpg) repeat-x;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}

/*
* Footer
*/

#bottom_copy {
	padding-left: 206px;
	position: relative;
	bottom: 0px;
}

/*
* Boxes
*/

.box_green     { float: left; background: #E9EEDF; width: 100%; padding: 6px 0px 8px 0px; }
.box_pink      { float: left; background: #faf4e6; width: 100%; padding: 6px 0px 8px 0px; }
.box_violet    { float: left; background: #EEEAF4; width: 100%; padding: 6px 0px 8px 0px; }
.box_red       { float: left; background: #F9C1BD; width: 100%; padding: 6px 0px 8px 0px; }
.box_black     { float: left; background: #969696; width: 100%; padding: 6px 0px 8px 0px; }
.box_orange    { float: left; background: #FAB683; width: 100%; padding: 6px 0px 8px 0px; }
.box_soft_gray { float: left; background: #E1E1E1; width: 100%; padding: 6px 0px 8px 0px; }
.box_blue      { float: left; background: #E6EDF3; width: 100%; padding: 6px 0px 8px 0px; }

.box_green_bottom { float: left; background: #faf4e6; width: 100%; padding: 6px 0px 8px 0px; position: relative; top: 4px;}

.info_correct {
	padding-left: 10px;
	padding-right: 10px;
}

/*
* Strings
*/

.red_alert_text {
	color: #A42822;
}
.orange_title_text {
	color: #9C5330;
	font-size: 15px;
}
.m_color {
	color: #4969BC;
}
.f_color {
	color: #D23363;	
}
.g_color {
	color: #969B37;
}
.n_color {
	color: #4A884E;
}

/*
* Tables
*/

.t_header td {
	background-color: #EDF0EC;
	border-bottom: 2px solid #8FA389;
	padding: 4px;
}
.t_black td {
	background-color: #E3D6D5;
	padding-left: 3px;
}
.t_white td {
	background-color: #F7F2F2;
	padding-left: 3px;
}

/*
* System
*/

.deleted_image {
	background: url(/images/delete_64.gif) center no-repeat;
	height: 100px;
	width: 182px;
}
.just_icon {
	display: inline-block;
	position: relative;
	top: 4px;
}
.help_icon {
	display: inline-block;
	position: relative;
	top: 4px;
	cursor: help;
}
.icon_button {
	display: inline-block;
	position: relative;
	top: 4px;
	cursor: pointer;
}
#show_image_layout {

}
.gray_help {
	font: 14px Tahoma, Arial, sans-serif;
	color: #808080;
}
.tooltip {
		
}
.tooltip a {
	text-decoration: none;	
}
.moderate_panel {
	display: block;
	position: relative;
	height: 16px;
	margin-bottom: 2px;
}
.small_preloader {
	top: 3px;
	position: relative;
	display: inline-block;
	margin-top: -2px;
}
.good_answ{
	font-weight: bolder;
	background-color: #208E17;
	color: white;
}
.bad_answ{
	font-weight: bolder;
	background-color: #C2300C;
	color: white;
}
.neutral_answ{
	font-weight: bolder;
	background-color: #E2C210;
	color: white;
}
.violet_answ{
	font-weight: bolder;
	background-color: #666FAA;
	color: white;
}
.neutral_answ a {
	color: white;
}
.neutral_answ a:hover {
	color: white;
}
.bad_answ a {
	color: white;
}
.bad_answ a:hover {
	color: white;
}
.good_answ a {
	color: white;
}
.good_answ a:hover {
	color: white;
}
.violet_answ a {
	color: white;
}
.violet_answ a:hover {
	color: white;
}

/*
* Tooltip
*/

#tooltip {
  position: absolute;
  z-index: 3000;
  width:250px;
  border: 1px solid #D8BCBA;
  background-color: #F3ECEB;
  padding: 0;
}
#tooltip h3 {
  background-color: #E1D0CE;
  padding-left:5px;
  padding-bottom:2px;
  font-weight:bold;
  font-size: 14px;
  margin: 0px;
  color: #B9918C;
}
#tooltip div {
  padding:5px;
}

/*
* Tags
*/

#tag_place {
	padding: 5px;
}
.tag1 a {
	font-family: Tahoma;
	color: #527A52;
	text-decoration: none;
	font-size: 10px;
	padding: 4px;
}
.tag1 a:hover {	
	color: #ffffff;
	background-color: #527A52;
}

.tag2 a{
	font-family: Tahoma;
	color: #B5B017;
	text-decoration: none;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}
.tag2 a:hover {	
	color: #ffffff;
	background-color: #B5B017;
}

.tag3 a{
	font-family: Tahoma;
	color: #9B5431;
	text-decoration: none;
	font-size: 14px;
	padding: 4px;
}
.tag3 a:hover {	
	color: #ffffff;
	background-color: #9B5431;
}

.tag4 a{
	font-family: Tahoma;
	color: #BD550F;
	text-decoration: none;
	font-size: 16px;
	padding: 4px;
	font-weight: bold;
}
.tag4 a:hover {	
	color: #ffffff;
	background-color: #BD550F;	
}

.tag5 a{
	font-family: Tahoma;
	color: #A22B57;
	text-decoration: none;
	font-size: 18px;
	padding: 4px;
}
.tag5 a:hover {	
	color: #ffffff;
	background-color: #A22B57;	
}

.tag6 a{
	font-family: Tahoma;
	color: #9565CF;
	text-decoration: none;
	font-size: 20px;
	padding: 4px;
	font-weight: bold;
}
.tag6 a:hover {	
	color: #ffffff;
	background-color: #9565CF;	
}

.tag7 a{
	font-family: Tahoma;
	color: #E74E4E;
	text-decoration: none;
	font-size: 22px;
	padding: 4px;
}
.tag7 a:hover {	
	color: #ffffff;
	background-color: #E74E4E;	
}

.tag8 a {
	font-family: Tahoma;
	color: #F46551;
	text-decoration: none;
	font-size: 24px;
	padding: 4px; 
	font-weight: bold;
}
.tag8 a:hover {	
	color: #ffffff;
	background-color: #F46551;
}

/*
* Pages
*/

.pages {
    margin: 1em 0;
    clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.pages span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
}
.pages a {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    background: #ffffff;
    border: 1px solid #E1E1E1;
    text-decoration: none;
    color: #787878;
}

.pages span.current {
    border: 1px solid #E1E1E1;
    font-weight: bold;
    background: #E1E1E1;
    color: #fff;
}

.pages a:hover {
    border-color: #A2AEC4;
    color: #29476B;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}