@import url('https://fonts.googleapis.com/css?family=Assistant:300&subset=hebrew');

body,table,button,select,textarea,input {
	font-family: 'Assistant', tahoma;
	font-size:18px;
	}
body {
	background: #14344C;
	direction: rtl;
	margin:0px;
	color: white;
	}

a {
	color: white;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.site_link {
	color: yellow;
	text-decoration: none;
	}
.site_link:hover {
	text-decoration: underline;
	}

.user_input {
	color: black;
	width:300px;
	padding:10px;
	background: white;
	border: 1px solid gray;
	box-shadow: 0 0px 10px #333333;
	border-radius: 6px;
	}
.user_input_short {
	color: black;
	width:180px;
	padding:10px;
	background: white;
	border: 1px solid gray;
	box-shadow: 0 0px 10px #333333;
	border-radius: 6px;
	}
.user_textarea {
	color: black;
	width:300px;
	height:80px;
	padding:10px;
	background: white;
	border: 1px solid gray;
	box-shadow: 0 0px 10px #333333;
	border-radius: 6px;
	}
.user_select {
	padding:10px;
	font-size:15px;
	font-weight:bold;
	width:200px;
	border:1px solid white;
	}
.row_title {
	font-family: 'Assistant', tahoma;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	}
.row_content {
	padding:4px;
	}
.row_main_title {
	font-family: 'Assistant', tahoma;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	padding-top:0px;
	color: #88BFE9;
	}
.row_main_title_msg {
	font-size:11px;
	font-family: 'Assistant', tahoma;
	color: #E9F47B;
	padding:5px;
	border-bottom:1px solid #3F6684;
	}
.nicEdit-main {
	background: white;
	color: black;
	font-family: 'Assistant', tahoma;
	font-size:13px;
	}

.nicEdit-main a{
	color: red;
	}

.notice_span {
	background: #325671; padding:10px; margin-right:10px; border-radius: 6px;
	}
.notice_span img {
	padding-left:5px;
	}
.header_link {
	font-family: 'Assistant', tahoma;
	font-size:18px;
	color: #8DBBDE;
	text-decoration:none;
	}
.header_link:hover {
	text-decoration: underline;
	}
.keywords_link {
	color: white;
	list-style-type:none;
	padding:3px;
	}
.keywords_link a{
	color: #B0CDE4;
	}

.choose_theme_label {
	float:right; margin:6px; cursor:pointer;
	}
.choose_theme_label img{
	float:right;
	cursor:pointer;
	height:100px;
	}
.choose_theme_label div{

	}
.page_link {
	color:#4D6F89;
	margin:2px;
	padding:4px;
	font-size:14px;
	text-align:center;
	width:30px;
	float:right;
	background: #1B3D57;
	text-decoration:none !important;
	}
.page_link:hover {
	color: white;
	background: #14344C;
	}
.page_link_hover {
	color: white !important;
	background: #14344C !important;
	}
.subject_div {
	text-align:left;
	color: #6BA3CE;
	font-size:15px;
	}
.subject_div a{
	color: #6BA3CE;
	}