/*
  Where color is specified one should also specify background
  see http://www.htmlhelp.com/reference/css
*/

body, textarea, input { background-color: black }

body { font-family: verdana, sans-serif }

body, li, input, textarea  { color: #96a5cd }
A:link     { color: #ccf; text-decoration: none }
A:hover    { color: #fff; text-decoration: none }
A:active   { color: #ccf; text-decoration: none }
A:visited  { color: #ddf; } 
    /* Edege error is have "text-decoration: none" in visited
       visits starts with link's style */

    /* if not underline, IE does not show hover+visited as underline */


input, textarea  { border-color: #96a5cd }

.heading-detail {
	font-size: 60%;
	font-weight: normal
}

code {
	font-family: Courier New,Courier,monospace;
	font-size: 110%
}

h2 {
	 color: #bbf;
	 font-weight: normal;
	 font-size: 200%;
}

h3 {
	 color: #bbf;
	 font-weight: normal;
	 font-size: 133%;
}

#page {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
}

#left {
	display: table;
	height: 100%; 
        padding: 0px;
        margin: 0px 16px;
}

#left-inside {
        display: table-cell; 
        vertical-align: middle;
        padding: 0px;
        margin: 0px;
}

#content {
	vertical-align: middle;
}
