
/* ////////////////////////////////////////////
///                                         ///
///      Design & Development:              ///
///      Inorbital.com / Giuliano Liker     ///
///                                         ///
//////////////////////////////////////////// */

/* BODY
--------------------------------*/

body {
	font:normal 11px/17px Arial, Helvetica, sans-serif;
	color:#656565;
	margin:0;
	padding:0;
	background:url(images/website-background.gif) #6EBFDD repeat-x;
}

h1 {
	font:normal 27px Arial, Helvetica, sans-serif;
	margin:20px 0 10px 0;
	color:#000000;
}

h2 {
	font:normal 18px Arial, Helvetica, sans-serif;
	margin:25px 0 10px 0;
	color:#000000;
}

.landingPage h1 {
	margin-top:0;
}

p {
	margin:10px 0;
}

.rightColumn a:link, .rightColumn a:visited, .rightColumn a:hover, .leftColumn a:link, .leftColumn a:visited, .leftColumn a:hover {
	color:#ff7901;
	text-decoration:underline;
}

.rightColumn a:hover, .leftColumn a:hover {
	text-decoration:none;
}

/* GENERAL
--------------------------------*/

.wrapper {
	width:970px;
	margin:0 auto;
	overflow:hidden;
}

.header {
	position:relative;
	float:left;
	width:970px;
	height:210px;
	background:url(images/header-back.gif) no-repeat;
}

.frenchPage .header {
	background:url(images/header-back-french.gif) no-repeat;
}

.pageContentOut {
	float:left;
	width:970 px;
	background:url(images/page-middle.gif) repeat-y;
}

.pageContent {
	float:left;
	padding:0 45px;
	width:880px;
	background:url(images/page-top.gif) no-repeat;
}

.subtitle {
	float:left;
	width:210px;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#000000;
	margin:20px 0 10px 0;
}

.landingPage .subtitle {
	float:left;
	margin:0 0 10px 0;
	width:270px;
}

.leftColumn {
	float:left;
	width:210px;
}

.rightColumn {
	float:right;
	width:630px;
}

.clearAll {
	clear:both;
	float:none;
	height:0px;
}

/* SEARCH
--------------------------------*/

.boxSearch {
	float:left;
	width:210px;
	margin:14px 0 30px 0;
}

.boxSearch .textbox {
	border:none;
	background-image:none;
	width:144px;
	height:51px;
	margin:0;
	padding:10px 5px 0 5px;
	background:url(images/searchTextBox.gif) no-repeat;
}

.btnSearch {
	border:none;
	height:61px;
	width:43px;
	margin:0 0 0 2px;
	padding:0 0 27px 0;
	background:url(images/searchButton.gif) no-repeat;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	line-height:0;

}

.btnSearch:hover {
	background-position:right top;
}

/* RIGHT COLUMN LIST
--------------------------------*/

.rightColumn ul {
	list-style:none;
	margin:20px 0 20px 10px;
	padding:0;
}

.rightColumn ul li {
	margin:0 0 8px 0;
	padding:0 0 0 10px;
	background:url(images/arrow-blue.gif) no-repeat 0 6px;
}

/* NEWSLETTER
--------------------------------*/

.newsletterBox {
	float:left;
	width:210px;
	margin:35px 0 0 0;
}

.newsletterName input, .newsletterEmail input {
	border:none;
	background-image:none;
	width:144px;
	height:30px;
	margin:0;
	padding:5px 5px 0 5px;
	background:url(images/newsletterTextBox.gif) no-repeat;
}

.newsletterName, .newsletterEmail {
	float:left;
	display:block;
	width:210px;
}

.newsletterEmail {
	margin-top:-4px;	
}

.newsletterButton {
	border:none;
	height:40px;
	width:43px;
	margin:5px 0 0 2px;
	padding:0 0 27px 0;
	background:url(images/newsletterButton.gif) no-repeat;
	cursor:pointer;
	text-indent:-9999px;
	outline:none;
	verflow:hidden;
	display:inline-block;
	line-height:0;
	font-size:0;
}

