/* ============= Page layout ============= */
div.tplPge{
	min-width:900px;
	max-width:1200px;
	margin: 0px auto;
}
div.tplPgeFra{
	margin-bottom:5px;
}
div.tplColMid {
	left:230px;
}
div.tplColRgt {
	margin-left:-460px;
}
div.tplColPad {
	margin:0 5px 0 465px;
}
div#header{
	position: relative;
}
div#navigation {
	position: relative;
}
div#menu {
	width:225px;
	left:235px;
}
div#extras{
	width:225px;
	left:0px;
}
div#footer{
}
div.tplCoFra{
	min-height: 500px;
	padding: 0 10px 0px 10px;
	margin-bottom: 10px;
	overflow-x:auto;
}
/* ----- 1 and 2 col layout only ----- */
div.tplNoMenu div.tplColRgt {
	margin-left: -230px;
}
div.tplNoMenu div.tplColPad {
	margin-left: 230px;
}
div.tplNoExtras div.tplColRgt {
	margin-left: -230px;
}
div.tplNoExtras div.tplColPad {
	margin-left: 235px;
	margin-right: 0px;
}
div.tplNoExtras div#menu {
	left:5px;
}
div.tplNoSideBars div.tplColPad {
	margin-left: 0px;
	margin-right: 0px;
}

/* ============= General Page styles ============= */
body{
	font-family:sans-serif;
	font-size:12px;
	padding: 5px 7px 0 5px;
	margin:0px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border-width:0px;
}
ul,ol{
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	list-style-position: outside;
}
p{
	text-align: justify;
	margin: 2px 0 5px 0;
}
table{
	border-collapse: collapse;
}
q:before, 
q:after {
	content: "";
}

/* ============= Accessibility menu ============= */
ul#accessibility {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	width:auto;
	z-index:90;
	font-size:0.8em;
	top:5px;
	opacity: 0.1;
}
ul#accessibility:hover{
	opacity: 0.7;
}
ul#accessibility li{
	float: left;
	margin-right:10px;
}
ul#accessibility a:hover{
	text-decoration: none;
}

/* ============= Category menu ============= */

ul.outCat {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 6px 2px 3px 6px;
	padding-top:40px
}
ul.outCat li{
	display: inline;
	margin-right:10px;
}
ul.outCat .outCat_i{
	padding:4px 5px;
	font-weight: bold;
}
ul.outCat span.outCat_i{
	cursor: default;
}
ul.outCat a:hover{
	text-decoration: none;
}

/* ============= Top Nav menu ============= */
div#navigation ul.outNav {
	position: absolute;
	right:0px;
	bottom:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 5px 2px 3px 6px;
}
div#navigation ul.outNav li{
	float: left;
	margin-right:10px;
}
div#navigation ul.outNav .outNav_i{
	padding:2px;
	font-weight: bold;
}
div#navigation ul.outNav a:hover{
	text-decoration: none;
}
div#navigation ul.outNav span.outNav_i{
	display: inline;
}

/* ============= Bottom Nav menu ============= */
ul.outNav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0;
	padding: 0 10px 0 0;
	text-align: right;
}
ul.outNav li{
	display: inline;
	margin-left:10px;
}
ul.outNav span.outNav_i{
	visibility: hidden;
}

/* ============= Top back menu ============= */
div#navigation ul.outBk {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 5px 2px 3px 6px;
}
div#navigation ul.outBk li{
	display: inline;
	margin-right:10px;
}
div#navigation ul.outBk .outBk_i{
	padding:2px;
	font-weight: bold;
}
div#navigation ul.outBk a:hover{
	text-decoration: none;
}

/* ============= Left menu ============= */
ul.outMnu {
	list-style-type:disc;
	margin:0 0 10px 0;
	padding: 0px 0px 0px 15px;
}
ul.outMnuOneRoot {
	list-style-type:disc;
	padding: 0;
	padding-right:10px
}
ul.outMnu ul{
	list-style-type:disc;
	margin:0;
	padding: 0px 0px 0px 15px;
}
ul.outMnu li {
	margin-top:0.5em;
	color:#895894;
}
span.outMnu_i{
	color: gray;
}
ul.outMnu li.outMnu_sel_yes{
	color:#d9134e;
	list-style-type:square;
}
li.outMnu_sel_yes span.outMnu_i{
	color: #623e69;
}


