.logininfo {
	font-size: 14px;
	color: #52495F;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* 
p {margin: 0; padding: 0;} 
*/

label {
	cursor: pointer;
}

.webmailiframe { display:block; width:100%; border:none; }


.logout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #897030;
	text-decoration: none;
	cursor: pointer;
}

.mandatoryText {
	font-size: 14px;
	color: #663333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.optionalText {
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.FunctionTitle {
	font-size: 18px;
	color: #333366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.ErrorText {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.TextField , .TextFieldDisable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	border: 1px solid #CCCCCC;
	padding-left: 3px;
}
.TextField {
	background-color: #FFFFFF;
}
.TextFieldDisable {
	background-color: #CCCCCC;
}
.RedAlertText{ 
	color: #990000;
	font-weight: bold;
}

.editTextarea {
	border:1px solid #CCCCCC;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px;
	overflow:auto;
	text-align:left;
	padding:5px;
}

.ListBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-left: 3px;
	height: 120px;
	width: 140px;
	border: 1px solid #CCCCCC;
}

.GroupTypeListBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-left: 3px;
	height: 120px;
	width: 180px;
	border: 1px solid #CCCCCC;
}

.GroupTypeListBoxLong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-left: 3px;
	height: 220px;
	width: 300px;
	border: 1px solid #CCCCCC;
}

.GroupTypeListBox100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-left: 3px;
	height: 150px;
	width: 100%;
	border: 1px solid #CCCCCC;
}

.TextFieldRight, .TextFieldRightUnit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	text-align: right;
	padding-right: 3px;
}

.TextFieldRightUnit {
	width: 55px;
}

.Button {
	border: 1px solid #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.PrintButton {
	border: 1px solid #336699;
	font-size: 10px;
}

.ExcelCSVButton {
	border: 1px solid #336699;
	font-size: 10px;
	background-color: #99DDDD;
	font-family: Arial, Helvetica, sans-serif;
}

.TableTitle {
	font-size: 14px;
	color: #373753;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.TableTitle2 {
	font-size: 14px;
	color: #137ACE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.TableText, .TableTextInline, .HB0, .HB1, .HB2, .HB3, .TableText4Border {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.TableText2 {
	font-size: 14px;
	color: #137ACE;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


.TableText4Border {
	border: 1px solid #999999;

}

.TableTitleMenu {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #92ADBC;
}

.TableTextInline  {
	padding-left: 30px;
}

.TableTextMedium {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.TableTextSmall {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.TableTextSmallX {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


.SelectMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
}
.SelectMenuLockWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	width:200px;
}
.SelectMenuUnit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	width:50px;
}
.MenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	cursor: pointer;
}
#MenuLink A:active {
	text-decoration: none;
	color:#264E75;
	font-weight: normal;
	cursor: pointer;
}
#MenuLink A:hover {
	text-decoration: none;
	color:#7E258B;
	font-weight: bold;
	cursor: pointer;
}

.MenuLinkHover {
	text-decoration: none;
	color:#7E258B;
	font-weight: bold;
	cursor: pointer;
}

#SubMenuPrevItem {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A4A4C1;
	text-align: center;
}
#SubMenuThisItem {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666699;
	text-align: center;
}
#SubMenuNextItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
}

