/* Useful: http://cssmate.com/csseditor.html */

body {
	margin-left: 3%;
    margin-right: 3%;
	background-color:white;
	color:black;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
}


  .semail {
     background-color: #eeeeee;
     padding:9px;

  }

  .mediumwarn {
     /*background-color: #FFF700;*/
     background-color: #F5F111;
     font-size:14px;
     padding:7px;
	 /*font-weight: bold;*/
  }


  .warn {
     background-color: #FF0000;
     font-size:14px;
     padding:7px;
     font-weight: bold;
  }

  .ok {
     background-color: #32DE1F;
     font-size:14px;
     padding:7px;
     font-weight: bold;
  }

  dl {
    /* border: 3px double #ccc; */
    padding: 0.5em;
  }
  dt {
    float: left;
    clear: left;
    width: 120px;
    text-align: right;
    font-weight: bold;
  }
  dt:after {
    content: "";
  }
  dd {
    margin: 0 0 0 140px;
    /*top right bottom left*/
    padding: 0 0 2em 0;
  }

div.floating-menu {
    position:fixed;
    background-color:#C3DAEB;
    /*background:#ccc;
    background-color:#cccccc;*/
    padding:10px;
    border:1px solid #ccc;
    margin-left: 3%;
    margin-right: 3%;
	width:92%;
    text-align: center;
	z-index:100;
    top: 0px;
    left: 0px;
}
#Header {
	margin:85px 100px 0px 100px;
	padding:0px;
	}
.Content {
	margin:0px 100px 50px;
	padding:20px;
	color:black;
	background-color:#eee;
	border:1px dashed black;
	}
p {
	font-size:11px;
	line-height:20px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09C;
	/*font-size:11px;*/
	/*text-decoration:none;*/
	/*font-weight:600;*/
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {
	color:#09c;
	text-decoration:none;
	}
a:visited {
	color:#07a;
	text-decoration:none;
	}
a:hover {
	background-color:yellow;
	/*text-decoration:underline;*/
	text-decoration:none;
	}

h1 {
	color:#333;
	font:24px/24px verdana, arial, helvetica, sans-serif;
	font-weight:900;
	}
h2 {
	color:#333;
	font:12px verdana, arial, helvetica, sans-serif;
	font-weight:700;
	margin:18px 0px 3px 0px;
	}
h3 {
	color:#666;
	font-size:11px;
	font-weight:800;
	margin:6px 0px 3px 0px;
	}

img {border-width:0px;}
img.thumb {margin:10px 1px;}

#Copyright {
	clear:both;
	padding:50px 0px 100px 0px;
	text-align:center;
	font-weight:800;
	color:#999;
	}
#copyrightText {
	position:relative;
	left:-17px;
	}

.first {margin-top:0px; padding-top:0px;}

  table {
     border-color: #000000;
     border-style: solid;
     border-bottom: 1px;
     border-right : 1px;
     border-top : 1px;
     border-left: 1px;
     font-size:11px;
	 font-family:verdana, arial, helvetica, sans-serif;

  }

  th {
     border-color: #000000;
     border-style: solid;
     border-top : 1px;
     border-left: 1px;

     border-bottom : 1px;
     border-right: 1px;
     padding: 2px;
  }

  td {
     border-color: #000000;
     border-style: solid;
     border-top: 1px;
     border-left: 1px;

     border-bottom : 1px;
     border-right: 1px;
     padding: 2px;
     vertical-align: center;
     /*vertical-align: top;*/
  }


/*

  body {
     margin-left: 10%;
     margin-right: 10%;
     border-style: solid;
     border-color: #000000;
     border-width: 0px;
     color: #000000;
     background-color: #FFFFFF;
     font-family: Verdana, serif;
     font-size: small;
  }

  table {
     border-color: #000000;
     border-style: solid;
     border-bottom: 1px;
     border-right : 1px;

     border-top : 1px;
     border-left: 1px;
     font-size: small;
  }

  th {
     border-color: #000000;
     border-style: solid;
     border-top : 1px;
     border-left: 1px;

     border-bottom : 1px;
     border-right: 1px;
     padding: 2px;
  }

  td {
     border-color: #000000;
     border-style: solid;
     border-top: 1px;
     border-left: 1px;

     border-bottom : 1px;
     border-right: 1px;
     padding: 2px;
  }

  .noborder {
    border-style: none;
  }

  .bgred {
     background-color: #FF0000;
  }

  .bggreen {
     background-color: #00FF00;
  }
  .bgred {
     background-color: #FF0000;
  }

  .bgyellow {
     background-color: #FFFF00;
  }

  .warn {
     color: #FF0000;
     border-style: double;
     border-color: #FF0000;
     border-width: 10px;
  }

  .small {
       font-size: small;
  }

  h2 {
       font-size: medium;
  }


/* navi

#navigation{
	background-color:#3b5998;
	width:50%;
	height:40px;
}
#navigation h1{
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
}
#navigation #menu{

}
#navigation #menu ul{
	list-style-type:none;
	float:right;
	background-color:#5771A9;
	border:1px solid #475A86;
	border-bottom:0;
	padding-right:20px;
	margin-right:10px;
	height:38px;
}
#navigation #menu ul li{
	float:left;
}
#navigation #menu ul li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	/* may be this propert does NOT work on some browsers */
/*	text-shadow:.1em .1em #3F4D6D;
	color:#fff;
	margin-left:0px;
	padding-top:13px;
	padding-right:8px;
	padding-left:8px;
	text-align:center;
	height:25px;
	width:70px;
}
#navigation #menu ul li a:hover{
	background-color:#667FB4;
}


/* end navi */




*/