/* ============= Base template Colors ============= */
/* ---------- html ---------- */
body{
	color:black;
	background-color:#f5f5f5;
}
a{
	color:#d9134e;
}
a:hover{
	color:#895894;
}
h1,h2,h3,h4,h5,h6{
	color: #623e69;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0.5em;
}

ul,ol{
	color:#d9134e;
}
li p,li div{
	color:black;
}
ol.footNotes *:target {
	background-color: #eeecdd; 
}
/* ---------- template ---------- */
div.tplPge{
	background-color: white;
}
div.tplPgeFra{
	-moz-box-shadow: 1px 1px 8px #888;
	-webkit-box-shadow: 1px 1px 8px #888;
	box-shadow: 0px 0px 5px #888;
	-moz-border-radius: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;
}
div#header{ /* Header */
	border: 1px solid #623e69;
}
a.rootLnk  {
	color:#d9134e;
	font-size:20px;
	letter-spacing:3px;	
}
a.rootLnk:hover {
	color:#895894;
	text-decoration: none;
}

div.tplFra{
	background-color: #623e69;
	border-left: 1px solid #623e69;
	border-right: 1px solid #623e69;
}
div#navigation{ /* Main nav bar */
	background:url(../img/tpl/bkNav.png) right bottom no-repeat #623e69;
}
div.tplColLft { /* Left column */
	background:#f3eef3;
}
div.tplColMid { /* Centre column */
	background:#fff;
}
div.tplColRgt { /* Right column */
	background:#ffffff;
}
div.tplCoFra{
/*	border-left:1px solid #895894;
	border-right:1px solid #895894;*/
}
div.tplNoMenu div.tplCoFra {
	border-left-width:0px;
}
div.tplNoExtras div.tplCoFra {
	border-right-width:0px;
}
div.tplNoSideBars div.tplCoFra {
	border-left-width:0px;
	border-right-width:0px;
}

/* ---------- menus ---------- */
ul#accessibility a{
	color:#623e69;
}
ul#accessibility a:hover{
	color:#668a5f;
}

ul.outCat li.outCat_sel_yes .outCat_i{
	background:url(../img/tpl/bkItemOnNav.png) top left repeat-x #ca1147;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border:2px solid white;
	padding-top:15px;
	color:white
}
ul.outCat .outCat_i{
	background:url(../img/tpl/bkItemNav.png) top left repeat-x #744a7d;
	color:#f2c3fd;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border:2px solid #896e8f
}
ul.outCat a.outCat_i:hover{
	background:url(../img/tpl/bkItemOverNav.png) top left repeat-x #895894;
	color:white;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border:2px solid #c49dcc;	
}

div#navigation ul.outNav .outNav_i{
	color:#895894;
}
div#navigation ul.outNav a.outNav_i{
	color:white;
}
div#navigation ul.outNav a.outNav_i:hover{
	background:#895894; 
	color:black;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

div#navigation ul.outBk .outBk_i{
	color:#895894;
}
div#navigation ul.outBk a.outBk_i{
	color:white;
}
div#navigation ul.outBk a.outBk_i:hover{
	background:#895894; 
	color:black;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

/* ---------- Content ---------- */
.noscript{
color:gray;
}
div#navigation .noscript{
color:white;
}

/* ============= Content styles ============= */
div#header{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	background: url("../img/tpl/bkHeaderRight.png") right bottom no-repeat white;
}
div#header,
div#menu{
	cursor: default;
}
div#header h1{
	font-size:150%;
	padding:0px;
	margin:0px;
	background: url("../img/tpl/bkHeader.png") 5px center no-repeat ;
	padding-top:43px;
	padding-bottom:43px;
	padding-left:240px;
	padding-right:170px;
}
div#extras,
div#menu{
	padding-top: 10px;
}
div#footer{
	background:white; 
	border-left: 1px solid #623e69;
	border-right: 1px solid #623e69;
	border-bottom: 1px solid #623e69;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
