#gadgets {
	height: 100%;
	margin: 5px 10px 0px 18px;
	font-size: 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 12px;
	/*background-color: #F2E5C4;
	color: #FFFFFF;*/
	color: #323a4e;
	width: 340px;
}
#gadgets img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#gadgets a, #gadgets a:link, #gadgets a:visited {
	/*color: #e16827;*/
	color: #323a4e;
	text-transform: none;
	text-decoration: none;
}
#gadgets a:hover {
	/*color: #ffb95f;*/
	text-decoration: underline;
}
#gadgets ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
#gadgets li {
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #151a28;
	background: none;
	font-size: 10px;
	line-height: 16px;
}

#topTabs {
	/*border: solid 1px #000000;*/
	border-bottom: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}
#topTabs a, #topTabs a:link, #topTabs a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
}
#topTabs a:hover {
	
}
#topTabs .tabDiv {
	float: left;
	margin-right: 10px;
	padding: 4px 10px 4px 10px;
}
#topTabs .currentTab {
	float: left;
	margin-right: 10px;
	padding: 4px 10px 4px 10px;
	background-color: #151a28;
}
#topTabs .currentTab a {
	color: #FFFFFF;
}
#topTabOption, #topTabOptionCurrent {
	padding: 4px 10px 4px 10px;
	float: left;
	margin-right: 10px;
	color: #FFFFFF;
}


#tabWrapper {
	padding: 0px 0px 0px 0px;
}
#tabs {
	border: solid 1px #000000;
	border-left: none;
	border-bottom: none;
	/*background-color: #4E4848;*/
	background-color: #151a28;
	/*height: 28px;*/
	font-weight: bold;
	text-transform: uppercase;
}
#tabs a, #tabs a:link, #tabs a:visited {
	color: #FFFFFF;
}
#tabs a:hover {
	
}
#tabs table {
	width: 100%;
}
#tabs .tabDiv {
	padding: 5px 3px 5px 3px;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: center;
	height: 28px;
}
#tabs .currentTab {
	padding: 5px 3px 6px 3px;
	border-left: solid 1px #000000;
	/*background-color: #F2E5C4;*/
	background-color: #b5c0dc;
	border-bottom: none;
	text-align: center;
	height: 27px;
}
#tabs .currentTab a, #tabs .currentTab a:link, #tabs .currentTab a:visited {
	color: #151a28;
}
#tabs .currentTab a:hover {
	
}
#content {
	margin: 0px 0px 0px 0px;
	border: solid 1px #000000;
	border-top: none;
	padding: 5px 5px 5px 5px;
	background-color: #b5c0dc;
}
.contentDiv {
	margin: 0px 10px 0px 10px;
}
#titleWrapper {
	padding: 0px 5px 0px 0px;
	background-color: #222222;
}
.contentTitle {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	background-color: #222222;
	padding: 5px 0px 5px 5px;
	height: 29px;
}
.feed {
	font-size: 10px;
	line-height: 11px;
}
.feed li {
	clear: both;
}
.feedHeadline {
	font-weight: bold;
	font-size: 11px;
}
.feedHeadline a, .feedHeadline a:link, .feedHeadline a:visited {
	font-weight: bold;
}
.feedDate {
	font-style: italic;
	font-size: 10px;
	float: left;
}
.feedPhoto {
	border: solid 1px #151a28;
	padding: 2px 2px 2px 2px;
	width: 85px;
	float: left;
	margin: 0px 5px 5px 0px;
}
.feedPhoto img {
	width: 85px;
}
.feedMore {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	float: right;
	width: auto;
	height: 100%;
}
.leftPad {
	padding: 0px 0px 0px 20px;
}
.clear {
	clear: both;
}
