/* TATW styles */

* {
	margin: 0;
	padding: 0;
}

img { 
	border: 0; 
}

body {
	color: #333333;
	font-family: Arial;
	font-size: 95%;
	overflow: -moz-scrollbars-vertical;
}

.center {
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
}

#tatwmenu {
	/* background: transparent url(/images/connect.png) no-repeat scroll 50% -10px;
	background: transparent url(/images/connect.png) no-repeat scroll 50% -20px; */
	float: left;
	padding-top: 25px;
	width: 170px;
}

	#tatwmenu ul {
		margin: 20px 0px;
		padding: 0px;
		width: 100%;
	}

	#tatwmenu li {
		/* background-color: #3366ff; */
		background: transparent url(/images/nav-button-bg.png);
		background-repeat: no-repeat;
		list-style-type: none;
		margin-bottom: 12px;
		padding: 3px 0 5px;
		text-align: center;
	}

	#tatwmenu a {
		color: #ffffff;
		display: block;
		height: 16px;
		margin: 1px;
		padding: 4px;
		text-decoration: none;
	}
	
	#siteby {
		display: none;
	}

	
#content {
	float: left;
	width: 400px;
}

	.bml {
		color: #005ebc;
		font-family: "Times New Roman";
		font-size: 12pt;
		font-weight: bold;
	}

	.intl {
		color: #666666;
		font-size: 11pt;
		font-weight: bold;
	}

	.yerg {
		color: #6e6e6e;
	}

	.news {
		color: #6e6e6e;
		font-size: 80%; /* 11pt; */
		/* font-weight: bold; */
	}

	.tatw {
		color: #2362A9; /* #3366ff */
		/* font: bold 13pt "Times New Roman"; */
		font-family: Arial;
	}
	
#content {
	float: left;
	padding: 16px 28px 16px 35px;
	position: relative;
	min-height: 300px;
	_height: 300px;
	text-align: justify;
	width: 485px;
}

	#content h2 {
		color: #2362A9; /* #3366ff */
		font-size: 18px;
		text-align: center;
	}
	
	#content h3 {
		color: #2362A9; /* #3366ff */
		font-size: 100%;
		padding-bottom: 5px;
	}

	#content p {
		clear: both;
		margin: 6px 0 10px 0;
	}
	
	#content ul {
		padding-left: 40px;
	}
	
	#content #adverts {
		margin-top: 15px;
		/* margin-bottom: 15px; */
	}
	
	.wec {
		color: #bfa10d;
		font-weight: bold;
		font-family: "Times New Roman";
		/* font-size: 115%; */
	}

	#content a {
		color: #2362A9; /* #3366ff */
	}
	
	#content #recaptcha {
		clear: left; 
		float: left; 
		padding-left: 91px;
	}

	#content .ind {
		padding-left: 30px;
	}
	
	#content #editions {
		list-style-type: none;
	}

	#content #editions li {
		padding: 5px;
	}
	
	.ttxt {
		font-size: 9pt;
	}

	.tsig {
		float: right;
		color: #005ebc;
		padding-top: 2px;
		padding-bottom: 3px;
	}
	
.formLeft {
	text-align: right;
	width: 130px;
	float: left;
	clear: both;
	padding: 5px 10px 0 0;
}

.formLeft .error {
	color: red;
}

.formRight {
	width: 280px;
	float: left;
	padding: 3px 0 10px 10px;
}

.formRight .it {
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	padding: 2px;
	width: 250px;
}

	
#sidebar {
	float: right;
	padding: 15px 20px 10px 10px;
	width: 150px;
}
