/*
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*/

html, body {
	height: 96%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#f1f4f7;
	font-family: Arial;
	color:#414a56;
	font-size:12px;
	border:0px;	
}

a {
	color:#414a56;
}

a:visited {
	color:#414a56;
}

img {
	border:0;
}

input.itext {
	border:1px solid #cccccc;
}

div.dialog_base {
	display:none;
}

table.but1 {
	border:0;
	padding:0;
	margin:0;
}

	table.but1 td {
		border:0;
		padding:0;
		margin:0;
	}

		table.but1 td a{
			font-weight:bold;
			text-decoration:none;
		}

		table.but1 td a:hover{
			text-decoration:underline;
		}

h1 { 
	font-size:16px;
}

h2 { 
	font-size:14px;
}

div.popupcontent {
	
}

	div.popupcontent form {
		width:460px;
	}


div.alone_popupcontent {
}

img.question {
	cursor:pointer;
	border:0px;
}

table.settings_form {
	margin-top:20px;
	display:none;
	font-size:12px;
}

	table.settings_form tr {
		background-image: url("/media/img/tsep.png");
		background-position: center bottom;
		background-repeat: repeat-x;
	}

	table.settings_form tr.without_sep {
		background:none;
	}

	table.settings_form td {
		padding:3px 5px 9px;
	}

	table.settings_form td.field_title {
		width:180px;
		font-weight:bold;
		font-size:14px;
	}

	table.settings_form td.field_title_short {
		width:100px;
		font-weight:bold;
		font-size:14px;
	}

	table.settings_form td.field_tip {
		width:15px;
	}

	table.settings_form td.field {
		width:395px;
	}

		table.settings_form td.field input {			
			float:left;
		}

		table.settings_form td.field input.cb {
			float:left;
		}

		table.settings_form td.field textarea {
			float:left;
		}

table.inline_table {
	padding:0px;
	margin:0px;
}
	table.inline_table tr {		
		background:none;
	}

	table.inline_table td {
		padding:0;
		background:none;
	}


div#popup_tabs {
	
}
	div#popup_tabs table {
		display:inline;
	}
	
	div#popup_tabs table td {
		background-image: url("/media/img/tsep_v.png");
		background-position: right bottom;
		background-repeat: repeat-y;
		padding: 4px 14px;
	}

	div#popup_tabs table td:hover {
		basckground-color:#e7f0fb;
	}

	div#popup_tabs table td a {
		text-decoration:none;
		font-weight:bold;
	}

	div#popup_tabs table td a:hover {
		text-decoration:underline;
	}

	div#popup_tabs div#form_changed {
		font-size:32px;
		font-weight:bold;
		float:right;
		color:#bf2821;
	}

	div#popup_tabs div#form_saved {
		font-size:14px;
		font-weight:bold;
		float:right;
		display:inline;
		color:#3a5d8c;
	}


div.tiptext {
	display:none;
	position:absolute;
	z-index:1000;
	width:380px;	
	border:1px dotted #414a56;
	background-color:white;
	padding: 0px 10px 10px;
}
