/* GGFFormats.css - For use with the ReinHTML Dialog Designer - http://www.ReinHTML.eu 
   (c) 2011 Gerald Zincke, Austria
*/

/* GGFControlWindow stylesheets */
body.GGFControlWindow { 
	background-color:#FFFFFF;
}
body.GGFControlDialog { 
	background-color:#008080;
}
table.GGFControlTable {
	 border-style:none;
	 padding:0px;
}
tr.GGFCTRow {
}
td.GGFCTCell {
	text-align:left;
	vertical-align:top;
}

/* GGFControl stylesheets */
.GGFDialogFormPane {
	border-width:4px; 
	background-color:#C0C0C0; 
	border-color:#696969; 
	border-style:outset; 
	padding:3px;
	margin-top:2px;
	margin-right:-2px;
	margin-left:2px;
	margin-bottom:2px;
	
	width:99.9%;
}

label.GGFCheckbox {
	overflow:auto;
}

fieldset.GGFCheckboxGroup {
}
fieldset.GGFCheckboxGroup legend {
	font-size:smaller;	
}
label.GGFCheckboxGroup {
	overflow:auto;
}

.GGFDropDown {
	font-family:Courier; 
	overflow:auto;
}

input.GGFEntryfield {
	font-family:Courier; 
}

input.GGFEntryfield[readonly=readonly] {
	font-family:Courier; 
	background-color:#E0E0E0; 
}

fieldset.GGFFieldsetPane {
	padding:3px;
}

fieldset.GGFFieldsetPane legend {
	font-size:smaller;	
}

input.GGFFileEntryfield {

}

.GGFFormPane {
	background-color:#C0C0C0; 
	border-width:0px; 
}

.GGFImagefield {
}

.GGFImagePushbutton {
	overflow:hidden;
	border:2px solid;
	border-color:#DDD #666 #666 #DDD;
}

.GGFListArea {
	border-width:0px;
	border-style:solid;
}
.GGFListAreaLN1 {
	background-color:#FFFFAF; 
}
.GGFListAreaLN2 {
	background-color:#FFFFFF; 
}
a.GGFListAreaTXT1 { 
	font-size:11pt;
	white-space:nowrap; 
	text-decoration:none;
	color:#000000; 
}
a.GGFListAreaTXT1:hover { 
	font-size:11pt; 
	white-space:nowrap;
	text-decoration:none; 
	color:#000000; 
	background-color:d09999; 
}
a.GGFListAreaTXT2 { 
	font-size:11pt; 
	white-space:nowrap;
	text-decoration:none;
	color:#000000;
}
a.GGFListAreaTXT2:hover { 
	font-size:11pt; 
	white-space:nowrap;
	text-decoration:none;
	color:#000000;
	background-color:d09999;
}

.GGFListbox {
	font-family:Courier; 	
	font-size:90%; 
	overflow:auto;
}

.GGFMenu { 
	background-color:"#E0E0E0"; 
	font-family:Helvetica,Helv; 
	font-size:0.9em; 
	border-width:0px; 
	border-bottom-style:solid;
	border-bottom-width:1px; 
	border-bottom-color:#404040; 
	border-bottom-style:outset;	
}

a.GGFMenuItem {
	border-width:1px;
	border-style:solid;
	border-color:"#E0E0E0"; 
	font-family:Helvetica,Helv; 
 	font-size:10pt; 
}
font.GGFMenuItem {
	border-width:1px;
	border-style:solid;
	border-color:"#E0E0E0"; 
	font-family:Helvetica,Helv; 
 	font-size:10pt; 
}
a.GGFMenuItem:link { 
	border-color:#E6E6FA;
	text-decoration:none; 
	color:#000000;   
}
a.GGFMenuItem:visited { 
	border-color:#E6E6FA;
	text-decoration:none; 
	color:#000000;   
}
a.GGFMenuItem:hover {  
	border-top-color:white;
	border-left-color:white;
	border-right-color:gray;
	border-bottom-color:gray;
	text-decoration:none; 
	color:#000000;   
}
a.GGFMenuItem:active { 
	border-color:#E6E6FA;
	text-decoration:none; 
	color:#000000;   
}
a.GGFMenuItem:focus { 
	border-color:#E6E6FA;
	text-decoration:none; 
	color:#000000;   
}

TEXTAREA.GGFMultilineEntryfield {
	font-family:Courier; 
}

.GGFMultipleListbox {
	font-family:Courier; 
	overflow:auto;
}

.GGFNotePane {
	background-color:#FFFFCC; 
	border-color:#696969; 
	border-style:outset; 
}

.GGFPushbutton {
	font-family:Arial,sans-serif;
	font-size:10pt; 
	overflow:hidden; 
	height:1.6em; 
}

.GGFPasswordEntryfield {
}

.GGFPseudoPushbutton {
	background:"#D0D0D0";
	border:2px solid;
	border-color:#DDD #666 #666 #DDD;
/*	display:block; */
	text-align:center;
	text-decoration:none;
	overflow:hidden;
/*	width:111px; */
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:10pt; 
	height:1.6em; 
}
.GGFPseudoPushbutton:hover{
	border-color:#666 #DDD #DDD #666;
	left:1px;
	top:1px;
}

fieldset.GGFRadioGroup {
}
fieldset.GGFRadioGroup legend {
	font-size:smaller;	
}
label.GGFRadioGroup {
	overflow:auto;
}

table.GGFScrollTablePane {
	border:0px; 
	font-family:courier, monospace;
}
table.GGFSCTData {
	width:100%; 
	border:0px;
}

tr.GGFSCTDRow { 
	width:100%;
}
td.GGFSCTDCell { 
}

.GGFSelectionEntryfield {
}

a.GGFStaticHyperlinkfield {
}	
		
a.GGFtree:link { 
	color:#000000; text-decoration:none; 
}
a.GGFtree:visited { 
	color:#000000; text-decoration:none; 
}
a.GGFtree:hover { 
	color:#000077; text-decoration:none; 
}
a.GGFtree:active { 
	color:#000077; text-decoration:none; 
}
a.GGFtree:focus { 
	color:#000077; text-decoration:none; 
}
        
a.eMailList {
	font-family:Courier;
}
        
a.fileUrl {
	font-size:8pt; font-family:Courier;
}
        
ul.path {
	font-family:Courier;
	margin-left: 1.2em; padding-left: 0;
}
        
.mailbar {
	background-image: url(GGFShapes/mailerbar-bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 514px;
	margin-right: auto;
	margin-left: auto;
}
.baritems {
	padding-top: 10px;
	padding-left: 7px;
	text-align: left;
}
.statusbox {
	background-color:#C0C0C0; 
	position: absolute;
	;		
}
.percentbox {
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 30px;
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

noDeco {
	text-decoration:none;
}
table {
	padding:0px;
	margin:0px;
	border-width:0px; 
} 
td {
	padding:0px;
	margin:0px;
	border-width:0px; 
}
tr {
	padding:0px;
	margin:0px;
	border-width:0px; 
}