﻿
/* $Header-Fragments
/******************************/



.header-fragments {background:transparent url(images/bgOFF.gif) repeat-x top left;border-top:0px solid #fff; width:100%;}

.fiji-header-fragment-inner { position: relative; margin: 0 auto; width: 1000px; }

.fiji-header-fragment-outer.fiji-top-bar {  width: 1000px; height: 25px;  margin:0px auto; padding:0;  background:#fffff; z-index:2;}

/* $Search
/******************************/
.header-fragment.search { position: absolute; top: -44px; right: 0;  }

.header-fragment.search fieldset{position: absolute; border: none; margin: 0; padding: 0; margin-left:-300px;}
.header-fragment.search ul.field-list { list-style: none; margin: 0; padding: 0; overflow: hidden; background: url(images/searchinput_bg.png) no-repeat top left; height: 26px; width: 299px }
  .header-fragment.search .field-item { display: block; float: left; margin: 0; padding: 0;} 
  .header-fragment.search .field-item-input input { border: none; display: block; padding: 6px 5px 0 5px; margin-left: 10px; width: 250px; height: 18px; color: #333; font-size: 11px; background: none; cursor: auto}
  .header-fragment.search .internal-link.search-options { display: block; border: none; background: transparent; background: url(images/searchbgbutton.png) no-repeat top right; height: 24px; width: 29px; cursor: pointer; text-decoration: none;  }
  .header-fragment.search .internal-link.search-options.active { background-image: url('images/searchbgbuttonactive.png'); }
  
.menu.search-content { background: #e3e3e3 url('images/search-popup-background.png') no-repeat left top; padding: 10px;  border: none; border-bottom: solid 1px #dddde0; color: #333; width: 220px; margin-top: 5px; }
	.menu.search-content a { color: #333; font-weight: bold }
	.menu.search-content .content-list-name { padding: 4px 0 4px 0; font-size: 12px; }
	.menu.search-content .content-list-footer { margin-bottom: 1.65em; }
	.menu.search-content .content-list li.content-item { padding: 3px 0; border-top: dotted 1px #40535C; margin: 0; }
	.menu.search-content li.content-item .content-list-header { padding-top: 0px; }
	.menu.search-content .internal-link.search { margin: 1.65em 0; display: block; }
	.menu.search-content .message.norecords { background-color: Transparent; border-width: 0; margin: 0; color: #333; }
	.menu.search-content .message.loading { background-color: Transparent; border-width: 0; margin: 0; color: #333; background: url('images/spinner.gif') no-repeat left center; height: 16px; text-indent: 10px; padding: 12px; }
	.menu.search-content .message.error { background-color: Transparent; border-width: 0; margin: 0; color: #333; }
	
.menu.search-content.options { background-image: url('images/search-options-popup-background.gif'); }
	.menu.search-content.options .field-list-description { padding: 4px 0 4px 0; font-size: 12px; color: #f90; text-transform: uppercase; margin: 0; }
	.menu.search-content.options UL.field-list { border-top: dotted 1px #40535C; }
	.menu.search-content.options .field-item { position: relative; padding-left: 20px; }
	.menu.search-content.options .field-item-input { position: absolute; left: 0; top: 3px; }
	
/* IE6 mistakes .header-fragment.search for .header-fragment .search; The following selector reverses the mistaken css application */ 


.header-fragment input.search { position: static; top: 0 } 

/* $Favorite-Places         
/******************************/
/*.header-fragment.favorite-places { float: right; position: relative; z-index: 2; width:120px; font-size:11px;font-weight:bold; font-family:Arial,Verdana,Helvitica,sans-serif; color:#000; }
.header-fragment.favorite-places .internal-link.favorite-list { font-weight: bold; line-height: 26px !Important; margin-right: 10px; padding: 0 15px 0 0; outline: none; border-right:1px solid #ccc; position: relative; color:#000; }
.header-fragment.favorite-places .internal-link.favorite-list:hover { font-weight: bold; line-height: 26px !Important; margin-right: 10px; padding: 0 15px 0 0; outline: none; border-right:1px solid #ccc; position: relative; color: #B30000; text-decoration:none; }

	.header-fragment.favorite-places .internal-link.favorite-list span { background: url('images/icon-right-arrow.gif') no-repeat right center; position: absolute; right: 8px; top: 0; width: 10px; height: 14px; }
.header-fragment.favorite-places .internal-link.favorite-list.active { color: #B30000; }
	.header-fragment.favorite-places .internal-link.favorite-list.active span { background-image: url('images/icon-down-arrow.gif'); }

.menu.favorite-places-content { background: #ccc url('images/fav-background.png') repeat-x; padding: 10px; border: solid 1px #ccc; color: #333; }
	.favorite-places-content .multiple-column-list.columns-1 { width: 200px }
	.favorite-places-content .multiple-column-list.columns-2 { width: 421px }
	.favorite-places-content .multiple-column-list.columns-3 { width: 642px }
	.favorite-places-content .multiple-column-item.column-1, .favorite-places-content .multiple-column-item.column-2, .favorite-places-content .multiple-column-item.column-3 { width: 200px; float: left; overflow: hidden }
	.favorite-places-content .multiple-column-list.columns-2 .multiple-column-item.column-1,
	.favorite-places-content .multiple-column-list.columns-3 .multiple-column-item.column-1 { margin-right: 10px; padding-right: 10px; border-right: solid 1px #ccc; }
	.favorite-places-content .multiple-column-list.columns-3 .multiple-column-item.column-2 { margin-right: 10px; padding-right: 10px; border-right: solid 1px #ccc; }
	.favorite-places-content a { color: #06d; font-weight: bold }
	.favorite-places-content .content-list-name { padding: 4px 0 4px 0; font-size: 10px; color: #666666; font-weight: bold; border-bottom: dotted 1px #999; }
	.favorite-places-content .content-list-footer { margin-bottom: 1.65em; }
	.favorite-places-content .content-list li.content-item { padding: 3px 0; margin: 0; border-top: none; }
	.favorite-places-content .internal-link.view-all { clear: both; text-align: right; display: block; }
	.favorite-places-content .message { width: 250px; }
	.favorite-places-content .message.norecords { background-color: Transparent; border-width: 0; margin: 0; color: #333; }
	.favorite-places-content .message.error { background-color: Transparent; border-width: 0; margin: 0; color: #333; }*/

/* $Welcome-Message
/******************************/
.header-fragment.welcome-message { position: absolute; left: 0; top: 0; width: 300px; overflow: hidden; height: 25px; line-height: 25px; }
	.header-fragment.welcome-message .message { font-weight: bold; line-height: 25px; padding:0; margin: 0; font-size: 11px; }

/* $User Welcome Without Login
/******************************/
.header-fragment.user-welcome-without-login { float: right; position: relative; z-index: 2; color:#000; margin:0; padding:0;  }
	.header-fragment.user-welcome-without-login  .navigation-list { list-style: none; margin: 0; padding: 0; display: inline; }
	.header-fragment.user-welcome-without-login  a { color: #000; font-weight: bold; font-family:Arial; font-size:11px; }
	.header-fragment.user-welcome-without-login  a:hover { color:#B30000;text-decoration:none;}
	.header-fragment.user-welcome-without-login .tp_active  a { color:#B30000;text-decoration:none;}
	.header-fragment.user-welcome-without-login  .navigation-item a { margin-left: 10px; padding-left: 10px; border-left: solid 1px #ccc; }
	.header-fragment.user-welcome-without-login  .user-name { margin-right: 10px; padding-right: 10px; border-right: solid 1px #ccc; color: #06d; font-weight: bold; }
	    .header-fragment.user-welcome-without-login .user-name.impersonator { font-weight: bold; color: #f00; margin-right: 0; padding-right: 0; border-right-width: 0; }
	.header-fragment.user-welcome-without-login  .navigation-list-header, .user-welcome-without-login .navigation-list-footer { display: none; }
	.header-fragment.user-welcome-without-login  .navigation-item { display: inline; }
	.header-fragment.user-welcome-without-login  .navigation-item .view-user-profile  { font-weight: bold }
	.header-fragment.user-welcome-without-login  .avatar { position: absolute; left: -28px; top: 0; }
		.header-fragment.user-welcome-without-login  .avatar img { max-width: 20px !important; max-height: 20px !important; padding: 4px; }
		
/* $Login Logout
/******************************/
.header-fragment.login-logout { float: right; position: relative; z-index: 2; }
	.header-fragment.login-logout .navigation-list { list-style: none; margin: 0; padding: 0; line-height: 28px; display: inline }
	.header-fragment.login-logout .navigation-item a { color: #06d; font-weight: bold; margin-right: 10px; padding-right: 10px; border-right: solid 1px #ccc; }
	.header-fragment.login-logout .navigation-item a.internal-link.login, 
		.header-fragment.login-logout .navigation-item a.internal-link.logout { margin-right: 0; padding-right: 0; border-right-width: 0; }
	.header-fragment.login-logout .navigation-list-header, .login-logout .navigation-list-footer { display: none; }
	.header-fragment.login-logout .navigation-item { display: inline; }

/* $Site-Banner             :bn
/******************************/
.header-fragment.site-banner { }

.header-fragment-outer.fiji-header-fragment-outer.site-banner {background:url(Images/mainbg.jpg) #FFF repeat-x;}
/*added by Manjurhusen*/

.site-name{ margin-top:-10px; margin-left:180px; height:72px; }
.site-logo {margin-top:-80px; width:175px; }











    /*Header fragment css end*/
    /*-----------------------------------------------------------------------------
----------------------------------------------------------------------------------------
-------------------------------------------------------------------*/

/*.page-management-header { }
.page-management { text-align: left; font-family: Arial, Helvetica !important; font-size: 12px !important; position: relative; border-top: solid 2px #aaa; background-color: #ffffff; padding: 8px; height: 135px; min-width: 720px; }
.page-management-footer { }

.page-management .loading-message { font-weight: bold; font-size: 17px !important; text-align: center; position: absolute; left: 0; width: 100%; top: 75px; color: #666; }

.page-management .internal-link { z-index: 2; }
.page-management .internal-link.add-content-fragment { background-image: url('images/layout/add-widget.gif'); background-position: 4px center; background-repeat: no-repeat; font-weight: bold; padding: 0 8px 0 24px; text-decoration: none; border-right: solid 1px #667379; position: relative; z-index: 2; }
.page-management .internal-link.change-layout { background-image: url('images/layout/change-layout.gif'); background-position: 8px center; background-repeat: no-repeat; font-weight: bold; padding: 0 4px 0 28px; text-decoration: none; position: relative; z-index: 2; }

.page-management .internal-link.selected:link, 
.page-management .internal-link.selected:active, 
.page-management .internal-link.selected:visited { color: #333; text-decoration: none; background-color: Transparent; }

.page-management .internal-link.import-export-page { background-image: url('images/layout/revert.gif'); background-position: left center; background-repeat: no-repeat; position: absolute; padding: 0 0 0 20px; right: 10px; top: 5px; font-weight: bold; margin: 4px; text-decoration: none; z-index: 2; }
.page-management .internal-link.revert-page { background-image: url('images/layout/revert.gif'); background-position: left center; background-repeat: no-repeat; position: absolute; padding: 0 8px 0 20px; right: 116px; top: 5px; font-weight: bold; margin: 4px; text-decoration: none; z-index: 2; border-right: solid 1px #667379; }

.page-management .content-fragment-search { position: absolute; top: 5px; left: 0; width: 100%; text-align: center; z-index: 1; }
.page-management .content-fragment-search input { width: 210px; padding: 4px 40px 4px 10px; height: 16px; font-size: 11px !important; background-image: url('images/layout/search.gif'); background-position: top left; border-width: 0; background-color: Transparent; }

.page-management .clear-content-fragment-search { background-image: url('images/layout/clear-search.gif'); background-position: left center; background-repeat: no-repeat; padding: 0 0 0 20px; margin: -3px 0 0 10px; font-weight: bold; text-decoration: none; position: relative; }

.page-management .content-fragment-list-header { }
.page-management .content-fragment-list { height: 95px; position: absolute; top: 40px; left: 5%; width: 90%; }
.page-management .content-fragment-list-footer { clear: both; }

.page-management .content-fragment-type { background-color: #FDFEFE; background-image: url('images/layout/content-fragment-type-background.gif'); background-position: left bottom; background-repeat: repeat-x; width: 22%; float: left; padding: 5px .54%; margin: 3px .54%; border: solid 1px #92AEBD; cursor: move; color: #666; font-weight: normal; white-space: nowrap; overflow: hidden; font-size: 11px !important; }

.page-management .internal-link.view-previous-content-fragments { background-image: url('images/layout/left.gif'); background-position: top left; background-repeat: no-repeat; width: 11px; padding: 20px 0 0 0; height: 0px; position: absolute; left: 15px; top: 75px; overflow: hidden; }
.page-management .internal-link.view-previous-content-fragments.disabled { background-image: url('images/layout/left-disabled.gif'); }
.page-management .internal-link.view-next-content-fragments { background-image: url('images/layout/right.gif'); background-position: top left; background-repeat: no-repeat; width: 11px; padding: 20px 0 0 0; height: 0px; position: absolute; right: 15px; top: 75px; overflow: hidden; }
.page-management .internal-link.view-next-content-fragments.disabled { background-image: url('images/layout/right-disabled.gif'); }

.page-management .layout-list-header { }
.page-management .layout-list { height: 95px; position: absolute; top: 40px; left: 5%; width: 90%; }
.page-management .layout-list-footer { clear: both; }

.page-management .internal-link.view-previous-layouts { background-image: url('images/layout/left.gif'); background-position: top left; background-repeat: no-repeat; width: 11px; padding: 20px 0 0 0; height: 0px; position: absolute; left: 15px; top: 75px; overflow: hidden; }
.page-management .internal-link.view-previous-layouts.disabled { background-image: url('images/layout/left-disabled.gif'); }
.page-management .internal-link.view-next-layouts { background-image: url('images/layout/right.gif'); background-position: top left; background-repeat: no-repeat; width: 11px; padding: 20px 0 0 0; height: 0px; position: absolute; right: 15px; top: 75px; overflow: hidden; }
.page-management .internal-link.view-next-layouts.disabled { background-image: url('images/layout/right-disabled.gif'); }

.page-management .layout { float: left; width: 11%; height: 95px; padding: 0; margin: 0 .25%; padding: 0 4px; overflow: hidden; text-align: center; background-color: #ccc; }
.page-management .layout img { height: 90px; max-width: 100%; border: solid 1px #999; margin: 1px; }

.page-management .layout-list .layout.selected img { border: solid 2px #0F64E3; margin: 0; }*/


/*copy from old community server means form common.css file of cs2008.5 rein forum*/

img { border:none; }
h2 { font-family:Calibri, arial; font-size:17px; color:#cc6600; font-weight:normal; margin:0; padding:0; line-height:32px; }
h2 a { color:#cc6600; text-decoration:none; }
h2 a:hover { color:#cc6600; text-decoration:none; }


h3 { font-family:Calibri, arial; font-size:17px; color:#75912e; margin:0; padding:0; font-weight:normal; line-height:22px; }
h4 { font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; color:#ab7c1e; margin:0; padding:0; font-weight:normal; line-height:22px; }




#topwhite_bx { background:#FFFFFF; border:#E5ECF3 1px solid; width:100%; float:left;  }
#topblue_bx { background:#FFFFFF; border:#E5ECF3 1px solid; width:100%; float:left; margin-bottom:1%;  }
#newsletter_bx { background:url(images/newsletter_bg.jpg) no-repeat #FFFFFF right bottom; border:#E5ECF3 1px solid; width:91%; float:left; margin:1% auto; }


#topnav { 	width: 100%; margin:0; padding:0; list-style: none; }
#topnav ul { margin: 0px; padding: 0px; list-style: none; }
#topnav li { display:inline; margin:0px; padding:0px; color:#FFFFFF; font-family:verdana; }
#topnav a { float: left; padding:0px 0px 0px 5px; margin: 0px; font-size:11px; text-decoration:none; background:none; overflow:hidden; color:#FFFFFF; line-height:14px; }
#topnav a span { float: left; display: block; padding: 7px 8px 7px 0px; text-decoration: none; font-family:verdana; font-size: 11px; color:#FFFFFF; cursor:pointer; background:url(images/tab_right_img.png) no-repeat right; }
#topnav .current a { background: url(images/tab_lft_current.png) top left no-repeat; overflow:hidden; }
#topnav .current a span { background: url(images/tab_right_current.png) top right no-repeat; color:#000000; cursor: pointer; }

#footer{	position:inherit;	width:97%; float:left; margin:10px; margin-bottom:0px; line-height:29px; font-family:verdana; font-size:12px; color:#4b4831; }
#footer a { color:#4b4831; text-decoration:none; padding:0 0.5%; }
#footer a:hover { color:#4b4831; text-decoration:underline; }
#lst_lftbg { background:url(images/bottom_bg_lft.gif) no-repeat left; height:25px; float:left; width:2%; }
#lst_rhtbg { background:url(images/bottom_bg_right.gif) no-repeat right; height:25px; float:left; width:98%; }




.topsearch
{
	/*line-height: 20px;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Verdana;
}
.topsearch_txt
{
	margin: 0;
	padding: 0;
	display: inline;
	font-weight:normal;
	word-wrap: break-word;
	font-size:13px; line-height:20px; font-family:Calibri;
}









/*new style added for design in tc5.5 date:14/6/2010*/

/* CSS Document */

.main_div { width:1000px; margin:0 auto; padding:0; }
.top_bg{ background:url(images/bg.jpg) no-repeat; height:139px;}
.fullwigth{ width:100%;float:left; height:auto; }
.full_width_nw{ width:100%; float:left; }
.float_left{ float:left; }
.float_right { float:right; }
.txt {font-family:Calibri; color:#333333; font-size:15px; line-height:23px;}
.txt a { color:#1c5995; text-decoration:none; }
.txt a:hover { color:#1c5995; text-decoration:underline; }

.txt1 {font-family:Calibri; color:#333333; font-size:15px; line-height:23px;}
.txt1 a { color:#333; text-decoration:none; }
.txt1 a:hover { color:#333; text-decoration:underline; }

.txt2 {font-family:Calibri; color:#333333; font-size:15px; line-height:23px; padding:2px 0px;}

.logo {float:left; margin-top:14px; margin-left:7px;}
.logo_txt {float:left; margin:0; }
.logo_txt img {float:left; margin:0; padding:0;}

.foram_div_white{ float:left;background:#fff; width:100%; padding:5px 0px; }
.blue_bg_td { float:left;background:#dfe6f0; width:100%; border-top:#b8b7b7 dashed 1px; border-bottom: #b8b7b7 dashed 1px; padding:5px 0px; }

/*   Menu style  */
/*   Menu style  */
#nav-main {	position:relative; width:462px; }
#nav-main #menu_rf { position:relative; background:url(images/menu_bg.png); margin: 0; display: inline; float: left; }
#nav-main #menu_rf li { float:left; list-style:none; }
#nav-main #menu_rf li a { position:absolute; display:block; height:88px; background:url(images/menu_bg.png) no-repeat; text-indent:-9999px; overflow:hidden; margin:0; top: 0px; }

#menu_rf li#homem a { left:0; width:71px; background-position:0pt 0pt; margin:0; padding:0; }
#menu_rf li#homem a:hover { background-position:0 -94px; text-decoration:none; }
#menu_rf li#homem .current { left:0; width:71px; background-position:0pt -94px; margin:0; padding:0; }

#menu_rf li#register a { left:71px; width:94px; background-position:-71px 0; margin:0; padding:0; }
#menu_rf li#register a:hover { background-position:-71px -94px; }
#menu_rf li#register .current {  left:71px; width:94px; background-position:-71px -94px; margin:0; padding:0;  }

#menu_rf li#pro a { left:165px;  width:96px; background-position:-165px 0; }
#menu_rf li#pro a:hover { background-position:-165px -94px;  }
#menu_rf li#pro .current { left:165px;  width:96px; background-position:-165px -94px; }

#menu_rf li#howto a { left:261px;  width:63px; background-position:-261px 0; }
#menu_rf li#howto a:hover { background-position:-261px -94px; }
#menu_rf li#howto .current { left:261px;  width:63px; background-position:-261px -94px; }

#menu_rf li#contactus a { left:324px; width:93px; background-position:-324px 0; }
#menu_rf li#contactus a:hover { background-position:-324px -94px; }
#menu_rf li#contactus .current { left:324px; width:93px; background-position:-324px -94px; }

#menu_rf li#help a { left:417px; width:44px; background-position:-417px 0; }
#menu_rf li#help a:hover { background-position:-417px -94px; }
#menu_rf li#help .current { left:417px; width:44px; background-position:-417px -94px; }

.search_div { float:right; width:auto; height:auto; margin-top:90px;}
.search_button{ background:url(images/search_gg_1.png) no-repeat; width:213px; height:16px; border:none; margin-top:0px !important; margin-top:-1px; padding:5px;}
/*  ---------------------------------------------  */

.top_link { color:#000; font-family:Arial; font-size:14px; }
.top_link a { color:#1c5995; text-decoration:none; }
.top_link a:hover { color:#1c5995; text-decoration:underline; }
.top_link span { color:#000; font-family:Arial; font-size:14px; margin-left:10px; }

.right_txt { margin:0; padding:0; }
.right_txt dd { margin:0; padding:5px; margin-bottom:5px; font-family:Calibri; color:#000; font-size:15px; border-bottom:1px dashed #ccc; margin:5px;  }
.right_txt dd a {  color:#000; text-decoration:none; line-height:25px; }
.right_txt dd a:hover {  color:#000; text-decoration:underline; line-height:25px }
.right_txt dd span { color:#000; text-decoration:none; line-height:22px; font-size:14px; }
.right_txt dd span a { color:#366594; text-decoration:underline; line-height:22px; font-size:14px; }
.right_txt dd span a:hover { color:#366594; text-decoration:none; line-height:22px; font-size:14px; }

.by_text { font-family:Calibri; color:#000; font-size:14px; line-height:22px;}
.by_text a{ font-family:Calibri; color:#366594; font-size:14px; line-height:22px;}
.by_text a:hover{ font-family:Calibri; color:#366594; font-size:14px; line-height:22px;}

.h1{ color:#fc8e32; font-family:Arial; font-size:30px; font-weight:bold; }



.blu_brder { float:left; border:none; border-right:solid #e5ecf3 1px; border-left:solid #e5ecf3 1px; width:100%; }
.blu_brder1 { float:left; border:none; border-right:solid #fadfca 1px; border-left:solid #fadfca 1px; width:100%; }
.right_hd { margin:0; padding:0; padding-left:15px; padding-bottom:3px; font-family:Calibri; color:#1c5995; font-size:20px; font-weight:bold; line-height:26px; border-bottom:solid #fc8e32 3px;}
.hd_txt { margin:0; padding:0; padding-left:15px; padding-bottom:3px; font-family:Calibri; color:#1c5995; font-size:20px; font-weight:bold; line-height:26px; border-bottom:3px solid #FC8E32; padding-bottom:10px; }




.fotter_bg { float:left; height:49px; width:100%; padding-top:25px; background:url(images/fotter_bg.jpg) repeat-x;}
.footer_link { font-family:Calibri; color:#000; font-size:16px;  letter-spacing:9px; margin:0; padding:0; text-align:center; }
.footer_link a { color:#000000; letter-spacing:0px; text-decoration:none;}
.footer_link a:hover {color:#366594; letter-spacing:0px; text-decoration:none;}

.copyright { font-family:Calibri; color:#000; font-size:17px; line-height:32px; margin:0; padding:0; padding-left:50px; }




.grp_title_tr {background:#e4ecf7; width:100%; height:41px;}
.grp_title_icon { width:40px;font-family:Calibri; color:#366594; font-size:20px; line-height:40px;}
.grp_title_forum {padding-left:15px;width:300px;font-family:Calibri; color:#366594; font-size:20px; line-height:40px; font-weight:normal;}
.grp_title_lposts {padding-left:15px; width:180px;font-family:Calibri; color:#366594; font-size:20px; line-height:40px; font-weight:normal;}
.grp_title_threads {width:100px;font-family:Calibri; color:#366594; font-size:20px; line-height:40px; font-weight:normal;}
.grp_title_posts {font-family:Calibri; color:#366594; font-size:20px; line-height:40px; font-weight:normal;}

.grp_item_tr {background:#fff; width:100%; padding:5px 0px;}
.grp_item_icon { width:40px;}
.grp_item_forum {width:300px;}
.grp_item_lposts {width:180px;padding-left:15px;}
.grp_item_threads {width:100px;}
.grp_item_posts {}

.grp_altitem_tr {background:#f1f4f7; width:100%; border-top:#b8b7b7 dashed 1px; border-bottom: #b8b7b7 dashed 1px; padding:5px 0px; }


.right_column { margin-left: 15px; }
.hidden, p#tos_hidden_div { display: none; }
.bordered { border-top: 1px solid #afafaf; border-bottom: 1px solid #afafaf; }
.hr { border-bottom: 1px solid #c0c0c0; }
.notification { background-color: #059505; color: #FFF; padding: 13px; margin-top: 13px; }
.notification a { color: #FFF; }
div#loadContainer {text-align:center; }

#loginfrm, #migrateForm { margin-right:8px; }
#create_new_account_btn { position: relative; float:right; margin-right: 12px; }
#create_new_account_btn a { color:#FFF; text-decoration:none; }
#create_new_account_btn a:hover { color:#FFF; text-decoration:underline; }
.login_txtusr { margin-bottom:3px; margin-top:15px; padding:0pt; font-size: 14px;font-weight:bold; color:#294C72; font-family:calibri;}


.login_righthd { 
	padding: 11px 20px 10px 28px; 
	margin: 0;
	font-size:14px;
	color:#294C72;
	font-weight:bold;
}

.login_btn {
	border:0;
	margin:0;
	cursor:pointer;
	padding:0 4px 0 6px;
	text-align:center;
	float: left;
	background:url(images/button_1_edge.gif) right no-repeat;
	font-size: 11px;
	overflow:visible;
	text-decoration:none; 
	
}
.login_btn span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 5px 1px 13px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:29px;
	background:url(images/button_1.gif) left no-repeat;
	color:#fff;
	font-weight:bolder;
}

.login_btn span em {
	font-style: normal;
}
.login_txtremember {font-weight: normal; color: #333333; font-size: 14px; display: inline;font-family:calibri;}
.login_hr {border-bottom: 1px solid #c0c0c0; width:98%;}
.login_forgotpwd {text-decoration: none; font-size: 14px; color: #294C72; float: right;font-family:calibri;}


/*-------------------header---------------------*/

#stylefour{position:relative;display:block;height:25px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:0px solid #fff; margin:0 auto;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#000;text-decoration:none;padding:0px 5px 2px 5px; background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(images/bgON.gif) no-repeat top right;}

/*:::::top menu End:::::*/

.siteLink {display: block; height: 25px; background-position: 0px 0px;background-repeat: no-repeat;}
.siteLink span {font-size:small;left:-9999px;position:absolute;}
.siteLink:hover { background-position: 0px -25px; }

/*::::login and register start ::::*/
.pos_log { position:relative; }
 #nationLogin { position: absolute; overflow: hidden; height: 25px; top: -3px;left: 802px;  }
 #nationRegister { position: absolute; overflow: hidden; height: 25px; top: -3px; left: 879px; }
 #nationLoginLink    { width: 77px; background-image: url(images/btn_global_login.png); }
 #nationLogout { position: absolute; overflow: hidden; height: 25px; top: -3px;left: 879px;  }
 #nationRegisterLink { width: 94px; background-image: url(images/btn_global_register.gif); }
  #nationLogoutLink    { width: 77px; background-image: url(images/btn_global_logout.png); }

.tp_us_link{ font-size:11px;font-weight:bold; font-family:Arial,Verdana,Helvitica,sans-serif; color:#000;border-right:1px solid #CCCCCC; margin-right:10px; padding-right:10px; }
.tp_us_link:hover { color:#B30000;text-decoration:none;}


.tp_us_link1{ font-size:11px;font-weight:bold; font-family:Arial,Verdana,Helvitica,sans-serif; color:#000;border-left:1px solid #CCCCCC; margin-left:10px; padding-left:10px; }
.tp_us_link1:hover { color:#B30000;text-decoration:none;}

.tp_us_link_noborder{ font-size:11px;font-weight:bold; font-family:Arial,Verdana,Helvitica,sans-serif; color:#000;}
.tp_us_link_noborder:hover { color:#B30000;text-decoration:none;}

.tp_active_lnk {color:#B30000;text-decoration:none;}

.tp_us_activelink{ font-size:11px;font-weight:bold; font-family:Arial,Verdana,Helvitica,sans-serif; color:#B30000;text-decoration:none; border-right:1px solid #CCCCCC; margin-right:10px; padding-right:10px; }
.tp_us_activelink:hover { color:#B30000;text-decoration:none;}



.tp_usr_name {text-decoration:none;}



#conten_div { margin:0px auto; width:1000px; background:#fffff;   } /*overflow:auto; */

.upcoming_events { font-family:Calibri, arial; font-size:14px; color:#000000; font-weight:normal; padding-left:15px; line-height:22px; background:transparent url(images/arrow.png) no-repeat 0 5px; margin-left:7px; padding-right:4px; }
.upcoming_events a { color:#1c5995; text-decoration:none;font-weight:normal; } /*color:#3280CB;*/
.upcoming_events a:hover { color:#000000; text-decoration:underline;font-weight:normal; }
.upcomingbox1{ background:#FFFFFF; width:100%; float:left; margin:0; padding:0; }
.lght_top_brd{ background:url(images/top_brd.png) repeat-x; height:11px; width:100%;}
.blu_brder { float:left; border:none; border-right:solid #e5ecf3 1px; border-left:solid #e5ecf3 1px; width:100%; background-color:#ffffff; }
.lght_btm_brd{ background:url(images/bottom_brd.png) repeat-x; height:11px; width:100%; float:left;}
