﻿body {
	word-break: break-all;
	color: #333333;
	font-size: 10px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

td {
	font-size:10px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	color: #000000;
}
	
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #F03E02;
}

a:hover {
	text-decoration: none;
	color: #F03E02;
}


/* Input Style */
.Input {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	background-image: url(../Images/Icon/Icon_Input.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
}


.InputFocus {
	color: #000000;
	background-color: #FFFFEC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	background-image: url(../Images/Icon/Icon_InputFocus.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
}

.InputRight {
	color: #009900;
	background-color: #F4FFF4;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	background-image: url(../Images/Icon/Icon_InputRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
}

.InputWarning {
	color: #F03D03;
	background-color: #FFF1EC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	background-image: url(../Images/Icon/Icon_InputWrong.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 12px;
}


.InputEdited {
	color: #F03D03;
	background-color: #FFF1EC;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 12px;
}


.Select {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 12px;
	color: #000000;

}

/* Button Style */
.Button {
	border-right: #4D679D 1px solid;
	border-top: #739DF3 1px solid;
	padding-bottom: 2px;
	border-LEFT: #739DF3 1px solid;
	padding-top: 2px;
	border-BOTTOM: #4D679D 1px solid;
	background-color: #6080C0;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 10px;
	color: #FFFFFF;
	cursor:pointer;
	font-weight: bold;
}

.Title {
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
}



.Title01 {
	background-image: url(../Images/Table/Bg_01.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 11px;
	text-align: left;

}

.BottomFont {
	font-size: 9px;
	font-weight: bold;
}


.BottomFont a:link {
	text-decoration: none;
	color: #F03E02;
}

.BottomFont a:visited {
	text-decoration: none;
	color: #DB3802;
}

.BottomFont a:active {
	text-decoration: none;
	color: #F03E02;
}

.BottomFont a:hover {
	text-decoration: none;
	color: #F03E02;
}

.MenuFont {
	font-size: 12px;
	font-weight: bold;
}

.MenuFont a:link {
	text-decoration: none;
	color: #333000;
}

.MenuFont a:visited {
	text-decoration: none;
	color: #333000;
}

.MenuFont a:active {
	text-decoration: none;
	color: #F03E02;
}

.MenuFont a:hover {
	text-decoration: none;
	color: #F03E02;
}

.TopTitle {
	font-size: 11px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	color: #999999;


}

.StepNumber {
	font-weight: bold;
	color: #FFFFFF;
}

.StepFont {
	font-weight: bold;
	padding-left: 5px;
}
.MessageStyle {
	background-color: #FFFFCC;
	border: 1px solid #F03D03;
	color: #F03D03;
	vertical-align: top;
	padding: 4px;
	text-align: left;
	font-weight: bold;



}

.LeftMenu {
	font-weight: bold;
	color: #333000;
	padding-left: 18px;
	cursor:pointer;
}

.LeftMenuMouseOver {
	font-weight: bold;
	color: #EF622F;
	padding-left: 18px;
	background-color: #EF622F;
	cursor:pointer;
}

.LeftMenuMouseOut {
	font-weight: bold;
	color: #333000;
	padding-left: 18px;
	background-color: #828282;
	cursor:pointer;
}

.LeftMenuLeftLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #676767;
}

.LeftMenuRightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #676767;
}

.LoginTopLine {
	background-image: url(../Images/Index/Top_Bg.gif);
	background-repeat: repeat-x;
}

.LoginBottomLine {
	background-image: url(../Images/Index/Bottom_Bg.gif);
	background-repeat: repeat-x;
}

.IndexLeftRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;
}

.TrackTitle {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #6080C0;
}
.LoginTitle {
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	padding-left: 10px;
	color: #000000;




}
.LoginSmallFont {
	font-size: 9px;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
}


.UserMenuFont {
	font-weight: bold;
}

.UserMenuFont a:link {
	text-decoration: none;
	color: #000000;
}

.UserMenuFont a:visited {
	text-decoration: none;
	color: #000000;
}

.UserMenuFont a:active {
	text-decoration: none;
	color: #666666;
}

.UserMenuFont a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


.UserMenuLineFont {
	margin-right: 10px;
}

.UserMenuLineFont a:link {
	text-decoration: underline;
	color: #666666;
	margin-right: 10px;

}

.UserMenuLineFont a:visited {
	text-decoration: underline;
	color: #666666;
	margin-right: 10px;
}

.UserMenuLineFont a:active {
	text-decoration: underline;
	color: #666666;
	margin-right: 10px;
}

.UserMenuLineFont a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	margin-right: 10px;
}

.FormTitle {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	font-size: 10px;


}


.TopButton {
	background-color: #E3E3E3;
	border: 1px solid #B0B0B0;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
}

.TopButtonSelect {
	border-top: 1px solid #FF3300;
	border-right: 1px solid #F03E02;
	border-left: 1px solid #F03E02;
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: 10px;
	color: #F03E02;
	cursor:pointer;
	padding-bottom: 1px;


}

.TopMenBackgroundOver {
	background-color: #FFFFA2;
	color: #F03E02;
	cursor:pointer;
}

.TopMenBackgroundOut {
	background-color: #FFFFCC;
	color: #F03E02;
	cursor:pointer;
}
.PrintButton {
	border-right: #4D679D 1px solid;
	border-top: #739DF3 1px solid;
	padding-bottom: 2px;
	border-LEFT: #739DF3 1px solid;
	padding-top: 2px;
	border-BOTTOM: #4D679D 1px solid;
	background-color: #6080C0;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 10px;
	color: #FFFFFF;
	cursor:pointer;
	font-weight: bold;
	background-image: url(../Images/Icon/Icon_Print.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;

}

