@CHARSET "ISO-8859-1";

BODY {
	background: red;
}

#Update-Success{
	width: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.2em;
	color: black;
	border: 1px solid blue;
	position: absolute;
	top: 0px;
	left: -10000px;
	z-index: 10;
}

#Loading-Message{
	margin: 0px;
	padding: 0px;
	/*	
	width: 100px;
	height: 100px;
	*/
	border: 1px solid green;
	background-color: white;
	position: absolute;
	z-index: 200;
	left: -1000px;
}

#tausta{
	position: absolute;
	
	filter:alpha(opacity=30);/*Needed for IE*/ 
	-moz-opacity:0.3;/*Older mozilla broswers like NN*/ 
	-khtml-opacity: 0.3;/*Old versions of Safari and "KHTML" browser engines*/ 
	opacity: 0.3;/*FF, Safari, and Opera*/ 	
	
	background-color: gray;
	z-index: 100;
}

/* Wysiwy-editori */
.tblTitleAndAuthor {
	margin-bottom: 10px;
}

.txtTitleAndAuthor {
	width: 250px;
}

table.cw-RichText {
	border: 1px solid black;
	width: 95%;
}

/* Editointialueen taustaväri.. */
.hasRichTextToolbar {
  border: 0px;
  background: white;
}

.gwt-RichTextToolbar {
  background: #e3e8f3 url(../images/hborder.png) repeat-x 0px -2003px;
  border-bottom: 1px solid #BBBBBB;
  padding: 3px;
  margin: 0px;
}


.gwt-RichTextToolbar .gwt-PushButton-up {
  padding: 0px 1px 0px 0px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-width: 1px; 
}

.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px; 
}

.gwt-RichTextToolbar .gwt-PushButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px; 
}

.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px; 
}

.gwt-RichTextToolbar .gwt-ToggleButton-up {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}

.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}

.gwt-RichTextToolbar .gwt-ToggleButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

.cw-RichText {
  border: 1px solid #BBBBBB;
  border-spacing: 0px;
}

#titleAndAuthor {
	margin-bottom: 5px;
}

.toimintoLinkit {
	margin: 5px 0 10px 0;
	cursor: pointer;
}

.toimintoLinkit A{
	color: white;
	background-color: red;
	margin: 0px 5px 0px 0px;
	padding: 2px;	
}

.ohje_teksti {
	font-size: small;
	text-align: center;
	color: gray;
}

/* Kuvan liittäminen sivulle */
.eiValittuaKuvaa {
	margin: 0;
	padding: 2px;
	width: 150px;
	height: 150px;
	background: #f6ecc2;
}


.textbox_midi{
	width: 50px;
}

.kuvanOminaisuudet_otsikkosarake {
	width: 100px;
}

.kuvanOminaisuudet_leveysarake, .kuvanOminaisuudet_korkeussarake {
	width: 60px;
}

.kuvanOminaisuudet_kertaasarake {
	width: 40px;
}


/* Hyperlinkin ominaisuudet */
.dialogPropertiesSet_kehys, .esikatselukuva_kehys, .ominaisuudet_kehys{
	border: 1px solid #858786;
}

.dialogPropertiesSet_kehys {
	padding: 3px;
	margin: 0 0 5px 0;
}

.dialogPropertiesSet_info {
	padding: 5px;
	margin: 0 0 5px 0;
	height: 20px;
	background: #e7e0e0;
	overflow: hidden;
}


/* Ohjeet esittävä ikkuna */
.helpFrame_frame{
	width: 450px;
	height: 450px;
}

.helpFrame_closeButtonPanel {}

.helpFrame_closeButtonPanel button{
	margin: 10px 0px 0px 0px;
}

/* Dialogiboxi */
.gwt-DialogBox .Caption {
  background: #e3e8f3 url(../images/hborder.png) repeat-x 0px -2003px;
  padding: 4px 8px 4px 4px;
  cursor: default;
  border-bottom: 1px solid #bbbbbb;
  border-top: 5px solid #d0e4f6;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.gwt-DialogBox .dialogBottomCenter {
  background: url(../images/hborder.png) repeat-x 0px -4px;
  -background: url(../images/hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-DialogBox .dialogMiddleLeft {
  background: url(../images/vborder.png) repeat-y;
}
.gwt-DialogBox .dialogMiddleRight {
  background: url(../images/vborder.png) repeat-y -4px 0px;
  -background: url(../images/vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
  background: url(../images/corner.png) no-repeat -13px 0px;
  -background: url(../images/corner_ie6.png) no-repeat -13px 0px;
}
.gwt-DialogBox .dialogTopRight {
  background: url(../images/corner.png) no-repeat -18px 0px;
  -background: url(../images/corner_ie6.png) no-repeat -18px 0px;
}
.gwt-DialogBox .dialogBottomLeft {
  background: url(../images/corner.png) no-repeat 0px -15px;
  -background: url(../images/corner_ie6.png) no-repeat 0px -15px;
}
.gwt-DialogBox .dialogBottomRight {
  background: url(../images/corner.png) no-repeat -5px -15px;
  -background: url(../images/corner_ie6.png) no-repeat -5px -15px;
}

* html .gwt-DialogBox .dialogTopLeftInner {
  width: 5px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 8px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

.gwt-PopupPanelGlass {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
