/* Common CSS Style */


body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.body_subheader {
	color: black;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.body_subheader_buttons {
	color: black;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body.login_screen {
	color: black;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

textarea {
	color: black;
	margin-bottom: 0px;    	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/********************************************************************************************/

/* HEADER */

.topbanner {
	height: 95px;
}

.logoff {
}

.logoff a {
}

.logobar {
}

.logo {
	background-repeat: no-repeat;
}

.logoright {
	position: absolute;
}

.bg_line {
	height: 55px;
	width: 100%;
}

/* Header Section Buttons  */

.adminbut      { }
.collegebut    { }
.commsbut      { }
.conferencebut { }
.learningbut   { }
.librarybut    { }
.ournetworkbut { }
.projectsbut   { }
.searchbut     { }
.supportbut    { }
.teamtoolsbut  { }
.trackingbut   { }

/* --- Top-level category buttons --- */

a#adminbut,      a#adminbut:hover,      a#adminbuton      { float: left; }
a#collegebut,    a#collegebut:hover,    a#collegebuton    { float: left; }
a#commsbut,      a#commsbut:hover,      a#commsbuton      { float: left; }
a#conferencebut, a#conferencebut:hover, a#conferencebuton { float: left; }
a#learningbut,   a#learningbut:hover,   a#learningbuton   { float: left; }
a#librarybut,    a#librarybut:hover,    a#librarybuton    { float: left; }
a#ournetworkbut, a#ournetworkbut:hover, a#ournetworkbuton { float: left; }
a#projectsbut,   a#projectsbut:hover,   a#projectsbuton   { float: left; }
a#trackingbut,   a#trackingbut:hover,   a#trackingbuton   { float: left; }
a#searchbut,     a#searchbut:hover,     a#searchbuton     { float: left; }
a#supportbut,    a#supportbut:hover,    a#supportbuton    { float: left; }
a#teamtoolsbut,  a#teamtoolsbut:hover,  a#teamtoolsbuton  { float: left; }

/********************************************************************************************/

/* Subcategory menu */

/* Outer container for subcategory */
.subcategory {
	background-repeat: repeat-x;
	width: 100%;
	z-index: -1;
}

/* Items on the left of the subcategory menu */
.subcategory-left {
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top:  0;
}

/* Items on the right of the subcategory menu */
.subcategory-right {
}

/* Items in the "navigation area" (static area on the left) */
.subbuts {
	height: 60px;
	margin-left: 50px;
	position: absolute;
	top: 0;
	vertical-align: top;
	z-index: 1;
}

/* The main bunch of subcategory navigation buttons */
.subcategory-buttons {
	position: absolute;
	right: 8px;
	z-index: 1;
}

.submenhome {
	background-repeat: no-repeat;
	position: relative;
}

.submenclipboard {
	background-repeat: no-repeat;
	position: relative;
}

.submenfeedback {
    background-repeat: no-repeat;
    position: relative;
}

.submenadmin {
	background-repeat: no-repeat;
	position: relative;
}

.submennote {
	background-repeat: no-repeat;
	position: relative;
}

.submenhelp {
	background-repeat: no-repeat;
	position: relative;
}

.submentabl, .submentabr, .submentabbg {
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	vertical-align: top;
	white-space: nowrap;
}

.submentabl {
}

.submentabr {
}

.submentabbg {
	background-repeat: repeat-x;
	text-align: center;
}

/********************************************************************************************/

/* LEFT MENU */

.leftboxbg {
}

.leftmentopbg {
}

.leftmenbotbg {
}

/********************************************************************************************/

/* POP UP WINDOW */

.logo_pop {
	background-position:  0px 5px;
}

/********************************************************************************************/

/* PAGE BODY */

/* Top Content Header Bar*/
.topbarbg {
	font-weight: bold;
}

/* Top Content Title Bar*/
.titlebar {
	font-size: 11px;
	font-weight: bold;
}

/* Grey Content Header Dashed */
.adminheader {
	border-bottom: 1px dashed #333333;	
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding:2px 6px 0px 3px;
}

/* Main Content Box */
.boxsection {
	background-color: #ffffff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	color: #000033;
	font-size: 10px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
}

/* Main Content Box 2 */
.miniboxsection {
	background-color: #ffffff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	color: #000033;
	font-size: 10px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
}

/* Top Content Header Bar*/
.sw-panel .sw-header {
	font-weight: bold;
}

/* Top Content Title Bar*/
.sw-panel .sw-subheader {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid;
}


/* Grey Content Header Dashed */
.sw-columnheading {
	border-bottom: 1px dashed #333333;	
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding:2px 6px 0px 3px;
	height: 30px;
}


/* Main Content Box */
.sw-panel .sw-body {
	background-color: #ffffff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	font-size: 10px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
}

/* Top Navigation */
.sw-forum-navigation-container {
	width: 100%;
}


/* Top Content Header Bar*/
.sw-panel .sw-header {
	font-weight: bold;
}

/* Top Content Title Bar*/
.sw-panel .sw-subheader {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid;
}


/* Grey Content Header Dashed */
.sw-columnheading {
	border-bottom: 1px dashed #333333;	
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding:2px 6px 0px 3px;
	height: 30px;
}


/* Main Content Box */
.sw-panel .sw-body {
	background-color: #ffffff;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	font-size: 10px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 10px;
}

/* Top Navigation */
.sw-forum-navigation-container {
	width: 100%;
}


/* Top Right Navigation */
.sw-navigation-right {
	text-align: right;
	padding-bottom: 10px;
}

/* Top Left Navigation */
.sw-navigation-left {
	text-align: left;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

/* List Page Icon Container */
.sw-forum-icon-container {
	width: 30px;
}

/* List Topic Container */
.sw-forum-container {
	width: 400px;
}

/* List Topic Container */
.sw-forum-topic-container {
	width: 350px;
	height: 30px;
}

/* List Replies Container */
.sw-forum-replies-container {
	width: 60px;
}

/* List Last Post Container */
.sw-forum-lastpost-container {
	width: 140px;
}

/* Topic Authoer Container */
.sw-forum-author-container {
width: 200px;
}


/* Forum Topic Message Container */
.sw-forum-message-container {
}


/* Forum Input Panel Left */
.sw-forum-addpanel-left {
	vertical-align: top;
	text-align:right;
	padding-right:3px;
}

/* Forum Input Panel Right */
.sw-forum-addpanel-right {
	vertical-align: top;
}

/* Forum Create Post Icon Container */
.sw-forum-create-icon-container {
	border: 0;
	width: 95%;
}


/* Forum Create Post Smiley Container */
.sw-forum-smiley-container {
	text-align: center;
}

/* Forum Data Not Found Container*/
.sw-forum-notfound-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* List */
.sw-list {
	width: 400px;
}

/* Admin Controls Container */
.sw-admincontrols-container {
}


/* Spacer to remove the td colspan*/
.sw-spacer {
	padding: 2px;
}

/* Data Not Found Container */
.sw-data-notfound-container {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* Pageinate Buttons */
.sw-paginateButtons, .sw-paginateButtons:hover {
	text-decoration: none;
	color: #CC6600;
	font-size: 11px;
	font-weight: bold;
}

.sw-paginateButtons:active, .sw-paginateButtons:visited {
	text-decoration: none;
}


.boxbg {
}


.sw-body-text-right {
	text-align: right;
	}

/********************************************************************************************/

/* CHAT BAR */

.commcolumn {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.commbarbg {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.commbarbg_whos_online {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.commstitle {
}

.commstab {
}

.commstabl {
	background-repeat: repeat-x;
}

.commstabr {
	background-repeat: repeat-x;
}

.comms_maintext {
	background-repeat: repeat-x;
	font-size: 10px;
}

.comms_input {
}

.comms_output {
	font-size: 10px;
	width: 530px;
}

.meetroom {
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;		
}

.bottombarbg {
}

/********************************************************************************************/

/* LINKS */

/* Sub Menu */

.subheading {
	float: left;
	font-family: "Verdana", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
}

a.subheading:link, a.subheading:visited {
	color: #ffffff;
}

a.subheading:hover, a.subheading:active {
	color: #ffff00;
}

/********************************************************************************************/