.newsletterButton:hover {
	background-position:right top;
}

.newsletterDescription {
	float:left;
	width:210px;
	margin:-10px 0 10px 0;
}

.newsletterName span, .newsletterEmail span {
	display:block;
}

.newsletterError span {
	display:block;
	width:200px;
	padding:5px;
	background-color:yellow;
}

/* CURRENT NEWS
--------------------------------*/

.currentNewsDate {
	color:#aaa;	
}

/* WHAT'S NEW
--------------------------------*/

.whatsNewTitle {
	font-weight:bold;
}

.whatsNewText p {
	margin:0;
}

.whatsNewReadMore a:link, .whatsNewReadMore a:visited, .whatsNewReadMore a:hover {
	display:block;
	text-decoration:none;
	color:#ff7901;
	padding-left:10px;
	background:url(images/arrow-orange.gif) 0 6px no-repeat;
	margin-bottom:10px;
}

.whatsNewReadMore a:hover {
	text-decoration:underline;
}

.whatsNewDate {
	font:italic 13px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

/* CURRENT NEWS
--------------------------------*/

.currentNewsTitle {
	font-size:18px;
}

/* BOARD MEMBERS TABLE
--------------------------------*/

.boardMembersTable td {
	padding:5px;
	border-bottom:1px solid #CCC;
}

td.tableColumnTitle {
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:5px 5px 15px 5px;
}

.memberName {
	white-space:nowrap;
	font:italic 14px Arial, Helvetica, sans-serif;
	padding-right:20px;
}

/* BREADCRUMBS
--------------------------------*/

.breadcrumbs {
	float:left;
	width:530px;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover {
	color:#000000;
	text-decoration:none;
}

.breadcrumbs a:hover {
	text-decoration:underline;
}

/* PAGE TOOLS
--------------------------------*/

.pageTools {
	float:right;
	width:75px;
}

/* LANGUAGE BUTTON
--------------------------------*/

.buttonLanguage {
	position:absolute;
	left:605px;
	z-index:100;
}

.buttonLanguage a {
	outline:none;	
}

/* PANEL MEMBER
--------------------------------*/

.panelMember {
	position:absolute;
	top:-200px;
	left:340px;
	z-index:100;
}

.panelTitle {
	display:block;
	font-size:18px;
	color:#ffffff;
	margin:10px 0 20px 0;
}

.panelMemberContent {
	width:221px;
	padding:10px 20px 0 20px;
	height:170px;
	background-color:#e6741f;
	color:#ffffff;
}

.openMember, .closeMember {
	cursor:pointer;
}

.panelMemberContent a, .panelMemberContent a:visited, .panelMemberContent a:hover {
	color:#ffffff;
}

.loginFormBlock .textbox {
	width:93px;
	border:none;
	padding:5px;
	margin-right:7px;
	font:normal 12px Arial, Helvetica, sans-serif;
	background:url(images/login-textbox-back.gif) #f5e1db repeat-x;
}

.loginFormBlock .button {
	width:104px;
	height:27px;
	color:#cc0000;
	border:2px solid #89290b;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:url(images/login-textbox-back.gif) #f5e1db repeat-x;
}

.loginFormBlock .loginCheckbox input {
	float:left;
	margin:6px 7px 0 0;
}


.loginFormBlock .loginCheckbox label {
	float:left;
	margin-top:4px;
}

.loginFormBlock .required span {
	width:98px;
	font:bold 10px Arial, Helvetica, sans-serif;
	display:block;
	margin-bottom:4px;
	padding-left:5px;
	background-color:yellow;
}

a.loginPassword:link, a.loginPassword:visited, a.loginPassword:hover {
	color:#ffffff;	
}

/* MAIN MENU
--------------------------------*/

.mainMenu {
	position:absolute;
	width:830px;
	height:47px;
	top:133px;
	right:25px;
}

#effwin_menubar {
	float:right;
}

.static_nlsmenu {
	z-index:1;
} 

/* Main Bar */

/* Main Bar - Item */
.static_nlsitemcontainer {
	padding:0;
}

.static_nlsiconcell {
	width:0px;
}

.static_nlssubmenucell {
	display:none;
	width:0px;
	padding-top:6px;
	padding-left:3px;
	padding-right:4px
}

.static_nlsitem {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0 15px;
	height:47px;
	background:url(images/main-menu-back.gif) 0 0 no-repeat;
}

/* Main Bar - Item Hover */
.static_nlsitemcontainerover {
	padding:0;
}

.static_nlsiconcellover {
	width:0px;
}

.static_nlssubmenucellover {
	display:none;
	width:0px;
	padding-top:6px;
	padding-left:3px;
	padding-right:4px
}

.static_nlsitemover {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0 15px;
	height:47px;
	background:url(images/main-menu-back.gif) -243px 0 no-repeat;
}

/* Sub Menu */
.nlsmenu {
	z-index:1;
}

/* Sub Menu - Item */

.nlsitemcontainer {
	height:30px;
	padding:0 15px;
	background:url(images/submenu-back.gif) 0 -47px repeat-x;
}

.nlsiconcell {
	width:22px;
}

.nlssubmenucell {
	display:none;
	padding:0;
}

.nlsitem {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0;
	white-space:nowrap;
}

/* Sub Menu - Item Hover */

.nlsitemcontainerover {
	height:30px;
	padding:0 15px;
	background:url(images/submenu-back.gif) 0 -124px repeat-x;
}

.nlsiconcellover {
	width:22px;
}

.nlssubmenucellover {
	display:none;
	padding:0;
}

.nlsitemover {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0;
	white-space:nowrap;
}

/* cms main menu styles */

#menubar_167x2.static_nlsitem {
	background-image:none;
	background-color:#cc0000;
}

