@charset "UTF-8";

#defaulttheme {
 margin: 0px;
 padding: 0px;
}
	#defaulttheme table {
		font-family: Tahoma;
		font-size: 1em;
		color: #333333;
		text-decoration: none;
	}

	#defaulttheme .gridTable {
		margin-right: auto;
		margin-left: auto;
		border-top:  none ;
		border-right:  none ;
		border-bottom:  none ;
		border-left:  none ;
		position: relative;
		border-collapse:collapse;
	}

	#defaulttheme .gridHeader {
		text-decoration: none;
		width: 100%;
		margin-bottom: 10px;
		table-layout:fixed;
	}

	#defaulttheme .gridHeaderBG {
		text-decoration: none;
	}

	#defaulttheme .gridHeaderBGLeft {
		text-decoration: none;
		height: 30px;
		width: 2px;
	}

	#defaulttheme .gridHeaderBGRight {
		text-decoration: none;
		height: 30px;
		width: 2px;
	}

	#defaulttheme .gridHeaderText {
		font-size: 1.5em;
		font-weight: bold;
		color: #008000;
		text-decoration: none;
		text-align: left;
		padding-left: 8px;
	}

	#defaulttheme .gridToolBar {
		text-decoration: none;
		background-color: #FFFFFF;
		height: auto;
		width: 100%;
		padding-right: 2px;
		padding-left: 2px;
	}

	#defaulttheme .gridToolBarText {
		font-size: 1em;
		font-weight: bold;
		color: #454545;
		text-decoration: none;
		padding: 5px;
		margin: 5px;
	}

	#defaulttheme a.gridToolBarLink:link {
		font-weight: bold;
		color: #008000;
		text-decoration: none;
		background-color: #F4F4F4;
	}

	#defaulttheme a.gridToolBarLink:active {
		font-weight: bold;
		color: #FF0000;
		text-decoration: none;
	}

	#defaulttheme a.gridToolBarLink:visited {
		font-weight: bold;
		color: #008000;
		text-decoration: none;
	}

	#defaulttheme a.gridToolBarLink:hover {
		font-weight: bold;
		color: #FF0000;
		text-decoration: underline;
	}

	#defaulttheme .gridMain {
		text-decoration: none;
		background-color: #000000;
		width: 100%;
	}

	#defaulttheme .gridColumn {
		text-decoration: none;
		background-color: #F1FBF5;
		text-align: center;
		height: 25px;
		border-bottom: 1px dotted #C0C0C0;
	}

	#defaulttheme .gridColumnText {
		font-weight: bold;
		color: #454545;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
	}

	#defaulttheme a.gridColumnLink:link {
		font-weight: bold;
		color: #808080;
		text-decoration: none;
	}

	#defaulttheme a.gridColumnLink:active {
		font-weight: bold;
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.gridColumnLink:visited {
		font-weight: bold;
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.gridColumnLink:hover {
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
	}

	#defaulttheme a.gridBodyLink:link {
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.gridBodyLink:active {
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.gridBodyLink:visited {
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.gridBodyLink:hover {
		color: #000000;
		text-decoration: underline;
	}

	#defaulttheme .gridRow td {
		text-decoration: none;
		background-color: #FFFFFF;
		height: 35px;
	}

	#defaulttheme .gridRowAlternate td {
		text-decoration: none;
		background-color: #F1FBF5;
	}

	#defaulttheme .gridRowOver td {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		background-color: #F1F2F3;
	}

	#defaulttheme .gridFooter {
		text-decoration: none;
		height: 35px;
		width: 100%;
		table-layout:fixed;
	}

	#defaulttheme .gridFooterBG {
		text-decoration: none;
	}

	#defaulttheme .gridFooterLeft {
		text-decoration: none;
		width: 2px;
	}

	#defaulttheme .gridFooterRight {
		text-decoration: none;
		width: 2px;
	}

	#defaulttheme .gridFooterText {
		font-size: 1em;
		font-weight: bold;
		color: #808080;
		vertical-align: middle;
	}

	#defaulttheme .gridPagingText {
		font-size: 1em;
		font-weight: bold;
		color: #808080;
		vertical-align: middle;
	}

	#defaulttheme .gridPagingSelected {
		font-weight: bold;
		color: #FF0000;
		text-align: center;
	}

	#defaulttheme a.gridPaging:link {
		font-size: 1em;
		font-weight: bold;
		color: #008000;
		text-decoration: none;
	}

	#defaulttheme a.gridPaging:active {
		font-size: 1em;
		font-weight: bold;
		color: #800040;
		text-decoration: none;
	}

	#defaulttheme a.gridPaging:visited {
		font-size: 1em;
		font-weight: bold;
		color: #800040;
		text-decoration: none;
	}

	#defaulttheme a.gridPaging:hover {
		font-size: 1em;
		font-weight: bold;
		color: #FF0000;
		text-decoration: underline;
	}

	#defaulttheme .gridErrMsg {
		font-weight: bold;
		color: #FF0000;
		text-align: center;
	}

	#sitemenu_defaulttheme .siteMenuGap {
		text-decoration: none;
		width: 5px;
	}

	#sitemenu_defaulttheme .siteMenuHeaderBG {
		text-decoration: none;
		background-color: #9D9FAA;
		text-align: left;
		height: 30px;
		border-top: 1px solid #878992;
		border-bottom: 1px solid #878992;
	}

	#sitemenu_defaulttheme .siteMenuHeaderBGLeft {
		text-decoration: none;
		background-color: #9D9FAA;
		height: 30px;
		width: 2px;
		border-top: 1px solid #878992;
		border-bottom: 1px solid #878992;
		border-left: 1px solid #878992;
	}

	#sitemenu_defaulttheme .siteMenuHeaderBGRight {
		text-decoration: none;
		background-color: #9D9FAA;
		height: 30px;
		width: 2px;
		border-top: 1px solid #878992;
		border-right: 1px solid #878992;
		border-bottom: 1px solid #878992;
	}

	#sitemenu_defaulttheme .siteMenuHeaderText {
		font-family: Tahoma;
		font-size: 1em;
		font-weight: bold;
		color: #FFFFFF;
		vertical-align: middle;
	}

	#sitemenu_defaulttheme .siteMenuColumnBGLeft {
		text-decoration: none;
		background-color: #FFFFFF;
		height: 25px;
		border-left: 1px solid #B4B5BA;
	}

	#sitemenu_defaulttheme .siteMenuColumnBGRight {
		text-decoration: none;
		background-color: #FFFFFF;
		height: 25px;
		border-right: 1px solid #B4B5BA;
	}

	#sitemenu_defaulttheme .siteMenuBody {
		font-family: Tahoma;
		font-size: 1em;
		font-weight: bold;
		background-color: #FFFFFF;
		z-index: 100;
	}

	#sitemenu_defaulttheme .siteMenu ul {
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}

	#sitemenu_defaulttheme .siteMenu ul li {
		float: left;
		width: 100%;
		list-style-position: relative;
		position: relative;
	}

	#sitemenu_defaulttheme .siteMenu a:link {
		color: #707070;
		text-decoration: none;
		display: block;
		height: 25px;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenu a:active {
		color: #707070;
		text-decoration: none;
		display: block;
		height: 25px;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenu a:visited {
		color: #707070;
		text-decoration: none;
		display: block;
		height: 25px;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenu a:hover {
		color: #000000;
		text-decoration: underline;
		height: 25px;
		width: 100%;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenu .siteMenuSelected {
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
		display: block;
		height: 25px;
		width: 100%;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenuFooter {
		text-decoration: none;
		background-color: #878992;
		vertical-align: middle;
		height: 3px;
	}

	#mainmenu_defaulttheme .mainMenuBG {
		font-family: Tahoma;
	}

	#mainmenu_defaulttheme .mainMenuText {
		font-size: 1em;
		color: #000000;
	}

	#mainmenu_defaulttheme .mainMenuLink:link {
		font-size: 1em;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}

	#mainmenu_defaulttheme .mainMenuLink:active {
		font-size: 1em;
		font-weight: normal;
		color: #FF0000;
		text-decoration: none;
	}

	#mainmenu_defaulttheme .mainMenuLink:visited {
		font-size: 1em;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}

	#mainmenu_defaulttheme .mainMenuLink:hover {
		font-size: 1em;
		font-weight: normal;
		color: #FF0000;
		text-decoration: underline;
	}

	#mainmenu_defaulttheme a.mainMenuLink div {
		background-color: #F1FBF5;
		padding-right: 5px;
		padding-left: 5px;
		margin-right: 5px;
		margin-left: 5px;
		border: 1px dotted #C0C0C0;
	}

	#mainmenu_defaulttheme a.mainMenuLink div p {
		padding: 3px;
		margin: 0px;
	}

	#sch_defaulttheme .schHeaderBGLeft {
		text-decoration: none;
		background-color: #FFFFFF;
		width: 2px;
	}

	#sch_defaulttheme .schHeaderBG {
		text-decoration: none;
		background-color: #FFFFFF;
		text-align: left;
		padding-top: 3px;
		padding-right: 3px;
		padding-left: 3px;
		width: 350px;
	}

	#sch_defaulttheme .schHeaderBGRight {
		text-decoration: none;
		background-color: #FFFFFF;
		width: 2px;
	}

	#sch_defaulttheme .schHeaderText {
		font-family: Tahoma;
		font-size: 1em;
		font-weight: bold;
		color: #008000;
		text-decoration: none;
		text-align: center;
	}

	#sch_defaulttheme .schBody {
		font-family: Tahoma;
		font-size: 1em;
		color: #333333;
		text-decoration: none;
		height: px;
		width: 100%;
		padding-right: 3px;
		padding-bottom: 3px;
		padding-left: 3px;
		border-top: 1px none #C0C0C0;
		border-right: 1px dotted #C0C0C0;
		border-bottom: 1px dotted #C0C0C0;
		border-left: 1px dotted #C0C0C0;
	}

	#sch_defaulttheme .schColumnBGLeft {
		text-decoration: none;
		height: 12px;
	}

	#sch_defaulttheme .schColumnBGRight {
		text-decoration: none;
		height: 12px;
	}

	#sch_defaulttheme .schFooter {
		text-decoration: none;
		left: 50%;
	}

	#defaulttheme .button ,
	#sch_defaulttheme .button {
		font-family: Tahoma;
		font-size: 1.0em;
		font-weight: normal;
		color: #fff;
		padding: 2px;
		background-color: #008000;
