/* 
    Document   : style.css
    Created on : Jul 8, 2012, 6:11:30 PM
    Author     : 
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


html { 
//  background-color: #8090B0;
//  background-color: #aaccff;

  //background: url(../images/wallpaper-000.jpg) no-repeat center center fixed; 
  background: url(../images/wallpaper-008.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.portalHeader {
  z-index: 100;
  background-color: #333355;
  //background-color: #aaccff;
	//background: #000000 none;
	//background: #353535 none;
  //background-image: url(../images/xhatch1.png);
  background-image: url(../img/xhatch0.gif);
  box-shadow: 0px 0px 14px -3px #000000;
	position: fixed;
  top: 0px;
	left: 0px;
	right: 0px;
	//border-style: solid;
	//border: 1px;
}


.header {
  background: #777777;
  margin-top: 10px;
  box-shadow: 0px 0px 4px 2px #eeeeff, inset 0px 0px 3px 1px #777777;
//  position: fixed;
//  z-index: +100;
//  left: 0;
//  right: 0;
}


.footer {
  z-index: 100;
//  background-color: #aaccff;
  background-color: #000000;
  margin-top: 50px;
  border: 0px;
  left: 0px;
  right: 0px;
//	background: #CCCCEE;
  position: fixed;
  bottom: 0px;
}


.scroll-panel
{
	width: 99%;
	height: 450px;
	overflow: auto;
}

.outer {
  vertical-align: middle;
}

.field {
  background: #666677;
  width: 90%;
}

.button {
  background: #AA77EE;
  margin-top: 10px;
  box-shadow: 0px 0px 4px 2px #eeeeff, inset 0px 0px 3px 1px #777777;
}

.cell {
  opacity: 0.87;
  background: #306080;
  margin-top: 2px;
  //box-shadow: 0px 0px 4px 2px #ccccff, inset 0px 0px 3px 1px #777777;
}

.nocell {
  margin-top: 2px;
  text-align: center;
}

.pagestyle {
  background-repeat: repeat;
//  background-image: url(../img/xhatch0.gif);
//  background-image: url(../img/xhatch1.png);
  color: #EEEEEE
}

.panelstyle {
  border-style: dashed;
  border-width: 1px;
  background: #aaaaaf;
  margin: 9px;
  border: 1px;
  padding: 0px;
  box-shadow: 0px 0px 4px 2px #eeeeff, inset 0px 0px 3px 1px #777777;
}

.framestyle {
  width: 512;
  background: #aaaaaf;
  margin: 16px auto;
  border: 1px;
  padding: 1px;
  box-shadow: 0px 0px 4px 2px #eeeeff, inset 0px 0px 3px 1px #777777;
  text-shadow: 1px 1px 1px #777777;
  bottom: 20px;
}


a:link {
	text-shadow: black 0px 1px 3px;
	text-decoration: none;
	color: yellow;
}

a:visited {
	text-shadow: black 0px 1px 3px;
	text-decoration: none;
	color: white
}

a:active {
	text-shadow: black 0px 1px 3px;
	text-decoration: none;
	color: white
}

a:hover {
	text-shadow: black 0px 1px 3px;
	text-decoration:  none;
	color: #0000a0;
	background: #c2c2c2
}

body {
	color: #DDDDDD;
	font-size: 90%;
	font-family: arial;
}

b.shadowed {
	text-shadow: black 0px 2px 4px;
}

p {
//	background: #326282;
	margin-left: 20px;
	margin-right: 20px;
}

div {
//	background: #356585;
}

h0 {
	text-shadow: black 0px 2px 4px;
	padding-top: 18px;
	padding-left: 8px;
	color: #FAFAFA;
	font-size: 1.750em;
	font-weight: bold;
//	background: #386888;
}

h1 {
	text-shadow: black 0px 2px 4px;
	padding-left: 10px;
	color: #FAFAFA;
	font-size: 1.175em;
	background: #376787;
}

h2 {
	text-shadow: black 0px 2px 4px;
	padding-left: 12px;
	color: #FAFAFA;
	font-size: 1.150em;
	background: #366686;
}

h3 {
	text-shadow: black 0px 2px 4px;
	padding-left: 14px;
	color: #FAFAFA;
	font-size: 1.125em;
	background: #356585;
}

h4 {
	text-shadow: black 0px 2px 4px;
	padding-left: 16px;
	color: #FAFAFA;
	font-size: 1.100em;
	background: #346484;
}

.blend {
	margin: 10px;
	box-shadow: 0px 0px 4px 2px #eeeeff, inset 0px 0px 3px 1px #306080;
}

div.fragment {
  border-style: solid;
  border-width: 3px;
  border-radius: 0px 0px 5px 5px;
  border-color: #366686;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 10px 0px;
}

div.menubutton {
	cursor: pointer;
	border-color: #777777;
	border-style: solid;
	border-width: 2px;
	border-radius: 0px 0px 9px 0px;
	float: left;
	margin: 7px 5px 3px; 0px;
	padding: 5px 10px 5px 3px;
	font-weight: bold;
	background: #346484;
}

div.menubutton:hover {
	border-color: #FFFFFF;
	border-style: solid;
	background: #386888;
}


@media only screen and (min-resolution: 2dppx) {
	div.menubutton {
		margin: 7px 5px; 3px; 0px;
		border-radius: 0px 0px 15px 0px;
		font-size: 30px;
	}

	div.header {
		font-size: 35px;
		//position: fixed;
		//left: 0px;
		//right: 0px;
	}

	div.menuContainer {
		//position: fixed;
		//top: 115px;
	}

	div.portalHeader {
		//background: #000000 none;
		//position: fixed;
		left: 0px;
		right: 0px;
		border-style: solid;
		border: 1px;
	}

}


