html {
	background: #FFFFFF;
}

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid;
}

input.Small {
	width: 100px;
	border: 1px solid #999999;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	margin: 0px;
	text-align: center;
}

#BodyWrapper {
	text-align: left;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	position: relative;
}

.LogOut {
	cursor: pointer;
	text-decoration: none;
	padding-top: 3px;
}

.LoginBox {
	float: left;
	padding-top: 17px;
	padding-left: 10px;
	width: 180px;
}

.LoginBox table td {
	font-size: 11px;
	color: #999999;
}

#SubWrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#Top {
	width: 100%;
	height: 80px;
	background: #ffffff url('../../Images/Home_Top.jpg') 0 0 no-repeat;
}

#Logo {
	width: 780px;
	height: 80px;
}

#LeftModules {
	height: 256px;
	width: 392px;
	float: left;
}

#RightModules {
	padding-left: 10px;
	height: 257px;
	width: 568px;
	float: right;
	background: #ffffff url('../../Images/RightModules.jpg') 0 100% no-repeat;
}

#Middle {
	padding-top: 15px;
	padding-left: 0px;
	width: 100%;
	height: 300px;
	background: #ffffff url('../../Images/Home_Mid.jpg') 0 0 no-repeat;
}

#TabContent {
	padding-left: 10px;
	padding-top: 10px;
	width: 552px;
	height: 237px;
	overflow: auto;
}

#Tab1Content,
#Tab2Content,
#Tab3Content,
#Tab5Content{
	width: 530px;
	display: none;
}

#Tab1Content.Active,
#Tab2Content.Active,
#Tab3Content.Active,
#Tab5Content.Active{
	display: block;
}

#Tab5,
#Tab4,
#Tab2,
#Tab3,
#Tab1 {
	float: left;
	padding-left: 3px;
	width: 131px;
	height: 30px;
	line-height: 26px;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}
#Tab4 {
	height: 24px;
}
#Tab5Wrapper,
#Tab4Wrapper,
#Tab3Wrapper,
#Tab2Wrapper,
#Tab1Wrapper {
	width: 100%;
	height: 24px;
	cursor: pointer;
}
#Tab5Wrapper {
	background: #ffffff url('../../Images/Tab5.jpg') 50% 100% no-repeat;
}
#Tab4Wrapper {
	background: #ffffff url('../../Images/Tab4.jpg') 50% 100% no-repeat;
}
#Tab1Wrapper {
	background: #ffffff url('../../Images/Tab1.jpg') 50% 100% no-repeat;
}
#Tab2Wrapper {
	background: #ffffff url('../../Images/Tab2.jpg') 50% 100% no-repeat;
}
#Tab3Wrapper {
	background: #ffffff url('../../Images/Tab3.jpg') 50% 100% no-repeat;
}
#Tab2.Active {
	background: #ffffff url('../../Images/Tab2Arrow.jpg') 50% 100% no-repeat;
}
#Tab5.Active {
	background: #ffffff url('../../Images/Tab5Arrow.jpg') 50% 100% no-repeat;
}
#Tab3.Active {
	background: #ffffff url('../../Images/Tab3Arrow.jpg') 50% 100% no-repeat;
}
#Tab1.Active {
	background: #ffffff url('../../Images/Tab1Arrow.jpg') 50% 100% no-repeat;
}

#MiddleWrapper {
	width: 100%;
	height: 295px;
	overflow: auto;
}

#Menu {
	height: 45px;
	width: 100%;
}

#MainWrapper {
	margin-top: 10px;
	width: 100%;
	padding-bottom: 15px;
	background: #ffffff;
}

#Main {
	width: 100%;
	float: left;
}

#Footer {
	width: 100%;
	height: 50px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

#MainInnerWrapper {
	width: 100%;
}
