/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #222;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	background-color: black;
	font-family: arial, verdana;
	font-size:12px;
	text-align: left;
	color:white;
	}
/* Normal Links*/

A {
font-weight:bold;
color:#8FD1DF;
text-decoration:none;
}

A:Hover{
color:#ffb3b0;
}


/* HEADERS */
h1{

font-family:FF-Din;
color:green;
}

h1 #image_heading1 {
float:left;
margin:-20px;

}

h2 {
	font-size:30px;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color:#555;
	text-transform:uppercase;
}
.newsResume {
	margin: 0;
	padding: 0 0 10px 0;}

.newsLink {
	margin: 0;
	padding: 2px 0 5px 0;
}

#newsBox {
	width: 260px;
margin-left:10px;
/*height:205px;*/

}

#newsBox .newsDate {
color:#555;
font-weight:bold;
/*	color:#8FD1DF;
	border-top: 1px solid #ddd;*/
}

#newsBox h2{
margin-bottom:1px;
}

.newsDate {
color:white;
font-weight:bold;
/*	color:#8FD1DF;
	border-top: 1px solid #ddd;*/
}

th {
/*	color:#8FD1DF;
	border-bottom: 1px solid #ddd;*/
}


/* header */
#header {
width: 960px;
height: 110px;
/*background-image:url(/media/283/onto_mast_header.png);
background-repeat:no-repeat;*/
padding: 0;
display: block;
}

#header_logo{
position:relative;
width:300px;
height:80px;
cursor: pointer;
	cursor: hand;

}

#header_options{

color:white;
font-size:11px;
background:none;
text-align:right;
height:15px;
padding-right:5px;
}



#header_options ul{
color:#8FD1DF;
list-style-type:none;
padding:0 2px;
margin:0;
}

#header_options li{
display:inline;
color:white;margin:0;
background-image:url(/media/22312/bullet.gif);
background-repeat:no-repeat;
padding:0 2px 0 12px ;
margin: 0;
}


#header_options a{


font-weight:normal;

text-decoration:none;
color:white;
}

#header_options a .nodot{

text-decoration:none;
color:white;
}


#header_options a:hover{
color:#8FD1DF;
}



#xsltsearch .input{
border:none;
background-color:white;
height:18px;
}





/* li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(wizard/pullBackground.png);
	padding: 2em 0;
	border-bottom: 1px solid #888477;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}*/


/* BOXES 
a {
color:#339933;
}*/



#bottomInfo {
width:535px;
	border-top: 1px dotted #939393;
	margin:20px auto 20px auto;
	color: #aaa;
	font-size: smaller;
}

#bottomInfoText {
	height:30px;

	padding-top: 5px;
	margin:0 0 20px 0;
	color: #999;
	font-size: smaller;
}


#container {
	margin-left:auto; 
	margin-right:auto;
	width: 960px;
        
}

#main {
	width:960px;
        height:110px;
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:left;

}

#footer {

	clear: both;
color:silver;

	width:940px;
	margin:10px auto 20px auto;
	padding:10px 10px 0px 15px;
	text-align:left;

	height:50px;
	background-image:url(/assets/images/onto_footer_bg.png);
	background-repeat:no-repeat;
	z-index:99;
}

#footer a{color:silver; font-weight:normal;margin:10px 0;}
#footer a:Hover{color:pink; font-weight:normal;}


#bottomShadow {
	background-color:black;
	/*background-image:url(wizard/background_bottom.gif);*/
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

