body {
	background-color:#102F03;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	color: #C6BE76;
	line-height: 1.3em;
	background-position: center; 
	background-image: url('../../../images/themes/default/backgroundlong.jpg');
}

td {
	padding: 0px;
}

tr {
	padding: 0px;
}

img {
	border: none;
}

div.clear { clear: both; }

.gwErrorBox {
    border: 1px solid #C6BE76;
	font-size: 1.0em;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
}

.gwPlainBox {
	display: block;
	padding: 5px 0px 10px;
}

.gwTextBox {
    background-color: transparent;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px;
    border: 1px solid #C6BE76;
    color: #C6BE76;
	font-size: 1.0em;
}

.gwTextBoxReadOnly {
    background-color: #121b16;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px;
    border: 1px solid #C6BE76;
    color: #C6BE76;
	font-size: 1.0em;
}

.publicErrorBox {
    border: 1px solid #C6BE76;
	font-size: 1.0em;
	padding: 10px;
	color: red;
	font-style: italic;
}

.gwButtonWrapper {
	position: relative;
	width: 80px;
	height: 25px;
}

.gwButtonText {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #C6BE76;
	z-index: 1001;
	padding-top: 2px;
}

.gwButtonImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 25px;
	z-index: 1002;
}


.header {
 	overflow: visible;
 	text-align: center;
 	padding: 0px 0px 30px;
 	margin: 0px auto;
}

.headerTitleOuter {
	padding: 40px 0px 10px;
}

.headerTitle {
	text-align: center;
	width: 800px;
	line-height: 2em;
}

.headerTitle .title {
	color:#B08D00;
	font-family:Comic Sans,Arial,Helvetica,sans-serif;
	font-size:2em;
	font-weight:normal;
}

.headerTextOuter {
 	width: 100%;
}

.headerText {
	width: 800px;
}

.headerButtons {
	padding: 0px;
	height: 40px;
	border-right: 1px solid #121C13;
}

.noHeaderButtons {
	height: 20px;
}

.headerButton {
	display: table;
	overflow: hidden;
	height: 40px;
}

.dj_ie6 .headerButton {
	position: relative;
}

.dj_ie7 .headerButton {
	position: relative;
}

.headerButtonMiddle {
	height: 1.3em;
	display: table-cell; 
	vertical-align: middle;
}

.dj_ie6 .headerButtonMiddle {
	position: absolute;  
	top: 50%;
	left: 0%;
}

.dj_ie7 .headerButtonMiddle {
	position: absolute;  
	top: 50%;
	left: 0%;
}

.headerButtonInner {
	text-align: center;
}

.dj_ie6 .headerButtonInner {
	position: relative;
	top: -50%;
}

.dj_ie7 .headerButtonInner {
	position: relative;
	top: -50%;
}

