/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {
	font-size:0.8em; 
	font-family:Arial,Verdana,Sans-Serif; 
	background: #000;
}
a {
color:white;
}

.background {
	position: fixed;
	top: 60px;
	left: 0px;
	z-index: -1000;
	width: 100%;
	height: 100%;	
}

.widget {
	color: #fff;
}

/* Colors */
.color-yellow {
	background: #ec0;
	color: black;
}
.color-yellow a {color: gray;}
.color-yellow .widget-link {color: gray;}
.color-yellow .lite-text {color: gray;}
/* red */
.color-red   {
	background: #900;
	color: #fff;
}
.color-red a {color:#fff;}
.color-red .widget-link {color:#444;}
.color-red .lite-text, .color-red small {color:#fff;}
/* blue */
.color-blue   {
	background:#17a;
	color: #fff;
}
.color-blue .lite-text, .color-blue small {color:#444;}
.color-blue .widget-link {color:#444;}
.color-blue small {color:#fff;}
/* white */
.color-white  {
	background: #eee;
	color: #444;
	}
.color-white small {color:#444;}
.color-white .widget-link2 {color:#37b;}
.color-white .widget-link {color:#37b;}
.color-white .lite-text {color:#26a;}
/* orange */
.color-orange {background:#d60;}
.color-orange .lite-text {color:#fff;}
.color-orange .widget-link {color:#444;}
/* green */
.color-green  {
	background:#8dc100;
	color: #149;
}
.color-green .lite-text {color:#135;}
.color-green small {color:#35a;}
.color-green .widget-link {color:#35a;}
.color-green .widget-link2 {color:#149;}
/* black */
.color-black  {background: #000000;}
/* grey */
.color-grey {
	background: #222;
	color: #47c;
}
.color-grey small {color:#999;}
.color-grey .widget-link2 {color:#58d;}
.color-grey .widget-link {color:#58d;}
.color-grey .lite-text {color:#666;}


.color-semitrans {background: #212121;}

.color-yellow h3
	{color: gray;}
.color-white h3
	{color: #2370bf;}
.color-green h3
	{color:#149;}
.color-red h3
	{color: #444;}
.color-blue h3
	{color:#444;}
.color-orange h3
	{color: #444;}
.color-grey h3
	{color: #58d;}
.color-semitrans h3
	{color:#FFF;}
/* End Colors */

/* Head section */

.header {		
	z-index: 9999999;
	height: 70px;	
	width: 100%;
	position: fixed;
	top: 0px;
/*	text-align: center; */
	background: transparent url(img/headergrad.png) repeat-x bottom;
}

.header-center {
	z-index: 9999999;
	position: absolute;
	left: 50%;
	width: 50%;
	margin-left: -20%;
	display: inline;
}

.header-links {
	z-index: 9999999;
	float: right;
	display: inline;
	margin-top: 20px;
	margin-right: 50px;
	padding: 0px 0px 10px 10px;
}

.header-link-selected {
	z-index: 9999999;
	display: inline;
	color:#2092ce;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
}

.header-link-selected a {
	z-index: 9999999;
	color: #2092ce; 
	text-decoration: none; 
	font-weight: bold;	
	display: inline;
}

.header-link  {
	z-index: 9999999;
	display: inline;
	margin: 0px 20px 0px 0px;			
}

.header-link a {
	z-index: 9999999;
	color: #888; 
	text-decoration: none; 
	font-weight: bold;	
	display: inline;
}

.header-menu-hidden {
	z-index: 9999999;
	top: 100px;
	background-color: #fff;
	display: none;
}

.header-menu {	
	position: absolute;	
	right: 10px;
	z-index: 9999999;
	padding: 4px 4px 9px 4px;
	margin:5px 0px 0px 100px;	
	height: 200px;
}

.header-menu ul {	
	z-index: 9999999;
	background-color: #666;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.header-menu li {	
	z-index: 9999999;
	background: #212121 url(img/hoverbar.png) repeat-x bottom;
	color: #fff;
	padding: 5px;
	margin: 1px 0px 1px 0px;	
	opacity: 0.75;
}

.header-menu a {
	z-index: 9999999;
	text-decoration: none; 	
	display: inline;
}

#add-windows {
	position: absolute;
	top: 52px;
	right: 185.5px;
	z-index: 9999999;
	text-decoration: none;
	padding: 15px 10px 10px 10px;
}

#logo {
	/*background: url(img/NGGlogo11.png) no-repeat top;*/
	margin-top: 10px;
    height: 150px;
}

#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
}
/* End Head Section */

/* Columns section */
#columns {
	position: relative;;
	top: 150px;	
}

#columns .column {
    float: left;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
}

#columns #column1 {
    width: 35%;
}

#columns #column2 {
    width: 30%;
}

#columns #column3 {
    width: 35%;
}

#columns #floating {
	position: absolute;
	width: 35%;
	right: 100px;
	top: 100px;
		/* Min-height: */
		min-height: 0px;
		height: auto !important; 
		height: 0px;
}

#welcome {
	opacity: 0;
}

#columns #change-background, #columns #custom-window {
	position: absolute;	
	top: -1000px;
	width: 35%;
	right: 175px;	
	/* Min Height */
	min-height: 0px;
	height: auto !important; 
	height: 0px;
}


/* Column dividers (background-images) : */
#columns #column1 .widget { 
	margin: 30px 25px 0 25px;	 
}
#columns #column2 .widget {
	margin: 30px 25px 0 25px; 
}
#columns #column3 .widget {
	margin: 30px 25px 0 25px; 
}
#columns #column4 .widget { margin: 30px 25px 0 25px; }
#columns .widget {
    margin: 30px 25px 0 25px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget h3 {
    padding: 0 5px;
    float: left;
}

#columns .widget-head h3 {
		font-size: 10pt;
		text-decoration: none;
}

#columns .widget .widget-content {
	min-height: 150px;
    background: transparent;
    padding: 0 5px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #fff;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5;
	font-style: italicpx 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}

/* End Columns Section */

/* browse column */
.form-widget {
    margin: 30px 25px 0 25px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.form-widget .form-widget-head {
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.form-widget .form-widget-head h3 {
    padding: 0 5px;
    float: left;
}
.form-widget .form-widget-content {
	min-height: 150px;
    background: transparent;
    padding: 0 5px;
    color: #fff;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
.form-widget .form-widget-content p {
    padding: 0.8em 0;
}
.form-widget .form-widget-content img {
    float: right;
    margin: 10px;
}
.form-widget .form-widget-content pre {
    padding: 0.5em 5px;
    color: #fff;
    font-size: 12px;
}
.form-widget .form-widget-content ul {
    padding: 5px 0 5;
	font-style: italicpx 20px;
    list-style: disc;
}
.form-widget .form-widget-content ul li {padding: 3px 0;}
.form-widget .form-widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
.form-widget .form-widget-content ul.images li {
    display: inline;
    float: left;
}
.form-widget .form-widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End browse column section */

.widget-link {
	color: #37b;
	text-decoration: none;
	font-style: italic;	
}
.widget-link2 {
	color: #fff;
	text-decoration: none;
}
/* footer */
.footer {	
	height: 15px;	
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: transparent url(img/headergrad.png) repeat-x bottom;
}
/* end footer */

 /* tabs */
.tabs {
	position: absolute;
	top: 70px;
	display: inline;
	height: 70px;
} 
			
.tab {
	height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	color: #888;
	display: inline-block;
	padding: 0px;
	z-index: -1;
} 			

.tab a {
	color: #888;
	text-decoration: none;
}		
	
.tab a:hover, .tab-hover, .tab-hover a {
	color: #2092ce;
	text-decoration: none;
	cursor: pointer;
} 
		
.tab-selected, .tab-hover {
	height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	color: #2092ce;
	display: inline-block;
	padding: 0px;
	z-index: -1;
} 

.tab-selected a {
	color: #2092ce;
	text-decoration: none;
}		
			
.tab-selected a:hover {
}
			
.tab-left {
	height: 70px;
	width: 8px;
	display: inline-block;
	background: transparent;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: -1;
} 
			
.tab-left-selected, .tab-left-hover {
	height: 70px;
	width: 8px;
	display: inline-block;
	background: transparent url(img/tab-left.png) no-repeat top;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: -1;
} 
			
.tab-center {
	height:70px;
	display: inline-block;
	background: transparent;
	margin: 0px;
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	z-index: -1;
} 
			
.tab-center-selected, .tab-center-hover {		
	height: 70px;
	display: inline-block;
	background: transparent url(img/tab-center.png) repeat-x top;
	margin: 0px;
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	z-index: -1;
} 		
			
.tab-right {
	height: 70px;
	width: 8px;
	display: inline-block;
	background: transparent;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: -1;
}
			
.tab-right-selected, .tab-right-hover {
	height: 70px;
	width: 8px;
	display: inline-block;
	background: transparent url(img/tab-right.png) no-repeat top;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: -1;
}
			
/* tabs */