/*
<!--

 faxapife - A Frontend for the SIPit FAX API
 
 Contact: office@sipit.at
 Website: http://www.sipit.at/

 This file is part of faxapife.
 
 faxapife is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 
 faxapife is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with faxapife.  If not, see <http://www.gnu.org/licenses/>.

!-->
*/

body { margin-top: 0px; margin-left: 0px; color: #000000; font-size: 12px;
	font-family: "MS Trebuchet", Arial, Verdana, Univers, Futura, "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
table {font-size: 12px; font-weeight:normal;	font-family: "MS Trebuchet", Arial, Verdana, Univers, Futura, "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk", Helvetica, sans-serif;}

#f2m_all {margin:0 auto; width:760px; border:1px dotted #CCCCCC; text-align:left;}
#f2m_header {height:130px; width:760px; text-align:center;}
.menu {padding:0 0 0 10px;}
#f2m_contentcontainer {padding: 0 10px 0 10px;}
ul, li {padding:0; margin:0;}
ul {list-style-type:none;}
img {border:0px;}

/* <CONTENT (LOGIN,MENU,CONTENT)> ------------------------------------------- */
div.body_content {
    min-height:600px;
    max-height:5000px;
    width:760px;
    overflow:auto;
	text-align:left;
}
div.content {
    float:right;
    width:590px;
    padding-top:10px;
    padding-bottom:10px;
}
div.navigation {
    border-right:1px dotted #CCCCCC;
	width: 160px;
    padding-top:10px;
    padding-bottom:10px;
	float:left;
    height: 595px;
}
/* </CONTENT (LOGIN,MENU,CONTENT)> ------------------------------------------ */

/* <TABLES> ----------------------------------------------------------------- */
th {background-color:#EDF8DE; color: #507A26; font-weight: bold; padding:3px; margin-bottom:5px;}
.content table {margin-left:0px; border:0px solid #FFFFFF; border-collapse:collapse; width:560px;}
/* </TABLES> ---------------------------------------------------------------- */

/* <INPUT> ------------------------------------------------------------------ */
input.submit {border:1px dotted #507A26; background-color:#FFFFFF; padding:3px;}
input { background-color:#EDF8DE; border:1px dotted #507A26; margin:0 5px 4px 0; padding:3px;}
.menu input { background-color:#EDF8DE; border:1px dotted #507A26; margin-bottom:4px; padding:3px; width:85%;}
.menu input.submit {border:1px dotted #507A26; background-color:#FFFFFF; padding:3px; width:90%;}
select { background-color:#EDF8DE; border:1px dotted #507A26; padding:3px; margin-right:8px;}
input.files {background-color:#EDF8DE; border:1px dotted #507A26; padding:3px; margin-right:8px;}
/* </INPUT> ----------------------------------------------------------------- */

/* <H1-H6> --------------------------------------------------------------- */
.menu h1, .menu h2, .menu h3 {color:#507A26; text-decoration:none; font-size:15px;}
.content h1 {color:#507A26; text-decoration:none; font-size:13px;}
.content h2 {color:#507A26; text-decoration:none; font-size:15px;}
/* </H1-H6> -------------------------------------------------------------- */

a, a:visited, a:active {color: #527C27; font-weight:normal; text-decoration:none;}
a:hover {color: #000000; text-decoration:underline;}

/*-------------------------- error ------------------------------*/

.error{
  color: #CC0000; 
  font-weight:bold;
  text-align:left;
}

.ferror
{
 border: 2px #527C27; 
 border-color: #527C27; 
 border-style: solid; 
}

.forCopyrightGrey {
        color: #D6D7D6;
        background-color: #FFFFFF;
}