div#footer a{
	margin-right: 5px;
}
div#footer img{
	vertical-align: middle;
}
div.tplFootBanner{
	background:#623e69; 
	text-align: right;
	padding: 2px 0;
	color: white;
	font-size: 0.8em;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	cursor: default;
}
div.margin{
	background-color:#faf8e9; 
	padding: 3px;
	margin: 0px 4px 10px 4px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
}
.margin_ti{
	background-color:#895894;
	color:#FFFFFF;
	font-size:110%;
	padding:5px;
	margin:0;
	text-transform:uppercase;
	font-weight: bold;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
div.margin_co{
	font-size: 90%;
	padding: 0 2px;
	overflow: auto;
}
div.margin_co p{
	text-align: left;
}
table.docHead th{
	padding-right: 5px;
	text-align: right;
}
.event .tt_a{
	display: block;
}
.binCap{
	text-align: center;
	margin: 10px;
}
.binCap_ti{
	color:gray;
	font-style: italic;
}
.webCap{
	text-align: center;
	margin: 10px;
}
.webCap_ti{
	color:gray;
	font-style: italic;
}
div.margin_co .binCap,
div.margin_co .webCap{
	margin: 2px 0 3px 0;
}
.binImgInline{
	vertical-align: middle;
}

/* Internal links */
a.txt_ref_ul,
a.lnkBinWeb{
	background: url("../img/co/lnkInt.png") center right no-repeat;
	padding-right: 12px;
}
a.txt_ref_ul:hover,
a.lnkBinWeb:hover{
	background-image: url("../img/co/lnkIntOvr.png");
}
/* External links */
a.txt_url_ul,
li.outMnu_typ_ext a.outMnu_i,
li.outCat_typ_ext a.outCat_i span,
div.docUrl a{
	background: url("../img/co/lnkExt.png") center right no-repeat;
	padding-right: 12px;
}
a.txt_url_ul:hover,
li.outMnu_typ_ext a.outMnu_i:hover,
li.outCat_typ_ext a.outCat_i:hover span,
div.docUrl a:hover{
	background-image: url("../img/co/lnkExtOvr.png");
}

/* info tt anc */
span.txt_def_ul,
span.txt_doc_ul,
span.txt_ref_ul {
/*	background: url("../img/co/ttInfo.png") center left no-repeat;
	padding-left: 12px;*/
}
span.txt_def_act,
span.txt_doc_act,
span.txt_ref_act {
/*	background-image: url("../img/co/ttInfoAct.png");*/
}

/* Event lists */
.evtListEvt{
	list-style-image: url("../img/co/evt.png");
}
.evtListDesc{
	list-style-type:square;
}
a.event_closed{
	background: url("../img/co/clbClsSml.png") center left no-repeat;
	color: #623e69;
}
a.event_open{
	background: url("../img/co/clbOpnSml.png") center left no-repeat;
	color: #623e69;
}
a.event_closed:hover,
a.event_open:hover{
	text-decoration: none;
	color: #623e69;
}
.event {
	margin-bottom: 5px;
}
.event_ti {
	padding-left: 12px;
	color: #623e69;
}
.margin_co .event_ti {
	padding-left: 0;
}
.event_co {
	margin-bottom: 10px;
}
.event_co  li {
	list-style-image: none;
}

/* Bal ped */
.bkBase{
	margin: 1.5em 0em;
}
a.bkBase_closed{
	background: url("../img/co/clbClsLge.png") 4px center no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid  #895894;
	color: #623e69;
	min-height:16px;
}

a.bkBase_closed:hover{
	background: url("../img/co/clbClsLgeOvr.png") 4px center no-repeat;
}

a.bkBase_open{
	background: url("../img/co/clbOpnLge.png") left center no-repeat;
	padding-left: 18px;
	border-bottom: 1px solid  #d9134e;
	color: #d9134e;
	min-height:16px;
}

a.bkBase_open:hover{
	background: url("../img/co/clbOpnLgeOvr.png") left center no-repeat;
}

.bkEmphasis{
	border: 1px solid  #895894;
	background: #fff5e6;
	-moz-border-radius: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 #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	padding: 0.5em 0.5em 0.2em 0.5em;
}
.bkEmphasis .bkBase_ti{
	margin-top: 0;
}
.bkEmphasis .bkBase_co{
}
.margin_co .bkBase_ti{
	font-weight: bold;
	color: #623e69;
}


/* ---------- text ---------- */
.txt_tb{
	margin:auto;
	border:2px solid #d9134e;
	
}
.txt_tb caption{
	color: gray;
	font-style: italic;
}
.txt_tb td,
.txt_tb th{
	border:1px solid #d9134e;
}
.txt_tb thead{
	border-bottom:2px solid #d9134e;
}
.txt_tb tfoot{
	border-top:2px solid #d9134e;
}
.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:#623e69;
}
.lnkZoom {
	background: url("../img/co/lnkZoom.png") center no-repeat;
	display:inline-block;
	width: 22px;
	height: 12px;
	margin-left: 3px;
	margin-top:5px
}
.lnkZoom:hover {
	background-image: url("../img/co/lnkZoomOvr.png");
}
.lnkZoom span{
	display: none;
}

