/*
Property of Laserfiche Web Development Team.
The contents of this document may not be reproduced without the author's consent.

   /||||||||			
 /||||||||||		
|||||				
||||||||||||
||||||||||||
|||||
|||||
|||||
|||||
|||||
||||
|||
*/





/* ######### CSS for left side Home Page tabs ######### */

.verttabs{
	padding: 0;
	margin: 0 0 0 12px;
	font-size: .75em;
	list-style-type: none;
	text-align: right;
	line-height: 1;
}

.verttabs li{
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;
}

.verttabs li a{
	text-decoration: none;
	padding: 7px 25px 5px 3px;
	color: #013658;
	display: block;
	border-bottom: 1px solid #eff6f8;
	line-height: 1.2em;
}

.verttabs li a:hover {
	color: #d15b05;
}

.verttabs li a.selected{
	color: #d15b05;
	font-weight: bold;
	background: url(/images/interface/bg-lefttabs.gif) no-repeat left top;
	border-bottom: 1px solid #c6dbe0;
}
.verttabs li a.selected:hover{
	border-right:none;
	margin-left: 0px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

/* ######### CSS for right side Home Page tabs ######### */

#htabcont-home {
	border-bottom: 2px solid #00709e;
	height: 24px;
}
.horiztabs-home {
	padding: 0px 0 0px 12px;
	margin: 0 ;
	list-style-type: none;
	line-height: 1;
	clear: both;
}

.horiztabs-home li{
	margin: 0;
	padding: 0;
	float: left;
}

.horiztabs-home li a{
	height: 18px;
	text-decoration: none;
	padding: 5px 10px 0 10px;
	color: #013658;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	border: 1px solid #86c1d9;
	border-bottom: none;
	background: #eff6f8;
	display: block;
	float: left;
	cursor: hand;
	cursor: pointer;
}

.horiztabs-home li a:hover, .horiztabs-home li a.selected{
	color: #ffffff;
	border: 1px solid #00709e;
	border-bottom: none;
	background: url(/images/interface/bg-hztab.gif) repeat-x left top #00709e;
}

.horiztabs-home li a.selected:hover{
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*---*/
#content #htabcont {
	border-bottom: 1px solid #86c1d9;
	height: 24px;
	margin-top:30px;
}
#content .horiztabs {
	padding: 0 0 0 5px;
	margin: 0px 0 0 0;
	list-style-type: none;
	line-height: 1;
	clear: both;
}

#content .horiztabs li{
	margin-left: 1px;
	padding: 0;
	float: left;
	background: none;
}

#content .horiztabs li a{
	height: 17px;
	text-decoration: none;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	display: block;
	float: left;
	background: url(/images/interface/bg-hztab.gif) repeat-x left top #00709e;
	color: #ffffff;
	border: 1px solid #00709e;
	border-bottom: none;
}

#content .horiztabs li a.selected{
	height: 19px;
	color: #007db1;
	border: 1px solid #86c1d9;
	border-bottom: none;
	background: url(/images/bg-tabselected.png) repeat-x left top #e9f5f8;
}
#content .horiztabs li a:hover {
	background-color: #E0EDF1;
}
/*#main .horiztabs li a{
	height: 18px;
	text-decoration: none;
	padding: 5px 10px 0 10px;
	color: #013658;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	border: 1px solid #86c1d9;
	border-bottom: none;
	background: #eff6f8;
	display: block;
	float: left;
}

#main .horiztabs li a.selected{
	color: #ffffff;
	border: 1px solid #00709e;
	border-bottom: none;
	background: url(/images/newsite/interface/bg-hztab.gif) repeat-x left top #00709e;
}
#main .horiztabs li a:hover {
	background-color: #E0EDF1;
}
*/
#content .horiztabs li a.selected:hover{
	text-decoration: none;
}



/* ######### CSS for left side tabs interior pages (like home page left tab style) ######### */

.verttabs-int{
	padding: 0;
	margin: 0 0 0 0px;
	font-size: .7em;
	list-style-type: none;
	text-align: left;
	line-height: 1;
}

.verttabs-int li{
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
}

.verttabs-int li a{
	text-decoration: none;
	padding: 8px 25px 6px 10px;
	color: #007db1;
	display: block;
	border-bottom: 1px solid #eff6f8;
	line-height: 1.2em;
	font-weight: bold;
	/*background: url(../../images/newsite/interface/arr-orange3.gif) no-repeat 8px 50%;*/
}

.verttabs-int li a:hover {
	color: #013658;
}

.verttabs-int li a.selected{
	
	color: #d15b05;
	font-weight: bold;
	background: url(/images/interface/bg-lefttabs.gif) no-repeat left top;
	border-bottom: 1px solid #c6dbe0;
}
.verttabs-int li a.selected:hover{
	border-right:none;
	margin-left: 0px;
	color: #d15b05;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

/* ######### BIG TABS ######### */

#content-full ul.bigtabnav {
	padding: 5px 0 5px 0px;
	margin: 0;
	font-size: .8em;
	list-style-type: none;
	width: 214px;
}
#content-full ul.bigtabnav li{
	display: block;
	padding: 3px 0 3px 0;
	margin: 0;
	background-image: none;
	width: 214px;
	height: 56px;
}
.bigtabnav a {
	color: #013658;
	display: block;
	width: 170px;
	height: 42px;
	padding: 10px 0 0 44px;
	text-decoration: none;
}
#content-full ul.bigtabnav li a#org {
	background: url(/images/interface/ico-organize.png) no-repeat 10px 50%; 
}
#content-full ul.bigtabnav li a#uni {
	background: url(/images/interface/ico-unify.png) no-repeat 10px 50%; 
}
#content-full ul.bigtabnav li a#acc {
	background: url(/images/interface/ico-accel.png) no-repeat 10px 50%; 
}
#content-full ul.bigtabnav li a#cap {
	background: url(/images/interface/ico-capture.png) no-repeat 10px 50%; 
}
#content-full ul.bigtabnav li a#int {
	background: url(/images/interface/ico-integ.png) no-repeat 10px 50%; 
}
#content-full ul.bigtabnav li.selected {
	background: url(/images/interface/bg-bigtabs-sel.png) no-repeat left 5px;
}
#content-full ul.bigtabnav li.selected a {
	color: #d15b05;
}
