﻿body
{
	visibility:visible
}
.i-grid
{
	width:100%;
}
.i-grid-header
{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	height:38px;
	background-color:#ddd;
	line-height:38px;
	
}
.i-grid-row
{
	height:22px;
	font-size:12px;
	line-height:22px;
	text-indent:1em;
	background-color:white;
}
.i-grid-row-alt
{
	background-color:#f5feee;
	
}
.i-cycle-container
{
	padding:0;
	margin:0;
	border:0;
	width:350px;
	height:350px;
}
.i-cycle-container .cycle
{
	text-align:center;
	background-color:#eee;
	
	width:332px;
	height:332px;
}
.i-cycle-container .cycle .item
{
	margin:15px;
	border:solid 1px #ccc;
	width:300px;
	height:300px;
	background-color:#fff;

}
.i-cycle-container .pager
{
	display:none;
	margin:5px;
}
.i-cycle-container .pager a
{
	padding:2px 5px;
	background-color:#eee;
	border:solid 1px #ccc;
	font-size:12px;
	margin-left:5px;
}
.i-cycle-container .pager a.activeSlide
{
	background-color:#ddd;
	color:Blue;
}
.i-cycle-container .cycle .item .content
{
	position:relative;
}
.i-cycle-container .cycle .item .title
{
	position:relative;

	width:100%;
	
	
}

/*tabs*/
.ui-tabs-hide {
display: none;
}



