/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
body#bd {
	background: none repeat scroll 0 0 #FFFFFF;
   color: #505B66;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
	line-height:18px;
    padding: 0;
}
#tx-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	background:#fff url(../images/bg-header.gif) repeat-x top;
}
.tx-container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* Grid Global
-----------------------------------------------------------------------*/
.tx-grid-top,
.tx-grid-header,
.tx-grid-banner,
.tx-grid-user,
.tx-grid-pathway,
.tx-grid-bottom,
.tx-grid-footer,
.tx-grid1,
.tx-grid2,
.tx-grid3,
.tx-grid4,
.tx-grid5,
.tx-grid6,
.tx-grid7,
.tx-grid8,
.tx-grid9,
.tx-grid10,
.tx-grid11,
.tx-grid12,
.tx-grid13,
.tx-grid14,
.tx-grid15,
.tx-grid16,
.tx-grid-box,
.tx-grid-cat {
	display: inline;
	float: left;
	position: relative;
}
.tx-grid1 {
	width: 940px;
	margin: 0 10px;
}
.tx-grid-pathway {
	margin: 0 10px;
}
.tx-grid-boxwrap,
.tx-grid-catwrap {
	width: 100%;
	clear: both;
	display: inline-block;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.tx-module h3 {
	border-bottom: 1px solid #DEDEDE;
    color: #5D3166;
    font-weight: 100;
	font-weight:100;
		font-family:Helvetica,Arial,sans-serif;
	    margin: 0 0 5px;
		font-size:18px;
	padding:0 0 4px 0;
	text-transform:capitalize;
}

.tx-module {
	margin-bottom:20px;
}



/* Main menu */
.tx-grid-menu {
	width: 100%;
	display: inline-block;
}
#tx-submenudrop {
	background: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	height: 30px;
	width: 100%;
	display: inline-block;
}
#tx-submenu {
	height: 30px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #DDDDDD;
}
/* End main menu */
#tx-colleft {
	display: inline;
	float: left;
	position: relative;
	margin: 0px;
	overflow:hidden;
	border: 2px solid #DEDEDE;
    padding: 10px !important;
    width: 176px !important;
}
#tx-colcontent {
	display: inline;
	float: left;
	position: relative;
	margin: 0px 20px;
	min-height:350px;	
	width:530px;
}
#tx-colright {
	display: inline;
	float: left;
	position: relative;
	margin:0px;
	background: url("../images/bg-sidebar-right.png") no-repeat scroll left top #FFFFFF;
	overflow:hidden;
	width:230px;
	min-height: 400px;
}

.sidebar-right-inner{
	background: url("..//images/bg-sidebar-right-inner.png") no-repeat scroll left bottom transparent;
	padding: 10px 15px 10px 15px !important;
}
.tx-colright {
    
}
#tx-content{
	padding:20px 0;
}	
/* Clearfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}
input[type ^= text],
input[type ^= password] {
	margin:5px 0;
	height:18px;
}
.tx-module input[type ^= text],
.tx-module input[type ^= password]{
	width:160px;
	line-height:18px;
	display:block;
}	
/*--form-login--*/

#form-login input[type ^= checkbox], #form-login input[type ^= submit]{
	margin:5px 0;
}

#modlgn-remember{
	vertical-align:middle;
}		
#login-form input.button{
	margin:5px 0;
}	

/*(=============Start template prisminel==============)*/
/*--start top--*/
.tx-grid-top1{
	float:left;	
	padding:2px 0;
}

.tx-grid-top2{
	float:right;	
    background-color: #5D3166;
    color: #FFFFFF;
	padding: 7px 12px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	*width: 360px;
}


