/*
 *  screen, projection
 *	khaac, 2008
 *  ver: 1.0
 *  
 *  > General styles
 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GENERAL STYLES 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body{
  height: 100%;
}


body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family:"Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	font-size: 100%; /* common browser: 16px*/
	color:#000000;
	/* centering */
	text-align: center;
	font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

/* FF settings */
html > body{ 
  font-size:16px;
}


abbr {
	cursor:help;
	border-bottom:dashed 1px;
}
blockquote {
	margin-bottom:10px;
}

blockquote p {
	font-style:italic;
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

dt {font-weight:bold;}


p, address {
	font-size: 0.75em; /* Font size in paragraphs: 80% of original (100% = common = 16px usually)*/
	margin-top: 0;
}



pre {
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 1em;
}


h1, h3, h4, h5, h6 {
	background-color: transparent;
	color: #000000;
	margin-top: 0px;
}

h1 {font-size:2em;}

h2 {
    font-size: 1.125em;
	text-transform: none !important;
    font-weight: bold;
	color: #000000;
	margin-top: 0px;

}

h3 {
  font-weight:normal;
}

sup {font-size:0.6em;}


 /* Values changed here - CSS hack - bottom margin for delimiting line */
* html p {
	margin-bottom: 1em;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GENERAL LISTS
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul {
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1.5em;
	border: 0;
	list-style-type:square;

}
ul ul{
	list-style-type:circle !important;
	list-style-image:url("../img/list_marker.gif");
	font-size: 1em;
}
ul ul li{
	font-size: 1em;
}

ul li a{
  font-size: 1em !important;
}

hr {
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
}


ul li ul, ul li ol, ol li ul, ol li ol{
  margin: 0.5em 0em; 
}


ul li li, ol li li{
  font-size: 1em;
} 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HOVERS
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


a {
color:#ff0000;
text-decoration: none;
}  /*5B5B5B*/
a:active {color:#0000ff;}
a:visited {color: #ff0000;}
a:hover {
	background-color: #ff0000;
	color: #ffffff;
	text-decoration: none;
}

a img {border:none !important;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLUMNS CLEANER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

br.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 0px;
	margin:0px; 
	padding:0px;
	background:transparent;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CLASSES
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.inline{
	float: none !important;
	display: inline !important;
}

.hidden {display:none;}

.noborder {
	border: none !important;
}

/* For a help class */
.help{
	border-bottom: 1px dashed #000000;
	cursor: help;
}

.float-left{
	float: left !important;
}

img.float-left{
	margin-left: 0em !important;
}

.float-right{
	float: right !important;
}

.float-none{
  float: none !important;
}



/* General align classes */

.align-left{
	text-align: left !important;
}
.align-right{
	text-align: right !important;
}
.align-center{
	text-align: center !important;
}

/* General error class */
.error{
	color: #ff0000;

}

.small{
	font-size: 0.7em;
}

.verysmall{
	font-size: 0.7em;
	color: #aaaaaa;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SCROLLBAR */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*scrollbar-face-color : #ff0000 ;
>scrollbar-track-color: #color ; 
>scrollbar-arrow-color: #color ;
>scrollbar-shadow-color: #color ;
>scrollbar-highlight-color: #color ;
>scrollbar-darkshadow-color: #color ; 
*/


.nounderline{
	text-decoration: none;
}