#menubar_167x2.static_nlsitemover {
	background-image:none;
	background-color:#ff0000;
}

/* LANDING PAGE
--------------------------------*/

.landingImage {
	float:left;
	width:250px;
}

.landingBox01 {
	float:right;
	width:590px;
	margin-bottom:20px;
}

.landingBox01 p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#656565;
}

.landingBox02 {
	display:inline;
	float:left;
	width:275px;
	margin-left:43px;
}

.landingBox02 p {
	margin-top:0;
}

.landingBox03 {
	float:right;
	width:275px;
}

/* whats new */

.blockWhatsNew {
	float:left;
	width:210px;
}

.landingPage .blockWhatsNew {
	width:270px;
}

a.landingLatestNewsTitle:link, a.landingLatestNewsTitle:visited, a.landingLatestNewsTitle:hover {
	font-weight:bold;
	color:#ff7901;
}

.landingLatestNewsText {
	margin-bottom:10px;
}

.newsBlock {
	float:left;
}

/* FOOTER
--------------------------------*/

.footer {
	height:336px;
	background:url(images/footer-background.gif) repeat-x;
}

.footerIn {
	position:relative;
	width:970px;
	height:336px;
	margin:0 auto;
	color:#aeaeae;
	background:url(images/page-bottom.gif) no-repeat;
}

.footerTitle {
	display:block;
	font-size:18px;
	color:#ffffff;
	margin:0 0 15px 0;
}

.c1 {
	position:absolute;
	width:250px;
	top:125px;
	left:45px;
}

.c2 {
	position:absolute;
	width:200px;
	top:125px;
	left:340px;
}

.c3 {
	position:absolute;
	width:900px;
	top:309px;
	left:45px;
	white-space:none;
}

/* footer links */

.footerIn a:link, .footerIn a:visited, .footerIn a:hover {
	color:#01c5ff;
	text-decoration:none;
}

.footerIn a:hover {
	text-decoration:underline;
}

/* footer list */

.footerIn ul {
	list-style:none;
	margin:0;
	padding:0;
}

.footerIn ul li {
	margin:0;
	padding:0 0 0 10px;
	background:url(images/footer-bullet.gif) 0 6px no-repeat;
}

/* BOTTOM MENU
--------------------------------*/

