


/*
* Basics
*/
body
{
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  /*background: white url("../images/bg_main_christmas.png");*/
  background: white url("../images/bg_main.png");
}

h1
{
  font-size: 150%;
}

h2
{
  font-size: 120%;
}

h2 > .addition
{
  font-size: 70%;
  text-align: right;
  color: gray;
}

p, li, ul, ol
{
  line-height: 175%;
}

p
{
  margin: 0px;
  padding: 2px;
}

a, a:link, a:visited, a:active 
{ 
  color: #77F;
/*  color: #0B7E13; christmas*/
}

.center 
{ 
  text-align: center;
}

.textunderline {
 text-decoration: underline;
}

/* Src: http://webfx.eae.net/download/pngbehavior102.zip - IE fix */
img 
{ 
  behavior: url("css/pngbehavior.htc"); 
  border-style: none;
}

/*
* Header elements. So elements appearing in the header ;)
*/

#head
{
  background: #FFBF55 url("../images/bg_top.png") no-repeat;
  /*background: #365828 url("../images/bg_top_christmas.png") no-repeat;*/
  height: 168px;
  margin: 0px;
  padding: 0px 64px 0px 64px;
}
#head h1
{
  color: white;
  font-size: 300%;
  font-family: sans-serif;
  padding: 48px 0px 0px 0px;
  margin: 0px;
}
#head h2
{
  color: black;
  font-family: sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 0px 0px 24px 0px;
  position: relative;
  left: 190px;
}

#head .penguin
{
    float: left;
    position: absolute;
    left: 660px;
    margin: 0px;
}
#head .logo_icon
{
    float: left;
    position: absolute;
    left: 30px;
    margin: 0px;
    top: 60px;
}

#head .logo_writing
{
    position: relative;
    top: 30px;
    left: 48px;
}

#head .logo_compact
{
    position: relative;
    top: 10px;
    left: 48px;
}




/*
* Menu elements
*/
#menu
{
  /*vertical-align: center;*/
  text-align: left;
  border: 0px solid red;
  background: #EEE;
  padding: 8px;
  padding-left: 64px;
  height: 24px;
  margin: 0px 0px 24px 0px;
}

#menu a, #menu a:link
{
    display: block;
    float: left;
    color: #555;
    padding: 2px;
    margin-right: 24px;
    padding-left: 24px;
/*    background: url("../images/ekigaicon-16x16.png") no-repeat left 4px;*/
/*    background: url("../images/ekigawebicon1.png") no-repeat left 4px;*/
    /*background: url("../images/logo/bullet1_christmas.png") no-repeat left 4px;*/
    background: url("../images/logo/bullet1.png") no-repeat left 4px;
    height: 32px;
}

#menu a:hover
{
    color: #55D;
    text-decoration: none;
}



/*
* Boxes on the right hand side.
*/
#boxes_right
{
    float: right;
    position: absolute;
    left: 68%;
/*    left: 770px;*/
    top: 252px;
    width: 190px;
}

#boxes_right .section
{
    padding: 0px;
    border: 1px solid #DDD;
    background: white;
    margin: 0px 0px 24px 0px;
}

#boxes_right p:active
{
    border: 1px solid #AF5;
    margin: -1px;
}

#boxes_right h6
{
    margin: 0px;
    padding: 4px;
    font-size: 100%;
    background: white url("../images/bg_v_fade.png") bottom;
    border: 1px solid #DDD;
    font-family: serif;
    font-weight: normal;
}

#boxes_right p
{
    font-size: 85%;
    line-height: 150%;
    padding: 6px;
}

#boxes_right input[type=image]
{
    position: relative;
    left: 50px;
    
}



/*
* Elements in the main part of the page.
*/
#main
{
  width: 55%;
/*  width: 640px;*/
  margin: 24px 0px 6px 64px;
  padding: 12px;
  background: white;
  border: 1px solid #CCC;
/*  border-top: 0px;*/
}