.tx-grid-top2 input[type="text"]{
	width:146px;
	height:21px;
	border:none;
	line-height:21px;
	background:url(../images/search-input.jpg) no-repeat;
	vertical-align:top;
	margin:0px;
	color: #4D4D4D;
	padding-left:5px;
	border-top-left-radius: 5px;
	outline:none;
border-bottom-left-radius: 5px;
}
.tx-grid-top2 input[type="submit"]{
	background:url(../images/search-button.jpg) no-repeat;
	width:24px;
	height:21px;
	vertical-align:top;
	border:none;
	text-indent:-99999px;
		border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	*color:#ccc;
	cursor:pointer;
}	
.tx-grid-top2 input[type="text"]:focus{
	border:none;
}		
	

.tx-grid-top2 ul li {
    display: inline;
	margin:0 2px;

	
}
.tx-grid-top2 ul {
    color: #E6E6E6;
    display: inline;
    float: left;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
}
.tx-grid-top2 ul a {
    color: #FFFFFF;
	text-decoration:underline;
}
.tx-grid-top2 ul a:hover {
    color: #E6E6E6;
    text-decoration: underline;
}

#search_basic.searchform {
    background: url("/themes/global/default/normal/images/search_gradient.gif") repeat-x scroll left bottom #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
}

#search_basic.searchform input[type="submit"] {

    background: url("/themes/global/default/normal/images/icons/searchbtn_16.png") no-repeat scroll center center transparent;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    float: left;
    height: 19px;
    opacity: 0.6;
    padding: 9px 11px;
    width: 19px;
}

.tx-grid-top2 .moduletable{
	float:right;
}	

/*--End top--*/
.tx-grid-login {
    background: none repeat scroll 0 0 #265D79;
	height:30px;
	line-height:30px;
	text-align:right;
}

.tx-grid-login ul li {
    color: #F2F2F2;
    display: inline;
    margin-left: 3px;
    position: relative;
}
.tx-grid-login a{
	color:#B1BBBF;
	text-decoration:none;
}	
.nav_shadow {
    background: url(../images/bg_navshadow.png) repeat-x scroll 0 0 transparent;
    height: 5px;
    position: relative;
    z-index: 30;
}

/*--start main--*/
#tx-main{
    background: url(../images/bg-main.gif) repeat-x scroll 0 0 #FFFFFF;
}
/*--end main--*/


/*--start bottom--*
.tx-grid-bottom1{
	float:left;
	width:700px;
	margin-left:40px;
}
.tx-grid-bottom2{
	float:right;
	margin-right:20px;
	margin-top:12px;
}		
.tx-grid-bottom-wrap  {
    background: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6) repeat scroll 0 0 transparent;
    border: 1px solid #E6E6E6;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
    padding:12px 0;
    overflow: hidden;

    width: 938px;
}

.tx-grid-bottom2 a:hover{
    opacity: 0.7;
	text-decoration:none;
}

.tx-grid-bottom2 a:hover {
    color: #4D4D4D;
}
.tx-grid-bottom2 a{
    background: url(../images/logo_footer.png)  no-repeat; 
	width:125px;
	text-indent:-99999px;
	height:47px;
	display:block;
}
.tx-grid-footer{

    color: #808080;
    font-size: 10px;
    padding:40px 0 15px 0;
	
}	
/*--end bottom--*/



.tx-grid-footer{
	background: url("../images/bg-footer.gif") no-repeat scroll left top transparent;
	margin-bottom:15px;
	height:98px;
	color: #505B66;
	text-align:center;
}
.tx-grid-footer .moduletable{
	padding: 20px 20px 0 20px;
}	
#tx-main .tx-container {
    background: url(../images/bg-main-inner.gif) repeat-x  top #FFFFFF;
    margin: 0 auto;
    padding: 45px 20px 25px 20px;
    width: 1000px;
}
#tx-main .tx-container2 {
    background: url(../images/bg-main-inner.gif) repeat-x  top #FFFFFF;
    margin: 0 auto;
    padding: 10px 20px 25px 20px;
    width: 1000px;
}



