#body {
	background-color:#44456C;
	margin-top:3px;
	text-align: center;
}
a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}


a:hover{
	color: #990000;
	text-decoration: underline;
}
#page {
	font-family: Tahoma;
	font-size:14px;
	width: 800px;
	/*border: 1px solid #CCCCCC;*/
	padding: 0px;
	background-color: #F8F9FA;
	height: 100%;
	min-width: 800px;
	text-align: left;	
}
#page_footer {
	clear: both;
	font-size: 90%;
	color: #FFCC00;
	padding: 3px;
	text-align: center;
	background-image: url(../images/gradient_h.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
}
#page_footer a {
	color:#006;
}
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 80%;
	color: #666666;
	padding: 2px;
	margin: 0px;
	text-align: center;
	margin-top: 5px;
}
#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
form {
	display: block;
	margin: 0px;
	padding: 0px;
}
#siteName{
	font-family: "Century Gothic";
	font-size: 24px;
	text-transform: capitalize;
	color: #FF9900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#siteLogo{
	background-image: url(../images/epecProject_bg.gif);
	background-repeat: repeat-x;
}

#masthead{
	padding: 0px 0px 0px;
	border: 0px solid #808080;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: left;
}
#topdiv {
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #990000;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFCC00;
	background-color: #653366;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/gradient_h.jpg);
	background-repeat: repeat-y;
}
#logininput{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFCC;
	font-size: 100%;
	border: 1px solid #999999;
}
#loginbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663366;
	font-size: 90%;
	background-color: #FFCC00;
	font-weight: bold;
}
#loginerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF0000;
	text-decoration: blink;
	text-align: right;
	font-weight: bold;
	padding-right: 120px;
}
#breadCrumb{
	font-size: 90%;
	background-color: #CCD7FF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../images/PSEP_footer.gif);
}

/*********** #navBar link styles ***********/

#navBar{
	float: left;
	width: 18%;
	padding: 0px;
	background-color: #FEF7E0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px solid #808080;
	font-size: 90%;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#navBar ul li{
	position: relative;
	margin: 0px;
}
.subfolderstyle{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navBar ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	margin-left: -5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9C6963;
}
#navBar ul li a{
	display: block;
	border-top: 1px solid #cccccc;
	padding-left: 10px;
	text-decoration: none;
	color: #666666;
	overflow: auto; /*force hasLayout in IE7 */
	padding-top: 2px;
	padding-bottom: 2px;
}
#navBar ul li a:hover{
color: #000000;
background-color: #FECA03;
}
#navBar ul li ul{
	position: absolute;
	background-color: #FFFFFF;
	top: 0px;
}
#navBar ul li ul li {
	background-color: #F7E78A;
}
#submenu {
	font-size: 90%;
	color: #990000;
	text-decoration: none;
	background-color: #FFFF99;
}
#mainmenu {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
/* Holly Hack for IE \*/
* html #navBar ul li { float: left; height: 1%; }
* html #navBar ul li a { height: 1%; }
/* End */

#table {
	border: 1px solid #999999;
	font-size: 100%;
	background-color: #FFFFFF;
}
#table_header {
	text-transform: uppercase;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 80%;
}
#table_footer {
	text-transform: uppercase;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#table_labels {
	font-size: 90%;
	text-transform: capitalize;
	color: #990000;
	background-color: #FFFFCC;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding-right: 5px;
}
#table_link {
	font-family: Tahoma;
	font-size: 95%;
	text-decoration: none;
	padding-left: 5px;
	font-weight: normal;
}
#df_date {
	font-family: Tahoma, Verdana, Arial;
	font-size: 80%;
	color: #333333;
}