a.bottommenu:link, a.bottommenu:visited, a.bottommenu:hover {
	display:inline-block;
	color:#ffffff;
	font-weight:bold;
	margin:7px 0 7px 0;
	padding:7px;
	background-color:#cc0000;
	text-decoration:none;
}

a.bottommenu:hover {
	text-decoration:underline;	
}

/**************************** CUSTOME STYLES ABOVE *************************************/

/**************************** DEFAULT STYLES BELLOW ************************************/

/******** GENERAL ELEMENTS ********/

/* Content */
/* body{font-family:verdana;font-size:11px;color:#3D3D3D;margin:0px;background:#E6E7E8;margin:25px;margin-top:0px;} */
/* td {
	font-family:verdana;
	font-size:11px;
	color:#3D3D3D
} */

/*

a:link {
	color:#555555
}

a:visited {
	color:#555555
}

a:hover {
	color:#111111
}

li {
	line-height:17px
}

/* Title */
.title {
	margin-bottom:10px;
	line-height:35px;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#333333;
	text-transform: uppercase;
	margin-top:10px
}

/* Form */
select {
	font-family:Arial;
	font-size:10pt;
}

.button {
	height:23px;
	font-family:Arial;
	font-size:11px;
	padding-bottom:1px;
	font-weight:bold;
	color:#000000;
	background:url('images/button.png') #EEEEEE;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-left:1px solid #DDDDDD;
	cursor:pointer;
}

.textbox {
	font-family:Arial;
}

.file {
	height:27px;
	font-size:9pt;
	padding:5px;
	border:0;
	background:#eee;
	margin-right:7px;
}

/* Side Box */
.boxHeader {
	padding-top:5px;
	padding-left:40px;
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	font-family:Tahoma;
	background:url('images/boxheaderbg.gif');
	color:#2c2c2c;
	height:22px;
}

.boxContent {
	padding:7px;
	padding-left:40px;
	padding-bottom:15px;
	text-align:left;
	font-family:verdana;
	font-size:11px;
}

.boxContent a {
}

/* Listing Paging */
.paging {
	font-family:verdana;
	line-height:12px;
	font-size:9px;
	padding-top:8px;
	padding-left:27px;
	width:262px;
	height:21px;
	background:url(images/paging.gif) no-repeat;
}

/******** SPECIAL ELEMENTS ********/

/* Poll Results */
.pollHeader {
	background:#d6d7d8;
	text-align:center;
	padding:5px;
	font-weight:bold
}

.bar1 {
	background:#ffaa00;
	border-right:#D78B00 1px solid;
	border-bottom:#D78B00 1px solid;
}

.bar2 {
	background:#6B8E23;
	border-right:#59761D 1px solid;
	border-bottom:#59761D 1px solid;
}

.bar3 {
	background:#FF4500;
	border-right:#C43600 1px solid;
	border-bottom:#C43600 1px solid;
}

.bar4 {
	background:#1E90FF;
	border-right:#0060BF 1px solid;
	border-bottom:#0060BF 1px solid;
}

.bar5 {
	background:#FF1493;
	border-right:#C71585 1px solid;
	border-bottom:#C71585 1px solid;
}

.bar6 {
	background:#ffaa00;
	border-right:#D78B00 1px solid;
	border-bottom:#D78B00 1px solid;
}

.bar7 {
	background:#6B8E23;
	border-right:#59761D 1px solid;
	border-bottom:#59761D 1px solid;
}

.bar8 {
	background:#FF4500;
	border-right:#C43600 1px solid;
	border-bottom:#C43600 1px solid;
}

.bar9 {
	background:#1E90FF;
	border-right:#0060BF 1px solid;
	border-bottom:#0060BF 1px solid;
}

.bar10 {
	background:#FF1493;
	border-right:#C71585 1px solid;
	border-bottom:#C71585 1px solid;
}

.barRow {
	background:#f6f7f8
}

.barRowAlternate {
	background:#d6d7d8
}

/* Go Back Button */
.divGoBack {
	margin-top:20px;
	margin-bottom:20px
}