/*--Start slideshow--*/
.tx-grid-slideshow .jdSlideshow{
	position:relative;
	width:530px;
	border: 2px solid #265D79;
}	
.tx-grid-slideshow {
	padding-bottom:20px;
}	
.tx-grid-slideshow  h3{
	background: url("../images/bg-h2-logo.gif") no-repeat scroll left top transparent;
    border: medium none;
    padding: 5px 0 10px 35px;
	color: #5D3166;
	font-weight: 100;
	font-size:18px;
}	
.tx-grid-slideshow .ja-slide-buttons .ja-slide-prev 	{	
	position:absolute;
	top:113px;
	background:url(../images/prev.png) no-repeat;
	width:35px;
	height:60px;
	text-indent:-99999px;
	left:-2px;
	z-index:10;
        display: none;
	
}	
.tx-grid-slideshow .ja-slide-buttons .ja-slide-next  	{	
	position:absolute;
	top:113px;
	background:url(../images/next.png) no-repeat;
	width:35px;
	right:-4px;
	height:60px;
	text-indent:-99999px;
	margin:0px;
	padding:0px;
	z-index:10;
        display: none
}
.tx-grid-slideshow .ja-slide-buttons .ja-slide-prev:hover 	{	
	background:url(../images/prev.png) no-repeat;
}
.tx-grid-slideshow .ja-slide-buttons .ja-slide-next:hover 	{	
	background:url(../images/next.png) no-repeat;
}	
.ja-slide-buttons .ja-slide-stop,
.ja-slide-buttons  .ja-slide-playback,
.ja-slide-buttons  .ja-slide-play,
.gm-grid1-wrap .ja-slide-prev span,
.ja-slide-buttons .ja-slide-next span,
.ja-slide-thumbs-handles
{
	display:none;
}	
.ja-slide-desc{

	margin-left:70px;
	margin-right:40px;
}	
.ja-slide-desc img{
	margin-right:50px;
}	


.ja-slide-thumbs-handles span{
	background:url(../images/number.png) no-repeat;
	width:10px;
	height:11px;
	cursor:pointer;
}
.ja-slide-thumbs-handles span.active,
.ja-slide-thumbs-handles span:hover
{
	background:url(../images/number-active.png) no-repeat;
}
.ja-slide-thumbs-wrap{

	
}	
.ja-slide-thumbs, .ja-slide-thumbs-mask{
	display:none;
}	

.ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles{	
	width:980px;
	z-index:10;
}	
.ja-slide-thumbs-wrap{
	position:absolute;
	left:0px;
	bottom:20px;
}	
.maskDesc{
	z-index:2;
}	
.ja-slide-desc{
	height:290px;
	margin:0px;
}	
.ja-slide-desc a{
	display:block;
	height:290px;
	text-indent:-99999px;
}	

.jdSlideshow a.right, .jdSlideshow a.left {
    cursor: pointer;
    height: 60px;
    display: none;
    position: absolute;
    width: 35px;
    z-index: 10;
	right:0px;
	top:110px;
	background:url(../images/prev.png) no-repeat
}
.jdSlideshow a.right {
	background:url(../images/next.png) no-repeat
}
.jdSlideshow a.left{
	left:0px;
}	
/*--End slideshow--*/




.views-field-title {
    font-size: 14px;
    font-weight: bold;
}

.moduletable-boder{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #DEDEDE;
}	
.login-mid  .remember{
	width:322px;
	margin-top:10px;
}	
.login-mid input[type="text"],
.login-mid input[type="password"]
{
	width:220px;
	border:1px solid #ccc;
	padding:0 0 0 5px;
	height:18px;
	line-height:18px;
}	
.login-mid label{
	width:90px;
	display:inline-block;
}	
.login-mid button[type="submit"]{
	cursor:pointer;
}

.tx-grid-login li{
	background:url(../images/separator1.jpg) left no-repeat;
	padding-left:5px;
}	
.tx-grid-login li.first{
	border:none;
	background:none;
}		

.tx-grid-bottom1 .footer-text {

margin: 0px 0 0 0;
padding: 10px 20px 0 20px;
text-align:center;
}