#table_fields {
	font-size: 90%;
	color: #910000;
	background-color: #EEF3F7;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#table_border_divider {
	height: 1px;
	background-color: #666666;
}
#select {
	font-size: 90%;
	background-color: #E6F1F2;
}
#button {
	font-size: 90%;
	text-transform: capitalize;
	color: #330000;
	background-color: #66FF33;
	text-align: center;

}
#button:hover {
	color: #000066;
	background-color: #FFFF00;
}
#category {
	font-family: Tahoma;
	font-size: 120%;
	background: #af333e;
	color: #FFFFCC;
	padding: 3px;
}
#content{
	background-color: #F7F5E6;
	border: 0px solid #666666;
	font-size: 90%;
	padding: 3px;
	margin: 3px;
}
#content-leftpart-full {
	font-size: 100%;
	line-height: 130%;
	padding: 3px;
}
#content1 {
	background-color: #FFFCE8;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #808080;
	float: right;
	width: 80%;
	font-size: 100%;
}
#content1 img{
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#attendee {
	font-family: Tahoma, Verdana, Arial;
	font-size: 85%;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#attendee_heading {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #0000CC;
	background-color: #E6D8A2;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#toolbar {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 90%;
	padding-top: 3px;
	background-color: #FCEBB6;
	padding-right: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#section_title {
	font-family: Tahoma;
	font-size: 100%;
	color: #af333e;
	font-weight: bold;
	float: left;
	padding-left: 3px;
}
#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
.dottedBorders {
	font-family: Tahoma;
	font-size: 90%;
	color: #333333;
	text-align: left;
	padding: 3px;
	vertical-align: top;
	display: block;
	border: 1px dashed #999999;
	background-color: #FBFCFD;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* DISCUSSION BOARD */
#row1 {
	color: #333333;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	vertical-align: top;
	text-align: left;
	width: 98%;
	background-color: #F2F7F2;
	display: block;
}
#row1 #col1 {
	float: left;
	font-family: Tahoma;
	font-size: 85%;
	padding-left: 3px;
	width: 100px;
}
#row1 #col1 img {
	float: left;
	margin-right: 5px;
	width: 40px;
	height: 45px;
}
#col2 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 78%;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #CCCCCC;
}
#col3 {
	float: right;
	width: 50px;
	text-align: right;
	display: block;
}
#row2 {
	color: #0000FF;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	vertical-align: top;
	text-align: left;
	width: 98%;
	background-color: #FFFFFF;
	display: block;
}
#row2 #col1 {
	float: left;
	font-family: Tahoma;
	font-size: 85%;
	padding-left: 15px;
	width: 100px;
}
#row2 #col1 img {
	float: left;
	margin-right: 5px;
	width: 40px;
	height: 45px;
}
#row3 {
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	display: block;
	text-align: left;
	width: 98%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #A83737;
	background-color: #FFFFFF;
}
#row3 #col1 {
	width: 100px;
	float: left;
	font-family: Tahoma;
	font-size: 85%;
	padding-left: 30px;
}
#row3 #col1 img {
	float: left;
	margin-right: 5px;
	width: 40px;
	height: 45px;
}
#df_heading {
	font-family: Tahoma, sans-serif;
	font-size: 85%;
	color: #000099;
	font-weight: bold;
	background-color: #FFFFD5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
#conferencelist {
	font-family: Tahoma, Verdana, Arial;
	font-size: 90%;
	color: #666666;
	padding-left: 10px;
	padding-bottom: 10px;
}
.question {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
}
.options {
	font-size: 95%;
	color: #333;
}


#trainerlist {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #666666;
	padding-left: 10px;
	padding-bottom: 10px;
}
#row3 #col12 {
	float: left;
	font-family: Tahoma;
	font-size: 85%;
	padding-left: 30px;
	vertical-align: top;
}
#row2 #col12 {
	float: left;
	font-family: Tahoma;
	font-size: 85%;
	padding-left: 15px;
	vertical-align: top;
}
/*END DISCUSSION BOARD*/
#df_description {
	font-family: Tahoma, sans-serif;
	font-size: 93%;
	color: #333333;
	padding: 3px;
	margin-left: 15px;
}
#login a {
	color: #FFCC66;
}
/***********************************************/
/* Calendar Control                            */
/***********************************************/ 

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}
/* *** PRINTING LABLES *****************************************************************************/
.noPrint {
	display: none;
} 
#TableAddressLabel{
	margin: 0px;
	padding: 0px;
}
p.topmargin5160 {margin-top: 0in}
#AVE5160 { /*coofcient: 0.96 . If size is 1 inch then put 0.96in */
	height: 0.96in;
	width: 2.85in;
	padding-top: 3px;
	padding-left: 8px;
}
p.topmargin5162 {
margin-top: 0.5in;
}
#AVE5162 {
	height: 1.29in;
	width: 4.8in;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 3px;
}
.dottedLine {
	clear: both;
	width: 100%;
	border: 1px dotted #666;
}