.btnGoBack {
}

/******** MODULES ********/

/* Listing - Categories */
.category_tree td div {
	height:20px !important
}

.category_tree_node {
	text-transform:uppercase;
}

a.category_tree_node:hover {
	color:#000000;
}

/* Category Navigation */
.category_area {
	padding-top:10px;
	padding-bottom:10px
}

.category_item {
	font-size:11px;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:3px
}

.category_item a {
	font-weight:bold
}

.category_item_desc {
	font-size:11px;
}

/* Forum */
.frm_category_bar {
	background-color:#ffffff;
}

.frm_category_title {
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
}

.frm_forum_header {
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma;
	background:url('images/boxheaderbg.gif');
	color:#2c2c2c;
	padding-left:7px;
	height:16px;
}

.frm_forum_item {
	background-color:#ffffff;
	border:#BEC7D1 1px solid;
}

.frm_thread_header {
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma;
	background:url('images/boxheaderbg.gif');
	color:#2c2c2c;
	padding-left:7px;
	height:16px;
}

.frm_thread_item {
	background-color:#ffffff;
	border:#BEC7D1 1px solid;
}

.frm_post_bar {
	font-size:10px;
	font-family:Tahoma;
	background:url('images/boxheaderbg.gif');
	color:#2c2c2c;
	padding-left:7px;
	height:16px;
}

.frm_post_subject {
	background-color:#EFEFF1;
	border:#BEC7D1 1px solid;
}

.frm_post_infopanel {
	background-color:#ffffff;
	border:#BEC7D1 1px solid;
}

.frm_post_message {
	background-color:#ffffff;
	border:#BEC7D1 1px solid;
}

.frm_title {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
}

.frm_statusbox {
	line-height:18px;
	background-color:#ffffff;
	border:#BEC7D1 1px solid;
}

/******** PLACEHOLDERS ********/

/* placeholderTopMenu */
.topmenu {
	font-family:arial;
	font-size:11px;
	color:#555555;
}

a.topmenu:link {
	font-family:arial;
	font-size:11px;
	color:#555555;
	text-decoration:underline
}

a.topmenu:visited {
	font-family:arial;
	font-size:11px;
	color:#555555;
	text-decoration:underline
}

a.topmenu:hover {
	font-family:arial;
	font-size:11px;
	color:#111111;
	text-decoration:underline
}

/* placeholderBottomMenu
.bottommenu {
	font-family:arial;
	font-size:11px;
	color:#555555;
}

a.bottommenu:link {
	font-family:arial;
	font-size:11px;
	color:#555555;
	text-decoration:underline
}

a.bottommenu:visited {
	font-family:arial;
	font-size:11px;
	color:#555555;
	text-decoration:underline
}

a.bottommenu:hover {
	font-family:arial;
	font-size:11px;
	color:#111111;
	text-decoration:underline
}

/* placeholderRegister */
a.register:link {
	color:#555555;
}

a.register:visited {
	color:#555555;
}

a.register:hover {
	color:#111111;
}

/* placeholderLoginLogout
a.login:link {
	color:#555555;
}

a.login:visited {
	color:#555555;
}

a.login:hover {
	color:#111111;
}

/* placeholderLogout
a.logout:link {
	color:#555555;
}

a.logout:visited {
	color:#555555;
}

a.logout:hover {
	color:#111111;
}

/* placeholderAdminWorkspaceLink */
a.myworkspace:link {
	color:#555555;
}

a.myworkspace:visited {
	color:#555555;
}

a.myworkspace:hover {
	color:#111111;
}

a.admin:link {
	color:#555555;
}

a.admin:visited {
	color:#555555;
}

a.admin:hover {
	color:#111111;
}

/* placeholderBreadcrumb
.breadcrumb {
	margin-bottom:15px
}

a.breadcrumb:link {
}

a.breadcrumb:visited {
}

a.breadcrumb:hover {
}

/* placeholderPagesWithin */
.boxLinksWithin {
	margin-top:30px;
	padding-left:42px;
	padding-right:7px;
	font-weight:bold;
}

