/* CSS Document */
body {
	margin				: 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #666666;
	background-color	: #579ABD;
	scrollbar-face-color: #f7f7f9;
	scrollbar-3dlight-color: #c8cfd7;
	scrollbar-highlight-color: #b5bec8;
	scrollbar-darkshadow-color: #607082;
	scrollbar-shadow-color: #8c9aaa;
	scrollbar-arrow-color: #555555;
	scrollbar-track-color: #e7eaed;
}
.clr {
	clear: both;
}
.image-align{
	float: left;
	padding-left: 0px;
}
.norepeat{
	background-repeat: no-repeat;
}
.outline {
   /*border: 1px solid #000000; /*#025EC5;*/
	border-width: 1px;
	border-color: Black;
	border-style: solid;
    background: #ffffff;
	padding-left: 5px;
}
.dm_title {
	background-image	: url(../images/title-shadow.png);
	background-repeat	: no-repeat;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 18px;
	color				: #888888;
	width				: 670px;
}

#pathway_outer {
	width: 635px;
    float: left;
    margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
    float: none !important;
    float: left;
	border: 0px solid #3F79A0;
	height: 21px;
}
.searchresults{
	color: #666666;
}
#pathway_text {
    overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 0px;
	width:800px;
	font-weight:bold;
}

.pathway_text {
    overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 0px;
	color:#006699;
	font-weight:bold;
}

a.pathway {

}
a:hover.pathway {
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
    width: 15%;
	font-size: 11px;
	line-height: 15px;
	white-space: nowrap;
	border-left: 0px solid #3F79A0;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight: normal;
}

ul#mainlevel-nav li a
{
	width: 100%;
	line-height: 15px;
	display: block;
	padding-left: 11px;
	padding-right: 15px;
	text-decoration: none;
	/*color: #005B88;*/
   font-weight: normal;
	font-size: 11px;
	letter-spacing: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent;
	background-image: url(../images/seperator1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration		: none;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	/*color: #007DC5;*/
	background: #ffffff;
	line-height: 15px;
	padding-left: 11px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/seperator1.png);
	text-decoration		: underline;
}

/*##################################################################################################
# top menu
###################################################################################################*/

.mainlevel_topmenu, a.mainlevel_topmenu:link, a.mainlevel_topmenu:visited {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #007DC5;
	text-decoration		: none;
}

a.mainlevel_topmenu:hover {
	color				: #007DC5;
	text-decoration		: underline;
}
/*
###################################################################################################*/

#search_outer {
	float: right;
	/*width: 165px;*/
	width: 81px;
	height: 71px;
	padding-top: 38;
	padding-left: 10;
}

#search_inner {
    border: 1px groove;
	padding: 0px;
    height: 21px !important;
    width: 126px;
    /*overflow: hidden;*/
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

.header {
	background: url(../../images/header.png) no-repeat;
}

.headertd{
	text-align: right;
	vertical-align: bottom;
	padding-right: 8px;
}

.topmenuleftside {
	height: 29px;
}


.topmenu {
	background: url(../../images/topmenu_border.png) no-repeat;
	width: 610;
}

.vert_seperator {
	background: url(../../images/vert_seperator.png);
	background-repeat: repeat-y;
}

.mod_top_padding{
	padding-top: 10px;
}

#top_outer{
	float: right;
	width: 165px;
}

#top_inner {
    border: 1px solid #cccccc;
    padding: 2px;
    height: 144px !important;
    height: 150px;
    overflow: hidden;
    float: none !important;
    float: right;
}

#left_outer {
  	float: left;
	margin-top: 2px;
	width: 165px;
	border-right: 1px solid #dddddd;
}

#left_inner {
  border: 0px solid #3F79A0;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
    width: 100%;
	padding-left: 30px;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #3F79A0;
	border-left: 0px;
	border-right: 0px;
}

table.content_table td {
	/*padding: 0px;
	margin: 0px;*/
}

table.content_table_topmenu {
    width: 100%;
	padding: 2px;
	margin-top: 4px;
	border-top: 1px solid #3F79A0;
	border-bottom: 1px solid #3F79A0;
	border-left: 1px solid #3F79A0;
	border-right: 1px solid #3F79A0;
}

#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

a.linkformat2{
	font-size: 14px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 176px;
}

#right_inner {
  float: none !important;
  height: 163px;
  float: left;
  border: 0px solid #3F79A0;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-image: url(../../images/right_mod.png);
}

.left_innerone {
  float: none !important;
  height: 163px;
  float: left;
  border: 0px solid #3F79A0;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-image: url(../../images/login_mod.png);
}


.user1_inner {
	border: 0px solid #cccccc;
  float: none !important;
  float: left;
	margin-top: 4px;
	padding: 4px;
}

.user2_inner {
	border: 0px solid #cccccc;
  float: none !important;
  float: left;
	margin-top: 4px;
	padding: 4px;
}

table td.body_outer {
	float:none;
	padding: 4px;
	border: 0px solid #3F79A0;
}



#active_menu {
	color:#666666;
	font-weight: normal;
}

a#active_menu:hover {
	color: #3F79A0;
	font-weight: normal;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #3F79A0;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  border: 0px double #cccccc;
  width: auto;
  /*background: url(../../css/templates/myHR/images/button_bg2.png) no-repeat;*/
  padding: 0px 10px 0px 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #dddddd;
  font-weight: bold;
}

