html, body {
	font-family: Verdana;
	font-size: 10px;
}

h3 {
	font-size: 13px;
	color: #333;
	margin: 15px 0px;
}

#container {
	width: 945px;
	margin: 0px auto;
}

#popup_container {
	width: 615px;
	margin: 0px auto;
}

#pageHeader {
	position: relative;
	width: 100%;
	height: 95px;
	border-bottom: 1px solid #000;
}

#headerLogo {
	position: absolute;
	left: 5px;
	width: 80px;
	height: 80px;
}

#pageSubNav {
	position: absolute;
	top: 10px;
	right: 5px;
}

.pageSubNavLink {
	float: left;
	font-size: 14px;
}

.pageSubNavLinkBold {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.pageSubNavLink a:link, .pageSubNavLink a:visited, .pageSubNavLinkBold a:link, .pageSubNavLinkBold a:visited {
	color: #333;
	text-decoration: none;
}

.pageSubNavLink a:hover, .pageSubNavLink a:active, .pageSubNavLinkBold a:hover, .pageSubNavLinkBold a:active {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}


.pageSubNavDivider {
	float: left;
	font-size: 14px;
	margin: 0px 5px;
}

#pageHeading {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

#pageHeadingLeft, #pageHeadingRight {
	font-family: Arial, Verdana, Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: white repeat;
}

#pageHeadingLeft {
	float: left;
	color: black;
	padding-right: 3px;
}

#pageHeadingRight {
	float: left;
	color: #848484;
}

#content {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 380px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

#popup_content {
	position: relative;
	clear: both;
	width: 94%;
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #000;
}

#pageFooter {
	clear: both;
	font-size: 9px;
	text-align: center;
}

.dividerLine {
	clear: both;
	line-height: 3px;
	margin: 0px auto;
	margin-top: 3px;
	border-top: 1px solid black;	
}

#alerts {
	font-size: 11pt;
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #000;
}

.inputDescriptionTitle {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #84848f;
	font-weight: 500;
}

.inputDescription {
	line-height: 16px;
}

.inputContainer {
	clear: both;
	padding: 5px 0px;
}

.inputLabel {
	float: left;
	width: 130px;
	padding-top: 4px;
	text-align: right;
}

.inputField {
	float: left;
	width: 260px;
	margin-left: 5px;
}

.helpLink {
	font-size: 10px;
	color: #787878;
}

.helpLink:hover {
	color: #000;
	cursor: help;
}

.dashModule {
	position: relative;
	border: 1px solid #666;
}

.dashModuleHeader {
	padding: 5px;
	background-color: #666;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.dashModuleBody {
	padding: 5px;
}

.dashProjStatusContainer {
	height: 20px;
}

.dashProjStatusIcon {
	float: left;
}

.dashProjStatusDesc {
	float: left;
	margin-left: 5px;
	margin-top: 1px;
}

.dashProjStatusDesc a {
	font-size: 10px;
	color: #2F2F2F;
}

.projDetailContainer {
	width: 100%;
	padding-top: 5px;
	clear: both;
}

.projDetailLabel {
	float: left;
	width: 90px;
}

.projDetailValue {
	float: left;
}

.astatus {
	font-size: 10px;
	color: #2F2F2F;
}

.required {
	font-size: 10px;
	color: #cc0000;
}

.bold {
	font-weight: bold;
}

.center {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.listheader {
	background-color: #2F2F2F;
	height: 22px;
}

.listheaderlabel {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.listaligncenter {
	text-align: center;
}

.listalignright {
	text-align: right;
}

.listitemrowalt {
	height: 22px;
}

.listitemrow {
	height: 22px;
	background-color: whitesmoke;
}

.listitem {
	padding: 5px;
}
.listitem a {
	font-size: 10px;
	color: #2F2F2F;
}

.backlink{
	font-size: 10px;
	color: #2F2F2F;
}


.dashboardreports {
	text-align: left;
}

.dashboardreports a {
	font-size: 10px;
	color: #2F2F2F;
}

.dashboardreportsamount {
	text-align: right;
}


.pacakge_selection_basic {
	background-color: #f2f2f2;
	padding: 3px 0px 3px 10px;
}

.pacakge_selection_pro {
	background-color: #e9f8ff;
	padding: 3px 0px 3px 10px;
}

.pacakge_selection_na {
	padding: 3px 0px 3px 10px;
}



#pagewidth{ width:950px; border-bottom: 1px solid #000; }
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:75%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:34%; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:66%; 
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

