/******************** style for admin-area ***************/

*{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	line-height: 140%;
}

html{
	height: 100%;
}

body{
	height: 100%;
}

.loginform{
	margin: 200px auto;
	width: 300px;
	background: #DEF1FE;
	padding: 30px;
	border: 1px solid #DBDADA;
}
	.loginform td{
		padding: 3px 5px;
	}

.error{
	padding: 5px 10px;
	background: #fee;
	color: #f00;
	border: 1px solid #f00;
	max-width: 400px;
}
.message{
	padding: 5px 10px;
	background: #efe;
	color: #090;
	border: 1px solid #090;
	max-width: 400px;
}

.clear{
	clear: both;
}

.maintable{
	height: 100%;
	width: 100%;
}

.header{
	background: #A8DCFF;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 20px;
	height: 20px;
}

.navi, .content{
	padding: 20px;
}

.navi{
	background: #DEF1FE;
	width: 120px;
	border-right: 1px solid #DBDADA;
}
	.navi ul{
		list-style: none;
	}
		.navi li{
			margin-bottom: 5px;
		}
			.navi a{
				color: #000;
				text-decoration: none;
				font-weight: bold;
				font-size: 14px;
			}
			.navi li.active a{
				color: #30ACFF;
			}
.content h1{
	font-size: 18px;
	margin-bottom: 30px;
}
.content form table{
	margin-bottom: 40px;
}
		
input{
	width: 200px;
	height: 23px;
	border: 1px solid #AABAC4;
	padding: 0px 3px;
	color: #555;
}

input.button{
	background: #A8DCFF;
	color: #000;
	cursor: pointer;
	height: 28px;
	width: 206px;
}

input.checkbox{
	width: 15px;
	height: 15px;
	border: none;
}
a{
	color: #000;
}
p{
	margin-bottom: 15px;
}

table {
	border-collapse: collapse;
}


	table tr td{
		vertical-align: top;
		padding: 3px 15px 3px 0px;
	}
	
	
.gb_pagebrowser{
	margin-top: 30px;
}
	.gb_pagebrowser p{
		margin-bottom: 0px;
	}
	.gb_pagebrowser_left{
		float: left;
	}
		.gb_pagebrowser_input{
			width: 25px;
			border: #333 1px solid;
			padding: 2px 3px;
			height: 13px;
		}
		.gb_pagebrowser_submit{
			background: none;
			border: none;
			cursor: pointer;
			font-weight: bold;
			width: auto;
			color: #000;
		}
	.gb_pagebrowser_right{
		float: right;
	}
		.gb_pagebrowser_prev a,
		.gb_pagebrowser_next a{
			font-weight: bold;
		}


				