.login-top{
	background-image: url("../images/top.gif");
    background-position: left top;
    border: 0 none;
    font-size: inherit;
    height: 20px;
    padding: 9px 0 0 15px;
    width: 485px;
}
.login-bottom{

	background:url(../images/login-bottom.jpg) bottom no-repeat;
    width: 500px;
	height:14px;
	display:none;
}	

.login-mid {
    background-color: #FFFFFF;
    background-image: url("../images/middle.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding: 15px 15px 5px;
    width: 468px;
	border-bottom:1px solid #e6e6e6;
	border-radius:0 0 7px 7px;
}

.login-mid input[type="text"], .login-mid input[type="password"] {
    background-color: #F7F7F7;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 19px;
    padding: 3px 3px 3px 5px;
}
.login-mid  input[type="submit"],

.login-mid  button[type="submit"]
{
	background: -moz-linear-gradient(center top , #EEEEEE, #DEDEDE) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-weight: bold;
    padding: 6px 8px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: capitalize;
	cursor:pointer;
	
}	
.login-mid login input[type="submit"]{
	float:right;	
}
.remind h2 {
    color: #505B66;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
#member-registration button[type="submit"]{
background: -moz-linear-gradient(center top , #EEEEEE, #DEDEDE) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-weight: bold;
    padding: 6px 8px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: capitalize;
	cursor:pointer;
	margin-left:208px;
}
.login-mid .remind  button[type="submit"]{
	margin-left:0px;
	margin-bottom:20px;
}	
.login-mid  button[type="submit"]:hover,
#member-registration button[type="submit"]:hover
{
background: none repeat scroll 0 0 #EEEEEE;
}

.tx-module .search input#mod_search_searchword {
	margin: 0 5px 0 0;
	display:inline;
	width: 98px;
}
.tx-module .search input[type="submit"] {
	padding:1px 6px;
	cursor:pointer;
}


/*--start login--*/
.left_col {
    float: left;
    min-height: 150px;
    padding: 2px;
    width: 200px;
}

.right_col {
    float: right;
    min-height: 150px;
    padding: 2px;
    width: 200px;
}
.infoBox_top, .infoBox .top {
    background: url("../images/infoBox_top.png") no-repeat scroll left top transparent;

    padding: 10px 0 0 15px;
    width: 200px;
}
.infoBox_middle, .infoBox .middle {
    background: none repeat scroll 0 0 #6E6E6E;

	width:200px;
	padding-bottom:10px;
	color:#fff;

}

	
.infoBox_bottom, .infoBox .bottom {
    background: url("../images/infoBox_bottom.png") no-repeat scroll left top transparent;

    font-size: 0;
    height: 10px;
    line-height: 0;
    width: 200px;
}

.login-form {
    min-height: 150px;
    padding: 2px;
    width: 500px;
	margin-left:15px;
}
.infoBox .marketing {
    color: #F2F2F2;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 15px;
}
.right_col h6{
	font-size:12px;
	margin-top:20px;
	font-family:Helvetica,Arial,sans-serif;
}

.right_col h6 a, .login-form a{
	color:#0079BD;	
}	

.right_col  h2 {
    color: #B1BBBF;
    margin: 0 6px 8px 0;
    text-transform: capitalize;
	line-height:24px;
	font-size: 18px !important;
}
.infoBox .marketing a {
    color: #C7DEF0;
}

#member-registration a{
	text-decoration:none;
}
#member-registration label {
    font-size: 15px;
    min-height: 16px;
    text-align: right;
    width: 170px;
	display:inline-block;
	padding-right:30px;
    color: #4D4D4D;

}	
#member-registration input[type="text"], #member-registration input[type="password"],

 #member-registration input[type="email"],
 .remind input[type="email"]
 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E6E6E6;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
    height:24px;
    outline: medium none;
    padding:0 0 0 5px;
	line-height:24px;
	
	margin:0px 0 10px 0;
    width: 260px;
}
#member-registration fieldset{
	margin:0px;
	padding:0px;
}	
#member-registration dd{
	margin-bottom:10px;
}	

