a[href*="NavigationMenu_SkipLink"] {display: none;}
#menuContainer{float: right;}

/* DEFAULTS
----------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	}

body {
	width: 100%;
	height: 100%;
	min-width: 850px;
    font-size: 0.8em;
   	font-family: Lucida Sans Unicode;
  	color: #444;
    line-height: 1.5em;
    background-color: #FCFCFC; 
	}

a:link, a:visited {
	color: #8AB800;   
    text-decoration: none;
	}

a:hover	{
    text-decoration: underline;
	}

a:active {
	color: orange;
	}

p 
{
    
  	padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
	}


h1, h2, h3, h4, h5, h6 {
    color: #444;
    text-transform: none;
    margin-bottom: 0px;
	}

h1 {
   	font-size: 1.6em;
   	padding-bottom: 0px;
	}

h2 {
   font-size: 1.5em;
   font-weight: 100;
   width: 100%;
   text-align: left;
   padding-top: 20px;
   padding-bottom: 20px;
   border-bottom: 3px solid #444;
   color: #8AB800;   
   letter-spacing: 2px;
   background-color: #FCFCFC; 
   }

h3
{
    font-size: 1.2em;
    margin-bottom: 1em;
	margin-top: 2em;
	color: #8AB800;  
	font-weight: 100;
	letter-spacing: 1px;
}

h4, h5, h6 {
    font-size: 1em;	
	}

		/* this rule styles <h1> and <h2> tags that are the 
		first child of the left and right table columns */
		/*.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
		{margin-top: 0px;}*/


.header h1 {
    color: #444;
    border: none;
    font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 20px;
    background-color: #F1F1F1;    
    text-transform: uppercase;
 	white-space: nowrap;
    letter-spacing: 2px;
	}

ul {
   padding-left: 20px;
	}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    min-width: 850px;
    height: 100%;
    margin: 0px;
    background-color: #FCFCFC; 

	}

.header {
    width: 100%;
    min-width: 850px;
    height: 50px;
    margin: auto;
    background-color: #F1F1F1;
    box-shadow: 0px 1px 10px #888888;
	}

.title {
	position: relative;
	margin:auto;
    width: 70%;
    min-width: 834px;
	height: 50px;
    background-color: #F1F1F1;
   	white-space: nowrap;
   	padding-left: 8px;
   	padding-right: 8px;
	}

div.hideSkiplink {
	position: absolute;
	top: 0;  
	left: 50%;
  	width: 35%;
	height: 50px;
	min-width: 425px;
float: right;
	}


.main {
	position: relative;
	margin:auto;
	width: 70%;
	min-width: 834px;
    margin-top: 15px;
    min-height: calc(100vh - 115px);
	background-color: #FCFCFC; 
	    padding-left: 8px;
    padding-right: 8px;
	}

/*.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
	}*/

.footer {
	
	bottom: 0;
    width: 100%;
    
	height: 50px;
    color: #444;
    
    text-align: center;
    line-height: normal;
    background-color: #8AB800;
    box-shadow: inset 0 7px 9px -7px #888888;
	}




/* TAB MENU   
----------------------------------------------------------*/

div.menu {
	position: relative;
	width: 100%;
	left: 0;
	min-width: 425px;
	height: 50px;
   	white-space: nowrap;
	background-color: #F1F1F1;
	}


div.menu ul.level1.static {
    list-style: none;
	height: 50px;
	float: right;
	width: 35%;
	padding-left: 0; /*ez kell!!*/
	padding-right: 8px;
	}

div.menu li {
    list-style: none;
    margin-left: 20px;
	height: 50px;
	}
	
div.menu li a, div.menu li a:visited {
	width: auto;
	height: 20px;
    font-weight: bold;
	font-size: 1em;
	padding-top: 15px;
	border-bottom: 3px solid #F1F1F1;
    background-color: #F1F1F1;
    color: #444;
    display: inline-block;
    margin: 0px;
    text-decoration: none;
	white-space: nowrap;
	padding-bottom: 12px;
	text-transform: uppercase;
	    letter-spacing: 1px;
			-moz-transition: all 0.4s ease-in-out;
		    -webkit-transition: all 0.3s ease-in-out;
		    -o-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
	}

div.menu ul li a:hover {
     color: #8AB800;  
	 border-bottom: 3px solid  #8AB800;  
	}

div.menu ul li a:active {
    text-decoration: none;
    border-style: none;
	}


/* TABLE ELEMENTS   
----------------------------------------------------------*/
td, th {
    padding: 3px 7px;
    margin: auto;
    border-color: #ccc;
	}

th {
	background-color: #F1F1F1;
	font-size: 0.9em;
/*		text-transform: uppercase;*/
	}

table {
	width: 90%;
	min-width: 720px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 7px auto;    
	background-color: White; 
	float: left;
	}   
	
/* ***************** media queries ****************** */        

		@media screen and (max-width: 850px)  {
		
			.header {
				width: 850px;
				}
			
			div.hideSkiplink {
				position: absolute;
				top: 0;  
				left: 425px;
			 	height: 50px;
				width: 425px;
				}

		}





/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #74863D;
}

fieldset p 
{
/*    margin: 2px 12px 10px 10px;*/
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
/*    font-weight: 600;*/
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}



.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;

}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
    color: blue;
    background: red;
}
