#defaulttheme {
 margin: 0px;
 padding: 0px;
}
	#defaulttheme table {
		font-family: Tahoma;
		font-size: 12px;
	}

	#defaulttheme .gridTable {
		color: #333333;
		text-decoration: none;
		border-collapse:collapse;
	}

	#defaulttheme .gridHeader {
		text-decoration: none;
		width: 100%;
		table-layout:fixed;
	}

	#defaulttheme .gridHeaderBG {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_bg.gif);
	}

	#defaulttheme .gridHeaderBGLeft {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_01.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#defaulttheme .gridHeaderBGRight {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_02.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#defaulttheme .gridHeaderText {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	#defaulttheme .gridToolBar {
		font-size: 12px;
		text-decoration: none;
		background-image: url(../images/defaulttheme/col_bg.gif);
		background-repeat: repeat-x;
		background-position: center ;
		height: 30px;
		width: 100%;
		border-right: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
	}

	#defaulttheme .gridToolBarText {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}

	#defaulttheme a.gridToolBarLink:link {
		font-size: 10px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridToolBarLink:active {
		font-size: 10px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridToolBarLink:visited {
		font-size: 10px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridToolBarLink:hover {
		font-size: 10px;
		color: #333333;
		text-decoration: underline;
	}

	#defaulttheme .gridMain {
		font-size: 12px;
		text-decoration: none;
		width: 100%;
		border-right: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
	}

	#defaulttheme .gridColumn {
		text-decoration: none;
		background-image: url(../images/defaulttheme/col_bg.gif);
		background-repeat: repeat-x;
		text-align: center;
		height: 30px;
		border-right: 1px solid #CCCCCC;
	}

	#defaulttheme .gridColumnText {
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		text-align: center;
	}

	#defaulttheme a.gridColumnLink:link {
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridColumnLink:active {
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridColumnLink:visited {
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridColumnLink:hover {
		font-size: 12px;
		color: #333333;
		text-decoration: underline;
	}

	#defaulttheme a.gridBodyLink:link {
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridBodyLink:active {
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridBodyLink:visited {
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridBodyLink:hover {
		color: #333333;
		text-decoration: underline;
	}

	#defaulttheme .gridRow td {
		text-decoration: none;
		background-color: #FFFFFF;
		height: 25px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}

	#defaulttheme .gridRowAlternate td {
		background-color: #F3F3F3;
		height: 25px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}

	#defaulttheme .gridRowOver td {
		color: #C50505;
		text-decoration: none;
		background-color: #FDE2E2;
		height: 25px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}

	#defaulttheme .gridFooter {
		text-decoration: none;
		height: 30px;
		width: 100%;
		table-layout:fixed;
	}

	#defaulttheme .gridFooterBG {
		text-decoration: none;
		background-image: url(../images/defaulttheme/footer_bg.gif);
		background-repeat: repeat-x;
		background-position:  center;
		height: 30px;
	}

	#defaulttheme .gridFooterLeft {
		text-decoration: none;
		background-image: url(../images/defaulttheme/footer_01.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#defaulttheme .gridFooterRight {
		text-decoration: none;
		background-image: url(../images/defaulttheme/footer_02.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#defaulttheme .gridFooterText {
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-align: left;
	}

	#defaulttheme .gridPagingText {
		font-size: 11px;
		font-weight: normal;
		color: #333333;
	}

	#defaulttheme .gridPagingSelected {
		font-weight: bold;
		color: #B60707;
		text-align: center;
		vertical-align: middle;
		height: 100%;
		padding-right: 1px;
		padding-left: 1px;
		border: 1px solid #B60707;
	}

	#defaulttheme a.gridPaging:link {
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridPaging:active {
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridPaging:visited {
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.gridPaging:hover {
		color: #333333;
		text-decoration: underline;
	}

	#defaulttheme .gridErrMsg {
		color: #B60707;
		text-align: center;
	}

	#sitemenu_defaulttheme .siteMenuGap {
		text-decoration: none;
		width: 1px;
	}

	#sitemenu_defaulttheme .siteMenuHeaderBG {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_bg.gif);
		text-align: left;
	}

	#sitemenu_defaulttheme .siteMenuHeaderBGLeft {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_01.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#sitemenu_defaulttheme .siteMenuHeaderBGRight {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_02.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#sitemenu_defaulttheme .siteMenuHeaderText {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	#sitemenu_defaulttheme .siteMenuColumnBGLeft {
		background-color: #F3F3F3;
		border-left: 1px solid #CCCCCC;
	}

	#sitemenu_defaulttheme .siteMenuColumnBGRight {
		background-color: #F3F3F3;
		border-right: 1px solid #CCCCCC;
	}

	#sitemenu_defaulttheme .siteMenuBody {
		text-decoration: none;
		background-color: #F3F3F3;
	}

	#sitemenu_defaulttheme .siteMenu ul {
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		width: 98%;
		padding-left: 0;
		margin: 0;
		list-style-type: none;
	}

	#sitemenu_defaulttheme .siteMenu ul li {
		text-decoration: none;
		padding-left: 0px;
	}

	#sitemenu_defaulttheme .siteMenu a:link {
		color: #B60707;
		text-decoration: none;
		display: block;
		height: 25px;
		padding-left: 5px;
		border-top: 1px solid #F3F3F3;
		border-right: 1px  #F3F3F3;
		border-bottom: 1px  #F3F3F3;
		border-left: 1px  #F3F3F3;
	}

	#sitemenu_defaulttheme .siteMenu a:active {
		color: #B60707;
		text-decoration: none;
		display: block;
		height: 25px;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenu a:visited {
		color: #B60707;
		text-decoration: none;
		display: block;
		height: 25px;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenu a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		background-color: #D04546;
		display: block;
		height: 25px;
		padding-left: 5px;
	}

	#sitemenu_defaulttheme .siteMenu .siteMenuSelected {
		font-weight: bold;
		text-decoration: none;
		background-color: #E4E4E4;
		display: block;
		height: 25px;
		padding-left: 10px;
		border: 1px solid #B60707;
	}

	#sitemenu_defaulttheme .siteMenuFooter {
		text-decoration: none;
		background-color: #B2B2B2;
		vertical-align: middle;
		height: 2px;
	}

	#mainmenu_defaulttheme .mainMenuBG {
		font-family: Tahoma;
		font-size: 12px;
	}

	#mainmenu_defaulttheme .mainMenuText {
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
	}

	#mainmenu_defaulttheme .mainMenuLink:link {
		color: #B60707;
		text-decoration: none;
	}

	#mainmenu_defaulttheme .mainMenuLink:active {
		color: #B60707;
		text-decoration: none;
	}

	#mainmenu_defaulttheme .mainMenuLink:visited {
		color: #B60707;
		text-decoration: none;
	}

	#mainmenu_defaulttheme .mainMenuLink:hover {
		color: #000000;
		text-decoration: underline;
	}

	#sch_defaulttheme .schHeaderBGLeft {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_01.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#sch_defaulttheme .schHeaderBG {
		font-family: Tahoma;
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_bg.gif);
		background-repeat: repeat-x;
	}

	#sch_defaulttheme .schHeaderBGRight {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_02.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#sch_defaulttheme .schHeaderText {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	#sch_defaulttheme .schBody {
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		background-color: #F1F1F1;
		height: 50px;
	}

	#sch_defaulttheme .schColumnBGLeft {
		text-decoration: none;
		background-color: #F1F1F1;
		border-left: 1px solid #CCCCCC;
	}

	#sch_defaulttheme .schColumnBGRight {
		text-decoration: none;
		background-color: #F1F1F1;
		border-right: 1px solid #CCCCCC;
	}

	#sch_defaulttheme .schFooter {
		text-decoration: none;
		background-color: #B2B2B2;
		height: 2px;
	}

	#defaulttheme .button ,
	#sch_defaulttheme .button {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_bg.gif);
		background-repeat: repeat-x;
		background-position:  center;
		height: 25px;
		padding: 2px;
		border: 1px solid #B60707;
	}

	#defaulttheme .combobox {
		font-family: Tahoma;
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
		background-color: #FFFFFF;
	}

	#defaulttheme .textbox ,
	#sch_defaulttheme .textbox {
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		background-color: #FFFFFF;
		height: 22px;
		border: 1px solid #C63030;
	}

	#defaulttheme .textarea {
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		background-color: #FFFFFF;
		border: 1px solid #C63030;
	}

	#defaulttheme .errMsg {
		font-family: Tahoma;
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.formLink:link {
		font-family: Tahoma;
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.formLink:visited {
		font-family: Tahoma;
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.formLink:active {
		font-family: Tahoma;
		font-size: 12px;
		color: #B60707;
		text-decoration: none;
	}

	#defaulttheme a.formLink:hover {
		font-family: Tahoma;
		font-size: 12px;
		color: #000000;
		text-decoration: underline;
	}

	#defaulttheme .formHeaderBGLeft {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_01.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#defaulttheme .formHeaderBG {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_bg.gif);
		background-repeat: repeat-x;
		text-align: left;
	}

	#defaulttheme .formHeaderBGRight {
		text-decoration: none;
		background-image: url(../images/defaulttheme/header_02.gif);
		height: 30px;
		width: 6px;
	}

	#defaulttheme .formHeaderText {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}

	#defaulttheme .formBody {
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
	}

	#defaulttheme .formColumnBGLeft {
		text-decoration: none;
		background-color: #EAEAEA;
		border-left: 1px solid #CCCCCC;
	}

	#defaulttheme .formColumnCaption {
		text-decoration: none;
		background-color: #EAEAEA;
		text-align: left;
	}

	#defaulttheme .formColumnBGRight {
		text-decoration: none;
		border-right: 1px solid #CCCCCC;
	}

	#defaulttheme .formColumnData {
		text-decoration: none;
		background-color: #FFFFFF;
	}

	#defaulttheme .formFooter {
		text-decoration: none;
		background-image: url(../images/defaulttheme/footer_bg.gif);
		background-repeat: repeat-x;
	}

	#defaulttheme .formFooterLeft {
		text-decoration: none;
		background-image: url(../images/defaulttheme/footer_01.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#defaulttheme .formFooterRight {
		text-decoration: none;
		background-image: url(../images/defaulttheme/footer_02.gif);
		background-repeat: no-repeat;
		height: 30px;
		width: 6px;
	}

	#defaulttheme .groupSummaryCell {
		color: #002685;
		background-color: #F9F9F9;
		height: 25px;
		border-bottom: 1px solid #C1C1C1;
	}

	#defaulttheme .groupSummaryCaption {
		font-weight: bold;
		background-color: #EEEEEE;
		height: 25px;
		border-top: 1px solid #C1C1C1;
	}

	#defaulttheme .groupCaption {
		font-weight: bold;
		background-image: url(../images/defaulttheme/col_bg.gif);
		background-repeat: repeat-x;
		height: 30px;
	}