.i-tabs-style1  .tabs-nav{
float: left;
margin: 0 0 0 1px;
min-width: 84px; /* be nice to Opera */
}
.i-tabs-style1  .tabs-nav li
{
float:left;
display:block;
}
.i-tabs-style1 .tabs-nav a.title,  .i-tabs-style1 .tabs-nav a.title span {
display: block;
padding: 0 10px;
background: url(images/tabs-style1.png) no-repeat;
cursor:hand;
width:auto;
}
.i-tabs-style1 .tabs-nav a.title {
position: relative;
top: 1px;
z-index: 2;
padding-left: 0;
color: #27537a;
font-size: 12px;
font-weight: bold;
line-height: 1.2;
text-align: center;
text-decoration: none;
white-space: nowrap; /* required in IE 6 */    
}
.i-tabs-style1 .tabs-nav .ui-tabs-selected a.title {
color: #000;
}
.i-tabs-style1 .tabs-nav .ui-tabs-selected a.title, .tabs-nav a.title:hover, .tabs-nav a.title:focus, .tabs-nav a.title:active {
background-position: 100% -150px;
outline: 0; /* prevent dotted border in Firefox */
}
.i-tabs-style1 .tabs-nav a.title, .tabs-nav .ui-tabs-disabled a.title:hover, .tabs-nav .ui-tabs-disabled a.title:focus, .tabs-nav .ui-tabs-disabled a.title:active {
background-position: 100% -100px;
}
.i-tabs-style1 .tabs-nav a.title span {
width: 64px; /* IE 6 treats width as min-width */
min-width: 64px;
height: 18px; /* IE 6 treats height as min-height */
min-height: 18px;
padding-top: 6px;
padding-right: 0;
}
*> .i-tabs-style1 .tabs-nav a.title span { /* hide from IE 6 */
width: auto;
height: auto;
}
.i-tabs-style1 .tabs-nav .ui-tabs-selected a.title span {
padding-top: 7px;
}
.i-tabs-style1 .tabs-nav .ui-tabs-selected a.title span,  .i-tabs-style1 .tabs-nav a.title:hover span,  .i-tabs-style1 .tabs-nav a.title:focus span,  .i-tabs-style1 .tabs-nav a.title:active span {
background-position: 0 -50px;
}
.i-tabs-style1 .tabs-nav a.title span, .i-tabs-style1  .tabs-nav .ui-tabs-disabled a.title:hover span, .i-tabs-style1  .tabs-nav .ui-tabs-disabled a.title:focus span, .i-tabs-style1  .tabs-nav .ui-tabs-disabled a.title:active span {
background-position: 0 0;
}
.i-tabs-style1 .tabs-nav .ui-tabs-selected a.title:link, .i-tabs-style1  .tabs-nav .ui-tabs-selected a.title:visited, .i-tabs-style1  .tabs-nav .ui-tabs-disabled a.title:link, .i-tabs-style1  .tabs-nav .ui-tabs-disabled a.title:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor.. */
cursor: text;
}
.i-tabs-style1 .tabs-nav a.title:hover,  .i-tabs-style1 .tabs-nav a.title:focus, .i-tabs-style1  .tabs-nav a.title:active { /* @ Opera, we need to be explicit again here now.. */
cursor: pointer;
}
.i-tabs-style1 .tabs-nav .ui-tabs-disabled {
opacity: .4;
}
.i-tabs-style1 .ui-tabs-panel
{
clear:both;
border: 1px solid #97a5b0;
padding:1px;
background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
width:100% !important;

}
/*tabs -2*/
.i-tabs-style2 .tabs
{
	position:relative;
}
.i-tabs-style2  ul.tabs-nav{
padding: 3px 0 0 0;
margin:0;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
margin-bottom:0;
height:1%;
position:relative;
z-index:1;
}
.i-tabs-style2  ul.tabs-nav li
{
list-style: none;
margin: 0;
padding:0;
border:0;
display: inline;
}
.i-tabs-style2 .tabs-nav a.title{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
font-size:12px;
}
.i-tabs-style2 .tabs-nav a.title:link{ color: #448;}
.i-tabs-style2 .tabs-nav a.title:visited{ color: #667;}
.i-tabs-style2 .tabs-nav a.title:hover
{
color: #000;
background: #AAE;
border-color: #227;
 border-bottom-color:transparent;
}
.i-tabs-style2 .ui-tabs-panel
{
position:relative;
clear:both;

border: 1px solid #778;

background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
width:100% !important;
padding:0;
margin:0;
padding-top:5px;
z-index:0;
top:-1px;

}
.i-tabs-style2 .ui-tabs-selected a.title
{
background: white;
padding-bottom:4px;
}

/*tabs -3*/


.i-tabs-style3
{ 
width:100%;
background:#F4F7FB;
font-size:93%;
}
.i-tabs-style3  ui.tabs-nav{
margin:0;
padding:10px 10px 0 50px;
list-style:none;
height:1%;
position:relative;
}
.i-tabs-style3  .tabs-nav li
{
list-style: none;
margin: 0;
padding:0;
display: inline;
font-size:12px;
position:relative;
}
.i-tabs-style3 .tabs-nav a.title{
float:left;
background:url("images/tabs-style3-left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
cursor:pointer;
position:relative;
}
.i-tabs-style3 .tabs-nav a.title span
{
float:left;
display:block;
background:url("images/tabs-style3-right.gif") no-repeat right top;
padding:5px 15px 3px 6px;
color:#627EB7;
font-size:12px;
position:relative;
}
.i-tabs-style3 .tabs-nav a.title:link{ color: #448;}
.i-tabs-style3 .tabs-nav a.title:visited{ color: #667;}
.i-tabs-style3 .tabs-nav a.title:hover
{
background-position:0% -42px;
}
.i-tabs-style3 .tabs-nav a.title:hover span
{
background-position:100% -42px;
color:#627EB7;
}

.i-tabs-style3 .ui-tabs-panel
{
clear:both;
border:1px solid #BCD2E6;
padding:5px 8px;



}
.i-tabs-style3 .ui-tabs-selected a.title
{
background-position:0% -42px;
top:1px;

}
.i-tabs-style3 .ui-tabs-selected a.title span
{
background-position:100% -42px;
padding:5px 15px 4px 6px;

}
/*tabs -4*/

.i-tabs-style4
{ 


}
.i-tabs-style4  ul.tabs-nav{
margin:0;

list-style:none;
height:1%;
float:left;

font-size:93%;
line-height:normal;

position:relative;
width:100%;
z-index:2;
}
.i-tabs-style4  .tabs-nav li
{
list-style: none;
margin: 0;
padding:0;
display: inline;
font-size:12px;
position:relative;
}
.i-tabs-style4 .tabs-nav a.title{
float:left;
background:url("images/tabs-style4-left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
cursor:pointer;
position:relative;
top:1px;
}
.i-tabs-style4 .tabs-nav a.title span
{
float:left;
display:block;
background:url("images/tabs-style4-right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666;
font-size:12px;
position:relative;
}
.i-tabs-style4 .tabs-nav a.title:link{ color: #448;}
.i-tabs-style4 .tabs-nav a.title:visited{ color: #667;}
.i-tabs-style4 .tabs-nav a.title:hover
{
background-position:0% -42px;
}
.i-tabs-style4 .tabs-nav a.title:hover span
{
color:#FFF;
background-position:100% -42px;
}

.i-tabs-style4 .ui-tabs-panel
{
clear:both;
border:1px solid #666;

padding:5px 8px;



}
.i-tabs-style4 .ui-tabs-selected a.title
{
background-position:0% -42px;
top:1px;
}
.i-tabs-style4 .ui-tabs-selected a.title span
{
background-position:100% -42px;
padding-bottom:5px;
}
/*tabs5*/
.i-tabs-style5 {

}
.i-tabs-style5 ul.tabs-nav {
margin:0;
list-style:none;
display:block;
position:relative;
}
.i-tabs-style5 .tabs-nav li {
display:inline;
margin:0;
padding:0;
position:relative;
}
.i-tabs-style5 .tabs-nav a.title {
float:left;
background:url("images/tabs-style5-left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
position:relative;
}
.i-tabs-style5 .tabs-nav a.title span {
float:left;
display:block;
background:url("images/tabs-style5-right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#E4D6CD;
font-size:12px;
position:relative;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.i-tabs-style5 .tabs-nav a.title span {float:none;}
/* End IE5-Mac hack */
.i-tabs-style5 .tabs-nav a.title:hover span {
color:#FFF;
}
.i-tabs-style5 .tabs-nav a.title:hover {
background-position:0% -42px;
}
.i-tabs-style5 .tabs-nav a.title:hover span {
background-position:100% -42px;
}

.i-tabs-style5 .ui-tabs-selected  a.title {
background-position:0% -42px;
top:1px;
}
.i-tabs-style5 .ui-tabs-selected  a.title span {
background-position:100% -42px;

}

.i-tabs-style5 .ui-tabs-panel
{
	border:1px solid #C2BDAE;
	clear:both;
	padding:1px;
width:100% !important;
}
/*accordion 1*/


.i-accordion-style1  {
	width:100%;
	font-family: verdana;
	border: 1px solid black;
}
.i-accordion-style1 div {
	background-color: #eee;
}

.i-accordion-style1 p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}

.i-accordion-style1 a.title {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	font-size:12px;

	background-image: url("images/accordion-style1-normal.gif");
	width:100%;
	height:29px;
	line-height:28px;
}
.i-accordion-style1 a.title span
{
	padding:5px;

}
.i-accordion-style1 a.title:hover {
	background-color: white;
	background-image: url("images/accordion-style1-active.gif");
}
.i-accordion-style1 a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("images/accordion-style1-active.gif");
}

.i-accordion-style1  .content,.i-accordion-style1  .title
{
	clear:both;
}

/*accordion 2*/

.i-accordion-style2 {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:100%;
}
.i-accordion-style2 a.title{
	cursor:pointer;
	
	background:#5263AB url(images/accordion-style2-collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	
	text-indent:14px;
	text-decoration: none;
	font-size:12px;
	width:100%;
	border:1px solid #CCCCCC;
	height:22px;
	line-height:22px;

}
.i-accordion-style2 a.title span
{
	
}
.i-accordion-style2 a.title:hover {
	color:#FFFF99;
}
.i-accordion-style2 a.selected {
	background-image: url(images/accordion-style2-expanded.gif);
}
.i-accordion-style2 a.current {
	background-color:#FFFF99;
}
.i-accordion-style2  .content
{
	clear:both;
}

.i-accordion-style2  .content,.i-accordion-style2  .head
{
	clear:both;
}
/*accordion 3*/

.i-accordion-style3{
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:100%;
}
.i-accordion-style3 a.title:link,.i-accordion-style3 a.title:hover,.i-accordion-style3 a.title:visited {
	cursor:pointer;
	border:1px solid #CCCCCC;
	color:white;
	display:block;
	font-weight:bold;
	margin:0px;
 
	text-indent:14px;
	text-decoration: none;
	background-color:#99CD00;
	font-size:12px;
	width:100%;
	height:22px;
	line-height:22px;

}
.i-accordion-style3 a.title:hover {
	color:#FFFF99;
}
.i-accordion-style3 a.selected {
	background-color:#00CCFF;
	color:White;
}

.i-accordion-style3  .content,.i-accordion-style3  .head
{
	clear:both;
}
/*accordion4*/

.i-accordion-style4{
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:100%;
}
.i-accordion-style4 a.title:link,.i-accordion-style4 a.title:hover,.i-accordion-style4 a.title:visited {
	cursor:pointer;
	border:1px solid #CCCCCC;
	color:white;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:14px;
	text-decoration: none;
	background-color:#2E4D7B;
	font-size:12px;
	width:100%;
	height:22px;
	line-height:22px;

}
.i-accordion-style4 a.title:hover {
	color:#FFFF99;
}
.i-accordion-style4 a.selected {
	background-color:#5078B3;
	color:White;
}

.i-accordion-style4  .content,.i-accordion-style4  .head
{
	clear:both;
}
/*accordion 5*/

.i-accordion-style5{
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:100%;
	height:1%;
	
}
.i-accordion-style5 a.title:link,.i-accordion-style5 a.title:hover,.i-accordion-style5 a.title:visited {
	cursor:pointer;
	color:black;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:14px;
	text-decoration: none;
	background-image:url(images/accordion-style5-bg.gif);
	 background-position:0 -9px;
	 border-bottom:solid 1px #99bbe8;
	 padding:4px 0px 3px 0px;
	 font-family: arial, sans-serif;	
	 font-size: 11px;	
	 width:100%;
	 height:22px;
	 line-height:22px;

}
.i-accordion-style5 a.title:hover {
	
}
.i-accordion-style5 a.selected {
 
}
.i-accordion-style5 a.title span
{
	float:left;
}
.i-accordion-style5 a.title span.ui-accordion-right
{
	background:url(images/accordion-style5-max.gif) no-repeat center center;
	display:block;
	width:30px;
	height:15px;
	float:right;
}
.i-accordion-style5 a.selected span.ui-accordion-right
{
		background:url(images/accordion-style5-min.gif)  no-repeat center center;

}
.i-accordion-style5  .content,.i-accordion-style5  .head
{
	clear:both;
}