/* ---------- Global ---------- */
body {
	font-size:12px;
	font-family:arial;
	margin:0px;
	text-align:center;
	background:url("img/bg1.jpg");
	color:#292d30;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#699bc9;
}

a:hover {
	text-decoration:underline;
}

input {
	font-size:11px;
	font-family:arial;
}

form {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.bg2 {
	background:url("img/bg2.jpg") repeat-x;
	min-height:585px;
}

.warp {
	width:800px;
	margin:0px auto;
	padding:5px 0px;
	background:white;
	border:3px solid white;
	border-bottom:0px;
}

.border_top {
}

.page_right {
	border-top:1px solid #b2d4dd;
	width:205px;
	float:right;
	background:#eaf3f5;
}

.page_left {
	padding-right:1px;
	background:url("img/border_bg.jpg") right top repeat-y;
	width:594px;
	float:left;
}
/* ---------- Global end ---------- */


/* ---------- Top Area ---------- */
.top {
	margin-bottom:10px;
}

.top .logo {
	float:left;
	width:176px;
	height:105px;
}

.top .support {
	float:right;
	background:url("img/support.jpg");
	width:148px;
	height:104px;
}

.top .support h3 {
	padding:0px;
	margin:9px 0px 3px;
	height:24px;
	line-height:24px;
	color:white;
	font-size:13px;
	font-weight:normal;
}

.top .support h3 span {
	color:#cce9f5;
	font-weight:bold;
}

	/* ---------- Top Center ---------- */
	.top .center {
		width:476px;
		height:104px;
		float:left;
		color:#4b737c;
		font-weight:bold;
		text-align:right;
	}
	
	.top .center .right {
		float:right;
		width:50%;
		height:104px;
		background:url("img/top_middle_right.jpg");
	}
	
	.top .center .right .div {
		height:84px;
		padding:10px 13px 10px 5px;
		background:url("img/top_right.jpg") right no-repeat;
	}
	
	.top .center .right form .p {
		margin:5px 0px 0px;
		float:right;
		width:160px;
	}
	
	.top .center .right form .p span {
		font-size:11px;
		font-weight:normal;
		color:#1f383d;
		width:45px;
		line-height:19px;
		display:block;
		float:right;
	}
	
	.top .center .right form .p input {
		background:url("img/login_input.jpg");
		border:0px;
		height:17px;
		padding:1px 3px;
		width:101px;
		margin-bottom:5px;
	}
	
	.top .center .right form .submit {
		background:url("img/login_submit.jpg");
		border:0px;
		height:26px;
		padding:0px;
		width:50px;
		margin-top:25px;
	}
	
	.top .center .right p {
		margin:0px;
		padding:0px;
	}
	
	.top .center .right p a, .top .center .right p {
		font-size:10px;
		color:#31484d;
		font-weight:normal;
	}
	
	.top .center .left {
		float:left;
		width:50%;
		height:104px;
		background:url("img/top_middle_left.jpg");
	}
	
	.top .center .left {
		float:left;
		width:50%;
		height:104px;
		background:url("img/top_middle_left.jpg");
	}
	
	.top .center .left .div {
		height:84px;
		padding:10px 13px 10px 5px;
		background:url("img/top_left.jpg") left no-repeat;
	}
	
	.top .center .left ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	
	.top .center .left ul li {
		background:url("img/top_arrow.jpg") right center no-repeat;
		line-height:21px;
		float:right;
		padding-right:10px;
		width:100px;
	}
	
	.top .center .left ul li a {
		color:#4b737c;
		font-weight:bold;
	}
	/* ---------- Top Center end ---------- */

	/* ---------- Top Main (panel) ---------- */
	.top .main {
		width:624px;
		height:100px;
		margin:5px 0px 0px;
		float:right;
	}
	
	.top .main .links {
		float:right;
		width:45px;
		color:#37b4d8;
		font-size:10px;
		text-align:right;
		margin:0px;
		padding:0px 20px;
	}
	
	.top .main .links li {
		margin:3px 0px;
	}
	
	.top .main .links li a {
		color:#0e4954;
		text-decoration:underline;
	}
	
	.top .main .links li a:hover {
		text-decoration:none;
	}
	
	.top .main .tabs {
		width:538px;
		float:left;
	}
	
	.top .main .tabs ul {
		margin:0px;
		padding:0px;
		list-style-type:none;
		height:35px;
		margin-left:-2px;
	}
	
	.top .main .tabs ul li {
		float:right;
		width:133px;
		height:35px;
		margin-left:2px;
	}
	
	.top .main .tabs ul li a {
		display:block;
		width:133px;
		height:35px;
		background:url("img/top_tab.jpg");
		line-height:31px;
		color:white;
		font-size:13px;
		font-weight:bold;
		letter-spacing:1px;
	}
	
	.top .main .tabs ul li a:hover, .top .main .tabs ul .active a {
		background:url("img/top_tab_active.jpg");
	}
	
	.top .main .tabs .black {
		margin:0px;
		padding:1px 15px;
		background:#08303c;
		text-align:right;
	}
	
	.top .main .tabs .black, .top .main .tabs .black a {
		color:white;
		font-size:13px;
	}
	
	.top .main .menu {
		background:url("img/menu.jpg");
		height:30px;
		list-style-type:none;
		padding:0px;
		margin:4px 0px 0px;
	}
	
	.top .main .menu li {
		display:inline;
		color:#497985;
		font-size:11px;
		font-weight:bold;
		line-height:30px;
		padding:0px 7px;
	}
	
	.top .main .menu li a {
		color:#497985;
		font-size:11px;
		font-weight:bold;
		line-height:30px;
	}
	/* ---------- Top Main (panel) end ---------- */

/* ---------- Top Area end---------- */


/* ---------- Page Right ---------- */

	/* ---------- Register Block ---------- */
	.page_right .block {
		background:url("img/right_block.jpg");
		width:197px;
		margin:5px auto;
	}
	
	.page_right .block .bottom {
		background:url("img/right_block_bottom.jpg") left bottom no-repeat;
		padding-bottom:5px;
	}
	
	.page_right .block .top {
		background:url("img/right_block_top.jpg");
		height:24px;
		line-height:24px;
		margin-bottom:8px;
	}
	
	.page_right .block .top span {
		font-size:13px;
		width:49%;
		display:block;
	}
	
	.page_right .block .top .right {
		float:right;
		color:white;
	}
	
	.page_right .block .top .left {
		float:left;
		color:#ec5300;
		font-weight:bold;
	}
	
	.page_right .block form span {
		color:white;
		font-size:11px;
		width:60px;
		margin-right:15px;
		line-height:18px;
		float:right;
		display:block;
		text-align:right;
	}
	
	.page_right .block form input {
		width:94px;
		height:14px;
		padding:2px;
		border:1px solid #407d8c;
		margin-bottom:4px;
	}
	
	.page_right .block form a {
		color:#d0e9f5;
		font-size:10px;
		text-decoration:underline;
		width:101px;
		line-height:19px;
		text-align:right;
		margin-right:15px;
		float:right;
		display:block;
	}
	
	.page_right .block form .submit {
		background:url("img/register.jpg");
		border:0px;
		padding:0px;
		width:58px;
		height:19px;
	}
	/* ---------- Register Block end ---------- */

.page_right ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.page_right li a {
	display:block;
	text-align:right;
	border-bottom:1px solid #b4d8e0;
	font-size:13px;
	font-weight:bold;
	color:#166c81;
	padding:0px 9px;
	line-height:24px;
}

.page_right li a:hover {
	color:#144f5d;
}

.page_right .active a {
	background:white;
}
/* ---------- Page Right end ---------- */


/* ---------- Page Left ---------- */

	/* ---------- Menu ---------- */
	.page_left .menu {
		border-bottom:1px solid #cacaca;
		padding:10px 0px 0px 35px;
		margin-bottom:3px;
	}
	
	.page_left .menu div {
		background:url("img/menu.jpg");
		height:30px;
	}
	
	.page_left .menu ul {
		background:url("img/menu_left.jpg") left top no-repeat;
		height:30px;
		list-style-type:none;
		padding:0px;
		margin:0px;
	}
	
	.page_left .menu ul li {
		display:inline;
		color:#497985;
		font-size:11px;
		font-weight:bold;
		line-height:30px;
		padding:0px 5px;
	}
	
	.page_left .menu ul li a {
		color:#497985;
		font-size:11px;
		font-weight:bold;
		line-height:30px;
	}
	/* ---------- Menu end ---------- */

.page_left .hr {
	margin:7px 0px 10px;
	background:#cacaca;
	height:1px;
	font-size:0px;
	line-height:0px;
}
.page_left .footer_line {
	margin:7px 0px 3px;
}

.page_left .right {
	float:right;
	width:42%;
	margin:0% 3%;
	text-align:right;
	color:#9e9e9e;
}

.page_left .left {
	float:left;
	width:42%;
	margin:0% 3%;
	text-align:right;
	color:#9e9e9e;
}

.page_left p {
	margin:5px 0px;
	padding:0px;
}

.page_left h2 {
	color:#0a141e;
	font-size:23px;
	margin:0px;
	padding:0px;
}

.page_left .blue li {
	margin:0px 17px;
}

.page_left .blue {
	color:#0cb3dd;
	font-size:15px;
	margin:0px;
	padding:4px 0px;
}

.page_left .b {
	color:#0cb3dd;
	display:block;
	margin-top:10px;
	text-decoration:underline;
}
/* ---------- Page Left end ---------- */


/* ---------- Panel ---------- */
.panel {
	background:url("img/panel.jpg") repeat-x;
	min-height:235px;
	padding:10px 25px;
}

.panel h2, .panel h3 {
	font-size:16px;
	color:#191919;
	margin:0px;
	padding:1px 0px 3px;
}

.panel span, .panel .blue {
	color:#699bc9;
}

.panel .message {
	background:#fff8db;
	border:1px solid #ffeb99;
	padding:10px 30px;
}

.panel .message div {
	background:url("img/panel_message.jpg") no-repeat;
	min-height:126px;
	padding-left:130px;
	text-align:right;
}

.panel .message span {
	display:block;
}

.panel .message p {
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
	margin:30px 0px 3px;
}

.panel .message a {
	background:url("img/panel_message_close.jpg") right center no-repeat;
	padding-right:20px;
	line-height:20px;
	color:#159bb3;
	font-weight:bold;
	display:block;
}

.panel .sides {
	float:right;
	width:365px;
	margin:10px 5px 0px;
	text-align:right;
}

.panel .sides p {
	margin:0px;
	padding:2px 0px;
}

.panel .sides .guttman {
	font-family:Guttman Hatzvi, arial;
	font-size:12px;
}

.panel .sides .bigger {
	font-size:13px;
	font-weight:bold;
}

.panel .sides .block {
	height:80px;
}

.panel .sides .title {
	font-weight:normal;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:3px;
}

.panel .sides table {
	margin-bottom:15px;
	width:95%;
	font-size:11px;
}

.panel .sides table tr {
	line-height:22px;
}

.panel .sides table .bluebg {
	background:#dff1f6;
}

.panel .sides table .greenbg {
	background:#f3fcde;
}

.panel .sides table .first {
	font-size:12px;
	font-weight:bold;
}

.panel .sides table tr td {
	padding:0px 2px;
}

.panel .sides table tr .italic {
	color:#5f8116;
	font-style:italic;
}

.panel .sides .stats table  {
	width:100%;
	margin-bottom:5px;
}

.panel .sides .stats table tr td {
	line-height:20px;
	font-size:12px;
}

.panel .sides .stats table tr .td1 {
	width:75px;
	text-align:right;
	font-weight:bold;
}

.panel .sides .stats table tr .td2 {
	width:200px;
	border:1px solid #d3d3d3;
	padding:2px 2px;
	text-align:right;
	line-height:18px;
}

.panel .sides .stats table tr .td3 {
	text-align:center;
}
/* ---------- Panel end ---------- */


/* ---------- Footer ---------- */
.footer {
	background:#145e6f;
}

.footer div {
	background:url("img/footer_right.jpg") right top no-repeat;
	height:33px;
	line-height:33px;
}

.footer div div {
	background:url("img/footer_left.jpg") left top no-repeat;
}

.footer p {
	margin:0px;
	padding:0px 10px;
	color:white;
}

.footer .right {
	float:right;
}

.footer .left {
	float:left;
}

.footer .blue, .footer a {
	color:#a2e1f1;
	font-size:11px;
	font-weight:bold;
}
/* ---------- Footer end ---------- */