.boxItemLinksWithin {
	white-space:nowrap;
	text-align:left;
	padding-top:2px
}

.boxItemLinksWithin a {
	color:#333333;
	font-family:Tahoma;
	font-size:10pt;
	color:#3c96ef
}

/* placeholderSameLevelPages */
.boxQuickLinks {
	width:100%;
	text-align:left;
}

.boxHeaderQuickLinks {
	margin-bottom:12px;
	padding-left:40px;
	padding-top:5px;
	font-weight:bold;
	font-size:9pt;
	color:#2c2c2c;
	height:22px;
	font-family:Tahoma;
	background:url('images/boxheaderbg.gif');
}

.boxItemQuickLinks {
	font-family:Tahoma;
	font-size:10pt;
	color:#3c96ef;
}

.boxItemQuickLinks a {
	font-family:Tahoma;
	font-size:10pt;
	color:#3c96ef;
}

/* placeholderLoginForm */
.btnLogin {
}

.txtLogin {
	width:120px;
}

.labelLogin {
	text-align:left;
	white-space:nowrap
}

/* placeholderSearch */
.boxSearch {
	margin:0px;
}

.btnSearch {
}

.txtSearch {
	margin-bottom:1px;
}

/* placeholderComments */
.comments {
	width:100%;
	margin-bottom:10px;
	border:#d7d7d7 1px solid;
	background:#F3F3F3
}

.commentbody {
	padding:4px
}

.commentinfo {
	padding:4px;
	font-size:9px;
	color:#777777
}

/* placeholderPrint */
a.print:link {
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	white-space:nowrap
}

a.print:visited {
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline
}

a.print:hover {
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline
}

/* placeholderCartInfo */
.cart {
	font-family:Verdana;
	font-weight:normal;
	font-size:10px;
	color:#555555;
}

/* placeholderMainMenu_Links */
.mainbar {
	background:url("images/topbg.gif") repeat-x top;
}

a.mainmenu:link {
	font-family:arial;
	font-size:9px;
	color:#e7e7e7;
	text-decoration:none
}

a.mainmenu:visited {
	font-family:arial;
	font-size:9px;
	color:#e7e7e7;
	text-decoration:none
}

a.mainmenu:hover {
	font-family:arial;
	font-size:9px;
	color:#ffffff;
	text-decoration:none
}

/* placeholderMainMenu_VerticalMenu */
.mnuVertical {
	width:170px
}

.mnuOver {
	padding:3px;
	background-color:#656567;
	border:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
	border-bottom:#5A5A5C 1px solid;
	border-right:#5A5A5C 1px solid;
	color:#cccccc;
}

.mnuSelected {
	padding:3px;
	background-color:#F3F2F7;
	border:white 1px solid;
	border-top:white 1px solid;
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	font-weight:bold;
}

.mnuPath {
	padding:3px;
	background-color:#D7D7DB;
	border:white 1px solid;
	border-top:white 1px solid;
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
}

.mnuNormal {
	padding:3px;
	background-color:#E5E5EA;
	border:white 1px solid;
	border-top:white 1px solid;
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
}

/* placeholderMainMenu_DropMenu */
.top {
	font:bold 11px verdana;
	color:#ffffff;
	background:none;
}

.top_hover {
	font:bold 11px verdana;
	color:#ffffff;
	background:#005FA6;
}

.member {
	font:bold 10px verdana;
	color:#666666;
}

.member_hover {
	font:bold 10px verdana;
	color:#666666;
	background:#f7f7f7;
}

.topbar {
	background-image:url("images/topbg_blue4.gif");
	height:28px;
}

.memberbar {
	background-image:url("images/memberbg.gif");
	height:27px;
}

/* placeholderMainMenu_Tabs */
.tabActive_Left {
	width:15px;
	height:19px;
	background:url('images/tab_active_left.gif') no-repeat
}

.tabActive_Center {
	white-space:nowrap;
	background:url('images/tab_active_center.gif')
}