#main h3
{
  font-size: 150%;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: serif;
  padding: 12px 12px 6px 24px;
  border-bottom: 0px dashed #CCC;
  background: #F0F0F0;
  margin: -12px -12px 12px -12px;
}

#main .addition
{
  color: gray;
  margin-left: 12px;
  font-size: 80%;
  font-variant: normal;
}

#main h4
{
  font-size: 110%;
  font-weight: normal;
  font-family: sans-serif;
  font-style: italic;
  letter-spacing: 0px;
  color: black;
  padding: 2px;
  border-bottom: 1px dotted #CCC;
  margin: 0px;
  margin-top: 24px;
}

#main .section
{
  border: 0px solid green;
  margin: 12px;
  margin-bottom: 36px;
}

#main p
{
  padding: 6px;
  width: 80%;
}

#foot
{
color:red;
}



/*
* Screenshots
*/

#main .screenshot
{
    text-align: center;
    border-bottom: 1px dotted #CCC;
    padding: 24px;
}

#main .download_box
{
    float: right;
    position: relative;
    left: 80px;
    padding: 24px 0px 24px 0px;
    margin-left: -40px;
}


/*
* ONYL USED IN DOWNLOADS!
*/

#menu_left
{
    text-align: left;
}

#menu_left img
{
    vertical-align: middle;
    margin: 24px;
}

#menu_left ul
{
    list-style: none;
}

#menu_left ul.files
{
    list-style: url("../images/croix2.png");
    margin: 0px;
    margin-left: 200px;
    margin-top: -64px;
    margin-bottom: -24px;
    
}

#menu_left .nolist
{
    list-style: none;
}



/*
* Footer elements
*/
#footer
{
  width: 55%;
  margin-left: 64px;
  margin-bottom: 3%;
  padding: 12px;
  border-top: 0px;
  color: gray;
  font-size: 80%;
}


/* This counter thingy */
.sticker
{
    float: right;
}



/*
* Documentation
*/
#manual
{
  padding: 12px;
}

#manual a
{
    color: black;
    font-size: 100%;
}

#manual h1
{
    font-size: 130%;
}

#manual h3
{
    font-size: 110%;
    background: none;
    margin: 2px;
    padding: 2px;
    padding-top: 12px;
}

#manual p
{
    text-align: justify;
}

#manual .NAVFOOTER * td
{
    font-size: 80%;
}
/*
* Thumbnail
*/
/*div.tright {
    float: right;
    border-width: 0. 0 0 0;
}*/

/* 
* Forms
*/



#monForm
{
	width: 100%;

}

#monForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
	background-color: #fffdfa;
}

/*#monForm fieldset:hover
{
	background-color: #fffdfa;
}*/

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

/* Label */
#monForm label
{
	background-color: #ffe5ba;
	display: block;
	width: 30%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

/*#monForm label:hover
{
	font-weight: bold;
}*/

#monForm .form_label_nostyle
{
	background: none;
}

#monForm .fielderror
{ 
  color: red;
}

#monForm .fieldreq
{ 
  color: blue;
}

#monForm .alignright
{ 
  text-align: right;
}
/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 50%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#monForm .form_input_checkbox
{
	width: 3%;
	vertical-align: middle;
}

/*#monForm .form_input_checkbox:hover
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}*/

/* button submit */
#monForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}

#mytable {
	/*width: 700px;*/
	padding: 0;
	/*margin: 0;*/
}

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

caption {
	padding: 0 0 5px 0;
	/*width: 700px;	 */
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* Notification in form */

.hint {
  background:#FFFFCC url(hint.gif) no-repeat scroll -10px 5px;
  border:1px solid #CC9933;
  display:none;
  margin-left:6px; 
  padding:0.5em;
  position:absolute;
  width:200px;
  font-size: small;
  z-index: 1000;
}

.hint .hintPointer {
  position: absolute;
  left: -10px;
  width: 10px;
  height: 19px;
  background: url(hint.gif) left top no-repeat;
  top: 0px;
}

/* All form elements are within the definition list for this example */
dl {
    position: relative;
}