.SubMenuURL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
.TableTitleBG {
	font-size: 14px;
	color: #373753;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B9C9EE;
}
.printTextNormal {
	font-size: 12pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.printTextBold {
	font-size: 12pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.printTextBoldLarge {
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.printTextBoldLargeX {
	font-size: 16pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.printTextBoldLargeXX {
	font-size: 18pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.PrintTable {
	border-collapse: collapse;
	
}
.printTextNormalSmall {
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.printTextNormalSmallOverflow {
	width:100%;
/*	text-overflow: ellipsis;
*/
	overflow: hidden;
	white-space: nowrap;
}

.printTextNormalXSmall {
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.printTextBoldSmall {
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.PrintTableTitleBG {

	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
.PrintTableTitleBGSmall {


	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
.PrintTableTitleBGXSmall {


	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
.printPageBreakAudoCheck {
	page-break-before: auto;
}
#SubMenuButton {

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	background-color: #AEBDA8;
	text-align: center;
}
.TextFieldSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: none;
}
.TextFieldSmallL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
}

.TableTitleSmall {
	font-size: 12px;
	color: #373753;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.SelectMenuSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.TableTitleBG2 {
	font-size: 14px;
	color: #373753;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CCCC;
}
.TableTextTopLine {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.TableTextBottomLine {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.grayText {
	color: #CCCCCC;
}
.TableButtomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.hideTable {
	display: none;
}
.showTable {
/*	display: inline-table; 
	*/
}

.showObject {
	
}

.cellspace {
	padding-right: 15px;
	padding-left: 15px;
}
.printTextNormalXSmall {

	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.printPageBreak {
	page-break-after: always;
}
.printPageBreakBefore {
	page-break-before: always;
}

table#formTable {
	border-collapse: collapse;
}

table#formTableBorder {
	border-collapse: collapse;
	border: 1px solid #666666;	
}

.tableBorder {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

td#formTable {
	border: 1px solid #000000;	
}


td#formTableNoBottomLine {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

td#formTableTopBottonLine {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

td#formTableShowBottomLine {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

td#formTableBottomTotalLine {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
}

td#formTableAmount {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


.SearchButton {
	border: 1px solid #336699;
	font-size: 12px;
}
.searchLink {
	color: #660066;
	text-decoration: none;
	cursor: pointer;
}
.nobreak {
	white-space: nowrap;
}
.gray {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.mainMenuNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.mainMenuInsideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.mainMenuInsideMain {
	cursor: pointer;
	font-weight: bold;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003333;
}
/*
input#field:hover , .TextField:hover {
	background-color: #FFFF88;
}
*/
.mainMenuSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #4B417E;
}

.link, #link , .linkClicked  , .HighlightRow2Link  {
	cursor:pointer;
}

.HighlightRow {
	background-color:#FFFF88;
}

.linkClicked {
	color: #0066CC;
	text-decoration: underline;	

}

.HB0 {
	border: 2px solid #FFFFFF;
}

.HB1 {
	background-color:#FFFF88;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.HB2 {
	background-color:#FFFF88;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}

.HB3 {
	background-color:#FFFF88;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
}

.alertBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC3333;
	text-align: center;
	border: 2px solid #FF0000;
}

.bigButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border: 1px solid #999999;
	width: 120px;
}
.SelectedRow {
	background-color:#DBF0FD;
}
.nonSelectRow {

}

.MainMenuNormalPt , .MainMenuNormalBg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #C4DADB;
	text-align: center;
	white-space: nowrap;
	height: 25px;
}
.MainMenuNormalPt , .MainMenuNormalOver {
	cursor: pointer;
}

.MainMenuNormalOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5C6B8F;
	text-align: center;
	white-space: nowrap;
	height: 25px;
}
.salesAmount {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.salesCompleteMsg {

	font-size: 18px;
	color: #333366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.gray2 {
	color: #000000;
	background-color: #CCCCCC;
}
.border1Print {
	border: 1px solid #000000;
}

.border1 {
	background-color: #E4E6E7;
	border: 1px solid #333333;
}
.border1small {
	background-color: #E4E6E7;
	border: 1px solid #333333;
	font-size: 12px;
}

.newItemText {

	font-size: 14px;
	color: #003333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.TableTitleBG3 {
	font-size: 14px;
	color: #373753;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CECD97;
}

.TableTitleBG4 {

	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C10D3F;
}

.searchTextXSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.GrayBg {
	background-color:#DDDDDD;
}

.OKBg {
	background-color:#FBF9D9;
}
.coverLink {
	border: 2px solid #CCCCCC;
	cursor: pointer;
}
.ButtonSmall {
	border: 1px solid #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.TextXSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}.MainMenuTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8B8B8B;
	padding-left: 15px;
}

.MainMenuLeftMenu {
	font-size: 14px;
	font-weight: bold;
	color: #692534;
	background-color: #EBE1DF;
	padding-right: 10px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
.mainbodyborder {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.MenuFunctionName, .MenuFunctionNameS, .MenuFunctionNameC, .MainMenuFunctionBarH {
	white-space: nowrap;
	cursor:pointer;
	padding-bottom: 3px;
}

.MenuFunctionNameS {
	color: #22211D;
	background-color: #F2C253;
	padding-top: 3px;
	padding-bottom: 3px;
}

.MenuFunctionNameC {
	color: #22211D;
	background-color: #FDFCE7;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2E2C4E;
	border-right-color: #2E2C4E;
	border-bottom-color: #2E2C4E;
	border-left-color: #2E2C4E;
}

.MainMenuFunctionBar {
	font-size: 14px;
	font-weight: bold;
	color: #897030;
	background-color: #EEE1DB;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
}


.MainMenuFunctionBarH {
	color: #F1EBDA;
	background-color: #C59A85;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
}

.MainMenuSubFunctionBar {
	font-size: 14px;
	font-weight: normal;
	color: #22211D;
	background-color: #FDFCE7;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 22px;
}

.MainMenuSubFunctionBarN {
	cursor: pointer;
	white-space: nowrap;
}

.MainMenuSubFunctionBarH {
	color: #22211D;
	background-color: #F894B7;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
}

.MainMenuSubFunctionBarS {
	color: #22211D;
	background-color: #F2C253;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;
	white-space: nowrap;
}

.MainNoticeBar {
	font-size: 14px;
	font-weight: normal;
	color: #53091A;
	background-color: #FFF4F2;
	padding: 5px;
}
.DesktopTableBorder {
	border: 1px solid #C4A9B0;
}
.DesktopTableHeader {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #9A4830;
	text-align: center;
	padding: 4px;
}
.DesktopTableBody {
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding: 4px;
}

.DesktopTableBody p {
	margin: 0; padding: 0;
}

.FunctionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #560919;
}

.MessageAlert {
	font-size: 14px;
	font-weight: bold;
	color: #53091A;
}

.MessageAlertBoxLogin {
	font-size: 14px;
	font-weight: bold;
	color: #53091A;
	background-color: #FFF4F2;
	padding: 10px;
	border: 1px solid #F22400;
	margin: 2px;
	line-height: 20px;
}

.MessageAlertBox {
	font-size: 14px;
	font-weight: bold;
	color: #53091A;
	background-color: #FFF4F2;
	padding: 10px;
	border: 1px solid #F22400;
	margin: 2px;
	line-height: 50px;
}

.MessageNoticeBox {
	font-size: 14px;
	font-weight: bold;
	color: #53091A;
	background-color: #FFF4F2;
	padding: 5px;
	border: 1px solid #F22400;
}

.MessageAlertBoxNoBorder {
	font-size: 14px;
	font-weight: bold;
	color: #53091A;
	padding: 10px;
	margin: 2px;
	line-height: 50px;
}
.ConfirmAlerttBox {
	font-size: 14px;
	font-weight: bold;
	color: #53091A;
	background-color: #FFF4F2;
	padding: 20px;
	border: 1px solid #F22400;
	margin: 10px;
	width: 350px;
}

.MainMenuClock {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8B8B8B;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

.MainMenuTitltBgcolor {
	background-color: #8B8B8B;
}
.DesktopTableBody2 {
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


.GrayBg {
	background-color:#DDDDDD;
}

.RedBg {
	background-color:#FF0099;
}

.OKBg {
	background-color:#FBF9D9;
}

.searchTitle {
	color: #CE2E1C;
	cursor:pointer;
}


.topSpace {
	padding-top: 4px;
}

.bottomSpace {
	padding-bottom: 4px;
}

.MessageAlertBox2 {
	font-size: 14px;
	font-weight: bold;
	color: #53091A;
	background-color: #FFF4F2;
	padding: 10px;
	border: 1px solid #F22400;
	margin: 2px;
	line-height: 25px;
}
.selectedBorder {
	border: 2px dotted #7A3035;
	cursor:pointer;
}

.selectedBorderNone {
	border: 2px dotted #FFFFFF;
	cursor:pointer;
}

.showLink A:link , A:visited {
	text-decoration: underline;
	color:#264E75;
	cursor: pointer;
}

.showLink A:active {
	text-decoration: underline;
	color:#264E75;
	cursor: pointer;
}

.showLink A:hover {
	text-decoration: underline;
	color:#CC3300;
	cursor: pointer;
}
.nobreak {
	white-space: nowrap;
}
.topDotLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.checkboxspace {
	padding-right: 30px;
}

.checkboxspaceshort {
	padding-right: 10px;
}
.optionRangeBorder {
/*	border: 2px solid #F33;   // Not Support in IE */
	background-color: #FF9;
	white-space: nowrap;
	margin-right:5px;
}

.optionRangeNoBorder {
	margin-right: 5px;
	white-space: nowrap;
}

.uploadMessageLogBox {
	font-size: 12px;
	padding: 3px;
	height: 150px;
	width: 300px;
	border: 1px dotted #999;
	overflow: scroll;
}

/*  ------------- Tab ---------------------- */
    #tabs4 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #6B78A9;
      }
    #tabs4 ul {
          margin:0;
          padding:10px 10px 0 10px;
          list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 #tab1 {
	float:left;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	background-image: url("../images/tableft4.gif");
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
      }
    #tabs4 #tab2 {
      float:left;
      display:block;
      background:url("../images/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
	  cursor: pointer;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 #tab2 {float:none;}
    /* End IE5-Mac hack */
    #tabs4 #tab1:hover #tab2 {
      color:#6B78A9;
      }
    #tabs4 #tab1:hover {
      background-position:0% -42px;
      }
    #tabs4 #tab1:hover #tab2 {
      pobackground-position:100% -42px;
      }

      #tabs4 .current #tab1 {
              background-position:0% -42px;
      }
      #tabs4 .current #tab2 {
              background-position:100% -42px;
      }

/* ---- END Tab ------------------- */	  
	 
.stickybar {
  position: fixed;
  top: 0;
  z-index: 90000;
}
.todotext {
	vertical-align: top;
	font-size: 12px;
	color: #000;
}
.todotextend {
	text-decoration: line-through;
	color: #666; !important;
}
.todotextdue {
	font-weight: bold;
	color: #F30;	
}
.todoright {
	text-align: right;		
	width: 100px;
}
.todomv {
	text-align: left;
	width: 10px;	
}
.todobtn {
	text-align: left;
	width: 20px;
}

#todomenudiv {
	width: 100px;
	text-align: right;
	background-color: #CCC;
	padding: 2px;
	border: 1px solid #333;
}

#todomenudiv div {
	cursor: pointer;
	margin-top: 2px;
}

.tododarkscreen {	
	z-index:2;	
	position:fixed;	
	top:0;	
	left:0;	
	width:100%;	
	height:100%;
}

.todosharesp {
	padding-right: 5px;
}
.todosharename {
	float: left;
	font-size: 12px;
	color: #FFF;
	background-color: #066;
	margin-right: 3px;
	border-width: 0 1px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
}
.floatleft {
	float: left;
}

img.moveHandle {
	cursor: move;
}
.leftSpace {
	margin-left: 10px;
}
.radioSpace {
	margin-right: 50px;
}

.LabelTextBorder1 {
	background-color: #D2F86E;
	color: #0C4B00;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #909090;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.SelectedStudent1 {
	background-color: #FFEC44;
}
.SelectedStudent2 {
	background-color: #FF4F90;
}
.SelectedStudent3 {
	background-color: #5EFF7A;
}
.SelectedStudent4 {
	background-color: #79F0FF;
}

.HighlightRow2Link {
	background-color:#FFB9F1;
}

.disabledRow {
	background-color:#B5B5B5;
	color: #C3C3C3;
}
