/* netwiselive Specific Sub CSS Style */

/* logo blue = #000022 */

body {
}

.body_subheader {
}

.body_subheader_buttons {
}

body.login_screen {
}

a:hover, a:active {
	color: #E5B112 !important;
}

textarea {
}

/********************************************************************************************/

/* HEADER */

.topbanner {
	background-image: url(netwiselive/banner_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.logoff {
	position: absolute;
	right: 0;
	top: 8px;
	padding: 3px;
	color: black;
}

.logoff a {
	color: #FFFFFF;
}

.logobar {
}

.logo {
    width: 381px;
	height: 79px;
	background-image: url(netwiselive/logo_top.gif);
	background-position: 5px 5px;
}

.logoright {
	height: 95px;
	position: absolute;
	top: 16px;
	right: 48px;
}

.bg_line {
}

/* Header Section Buttons  */

.headersectionbutton { height: 79px; }

.adminbut      { margin-right: 16px; width: 69px; }
.conferencebut { margin-right: 16px; width: 69px; }
.learningbut   { margin-right: 17px; width: 55px; }
.librarybut    { margin-right: 17px; width: 43px; }
.ournetworkbut { margin-right: 17px; width: 80px; }
.searchbut     { margin-right: 17px; width: 43px; }
.supportbut    { margin-right: 17px; width: 50px; }
.teamtoolsbut  { margin-right: 17px; width: 70px; }


a#adminbut, a#adminbuton {
	background-image: url(netwiselive/button_admin.gif);
	background-repeat: no-repeat;
	float: left;
}

a#adminbut:hover {
	background-image: url(netwiselive/button_admin_over.gif);
	background-repeat: no-repeat;
	float: left;
}

a#conferencebut, a#conferencebuton {
	background-image: url(netwiselive/button_conference.gif);
	background-repeat: no-repeat;
	float: left;
}
a#conferencebut:hover {
	background-image: url(netwiselive/button_conference_over.gif);
	background-repeat: no-repeat;
	float: left;
}

a#learningbut, a#learningbuton {
	background-image: url(netwiselive/button_learning.gif);
	background-repeat: no-repeat;
	float: left;
}
 a#learningbut:hover {
 	background-image: url(netwiselive/button_learning_over.gif);
	background-repeat: no-repeat;
	float: left;
 }

a#librarybut, a#librarybuton {
	background-image: url(netwiselive/button_library.gif);
	background-repeat: no-repeat;
	float: left;
}
a#librarybut:hover {
	background-image: url(netwiselive/button_library_over.gif);
	background-repeat: no-repeat;
	float: left;
}

a#ournetworkbut, a#ournetworkbuton { 
	background-image: url(netwiselive/button_ournetwork.gif);
	background-repeat: no-repeat;
	float: left;
}
a#ournetworkbut:hover {
	background-image: url(netwiselive/button_ournetwork_over.gif);
	background-repeat: no-repeat;
	float: left;
}

a#searchbut, a#searchbuton {
	background-image: url(netwiselive/button_search.gif);
	background-repeat: no-repeat;
	float: left;
}
a#searchbut:hover {
	background-image: url(netwiselive/button_search_over.gif);
	background-repeat: no-repeat;
	float: left;
}

a#supportbut, a#supportbuton {
	background-image: url(netwiselive/button_support.gif);
	background-repeat: no-repeat;
	float: left;
}
a#supportbut:hover {
	background-image: url(netwiselive/button_support_over.gif);
	background-repeat: no-repeat;
	float: left;
}

a#teamtoolsbut, a#teamtoolsbuton {
	background-image: url(netwiselive/button_teamtools.gif);
	background-repeat: no-repeat;
	float: left;
}
a#teamtoolsbut:hover {
	background-image: url(netwiselive/button_teamtools_over.gif);
	background-repeat: no-repeat;
	float: left;
}

/********************************************************************************************/

/* Subcategory menu */

/* Outer container for subcategory */
.subcategory {
	background-image: url(netwiselive/background_submenu.gif); 
	background-repeat: repeat-x;
	height: 55px;
}

.subcategory-left {
	background-image: url(netwiselive/banner_submenu_left.gif);
	height: 100%;
	width: 538px;
	position: absolute;
	top:  0;
	left: 0;
}

/* Items on the right of the subcategory menu */
.subcategory-right {
	background-image: url(netwiselive/banner_submenu_right.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 183px;
	position: absolute;
	top:   0;
	right: 0;
}

/* Items in the "navigation area" (static area on the left) */
.subbuts {
}

.subcategory-buttons {
	top: 28px;
}

.submenhome {
	background-image: url(netwiselive/navigation_home.gif);
	position: relative;
	top:2px;
	left: 75px;
	height: 31px;
	width: 68px;
}

.submenclipboard {
	background-repeat: no-repeat;
	background-image: url(netwiselive/navigation_clipboard.gif);
	position: relative;
	top:3px;
	left: 80px;
	height: 31px;
	width: 98px;
}

table#subtab { 
    margin: 20px 0px 0px 0px;
}

.submentabl, .submentabr, .submentabbg {
}

