body,html{
	background-color: #ddd;
	margin: 0;
	font-family: arial;
}
a:hover{
	text-decoration: none;
}
#swmdoc3{
	margin:0 auto;
	background-color: #dfdfdf;
} 
#swmhd{
	z-index: 100;
	position: relative;
	padding: 0 0 8px 0;
	background: transparent url(/images/hd_shadow.png) repeat-x left bottom;
	min-height: 2.3em;
}
#canvas{
	background-color: #fff;
	border: 1px solid #cacaca;
	float: left;
	width: 98%;
	padding: 0 1%;
	position: relative;
	z-index: 20;
}
/* @group Main Search */

#swmhd .mainSearch{
	text-align: center;
	margin: 0;
}
#swmhd .mainSearch input{
	margin-top: 1em;
	font-size: 131%;
	border: 1px solid #b6b6b6;
	padding: .1em;
}
#swmhd .mainSearch label{
	display: none;
}
#swmhd .mainSearch span{
	font-size: 108%;
	display: block;
	letter-spacing: 1px;
	margin: .7em .5em .5em .5em;
}

#swmhd .mainSearch #searchResults{
	background-color: #fff;
	position: absolute;
	left: 25%;
	width: 50%;
	border: 1px solid #aaa;
	min-height: 500px;
	padding: 1em;
	text-align: left;
	z-index: 9999;
}
#swmhd .mainSearch #searchResults p{
	margin: 1em;
	text-align: center;
}
#swmhd .mainSearch #searchResults #searchClose{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 14px;
	height: 14px;
}
#swmhd .mainSearch #searchResults h4{
	color: #4c4c4c;
	border-bottom: 1px solid #c4c4c4;
	clear: both;
	}
#swmhd .mainSearch #searchResults ul{
	margin: 1em 0;
}
#swmhd .mainSearch #searchResults li{
	height: 1.6em;
	line-height: 1.6em;
	font-size: 93%;
	background-color: #ddd;
	margin-bottom: 1px;
	padding: 0.3em;
	clear: both;
}
#swmhd .mainSearch #searchResults li, #swmhd .mainSearch #searchResults li a{
	display: block;
	text-decoration: none;
	color: #4c4c4c;
}
#swmhd .mainSearch #searchResults li a{
	1float: left;
}
#swmhd .mainSearch #searchResults li img{
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
	float: left;
}
#swmhd .mainSearch #searchResults li span{
	display: inline;
	font-size: 85%;
}

/* @end */
#swmhd h1{
	margin: 0;
	font-size: 138.5%;
	font-weight: normal;
	position: absolute;
	top: 1.2em;
	left: 0.8em;
}
#loginPage fieldset{
	width:50%;
	margin: 0 auto;
}

#companyAccessMenu {
	display: block;
	height: 1.7em;
	position: absolute;
	top: 4px;
	left: 4px;
	float: right;
}

#companyAccessMenu ul.menu{
	text-align: left;
}

#companyAccessMenu ul.menu li{
	font-size: 77%;
	text-align: left;
	color: #999999;
	border: none;
}

#companyAccessMenu ul.menu li a {
	color: #999999;
}

#globalMenu{
	display: block;
	height: 1.7em;
	position: absolute;
	top: 4px;
	right: 4px;
	float: right;
}
#globalMenu ul.menu{
	text-align: right;
}

#globalMenu ul.menu li{
	font-size: 85%;
	text-align: right;
}

#swmbd{
	margin: 0 12px 0 12px;
	clear: both;
}

/* @group Tabs */

#mainTabs, #moreTabs{
	margin:1em 0 0 0;
}
#mainTabs ul li a, #moreTabs ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 85%;
	border: 1px solid #cacaca;
	position: relative;
	bottom: -1px;
	background: #333 url(/images/bc_trans_bg.png) repeat-x 0 0;
}
#mainTabs ul li a img, #moreTabs ul li a img{
	float: left;
	margin: 0 .3em .2em 0;
}
#mainTabs ul li a:hover{
	color: #444;
}
#mainTabs ul li.welcomeTab a:hover, #mainTabs ul li a:hover, #mainTabs ul li.appTab a:hover, #mainTabs ul li.homeTab a:hover {
	background-color: #cfc;
	1border: 1px solid #999;
	border-bottom: 1px solid #cacaca;
}
#moreTabs ul li.homeTab{

}
#moreTabs ul li.homeTab a {
	background-color: transparent;
	color: #00f;
}
#mainTabs ul li.on a, #mainTabs ul li.on.appTab a{
	background-color: #fff;
	color: #333;
	background-image: none;
	border-bottom: none;
	bottom: -2px;
	}
#mainTabs ul li.on a:hover{
		border: 1px solid #cacaca;
		border-bottom: none;
}
#mainTabs ul li.appTab a{
	background-color: #fff;
	color: #444;
}

#mainTabs ul li.spacedTabLeft{
	margin-left: 12px;
}
#mainTabs ul li.spacedTabRight{
	margin-right: 12px;
}
#mainTabs ul li.welcomeTab a{
	background-color: #aca;
}

