/* *********************************************************
	Basic HTML selectors
*/
html{
	width: 100%;
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	overflow: hidden;
	/*background-color:white;*/
}
table p {
	margin:0px;
}


/* KELIS OFFICE - begin */
h1{
	color:#4f0604; /* KELIS OFFICE*/
}
 h2, h3,h4,h5,h6{
	color:#710906; /* KELIS OFFICE*/
}
/* KELIS OFFICE - end */


a{
	color:#F17C0B;
	text-decoration: none;
}
a:hover{
	color:#710906; /* KELIS OFFICE*/
	text-decoration: underline;
}
ul{
	list-style-type:disc;
}
table {
	border-collapse:collapse;
}
ul, ol {
	color:#F17C0B;
}
li span,
li p,
li div{
	color:black;
}
li a span{
	color:#F17C0B;
}
q:before, 
q:after {
	content: "";
}
h1 {
	font-size:1.6em;
	font-weight:bold;
	margin: 1.1em 0 0.67em 0;
}
h2 {
	font-size:1.3em;
	font-weight:bold;
	margin: 0.5em 0 0.83em 0;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 1em 0;
}
h4 {
	font-weight:bold;
	margin: 0 0 1.33em 0;
}
h5 {
	font-size:0.83em;
	font-weight:bold;
	margin: 0 0 1.67em 0;
}
h6 {
	font-size:0.67em;
	font-weight:bold;
	margin: 0 0 2.33em 0;
}

/* *********************************************************
	Utilities
*/
.hidden{
	position: absolute;
	width:1px;
	height:1px;
	visibility: hidden;
	top:-10000px;
	left:-10000px;
}

/* *********************************************************
	Slideshow slide page styles
*/
div#tplHeader span{
	text-align:right;
	margin-right:15px;
	margin-top:5px;
	color:#cc660b;
	font-size:1.6em;
	font-weight:bold;
	border-bottom: 1px solid #cc660b;
	font-family:verdana;
	display:block;
	margin-left:15px;
	padding-bottom:8px;
}
div#tplHeader.sldFirstSlide span{
	margin-left:265px;
}
.sldFirstSlide{
	background:url(../img/tpl/logo.png) top left no-repeat;
	height:85px;
	margin-left:10px;
}
div#tplPge{
	position: absolute;
	width:100%;
	height:100%;
	/*background-color: white;*/
	overflow:hidden;
}
div#tplNav{
	display: none;
}
.ssBkRoot {
	position: relative;
}
.ssBk,
.ssContainer{
	position: absolute;
	left:0px;
	right:0px;
	/*background-color: white;*/
}
.ssBk .ssBk{
	position: static;
	background-color: inherit;
}
.ssBkCoParent {
	position: relative;
}
.pge_ti {
	text-align: center;
}

/* *********************************************************
	Content styles
*/
.sldHome_ti,
.partBk .slideBk_ti{
	text-align: center;
	margin-top:2em;
}
.zoom{
	background:url(../img/co/zoom.png) center center no-repeat;
	display: block;
	width:40px;
	height:40px;
	position: absolute;
	top:-5px;
	right:-20px;
}
.zoom:hover{
	background:url(../img/co/zoomOver.png) center center no-repeat;
}
.zoom span{
	display: none;
}
.resFra{
	margin:0px auto;
	position: relative;
	padding-top: 15px;
}
.objInFlow{
	text-align:center;
}
.imgInFlow{
	text-align:center;
}
.imgInline img,
.objInline object {
	vertical-align: middle;
}
.txt_tb{
	margin:auto;
	border:0.2em solid #F17C0B;
	border-collapse: collapse;
	background-color: white;
}
.txt_tb caption{
	color: gray;
	font-style: italic;
}
.txt_tb td,
.txt_tb th{
	border:0.1em solid #ff830b;
}
.txt_tb thead{
	border-bottom:0.2em solid #F17C0B;
}
.txt_tb tfoot{
	border-top:0.2em solid #F17C0B;
}
.txt_tb p{
	margin: 1px 0;
}
.txt_t_tbcl,
.txt_t_tbtr{
	background-color:#fff5ea;
}
.txt_w_tbtd p{
	text-align: center;
}
.txt_emphasis_is,
.txt_quote_ph,
.txt_special_ph{
	color:#710906; /* KELIS OFFICE*/
}
.resInFlow{
	text-align: center;
}
.caption,
.resInFlow_ti,
.webCap_ti {
	color: gray;
	font-style: italic;
	text-align: center;
}
.webCap_co{
	text-align: center;
}
/* Internal links */
a.txt_ref_ul,
a.txt_doc_ul,
a.txt_def_ul,
a.lnkBinWeb{
	background: url("../img/co/lnkInt.png") center right no-repeat;
	padding-right: 25px;
}
a.txt_ref_ul:hover,
a.txt_doc_ul:hover,
a.txt_def_ul:hover,
a.lnkBinWeb:hover{
	background-image: url("../img/co/lnkIntOvr.png");
}
/* External links */
a.txt_url_ul,
a.extUrl,
div.docUrl a{
	background: url("../img/co/lnkExt.png") center right no-repeat;
	padding-right: 25px;
}
a.txt_url_ul:hover,
a.extUrl:hover,
div.docUrl a:hover{
	background-image: url("../img/co/lnkExtOvr.png");
}
.bkEmphasis{
	border: 0.2em solid  #710906; /* KELIS OFFICE*/
	background: #fff5e6;
	-moz-border-radius:0.6em;
	-webkit-border-top-right-radius:0.6em;
	-webkit-border-bottom-right-radius:0.6em;
	-webkit-border-top-left-radius:0.6em;
	-webkit-border-bottom-left-radius:0.6em;
	border-radius:0.6em;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}
