﻿/*---> GENERAL */

html,body {
	margin: 0;
	padding: 0;
	font-family:'Verdana'; 
	font-size: 12px;
	border: 0px;
}

div {
	font-family:'Verdana';
	font-size: 12px;
	border: 0 solid #000000;
}

img {
    border: 0px;
}

INPUT, TEXTAREA {

	color: #4090C1;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}

INPUT.button {

	color: navy;
	background-color: #CCFF99;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}

A {
	text-decoration : underline;
	color: #4090C1;
	font-size:9pt;
}

A:HOVER {

	color: #CD1A1B;
	text-decoration : underline;
}

SPAN.small {

	font-size:8pt;
}

/*---> EDITOR */

div.button {
    padding: 3px;
    width: 75px;
    height: 50px;
    border: solid 1px gray;
    background: #e4e4e4;
    font: bold 9pt verdana;
    text-align: center;
}

div.button a {
    text-decoration:none;
}

div.transparent {

    position: absolute;
    background: white;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
} 

div.transparent2 {

    position: absolute;
    background: white;
    filter:alpha(opacity=95);
    -moz-opacity:.95;
} 
    
div.editor {
    z-index:99;
    border: solid 1px gray; 
    overflow:auto; 
    display:none; 
    position: absolute; 
    background:white; 
}

div.popup {
    background:black; 
    display:none; 
    position:absolute; 
    z-index:998; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%; 
    filter:alpha(opacity=55); 
    -moz-opacity:.55;"
}

/*---> CONTENT */

A._title {
	text-decoration: underline;
}



