/*
 * Copyright (c) 2006-2007 Luciano Broussal <luciano.broussal AT gmail.com>
 * (http://www.gwtwindowmanager.org)
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */
 
 body {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

table {
	font-size: 11px;
}

h2 {
	color: #6600CC;
	font-size: 16px;
	font-style: normal;
	margin: 5px;
}

ul {
	background-color: #EFEFFF;
	color: black;
	padding: 10px;
	margin: 2px; width : 100%;
	border: 1px solid #87B3FF;
	list-style-type: disc;
	list-style-position: inside;;
	width: 100%;
}

p {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

p.black {
	color: black;
}

.sample {
	text-align: left;
	border: 1px dotted green;
	background-color: #CCFFCC;
	padding: 5px;
	color: black;
}

.sample1 {
	text-align: left;
	border: 1px dotted green;
	background-color: #CCFFCC;
	padding: 5px;
	width: 500px;
	height: 225px;
	color: black;
	overflow: scroll;
}

a {
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
	color: blue;
}

a:hover {
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
	background-color: #C3D9FF;
	color: red;
}

.logo {
	font-weight: bold;
	color: blue;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.themeTemplate {
	background-color: red;
	font-size: 5px;
}


.important {
	color: #6600CC;
}



.gwtwindowmanager-WindowPropertyEditor-PropertyLabelCol {
	width: 100px;
	background-color: gray;
	color: white;
	text-align: right;
	height: 22px;
	vertical-align: middle;
}

.gwtwindowmanager-WindowPropertyEditor-PropertyValueCol {
	background-color: gray;
	color: white;
}

input {
	width: 70px;
}

button {
	font-size: 10px;
}

.usr {
	color: #99FF99;
	font-size: 12px;
	font-family: monospace;
}

input   , table   , div {
	font-size: 12px;
}

body {
	color: #777777;
}

.gwmtest-ThemeOverviewContent {
	background-color: #87B3FF;
	color: black;
}

.gwmtest-ThemeOverviewContent TR {
	background-color: #C3D9FF;
}

.gwmtest-ThemeOverviewContent TD {
	padding: 2px;
}

.gwmtest-ThemeOverviewContent a:hover {
	background-color: #EFEFFF;
}

.themeTemplate {
	font-size: 12px;
	font-family: monospace;
	background-color: #EFEFFF;
	border: 1px solid #C3D9FF;
	padding: 5px;
}