/* *********************************************************
	Basic HTML selectors
*/
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: sans-serif;
	overflow: hidden;
	background-color:#710906; /* KELIS OFFICE*/
}
table p {
	margin:0px;
}
/* KELIS OFFICE - begin */
h1{
	color:#4f0604; /* KELIS OFFICE*/
}
 h2, h3,h4,h5,h6{
	color:#710906; /* KELIS OFFICE*/
}
/* KELIS OFFICE - end */
h1, h2, h3{
	margin: 0.5em 0px 0.2em 0px;
}
a{
	color:#F17C0B;
	text-decoration: none;
}
a:hover{
	color:#710906; /* KELIS OFFICE*/
	text-decoration: underline;
}
ul{
	list-style-image:url(../img/co/bullet.gif)
}
table {
	border-collapse:collapse;
}
q:before, 
q:after {
	content: "";
}
h1 {
	font-size:2em;
	font-weight:bold;
	margin:0.67em 0;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:0.83em 0;
}
h3 {
	font-size:1.17em;
	font-weight:bold;
	margin:1em 0;
}
h4 {
	font-weight:bold;
	margin:1.33em 0;
}
h5 {
	font-size:0.83em;
	font-weight:bold;
	margin:1.67em 0;
}
h6 {
	font-size:0.67em;
	font-weight:bold;
	margin:2.33em 0;
}

/* *********************************************************
	Utilities
*/
.hidden{
	position: absolute;
	width:1px;
	height:1px;
	visibility: hidden;
	top:-10000px;
	left:-10000px;
}

/* *********************************************************
	Slideshow slide page styles
*/
div#tplPge{
	position: absolute;
	top:0.25%;
	left:0.25%;
	width:99.5%;
	height:99.5%;
	background: white url("../img/tpl/btmPge.png") bottom right repeat-x;
}
div#tplSld{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 93%;
	overflow: auto;
	font-size: 1.2em;
	background: white url("../img/tpl/topPge.png") top right no-repeat;
}
div#tplNav{
	bottom:0px;
	left:0px;
	width:100%;
	height: 35px;
	position: absolute;
}
#btnPrv,
#btnNxt,
#btnRoot{
	position: absolute;
	width:30px;
	height:30px;
	top: 0px;
	background-repeat: no-repeat;
}
#btnPrv{
	right: 60px;
	background-image: url(../img/nav/btnPrv.gif);
}
#btnPrv:hover{
	background-image: url(../img/nav/btnPrvOvr.gif);
}
#btnNxt{
	right: 15px;
	background-image: url(../img/nav/btnNxt.gif);
}
#btnNxt:hover{
	background-image: url(../img/nav/btnNxtOvr.gif);
}
#btnRoot{
	left: 15px;
	background-image: url(../img/nav/btnRoot.gif);
	z-index: 2;
	
}
#btnRoot:hover{
	background-image: url(../img/nav/btnRootOvr.gif);
}
#btnPrv span,
#btnNxt span,
#btnRoot span{
	display: none;
}
span.outNav_i{
	display: none;
}
span.sw_stack{
	position: absolute;
	display: block;
	top: 10px;
	left: 0px;
	height:1.5em;
	overflow: hidden;
	color:#710906; /* KELIS OFFICE*/
	font-size: 0.8em;
	padding-left:60px;
	padding-right:120px;
}
span.sw_stack_navList{
}
div.slideBk {
	padding: 10px;
}
div.imgOthers{
	display: none;
}

/* *********************************************************
	Content styles
*/
.partBk .slideBk_ti{
	text-align: center;
	margin-top:3em;
	font-size: 3em;
}
.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;
	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_n_tbtd p{
	text-align: right;
}
.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");
}
.bkBase{
	margin: 4em 0;
}
.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;
}
.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");
}
.embedObj {
	max-width: 1000px;
	max-height: 800px;
}
p.logoProjGal{
	float:left;
	padding:0;
	margin:5px 10px 0 0;
}