body { 
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

a, .opp-Link {	
	color: darkblue;
	text-decoration: underline;
	cursor: pointer;
	display: inline;
}


a:visited {	
	color: darkblue; 
	text-decoration: underline;
	cursor: pointer;
}

.gwt-DialogBox {
	border: 2px solid #AAAAAA;
	background-color: white;
}

.gwt-DialogBox .Caption {
	background-image: url(gray_gradient.gif);
	background-repeat: repeat-x;
	padding: 4px;
	padding-bottom: 8px;
	font-weight: bold;
	cursor: default;
}


.gwt-MenuBar {
	background-color: #C3D9FF;
	cursor: default;
}

.gwt-MenuItem {
	font-size: 80%;
	margin: 1px;
	cursor: default;
}

.gwt-MenuItem-selected {
	background-color: #E8EEF7;
}

.gwt-Tree {
}

.gwt-Tree .gwt-TreeItem {
	font-size: 80%;
	cursor: default;
}

.gwt-Tree .gwt-TreeItem-selected {
	background-color: #C3D9FF;
}

.gwt-StackPanel {
	background-color: white;
	border: 1px solid #AAAAAA;
	width: 15em;
}

.gwt-StackPanel .gwt-StackPanelItem {
	background-image: url(blue_gradient.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	cursor: pointer;
	cursor: hand;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
}

.gwt-TabPanel {
	
}

.gwt-TabPanelBottom {
	border-left: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	border-bottom: 1px solid #87b3ff;
}

.gwt-TabBar {
	font-size: smaller;
}

.gwt-TabBar .gwt-TabBarFirst {
	height: 100%;
	border-bottom: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	padding-left: 3px;
}

.gwt-TabBar .gwt-TabBarRest {
	border-bottom: 1px solid #87b3ff;
	padding-right: 3px;
}

.gwt-TabBar .gwt-TabBarItem {
	border-top: 1px solid #87b3ff;
	border-bottom: 1px solid #87b3ff;
	padding: 2px;
	cursor: hand;
	white-space: nowrap;
	border-right: 1px solid #87b3ff;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	font-weight: bold;
	background-color: #e8eef7;
	border-top: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	border-bottom: 1px solid #e8eef7;
	padding: 2px;
	cursor: default;
	white-space: nowrap;
}

.gwt-PushButton, .gwt-ToggleButton {
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	background-color: #8394BF;
	padding: 2px 20px;
	font-weight: bold;
	border: 2px solid transparent;
	cursor: pointer;
	cursor: hand;
}

.gwt-PushButton-up, .gwt-PushButton-up-hovering, .gwt-ToggleButton-up, .gwt-ToggleButton-up-hovering {
	border-color: #B6C7EF #50618C #50618C #B6C7EF;
}

.gwt-PushButton-down, .gwt-PushButton-down-hovering, .gwt-ToggleButton-down, .gwt-ToggleButton-down-hovering {
	border-color: #50618C #B6C7EF #B6C7EF #50618C;
}

.gwt-PushButton-up-hovering, .gwt-ToggleButton-up-hovering {
	background-color: #4D6194;
	border-color: #7F94C7 #1A3061 #1A3061 #7F94C7;
}

.gwt-PushButton-down-hovering, .gwt-ToggleButton-down-hovering {
	background-color: #4D6194;
	border-color: #1A3061 #7F94C7 #7F94C7 #1A3061;
}

.gwt-PushButton-up-disabled, .gwt-PushButton-down-disabled, .gwt-ToggleButton-up-disabled, .gwt-ToggleButton-down-disabled, .button-disabled {
	background-color: #666666;
	border-color: #666666;
	cursor: default;
}

.gwt-RichTextArea {
  border: 1px solid black;
  background-color: white;
}

.gwt-RichTextToolbar {
  background-color: #C3D9FF;
  padding: 2px;
}

.gwt-RichTextToolbar .gwt-PushButton-up {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
}

.gwt-RichTextToolbar .gwt-PushButton-down {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-up {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down {
  margin-right: 2px;
  background-color: #E8F1FF;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  margin-right: 2px;
  background-color: #E8F1FF;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-HorizontalSplitPanel {
	border: 8px solid #C3D9FF;
}

.gwt-HorizontalSplitPanel .splitter {
	background-color: #C3D9FF;
	cursor: move;
}

.gwt-HorizontalSplitPanel .left {
  background-color: #E8EEF7;
}

.gwt-VerticalSplitPanel {
}

.gwt-VerticalSplitPanel .splitter {
	background-color: #C3D9FF;
	height: 8px;
	cursor: move;
}

.gwt-SuggestBoxPopup {
	border: 2px solid #C3D9FF;
}

.gwt-SuggestBoxPopup .item {
	padding: 2px;
}

.gwt-SuggestBoxPopup .item-selected {
	background-color: #C3D9FF;
	padding: 2px;
}

.gwt-DisclosurePanel {
	border: 2px solid #C3D9FF;
}

.gwt-DisclosurePanel .header {
	background-color: #e8eef7;
	cursor: hand;
}

.opp-MainBG {
	background-image: url("images/bg1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

.opp-MenuBG {
	background-image: url("images/bannerbg.png");
	background-position: right top;
	background-repeat: repeat-y;
}

.opp-Menu {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.opp-Footer {
	color: white;
	background-color: #8394bf;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	line-height: 20px;
}

.opp-Footer div {
	width: 100%;
	height: 100%;
	border: 1px solid white;
}

.opp-Footer span {
	margin-left: 6px;
	margin-right: 6px;
}

.opp-Logo {
	margin: 23px 0px;
}

.opp-LinkArea {
	margin-top: 12px;
}

.opp-MenuButton {
	margin: 3px 0px;
	color: white;
	font-family: Arial;
	font-size: 16px;
	cursor: pointer;
	width: 167px;
	height: 36px;
	line-height: 36px;
	background-image: url("images/button.png");
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
}

.opp-MenuButton-up-hovering, .opp-MenuButton-down, .opp-MenuButton-down-hovering {
	background-position: left bottom;
}

.opp-MenuButton-down, .opp-MenuButton-down-hovering {
	cursor: default;
}

.opp-Caption {
	/* text inside the caption box on mouse over */
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	line-height: 25px;
	color: #000099;
	margin: 2px 0px;
	overflow: hidden;
	height: 29px;
}

.opp-Caption span {
	margin-left: 8px;
}

.opp-CaptionPanel {
	/* box around the caption on mouse over */
	background-color: #a49fbf;
	border-top: 1px outset #f3dfd4;
	border-right: 1px outset #f3dfd4;
	border-bottom: 2px outset #f3dfd4;
	border-left: 2px outset #f3dfd4;
}

.opp-NormalText {
	/* links and copyright text */
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: white;
	margin-bottom: 11px;
	margin-top: 1px;
}

.opp-Clickable {
	/* links */
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.opp-SelectedText {
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid white;
	cursor: default;
}

.opp-InfoPanel {
	/* info window and its border decorations */
	background-color: #a49fbf;
	border-top: 1px outset #f3dfd4;
	border-right: 1px outset #f3dfd4;
	border-bottom: 2px outset #f3dfd4;
	border-left: 2px outset #f3dfd4;
}

.opp-Info {
	/* html content area of the info window */
	color: black;
	background-color: white;
	border-top: 1px inset #f3dfd4;
	border-right: 1px inset #f3dfd4;
	border-bottom: 2px inset #f3dfd4;
	border-left: 2px inset #f3dfd4;
	padding: 6px;
	font-family: @Arial Unicode MS;
	font-size: 12px;
}

.opp-SubscriptionHandler {
	color: Black;
	font-family: @Arial Unicode MS;
	font-size: 12px;
	background-color: White;
}

.bgRed {
	background: red;
}

.marginLeftRight10 {
	margin: 0px 10px;
}