.create, .extrabarb , .mod-articles-category-date, .infobar .extrabar{
	color: #BBBBBB;
    font-style: italic;
	margin-bottom:15px;
	font-size:12px;
}

#tx-grid-tab .extrabar{
	margin-bottom:10px;
}	
.tx-wrapper .tx-grid-slideshow,
.tx-wrapper #tx-grid-tab
{
	display:none;
}	

.blog .items-row{
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}	


/*--end login--*/


tr.even, tr.odd {
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.1em 0.6em;
}
table {
    border-collapse: collapse;
}
table.sticky-table td, table.sticky-table th {
    padding: 5px 10px;
}

.category-module #page_navigation{	
	width:450px;
	margin-left:30px;
}	
.category-module #page_navigation a{
	border:none;
	text-decoration:underline;
	margin:0 7px !Important;
	float:left;
}

.category-module #page_navigation .active_page {
background:none;
color:#505B66 !important;font-weight:bold;
text-decoration:none;
}	 

.toolcontent h2 a.mod-articles-category-title {
	font-size:14px;
	line-height:20px;
}		
.highlight {

	background: #265D79 !important;
	color:#fff !important;

}

#tx-content .left-login,
#tx-content .right-login
{
	width:200px !important;;
	border:none !important;
	padding:0px !important;
	background:none !important;
}
#tx-content .left-login{
	margin-left:15px;
}	

#tx-content .right-login .sidebar-right-inner{
	width:200px;
	padding:0px !important;
	background:none ;
}	
.left-colum, .right-colum
{
	display:none;
}	

.infoBox h6{
	margin:0px;
}	

.tx-module-login-wrap{
	margin-bottom:20px;
}

.moduletable-nobackground .top{
	background:none;
}	
.moduletable-nobackground .middle{
	background:none;
}		
.moduletable-nobackground .bottom{
	background:none;
}	

.tx-module-login-wrap h6{
	font-size:12px;
	font-family: Helvetica,Arial,sans-serif;
}	
.tx-module-login-wrap h6 a{
	color:#0079BD;
}	
.tx-module-login-wrap h6 a:hover{
	color:#505B66;
}

.componentheading1{
	display:none;
}

.tx-module-login  h2{
	color: #B1BBBF;
	margin: 0 6px 8px 0;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 18px !important;
}
#page_navigation{
	text-align:center;
	margin-top:15px;
}	
#page_navigation a{
	display:inline !important;
	margin:0 7px;
	color: #000 ;
}	

.jv_default_conten_wrap ul li {
    border-bottom: 1px solid #DEDEDE;
    font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 10px !important;
    padding: 0 0 10px;
}
.jv_default_conten_wrap h3 {
    font-size: 14px !important;
}

.tx-grid-slideshow .withArrows a.open {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 99%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.blog .article_row {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tx-module .search input[type="submit"] {
	*width:60px;
}

#tx-grid-tab #page_navigation a, #page_navigation .active_page{	
	border:none;
	background:none;
	color: #265D79;
	margin:0 5px;
	text-decoration:underline;
}	
 #tx-grid-tab #page_navigation .active_page{	
 	font-weight:bold;
	text-decoration:none;
	color: #505B66 !important;
}	

#tx-grid-tab div.egditem{
	border-bottom:1px solid #DEDEDE;
	padding-bottom:10px;
}	

.blog .st_sharethis{
	display:none;
}
.blog.free-resources .free-resources{
	border-bottom:none;
	padding-bottom:0px;
}	

.border{
	border-bottom:1px solid #DEDEDE;
	padding-bottom:15px;
}
#tx-colright{
	line-height:16px;
}	

.blog .createdby{
	display:none;
}	
.createdby{
color: #BBBBBB;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
}

	
/*(=============End template prisminel==============)*/