pagenav {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #cccccc;
  border: px double #cccccc;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  padding: 0px 5px;
  line-height: 15px;
  margin: 1px;
}
a.pagenav {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #cccccc;
  border: px double #cccccc;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  padding: 0px 5px;
  line-height: 15px;
  margin: 1px;
}
.pagenav2num {
  text-align: center;
  vertical-align: top;
  font-size: 11px;
  font-weight: bold;
  color: #3F79A0;
  border: 0px solid #cccccc;
  width: auto;
  padding:  0px 5px;
  line-height: 15px;
  margin: 1px;
}
.pagenav3count {
  text-align: left;
  vertical-align:  top;
  font-size: 11px;
  font-weight: bold;
  color: #66cc00;
  border: 0px solid #cccccc;
  width: auto;
  padding:  0px 5px;
  line-height: 15px;
  margin: 1px;
}
.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

.pgfooter {
	text-align: center;
	padding: 0px;
}

/*##################################################################################################
# footer
###################################################################################################*/

.footer_copyright {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	/*color				: #B7D3E3;*/
	color             : #B7D3E3;
}

a.footer_copyright {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #3F79A0;
}


.footer, .mainlevel_footermenu, a.mainlevel_footermenu:link, a.mainlevel_footermenu:visited {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #FFFFFF;
	text-decoration		: none;
}

a.mainlevel_footermenu:hover {
	color				: #FFFFFF;
	text-decoration		: underline;
}

/*##################################################################################################
# footer END
###################################################################################################*/


ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 30px;
padding-top: 0px;
background-image: url(../images/bullet_green.png);
background-repeat: no-repeat;
background-position: 20px 3px;
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	/*margin: 0px;*/
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;

}

/* mambo core stuff */
a:link, a:visited {
	color: #3F79A0; text-decoration: none;
	font-weight: normal;
	font-size:11px;
}

a:hover {
	color: #3F79A0;	text-decoration: underline;
	font-weight: normal;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	color				: white;
	border-width		: 0px;
	background			: #559ABD;
	margin-left			: 0px;
}

.mod_bg_top {/*
	background: url(../../images/mod_bg_top.gif) no-repeat;
	padding: 0px;
	border:solid 0px #cccccc;*/
		background-image	: url(../images/dot-module.png);
	background-repeat	: no-repeat;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	font-weight			: lighter;
	color				: #454545;
	text-align			: left;
	height				: 20px;
	padding-left		: 25px;
}
.mod_bg_mid {/*
	background: url(../../images/mod_bg_mid.gif) repeat-y;
	padding: 0px;
	font-size:10px;
	border:solid 0px #cccccc;*/
	/*background-image	: url(../images/dot-module.png);*/
	background-repeat	: no-repeat;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	font-weight			: lighter;
	color				: #454545;
	text-align			: left;
	height				: 20px;
	padding-left		: 25px;
}
.mod_bg_bot {
	background: url(../images/sep-module.png) no-repeat;
	padding-top: 0px;
	border:solid 0px #cccccc;
}

.mod_bg_bot_small {
	/*background: url(../../images/mod_bg_bot_small.gif) no-repeat;*/
	padding: 0px;
	border:solid 0px #cccccc;
}
.mod_bg_mid_small {
	/*background: url(../../images/mod_bg_mid_small.gif) repeat-y;*/
	padding: 0px;
	font-size:10px;
	border:solid 0px #cccccc;
}
  
.inputbox {
	padding: 2px;
	margin-left: 0px;
	font-size:11px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #999999;
}

.inputbox2 {
	padding: 2px;
	font-size:11px;
	border:solid 0px #cccccc;
}

.componentheading {
	/*background: url(../../images/subhead_bg.png) no-repeat;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	height: 28px;
	font-weight: bold;
	/*text-transform: uppercase;
	color :#666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;*/
	background-image	: url(../images/title-shadow.png);
	background-repeat	: no-repeat;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 18px;
	color				: #888888;
	padding-bottom: 5px;
	width				: 670px;
	
}
.heading1 {
	/*background: url(../images/subhead_bg.png) no-repeat;*/
	text-align: left;
	padding-top: 16px;
	padding-left: 4px;
	height: 28px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color :#66CC00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
/*
	height: 30px;
	background: url(../../images/bullet_arrow_circle2.png) top left repeat-x;
	background-repeat: no-repeat;
	color: #999999;
	text-indent: 0px;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;*/
	background-image	: url(../images/title-shadow.png);
	background-repeat	: no-repeat;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 18px;
	color				: #888888;
	width				: 670px;
         padding-bottom  : 25px;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.moduleheader{
	color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height: 22px;
	font-weight: normal;
	font-size: 13px;
}

table.moduletable th {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height: 22px;
	font-weight: normal;
	font-size: 13px;
	/*text-transform: uppercase;*/
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}
.poll {
	color : #3F79A0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {
}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	/*background: url(../../images/menu_bg.png) no-repeat;*/
	background: url(../images/arrow_down.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #3F79A0;
	text-align: left;
	padding-top: 5px;
	padding-left: 35px;
	height: 25px !important;
	width: 100%;
	text-decoration: none;
	font-weight: normal;
}

a.mainlevel:active {
	display: block;
	background: url(../images/arrow_down_colorized.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #999999;
	text-align: left;
	padding-top: 5px;
	padding-left: 35px;
	height: 25px !important;
	width: 100%;
	text-decoration: none;
	font-weight: normal;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: underline;
	color: #999999;
	background: url(../images/arrow_down_colorized.png) no-repeat;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: left;

}

a.sublevel:hover {
	color: #999999;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin-left : 10px;
 	padding: 0;
}

div.adfastimage {
  border: 1px solid #ccc;
}

.adfastimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.adfastimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}