#moreTabs.tabs ul{
	float: right;
}
.tabs ul{
	float:left;
	margin:0;
	padding:0;
	height: auto;
}
.tabs ul li{
	display:inline;
	float:left;
	margin: 0 2px 0 0;
	position:relative;
	z-index:99;
	line-height: 1.5em; 
}
.tabs ul li a{
	padding: .5em .7em .5em .7em;
	display: block;
	line-height: 1.5em; 
}
.tabs ul.manageApps {
	float:none;
	margin:0;
	padding:0;
	height: auto;
	position: absolute;
	background-color: #ccc;
	border-top: 1px #fff solid;
	border-right: 1px #333 solid;
	border-left: 1px #333 solid;
	border-bottom: 1px #333 solid;
}
.tabs ul.manageApps li {
	width: 100%;
}

/* @end */

.hide{
	display: none;
}


/* @group Da Flash */

div.poptarts{
	
}
div.poptarts div{
	padding: .5em;
	margin: 1em;
	font-size: 123.1%;
}
div.poptarts div.error{
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
}
div.poptarts div.success{
	border: 1px solid #393;
	background-color: #ebffe8;
}
div.poptarts div.info{
	border: 1px solid #E2C822;
	background-color: #FFF9D7;
}

/* @end */



/* @group Sidebar */

#swmsidebar{
	background-color: #fff;
	border: 1px solid #cacaca;
	border-left: 12px solid #cacaca;
	border-bottom: 2px solid #cacaca;
	margin-top: 4em;
	font-size: inherit;
}
#swmsidebar #location li{
	margin: 0 0 .5em 0;
	position: relative;
}
#swmsidebar #location{

}
#swmsidebar div{
	margin: 14px;
}
#swmsidebar h3{
	font-size: 123.1%;
	margin: 8px 14px 0 14px;
	font-weight: none;
	color: #4c4c4c;
}
#swmsidebar h4{
	margin: .6em 14px 0 14px;
	color: #666;
	font-weight: normal;
}
#swmsidebar h4 strong{
	font-weight: bold;
}

#swmsidebar h5{
	margin: .6em 14px 0 14px;
	color: #696969;
	padding: 0;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
}

#swmsidebar h5 img {
	margin: 0 .4em 0 0;
	line-height: 1.5em;
}

#swmsidebar div.recent h4, #swmsidebar div#appNav h4{
	color: #696969;
	padding: 0;
	line-height: 1.5em;
	font-size: 93%;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
#swmsidebar div#appNav p{
	font-size: 85%;
	margin-top: 1em;
}
#swmsidebar div.recent li{
	padding: .2em 0;
}

#swmsidebar div.recent li a{
	font-size: 85%;
}
#swmsidebar div.recent ul{
	margin: .5em 0 0 0;
}

/* @group Manage Links */

#swmsidebar ul.manageLinks{
	background-image: none;
	font-size: 93%;
	text-align: right;
	background: url(../images/dottedBorderHoriz.gif) repeat-x top left;
}
#swmsidebar ul.manageLinks li a{
	padding-left: 13px;
	font-size: 85%;
}

/* @end */

#swmsidebar dl, #swmsidebar dt, #swmsidebar dd, #swmsidebar ul, #swmsidebar li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* @end */
/* @group Recent People */
#swmsidebar #peopleNav dl{
	position: relative;
}
#swmsidebar #peopleNav dl dt{
	font-size: 93%;
	font-weight: bold;
	margin: .3em .2em .2em 32px;
}
#swmsidebar #peopleNav dl dd{
	font-size: 85%;
	color: #696969;
	margin: 0 0 0 32px;
}

#swmsidebar #peopleNav dl dt.userIcon{
	position: absolute;
	top: 0;
	left: -32px;
}

#swmsidebar #peopleNav dl dt.userIcon img{
	width: 24px;
	height: 24px;
}

#swmsidebar #peopleNav ul li{
	clear: left;
}

/* @end */
/* @group Applications */

#swmsidebar div#appNav ul{
	margin: 1em 0 0 -1.5em;
}
#swmsidebar div#appNav ul li{
	margin: 1px 0 0 0;
}
#swmsidebar div#appNav ul li a{
	font-size: 93%;
	background-color: #333;
	color: #eee;
	display: block;
	padding: .3em .3em .3em 1em;
	text-decoration: none;
}
#swmsidebar div#appNav ul li.on a, #swmsidebar div#appNav ul li.on a:hover{
	background-color: #77ce54;
	color: #222;
}
#swmsidebar div#appNav ul li a:hover{
	background-color: #eee;
	color: #333;
}

/* @end */

/* @group Generic Menu */
 
ul.menu{
	float:left;
	margin:0;
	padding:0;
}
ul.menu li{
	display: block;
	float:left;
	margin:0;
	padding: 0 .5em;
	border-right: 1px solid;
	line-height: 1em;
}
ul.menu li.last{
	border-right: none;
}
/* @end */


#breadcrumb
{
    background-image:url('/images/bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    1color:#9b9b9b;
    border:solid 1px #cacaca;
    width:99.9%;
    overflow:hidden;
    margin:1em 0 -10px 0;
    padding:0;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb li a
{
    height:30px;
    display:block;
    background-image:url('/images/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#444;
}

.home
{
    border: none;
    margin: 8px 0px;
}

#breadcrumb a:hover
{
    color:#35acc5;
}

/* @group Footer */

#swmft{
	font-size: 77%;
	position: relative;
	background-color: #d2d2fd2;
	height: 3em;
	color: #696969;
	border-top: 5px solid #ccc;
	clear: both;
}
#swmft #footMenu.menu{
	position: absolute;
	bottom: 1em;
	left: 1em;
}

/* @end */




