﻿#wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#floatwrapper
{
	float: left;
	width: 585px;
}
#floatwrapper2
{
	float: left;
	width: 780px;
}
#centercolumn
{
	float: right;
	width: 385px;
	margin-left: -1px;
}
#leftcolumn
{
	float: left;
	position: relative;
	width: 195px;
}
#rightcolumn
{
	float: left;
	position: relative;
	width: 195px;
}

#widerightcolumn
{
	float: right;
	position: relative;
	width: 585px;
}

body
{
	font: 12px Tahoma,Arial,sans-serif;
}

TD
{
	font: 12px Tahoma,Arial,sans-serif;
}

A
{
	color: #3E91CD;
}

.olink
{
	color: Green;
	font-weight: bold;
}

.Header
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #45a4de;
}
.SectionHeader
{
	font-size: 11px;
	font-weight: bolder;
	color: #fc770b;
}
.SectionHeaderLarge
{
	font-size: 14px;
	font-weight: bold;
	color: #fc770b;
}
.Text
{
	font-size: 11px;
	font-weight: normal;
}
.CopyrightBG
{
	background-color: #eeeeee;
	color: #979797;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

/*****  Detail Page *****/
#imageViewer
{
	background: #eee;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 950px;
	border: solid 1px #999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#dtlLeft
{
	width: 590px;
	padding: 2px 4px 6px 4px;
}

#dtlRight
{
	padding: 0px;
	margin: 0px;
	float: right;
	width: 350px;
}

#dtlRightTable
{
	background: #eee;
	padding: 4px;
	width: 340px;
	border: solid 1px #999;
	margin-top: 3px;
	text-align: center;
}

#dtlBottom
{
	padding: 0px;
	margin: 0px;
	width: 950px;
}

#dtlTitle
{
	background: #6c757a;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 8px 4px 6px;
	margin-bottom: 4px;
}

.tblShortDataGrid
{
	border: solid 1px #999;
}

.tblShortDataGrid TD
{
	padding: 2px;
	background-color: White;
}

.dtlContainer
{
	color: #414141;
	border: none;
	margin-bottom: 3px;
}

.dtlItem
{
	color: #414141;
}

.dtlContainer h4
{
	color: #fff;
	background: #6c757a;
	padding: 2px 6px 2px 6px;
	border: none;
	margin-bottom: 2px;
	font-size:12px;
}

.Thumbnail
{
	border: solid 1px #DDDDDD;
	cursor: pointer;
	height: 120px;
	width: 160px;
}

.ThumbnailHover
{
	border: solid 1px #AAAAAA;
	cursor: pointer;
	height: 120px;
	width: 160px;
}

.ThumbnailSelected
{
	border: solid 1px #DD3409;
	cursor: pointer;
	height: 120px;
	width: 160px;
}

/***** End Detail Page *****/

/* Tab menu style */

.TopGroup
{
	background-color: #fc770b;
	background-image: url(../images/tabs/top_groupBg.gif);
	border: 1px solid #cacaca;
}

.Level2Group
{
	background-color: #e0dfe3;
	background-image: url(../images/tabs/level2_group_bg.gif);
	border: 1px solid #cacaca;
	border-top-width: 0px;
}

.TopLevelTab
{
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.TopLevelTabHover
{
	color: #FFFFFF;
	background-image: url(../images/tabs/top_itemHoverBg.gif);
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.SelectedTopLevelTab
{
	background-color: silver;
	background-image: url(../images/tabs/top_item_selected_bg.gif);
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	border: 1px solid #807F9A;
	border-right-color: #FFFFFF;
	border-bottom-width: 0px;
	position: relative;
	top: 1px;
}

.Level2Tab
{
	font-family: tahoma;
	font-size: 11px;
	cursor: pointer;
}

.Level2TabHover
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

.SelectedLevel2Tab
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}