.gb_entry{
	margin: 50px 0px 50px 0px;
	padding-bottom: 6px;
	background: url(../images/shadow.png) repeat-x bottom;
}
	.gb_entry_body{
		border: 1px solid #DBDADA;
		padding-bottom: 15px;
	}	
	.gb_inactive .gb_entry_body{
		background: #eee;
		color: #555;
	}
				
		.gb_entry_header{
			background: #DEF1FE;
			border-bottom: 1px solid #DBDADA;
			padding: 3px 10px;
			font-size: 13px;
		}
		.gb_inactive .gb_entry_header{
			background: #ddd;
		}
			.gb_entry_header strong{
				font-weight: bold;
			}
			.gb_entry_header_left{
				float: left;
			}
			.gb_entry_header_right{
				float: right
			}
				.gb_entry_email,
				.gb_entry_web{
					display: block;
					float: left;
					width: 15px;
					margin-left: 10px;
					text-decoration: none;
				}
				.gb_entry_email{
					background: url(../images/email.png) no-repeat;
					height: 11px;
					margin-top: 2px;
				}				
				.gb_entry_web{
					background: url(../images/web.png) no-repeat;
					height: 15px;
				}
		.gb_form_body{
			padding: 10px;
		}
		.gb_entry_text{
			padding: 10px 10px 0px 10px;
		}
			.gb_entry_text p{
				padding-bottom: 15px;
				border-bottom: 1px solid #DBDADA;
			}

		.gb_form_row,
		.gb_form_message{
			margin: 3px 0px;
			clear: both;
		}
			.gb_form_row label{
				width: 80px;
				font-weight: bold;
				display: block;
				float: left;
			}			
				.gb_form_row label span,
				.gb_form_message label span{
					font-weight: normal;
					font-size: 10px;
					padding-left: 5px;
				}
				.gb_form .gb_form_message input{
					width: 30px;
				}
				
		.gb_form input, 
		.gb_form textarea{
			padding: 3px;
			border: 1px solid #bfbfcc;
		}
		.gb_form input{
			height: 15px;
			width: 300px;
		}
		.gb_form_message{
			margin-top: 30px;
			margin-bottom: 15px;
			border-bottom: 1px solid #DBDADA;
			padding-bottom: 15px;
		}
			.gb_form_message label{
				font-weight: bold;
			}
			.gb_form_message p{
				margin-bottom: 6px;
				font-size: 11px;
			}
			.gb_form_message textarea{
				width: 98%;
				height: 80px;
			}
			.gb_form_smileys div{
				float: left;
				cursor: pointer;
				padding: 5px 0px;
			}

		.gb_form_body .gb_entry_comment{
			margin: 0px;
		}
		.gb_entry_comment{
			margin: 0px 10px 15px 10px;
			border: 1px solid #E6EDF2;
			/*background: #F3F9FD;*/
			background: #E8F5FF;
		}
			.gb_entry_comment p{
				padding: 7px 10px;
				margin-bottom: 0px;
			}
			.gb_entry_comment .gb_entry_comment_header{
				border-bottom: 1px solid #E6EDF2;
				padding: 3px 10px;
				margin-bottom: 0px;
			}
				.gb_entry_comment_header strong{
					font-weight: bold;
				}
			.gb_entry_comment_body{
				padding: 7px 10px;
				margin-bottom: 0px;
			}
				.gb_form_smiley_info{
					margin-bottom: 6px;
					font-size: 11px;
					color: #888;
				}
				.gb_entry_comment textarea{
					width: 98%;
					height: 80px;
					padding: 3px;
					border: 1px solid #bfbfcc;
					margin-top: 5px;
				}
				.gb_form_smileys div{
					float: left;
					cursor: pointer;
					padding: 5px 0px;
				}

		.gb_form_buttons{
			margin: 0px 10px 0px 10px;
		}
			.gb_form_buttons p{
				margin-bottom: 0px;
			}
			.gb_form_activation{
				float: left;
			}
				.gb_form_activation input{
					width: 15px;
					height: 10px;
					border: none;
				}
			.gb_form_submit {
				float: right;
			}
				.gb_form_submit input{
					background: #A8DCFF;
					color: #000;
					cursor: pointer;
					height: 20px;
					width: 120px;
					font-size: 12px;
					border: solid 1px #85ABC4;
					padding: 0px 0px 3px 0px;
					margin: 0px 2px;
				}
				
				
.securequestionform{
	margin-top: 40px;
}	
	.securequestionform tr th{
		padding: 6px;
		text-align: left;
		background: #E8F5FF;
	}
	.securequestionform tr td{
		padding: 12px 6px;
		white-space: nowrap;
	}
		.securequestionform tr table{
			margin-bottom: 0px;
		}
			.securequestionform tr tr td{
				padding: 0px 10px 4px 0px;
			}
				.securequestionform tr tr td input{
					width: 350px;
				}
						
		.securequestion_answer{
			margin-bottom: 10px;
		}
			.securequestion_answer input{
				width: 60px;
			}
		.securequestion_delete{
			margin-bottom: 0px;
		}