/*		padding-top: 1px;
		height: auto;
		background-color: #F4F4F4;
		padding-bottom: 2px; */
	}

	#defaulttheme .combobox {
		font-family: Tahoma;
		font-size: 1.0em;
		color: #4A4A4A;
		border: 1px solid #B4B5BA;
	}

	#defaulttheme .textbox ,
	#sch_defaulttheme .textbox {
		font-family: Tahoma;
		font-size: 1.0em;
		color: #4A4A4A;
		text-decoration: none;
		background-color: #FFFFFF;
		border: 1px solid #B4B5BA;
	}

	#defaulttheme .textarea {
		font-family: Tahoma;
		font-size: 1.0em;
		color: #4A4A4A;
		text-decoration: none;
		background-color: #FFFFFF;
		border: 1px solid #B4B5BA;
	}

	#defaulttheme .errMsg {
		font-size: 1em;
		font-weight: bold;
		color: #FF0000;
		text-decoration: none;
		display: inline;
	}

	#defaulttheme a.formLink:link {
		font-weight: bold;
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.formLink:visited {
		font-weight: bold;
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.formLink:active {
		font-weight: bold;
		color: #707070;
		text-decoration: none;
	}

	#defaulttheme a.formLink:hover {
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
	}

	#defaulttheme .formHeaderBGLeft {
		text-decoration: none;
		background-color: #FFFFFF;
	}

	#defaulttheme .formHeaderBG {
		text-decoration: none;
		background-color: #FFFFFF;
		text-align: left;
	}

	#defaulttheme .formHeaderBGRight {
		text-decoration: none;
		background-color: #FFFFFF;
	}

	#defaulttheme .formHeaderText {
		font-size: 1em;
		font-weight: bold;
		color: #008000;
		text-decoration: none;
		text-align: center;
		margin-top: 2em;
		margin-right: auto;
		margin-bottom: 2em;
		margin-left: auto;
	}

	#defaulttheme .formBody {
		text-decoration: none;
		text-align: center;
	}

	#defaulttheme .formColumnBGLeft {
		font-weight: normal;
		text-decoration: none;
	}

	#defaulttheme .formColumnCaption {
		font-size: 1em;
		line-height: 2.0em;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		text-align: right;
		padding-top: 5px;
		padding-right: 2px;
		padding-bottom: 5px;
		padding-left: 2px;
		border-bottom: 1px dotted #C0C0C0;
	}

	#defaulttheme .formColumnBGRight {
		text-decoration: none;
	}

	#defaulttheme .formColumnData {
		font-size: 1em;
		line-height: 2.0em;
		font-weight: normal;
		color: #808080;
		text-decoration: none;
		background-color: #FFFFFF;
		text-align: left;
		padding-top: 5px;
		padding-right: 2px;
		padding-bottom: 5px;
		padding-left: 2px;
		border-bottom: 1px dotted #C0C0C0;
	}

	#defaulttheme .formFooter {
		font-size: 1em;
		text-decoration: none;
		background-color: #008000;
		display: none;
	}

	#defaulttheme .formFooterLeft {
		text-decoration: none;
		background-color: #008000;
		display: none;
	}

	#defaulttheme .formFooterRight {
		text-decoration: none;
		background-color: #008000;
		display: none;
		margin-bottom: 20px;
	}

	#defaulttheme .groupSummaryCell {
		color: #400040;
		background-color: #F9F9F9;
		height: 25px;
		padding-left: 6px;
	}

	#defaulttheme .groupSummaryCaption {
		font-weight: bold;
		color: #444444;
		background-color: #F9F9F9;
		height: 25px;
		padding-left: 6px;
	}

	#defaulttheme .groupCaption {
		font-weight: bold;
		color: #444444;
		background-color: #D9DADF;
		height: 25px;
	}