.headerButtonSelected a:link {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:active {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:hover {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:visited:hover {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:visited {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:link {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:active {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:hover {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:visited:hover {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:visited {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonBg {
	border-left: 1px solid #121C13;
	background-image: url('../../../images/themes/default/headerbutton.jpg');
	background-repeat: y-repeat;
	
}

.headerButtonBgSelected {
	border-left: 1px solid #121C13;
	background-image: url('../../../images/themes/default/headerbuttonselected.jpg');
	background-repeat: y-repeat;
}

.headerButtonBgHover {
	border-left: 1px solid #121C13;
	background-image: url('../../../images/themes/default/headerbuttonhover.jpg');
	background-repeat: y-repeat;
}

.headerButtonBgSelectedHover {
	border-left: 1px solid #121C13;
	background-image: url('../../../images/themes/default/headerbuttonhoverselected.jpg');
	background-repeat: y-repeat;
}

.headerLinks {
	float: right;
	padding-right:20px;
	padding-top:10px;
	font-weight: bold;
	display: inline;
}

.footer {
 	width: 100%;
 	text-align: center;
 	padding: 40px 0px;
 	font-size: 0.8em;
}

.innerDiv {
	text-align: left;
	width: 800px;
}

.mainContainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.title {
	color:#B08D00;
	font-family:Comic Sans,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:normal;
}

.textitalic {
	font-style:italic;
}

.textbold {
	font-weight: bold;
}

.textunderline {
	text-decoration: underline;
}

.textbig {
	font-size:1.3em;
}

.text {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
}

.whitelink a:link {
	color: #d0edf3;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:active {
	color: #d0edf3;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:hover {
	color: #d0edf3;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:visited:hover {
	color: #d0edf3;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:visited {
	color: #d0edf3;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:link {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:active {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:hover {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:visited:hover {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:visited {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:link {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:active {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:hover {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:visited:hover {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:visited {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:link {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:active {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:hover {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.a:visited:hover {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:visited {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.textgray {
	color:#999999;
}

.textyellow {
	color:#FFCC00;
}

.textsmall {
	font-size: 0.8em;
}

.textwhite {
	color:#FFFFFF;
}

.link {
	cursor: pointer;
}

.containerOuter404 {
	width: 800px;
	padding-top: 100px;
}

.containerInner404 {
	border: solid 2px;
	text-align: left;
	padding: 10px;
}

.containerOuter404Ajax {
	padding: 15px 30px;
}

.containerInner404Ajax {
	text-align: left;
}

.baseDiv {
	padding-bottom: 10px;
	padding-top: 5px;
}

.loginCell {
	padding-top: 10px;
	text-align: right;
}

/* dijit drop down */
.default .dropdown .dijitButtonNode  {
	border: solid 1px #C6BE76; 
	background-color: #121c13;
	height: 24px;
	color: #C6BE76;
	padding-top: 0px;
	vertical-align: middle;
	margin: 0px;
	overflow: hidden;
	text-align: left;
}

.dj_ie6 .default .dropdown .dijitButtonNode  {
	width: 160px;
}

.dj_ie7 .default .dropdown .dijitButtonNode  {
	width: 160px;
}

.default .dropdown .dijitButtonContents  {
	background: none;
	margin-top: -2px;
	text-align: left;
	height: 24px;
}

.default .dropdown .dijitButtonText {
	text-align: center; 
	padding: 0 2px;
	text-align: left;
	overflow: hidden;
	font-size:15px;
	font-family: arial, helvetica, sans-serif;
	color: #C6BE76;
}

.default .dropdown .dijitButtonNode .dijitArrowButtonInner {
	background-image:url(../../../images/themes/default/spriteArrows.png);
	background-position: left top;
	width: 7px;
	height: 7px;
	font-size: 1px;
	margin: -3px 6px 0px 5px;
}
.dj_ie6 .default .dropdown .dijitArrowButtonInner {
	background-image:url(../../../images/themes/default/spriteArrows.png);
	margin: 0px 6px 0px 5px;
}

.default .dijitReset{
	color: #C6BE76;
}
	
.default .dropdown .dijitPopup {
	font-size: 15px;
}

/* Menu */

.default .dijitMenu {
	border: 1px solid #C6BE76;
	background-color: #121c13;
	margin: 0px;
	padding: 0px;
}

.default .dijitMenuTable {
	margin:1px 0;
	border-collapse:collapse;
	border-width:1px;
	background-color: #121c13;
}

.default .dijitMenuItem {
	margin: 0;
}

.default .dijitMenuItem td {
	padding: 2px;
}

.default .dijitMenuPassive .dijitMenuItemHover,
.default .dijitMenuItemSelected {
	background-color: white;
	color: #121c13;
}

.default .dijitMenuExpand {
	width: 7px;
	height: 7px;
	background-image: url(../../../images/themes/default/spriteArrows.png);
	background-repeat: no-repeat;
	background-position: -14px 0px;
}
.dj_ie6 .default .dijitMenuExpand {
	background-image: url(../../../images/themes/default/spriteArrows.gif);
}



/* Tooltip and TooltipDialog */

.eventTooltip {
	max-width: 300px;
	overflow: hidden;
}

.dj_ie6 .eventTooltip {
	width: 300px;  
}

.default .dijitTooltip,
.default .dijitTooltipDialog {
	/* the outermost dom node, holding the connector and container */
	/* opacity: 0.95; */
	background: transparent;	/* make the area on the sides of the arrow transparent */
}

.default .dijitTooltipBelow {
	/* leave room for arrow above content */
	padding-top: 13px;
}

.default .dijitTooltipAbove {
	/* leave room for arrow below content */
	padding-bottom: 13px;
}

.default .dijitTooltipContainer {
	/*
		The part with the text.
	*/
	background: #121c13;
	border:1px solid #C6BE76;
	color: #C6BE76;
	padding:0.45em;	
	-webkit-border-radius: 6px;
}

.default .dijitTooltipConnector {
	/* the arrow piece */
	border:0px;
	z-index: 2;
}
.default .dijitTooltipABRight .dijitTooltipConnector {
	/* above or below tooltip, but the arrow appears on the right,
		and the right edges of target and tooltip are aligned rather than the left */
	left: auto !important;
	right: 3px;
}

.default .dijitTooltipBelow .dijitTooltipConnector {
	/* the arrow piece for tooltips below an element */
	top: 0px;
	left: 3px;
	background:url("../../../images/themes/default/tooltipConnectorUp.png") no-repeat top left;
	width:16px;
	height:14px;
}

.dj_ie6 .default .dijitTooltipBelow .dijitTooltipConnector {
	background-image: url("../../../images/themes/default/tooltipConnectorUp.gif");
}

.default .dijitTooltipAbove .dijitTooltipConnector {
	/* the arrow piece for tooltips above an element */
	bottom: 0px;
	left: 3px;
	background:url("../../../images/themes/default/tooltipConnectorDown.png") no-repeat top left;
	width:16px;
	height:14px;
}
.dj_ie6 .default .dijitTooltipAbove .dijitTooltipConnector {
	background-image: url("../../../images/themes/default/tooltipConnectorDown.gif");
	bottom: -3px;
}

.default .dijitTooltipLeft {
	padding-right: 14px;
}
.dj_ie6 .default .dijitTooltipLeft {
	padding-left: 15px;
}
.default .dijitTooltipLeft .dijitTooltipConnector {
	/* the arrow piece for tooltips to the left of an element, bottom borders aligned */
	right: 0px;
	bottom: 7px;
	background:url("../../../images/themes/default/tooltipConnectorRight.png") no-repeat top left;
	width:16px;
	height:14px;
}
.dj_ie6 .default .dijitTooltipLeft .dijitTooltipConnector {
	background-image: url("../../../images/themes/default/tooltipConnectorRight.gif");
}

.default .dijitTooltipRight {
	padding-left: 14px;
}
.default .dijitTooltipRight .dijitTooltipConnector {
	/* the arrow piece for tooltips to the right of an element, bottom borders aligned */
	left: 0px;
	bottom: 7px;
	background:url("../../../images/themes/default/tooltipConnectorLeft.png") no-repeat top left;
	width:16px;
	height:14px;
}
.dj_ie6 .default .dijitTooltipRight .dijitTooltipConnector {
	background-image: url("../../../images/themes/default/tooltipConnectorLeft.gif");
}

/* DIALOG */
.default .dijitDialog {
	background-color:#102F03;
	background-position: center; 
	background-image: url('../../../images/themes/default/backgroundlong.jpg');
	background-repeat: repeat-y;
	border: 1px solid #C6BE76;
	padding: 0px;
}

.default .dijitDialogTitleBar {
	background-color: #121C13;
	padding: 5px 6px 3px 2px;
}

.default .dijitDialog .dijitDialogTitle {
	border-left: medium none;
	border-right: medium none;
	border-none: medium none;
}

.default .dijitDialogTitle {
	font-weight: bold;
	color: #C6BE76; 
	padding: 8px 12px;
}

.default .dijitDialog .dijitDialogPaneContent {
	padding: 10px;
}

.default .dijitDialogCloseIcon {
	/* the default close icon for the dialog */
	background : url("../../../images/themes/default/spriteRoundedIconsSmall.png") no-repeat right top;
	float: right;
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 4px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

/* dijit combobox */
.default .dijitComboBox {
    background-color: transparent;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 2px;
    border: 1px solid #C6BE76;
    color: #C6BE76;
	font-size: 1.0em;
}

.default .dijitComboBox .dijitButtonNode {
	border: none;
}

.default .dijitComboBox .dijitArrowButtonInner {
	background-image:url(../../../images/themes/default/spriteArrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	width: 7px;
}

.simpleDD ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #C6BE76;
	position: absolute;
	display: none;
	text-align: left;
	z-index: 901;
}
	
.simpleDD {
	position: relative;
}
	
/* Styles for Menu Items */
.simpleDD ul li a {
	display: block;
	text-decoration: none;
	background: #121C13; /* IE6 Bug */
	padding: 5px 10px;
	border-left: 1px solid #C6BE76; /* IE6 Bug */
	border-right: 1px solid #C6BE76; /* IE6 Bug */
	border-bottom: 1px solid #C6BE76;
	border-top: 0;
	white-space: normal;
}
	
/* Holly Hack. IE Requirement \*/
* html .simpleDD ul li { float: left; height: 1%; }
* html .simpleDD ul li a { height: 1%; }
/* End */

.simpleDD:hover ul, .simpleDD.over ul { display: block; } /* The magic */

.simpleDD .menuItemHover {
	background-color: black;
}

.default .dijitDialogUnderlay {
	background-color:#102F03; 
}
.default .dojoxLightbox {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	padding:11px;
	background-color:#102F03;
	background-position: center; 
	background-image: url('../../../images/themes/default/backgroundlong.jpg');
	background-repeat: repeat-y;
	border: 1px solid #C6BE76;
        
	-webkit-box-shadow: 0px 6px 10px #636363; 
	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
        border-radius: 4px;
}

.default .dojoxLightboxContainer {
	position:absolute;
	top:0; left:0; 
}

.default .dojoxLightboxFooter {
	height:50px; 
	position:relative;
	bottom:0;
	left:0;
	margin-top:8px;
	color:#C6BE76;
	z-index:1000;
	font-size:10pt;
}

.default .dojoxLightboxGroupText {
	color:#C6BE76; 
	font-size:8pt;
}

.default .LightboxNext,
.default .LightboxPrev,
.default .LightboxClose {
	float: right;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

.default  .LightboxClose {
	background : url("../../../images/themes/default/spriteRoundedIconsSmall.png") no-repeat right top;
}

.di_ie6 .default  .LightboxClose {
	background : url("../../../images/themes/default/spriteRoundedIconsSmall.gif") no-repeat right top;
}

.default  .LightboxNext {
	background : url("../../../images/themes/default/spriteRoundedIconsSmall.png") no-repeat -30px top;
}

.dj_ie6 .default  .LightboxNext {
	background : url("../../../images/themes/default/spriteRoundedIconsSmall.gif") no-repeat -30px top;
}

.default  .LightboxPrev {
	background : url("../../../images/themes/default/spriteRoundedIconsSmall.png") no-repeat left top;
}

.dj_ie6 .default  .LightboxPrev {
	background : url("../../../images/themes/default/spriteRoundedIconsSmall.gif") no-repeat left top;
}

.default .glassNode {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 9000;
}

.default .fixedGlass .glassNode {
	top: 0px;
	left: 0px;
}

.captchaImage {
	margin: 2px; 
	border: 1px solid #C6BE76;
}

#logincontainerouter {
	 width: 550px;
	 height: 390px;
	display: table;
	overflow: hidden;
	text-align: center;
}

.dj_ie6 #logincontainerouter {
	position: relative;
}

.dj_ie7 #logincontainerouter {
	position: relative;
}

#logincontainermiddle {
	display: table-cell; 
	vertical-align: middle;
}

.dj_ie6 #logincontainermiddle {
	position: absolute;  
	top: 50%;
	left: 0%;
}

.dj_ie7 #logincontainermiddle {
	position: absolute;  
	top: 50%;
	left: 0%;
}

#logincontainerinner {
}

.dj_ie6 #logincontainerinner {
	position: relative;
	top: -50%;
}

.dj_ie7 #logincontainerinner {
	position: relative;
	top: -50%;
}
.rightBorder{
	border-right: solid 1px #C6BE76;
}

.divWrapperOuter {
	display: table;
	overflow: hidden;
}
.dj_ie6 .divWrapperOuter {
	position: relative;
}
.dj_ie7 .divWrapperOuter {
	position: relative;
}

.divWrapperMiddle {
	display: table-cell; 
	vertical-align: middle;
}

.dj_ie6 .divWrapperMiddle {
	position: absolute;  
    top: 50%;
    left: 0%;
}

.dj_ie7 .divWrapperMiddle {
	position: absolute;
	top: 50%;
	left: 0%;
}
.dj_ie6 .divWrapperInner {
	position: relative;
	top: -50%;
}

.dj_ie7 .divWrapperInner {
	position: relative;
	top: -50%;
}