/* ---------- binary files lnks ---------- */
.lnkBin{
	padding-left: 15px;
	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");
}



/* ---------- tooltips ---------- */
.tt_a{
	color:#55365c;
	border-bottom:1px dotted #55365c
}

.tt_a:hover{
	cursor: pointer;
	color:#84548f;
	border-bottom:1px solid #84548f
}

.tt_act{
	color:#d9134e;
}
div.tt{
	font-size: 90%;
	border: 1px solid #623e69;
	background-color:white;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}
div.tt_ti{
	background-color:#623e69;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 15px 2px 2px;
}
.tt_x{
	display: block;
	width:14px;
	height:14px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: url("../img/co/ttCls.png") top left no-repeat;
}
.tt_x:hover{
	background-image: url("../img/co/ttClsOvr.png");
}
.tt_x span{
	display: none;
}
div.tt_co{
	padding: 5px;
}
div.tt_co p{
	margin: 0 0 2px 0;
	text-align: left;
}

span.ttEvt_a{
	color: #623e69;
}
span.ttEvt_act{
	color:#2f472b;
}
div.ttEvt_co{
	padding: 0 18px 0 0;
	background-color:#623e69;
}
div.ttExtCo {
	padding: 5px 5px 5px 5px;
	background-color: white;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
}
ol.footNotes{
	margin: 10px;
	border-top:1px dashed #808080;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 20px;
}
li.footNotes_it{
	margin-bottom: 10px;
	padding: 2px;
}
ol.footNotes p{
	margin: 0 0 5px 0;
}
div.footNotes_itti{
	font-weight: bold;
}
ol.footNotes .tt_x{
	display: none;
}