.tabActive_Right {
	width:15px;
	height:19px;
	background:url('images/tab_active_right.gif') no-repeat
}

.tabInactive_Left {
	width:15px;
	height:19px;
	background:url('images/tab_inactive_left.gif') no-repeat
}

.tabInactive_Center {
	white-space:nowrap;
	background:url('images/tab_inactive_center.gif')
}

.tabInactive_Right {
	width:15px;
	height:19px;
	background:url('images/tab_inactive_right.gif') no-repeat
}

a.tabInactiveLink:link {
	font-weight:bold;
	font-size:9px;
	color:#E2ECF7;
	text-decoration:none;
}

a.tabInactiveLink:visited {
	font-weight:bold;
	font-size:9px;
	color:#E2ECF7;
	text-decoration:none;
}

a.tabInactiveLink:hover {
	font-weight:bold;
	font-size:9px;
	color:#E2ECF7;
	text-decoration:underline;
}

a.tabActiveLink:link {
	font-weight:bold;
	font-size:9px;
	color:#1283CA;
	text-decoration:none;
}

a.tabActiveLink:visited {
	font-weight:bold;
	font-size:9px;
	color:#1283CA;
	text-decoration:none;
}

a.tabActiveLink:hover {
	font-weight:bold;
	font-size:9px;
	color:#1283CA;
	text-decoration:underline;
}

/* placeholderMainMenu_Side */
#divSide {
	font:11px Trebuchet MS, Arial, sans-serif;
	background:#FAFAFA;
	padding:0px;
	width:180px
}

#divSide a {
	color:#333333;
	text-decoration:none;
	display:block;
	width:175px;
	padding-left:5px;
	border-top:#e6e7e8 1px solid;
}

#divSide a:hover {
	color:#1684E6;
	background-color:#DDDFE4
}

.mnuLevel1 {
	margin:0px;
	padding-left:0px;
	list-style-type:none;
}

.mnuLevel1 li {
	padding:3px;
	padding-left:7px;
	font-weight:bold;
	text-transform:uppercase;
}

.mnuLevel2 {
	margin:0px;
	padding-left:12px;
	list-style-type:none;
}

.mnuLevel2 li {
	padding:3px;
	padding-left:1px;
	border-top:#dedede 1px solid;
	font-weight:normal;
	text-transform:none;
}

.mnuLevel3 {
	margin:0px;
	padding-left:12px;
	list-style-type:none;
}

.mnuLevel3 li {
	padding:3px;
	padding-left:1px;
	border-top:#dedede 1px solid;
	font-weight:normal;
	text-transform:none;
}

.itemSelected {
	color:#1684E6
}

/* placeholderMenu_Tree */
a.prnnode {
	font-family:tahoma, Arial;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	margin:0px;
	padding:2px;
}

a.prnnode:hover {
	background-color:#CCFFCC;
	font-weight:bold;
}

a.node {
	font-family:tahoma, Arial;
	font-size:8pt;
	color:#666666;
	text-decoration:none;
	cursor:pointer;
	margin:0px;
	padding:2px;
}

a.node:hover {
	background-color:#CCFFCC;
	text-decoration:underline;
}

a.selnode {
	font-family:tahoma, Arial;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	margin:0px;
	background-color:#CCFFCC;
	padding:1px 1px 1px 1px;
	border:#66CC66 1px solid;
}

a.selprnnode {
	font-family:tahoma, Arial;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	margin:0px;
	background-color:#CCFFCC;
	padding:1px 1px 1px 1px;
	border:#66CC66 1px solid;
}

div.row {
	color:#0066cc;
	text-decoration:none;
	cursor:pointer;
}

div.selrow {
	background-color:#99CCFF;
	cursor:pointer;
}

div.row:hover {
}

input.nodeedit {
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#666666;
	text-decoration:none;
	position:absolute;
	height:20px;
	border:#cfcfcf 1px solid;
	z-index:1;
}

.nlstree {
	text-align:left;
	border:#e6e7e8 5px solid;
	padding:12px;
	background:white;
}
