﻿#AccountInfoLeft {
	float: left;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	width: 350px;
}

#AccountInfoRight {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 335px;
}

.textHeader 
{
	font-weight: bold;
}

/* --- BUTTONS --- */

.orangeButton 
{
	margin: 5px 0 5px 0;
	padding: 0;
	height: 30px;
}
.orangeButton ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.orangeButton ul li {
	float: left;
	background: url(../images/orangebutton_right.gif) repeat top right;
}

.orangeButton li a {
	display: block;
	padding-top: 3px;
	padding-left: 20px;	
	padding-right: 22px;
	line-height: 20px;
	padding-bottom: 4px;
	background: url(../images/orangebutton_left.gif) no-repeat top left;
	color: #FFF;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

.orangeButton li a:hover {
	color: #444;
	text-decoration: none;
}

.orangeButton2 {
	margin: 5px 0 5px 0;
	padding: 0;
	height: 30px;
}

.orangeButton2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.orangeButton2 ul li {
	float: left;
	background: url(../images/orangebutton_right.gif) repeat top right;
}

.orangeButton2 li a {
	display: block;
	padding-top: 3px;
	padding-left: 10px;	
	padding-right: 12px;
	line-height: 20px;
	padding-bottom: 4px;
	background: url(../images/orangebutton_left.gif) no-repeat top left;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	float: left;
	text-decoration: none;
}

.orangeButton2 li a:hover {
	color: #444;
	text-decoration: none;
}

/*#Google_Search 
{
	width: 915px;
	text-align: right;
	margin: 0 0 10px 0;
}*/

#Google_Search_Result 
{
	width: 915px;
	padding: 0 40px 0 40px;
	margin: 0;
}

/* -- News Tabs -- */

.newstabContent {
	margin: 15px 0 10px 0;
	padding: 0 0 0 0;
	height: 170px;
	width: 435px;
	font-size: 12px;
	line-height: 14px;
	overflow: auto;
}

.newstabContent a { color: #1d599a; text-decoration: none; outline:none; font-weight:normal;}
.newstabContent a:link { color: #1d599a; text-decoration: none; outline:none; font-weight:normal;}
.newstabContent a:hover { color: #f75300; text-decoration: none; outline:none; font-weight:normal;}
.newstabContent a:visited { color: #1d599a; text-decoration: none; outline:none; font-weight:normal;}
.newstabContent a:visited:hover { color: #f75300; text-decoration: none; outline:none; font-weight:normal;}