.submentabl, .submentabr {
	width: 5px;
}

.submentabl {
	background-image: url(netwiselive/lozenge_left.gif);
}

.submentabr {
	background-image: url(netwiselive/lozenge_right.gif);
}

.submentabbg {
    background-image: url(netwiselive/lozenge_middle.gif);
	background-repeat: repeat-x;
	float: left;
	vertical-align: middle;
}

/********************************************************************************************/

/* LEFT MENU */

.leftboxbg {
	background-color: #F2F5FA;
}

.leftmentopbg {
    height: 21px;
	width: 165px;
    background-image: url(netwiselive/background_leftmentop.gif);
    background-repeat: repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.leftmenbotbg {
    height: 21px;
	width: 165px;
    background-image: url(netwiselive/background_leftmenbot.gif);
    background-repeat: repeat-x;
	padding-bottom: 15px;
}

/********************************************************************************************/

/* POP UP WINDOW */

.logo_pop {
	background-image: url(netwiselive/logo_top.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}

/********************************************************************************************/

/* PAGE BODY */

/* Top Content Header Bar*/
.topbarbg {
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 3px 10px 5px 7px;
	background-image: url(netwiselive/background_leftmentop.gif);
	background-repeat: repeat-x;
}

/* Top Content Title Bar*/
.titlebar {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 3px 10px 5px 7px;
	background-color: #eee;
	border: 1px solid black;
	border-collapse: collapse;
} 

/* Grey Content Header Dashed */
.adminheader {
}

/* Main Content Box */
.boxsection {
 height: 100%;
}

/* Top Content Header Bar*/
.sw-panel .sw-header {
	background-image: url(netwiselive/background_leftmentop.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 0px 3px 10px;	
	text-align: left;
}

/* Top Content Title Bar*/
.sw-panel .sw-subheader {
	background-color: #eee;
	border-bottom: 1px dashed #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	color: #666666;
	padding: 5px 10px 5px 10px
} 

/* Grey Content Header Dashed */
.sw-columnheading {
		text-align: left;
}

/* Main Content Box */
.sw-panel .sw-body {
height:100%;
}

/********************************************************************************************/

/* CHAT BAR */

.commcolumn {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.commbarbg {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}

.commbarbg_whos_online {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	border-style:solid;
	border-width:thin;
	border-color:#4E5397;
}

.commstitle {
}

td.commstab {
    background-color: #FFFFFF;
}

.commstabl {
	background-repeat:repeat-x;
	border-top: solid 1px #B4B4B4; 
	border-left: solid 1px #B4B4B4; 
}

.commstabr {
	background-repeat:repeat-x;
	border-top: solid 1px #B4B4B4; 
	border-right: solid 1px #B4B4B4; 
}

.comms_maintext {
	background-repeat:repeat-x;
	font-size: 10px;
	color: #B4B4B4;
	border-top: solid 1px #B4B4B4; 
}

.comms_input {
	font-size: 10px;
	color: #000000;
	margin-left: 3px;
	border-style:none;
	border-width:thin;
	width:299px;
	height:32px;
	background-color:transparent;
	background-image:url(glass/comms_text_input.gif);
	padding-left:4px;
	padding-top:4px;
}

.comms_output {
	font-size: 10px;
	color: #000000;
	margin-left: 3px;
	border-style:none;
	width:530px;
	height:130px;
	background-color:transparent;
	background-image:url(glass/comms_text_output.gif);
	background-repeat:no-repeat;	
	padding-left:4px;
	padding-top:4px;
	padding-bottom:15px;
}

.meetroom {
	background-repeat: repeat-x;
	background-image: url(netwiselive/background_meetingroom.gif);
	padding: 0px 0px 0px 0px;		
}

/********************************************************************************************/

/* Content Bottom Client Logo Bar  */
.bottombarbg, .sw-panel .sw-footer {
	background-color: #FFFFFF;
	padding: 2px 0px 2px 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	background-image:url(netwiselive/logo_bottom.gif);	
	height: 42px;	
}

.bottombarbgsmall {
	padding: 2px 0px 2px 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
						
}

/********************************************************************************************/


/* LINKS */

/* Sub Menu */

.subheading {
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
	text-align: center;
	float: left;
}

a.subheading:link, a.subheading:visited {
	color: #ffffff;
	position: relative;
	top: -6px;
}

a.subheading:hover, a.subheading:active {
	color: #ffff00;
	position: relative;
	top: -6px;
}

/*------------------------------------------------------------------------------------------*/

/* Left Navigation */

a.menu:link {
	color: #4E5397;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
}

a.menu:visited {
	color: #4E5397;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
}

a.menu:hover {
	color: #D88A12;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
}

a.menu:active {
	color: #D88A12;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
}

/* Scrolling News Navigation */

a.newsMenu:link {
	color: #4E5397;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px 20px 20px;				
}

a.newsMenu:visited {
	color: #4E5397;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px 20px 20px;			
}

a.newsMenu:hover {
	color: #D88A12;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 0px 0px 20px 20px;			
}

a.newsMenu:active {
	color: #D88A12;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px 20px 20px;			
}