/* ---------- Gallery ---------- */
.scImgSep{
	display: none;
}
span.galPv{
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	margin: 2px;
	background-color: white;
}
a.galPvLnk:hover {
	opacity:0.8;
}
img.imgPv{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
div.scImgGalOver,
div.scImgZmOver{
	background-color: black;
}
div.scImgGalFra{
	background-color: white;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
div.scImgGalTi{
	font-style: italic;
	color: gray;
	cursor: default;
	font-size:12px;
}
div.scImgGalTbr span.scImgGalCount{
	font-style: italic;
	color: gray;
	cursor: default;
}
div.scImgGalTbr span{
	display: none;
	position: absolute;
}
div.scImgGalTbr a{
	display: block;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	position: absolute;
	bottom:3px;
}
a.scImgGalBtnPrv{
	background-image:url("../img/scImg/btnPrv.gif");
	left:330px;
}
a.scImgGalBtnPrv:hover{
	background-image:url("../img/scImg/btnPrvOvr.gif");
}
a.scImgGalBtnNoPrv{
	background-image:url("../img/scImg/btnNoPrv.gif");
	left:330px;
	cursor: default;
}
a.scImgGalBtnNxt{
	background-image:url("../img/scImg/btnNxt.gif");
	right:330px;
}
a.scImgGalBtnNxt:hover{
	background-image:url("../img/scImg/btnNxtOvr.gif");
}
a.scImgGalBtnNoNxt{
	background-image:url("../img/scImg/btnNoNxt.gif");
	right:330px;
	cursor: default;
}
a.scImgGalBtnCls{
	background-image:url("../img/scImg/btnCls.gif");
	right:5px;
}
a.scImgGalBtnCls:hover{
	background-image:url("../img/scImg/btnClsOvr.gif");
}
a.scImgGalBtnPse{
	background-image:url("../img/scImg/btnPse.gif");
	left:352px;
}
a.scImgGalBtnPse:hover{
	background-image:url("../img/scImg/btnPseOvr.gif");
}
a.scImgGalBtnPly{
	background-image:url("../img/scImg/btnPly.gif");
	left:352px;
}
a.scImgGalBtnPly:hover{
	background-image:url("../img/scImg/btnPlyOvr.gif");
}
/* ---------- animation ---------- */
div.scImgAnmCtrl{
	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;
	bottom:20px;
	left:50%;
	margin-left:-40px;
	height: 25px;
	width: 80px;
}
div.scImgAnmCtrl span{
	display: none;
	position: absolute;
}
div.scImgAnmCtrl a{
	display: block;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 4px;
}
a.scImgAnmBtnPrv{
	background-image:url("../img/scImg/btnPrv.gif");
	left:5px;
}
a.scImgAnmBtnPrv:hover{
	background-image:url("../img/scImg/btnPrvOvr.gif");
}
a.scImgAnmBtnNxt{
	background-image:url("../img/scImg/btnNxt.gif");
	right:5px;
}
a.scImgAnmBtnNxt:hover{
	background-image:url("../img/scImg/btnNxtOvr.gif");
}
a.scImgAnmBtnPse{
	background-image:url("../img/scImg/btnPse.gif");
	left:33px;
}
a.scImgAnmBtnPse:hover{
	background-image:url("../img/scImg/btnPseOvr.gif");
}
a.scImgAnmBtnPly{
	background-image:url("../img/scImg/btnPly.gif");
	left:33px;
}
a.scImgAnmBtnPly:hover{
	background-image:url("../img/scImg/btnPlyOvr.gif");
}


/* ---------- Options ---------- */
div.optContent{
	margin-top: 30px;
	border-top:1px dashed #333333;
}
/* ---------- optSerach ---------- */
div.searchFra{
	position: absolute;
	right: 5px;
	top: 25px;
	min-height: 16px;
	text-align:right
}
input.searchText{
	border: 1px solid #623e69;
	-moz-box-shadow: inset 0px 0px 3px #BBB;
	-webkit-box-shadow: inset 0px 0px 3px #BBB;
	box-shadow: inset 0px 0px 3px #BBB;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-radius: 3px;
	font-size: 0.9em;
}
a.searchSubmit{
	display: inline-block;
	vertical-align: text-top;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-image:url("../img/co/search.png");
	margin-left: 3px;
}
a.searchSubmit:hover{
	background-image:url("../img/co/searchOver.png");
}
a.searchSubmit span{
	display: none;
}
/* legal stuff */
div.tplFootBanner span.copyright {
	display: block;
	padding: 2px 0 0 5px;
	float: left;
}
div.tplFootBanner span.ttLegal_a {
	cursor:pointer;
	margin-right: 5px;
}
div.ttLegal_fra {
	border-top: 1px solid #623e69;
	border-left: 1px solid #623e69;
	border-right: 1px solid #623e69;
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px;
}
div.ttLegal_fra div.ttLegal {
	background-color: #FFF5E6;
	-moz-border-radius: 4px 0px 0px 0px;
	-webkit-border-top-left-radius: 4px;
	border-radius: 4px;
	opacity: 0.9;
}
div.ttLegal_fra div.ttLegal_ti {
	display:none;
}
div.ttLegal_fra div.ttLegal_co {
	padding: 3px;
	font-size: 0.8em;
	
}