.bkEmphasis .bkBase_ti,
.bkEmphasis .bkBase_co {
	padding: 0 0.5em;
}
.bkEmphasis .ssBkCo {
	background: #fff5e6;
}
.bkExtra{
	border-left: 0.2em solid gray;
}
.bkKeyPoint{
	border-left: 0.2em solid #710906;
}
.bkExtra .bkBase_ti,
.bkExtra .bkBase_co,
.bkKeyPoint .bkBase_ti,
.bkKeyPoint .bkBase_co {
	padding: 0 0 0 0.5em;
}
.bkExtra .bkBase_ti {
	color: gray;
}
.bkExtra .bkBase_co {
	color: #565656;
}
.docSrc{
	padding-left: 1em;
}
/* ---------- binary files lnks ---------- */
.lnkBin{
	padding-left: 30px;
	background-position: center left;
	background-repeat: no-repeat;
}
.lnkBinDoc {
	background-image: url("../img/files/doc.png");
}
.lnkBinFlv {
	background-image: url("../img/files/flv.png");
}
.lnkBinMp3 {
	background-image: url("../img/files/mp3.png");
}
.lnkBinOdg {
	background-image: url("../img/files/odg.png");
}
.lnkBinOdp {
	background-image: url("../img/files/odp.png");
}
.lnkBinOds {
	background-image: url("../img/files/ods.png");
}
.lnkBinOdt {
	background-image: url("../img/files/odt.png");
}
.lnkBinPdf {
	background-image: url("../img/files/pdf.png");
}
.lnkBinPpt {
	background-image: url("../img/files/ppt.png");
}
.lnkBinRtf {
	background-image: url("../img/files/rtf.png");
}
.lnkBinSwf {
	background-image: url("../img/files/swf.png");
}
.lnkBinXls {
	background-image: url("../img/files/xls.png");
}
.lnkBinZip {
	background-image: url("../img/files/zip.png");
}
.lnkBinWeb{
	padding-left: 0px;
}
/* ---------- animations ---------- */
div.sldAnmCtrl{
	background-color: white;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-box-shadow: 0px 0px 5px #9a9a9a;
	-webkit-box-shadow: 0px 0px 5px #9a9a9a;
	box-shadow: 0px 0px 5px #9a9a9a;
	position:absolute;
	top:0;
	left:50%;
	margin-left: -40px;
	height: 25px;
	width: 80px;
}
div.sldAnmCtrl span{
	display: none;
	position: absolute;
}
div.sldAnmCtrl a{
	display: block;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 4px;
}
a.sldAnmBtnPrv{
	background-image:url("../img/anim/btnPrv.gif");
	left:5px;
}
a.sldAnmBtnPrv:hover{
	background-image:url("../img/anim/btnPrvOvr.gif");
}
a.sldAnmBtnNxt{
	background-image:url("../img/anim/btnNxt.gif");
	right:5px;
}
a.sldAnmBtnNxt:hover{
	background-image:url("../img/anim/btnNxtOvr.gif");
}
a.sldAnmBtnPse{
	background-image:url("../img/anim/btnPse.gif");
	left:33px;
}
a.sldAnmBtnPse:hover{
	background-image:url("../img/anim/btnPseOvr.gif");
}
a.sldAnmBtnPly{
	background-image:url("../img/anim/btnPly.gif");
	left:33px;
}
a.sldAnmBtnPly:hover{
	background-image:url("../img/anim/btnPlyOvr.gif");
}
p.logoProjGal{
	float:left;
	padding:0;
	margin:5px 10px 0 0;
}