﻿body {
}
/* CSS Document */

/* General Styles */
head, body {height: 100%;}

html {height: 100%;	overflow:-moz-scrollbars-vertical;}

body 
{
	padding: 0; 
	margin: 0;
	font-size:1em;
	color:#333333;
	font-family:Tahoma;
	text-align:left;
	background:#f4f4f4;
}

p
{
	font-size:0.7em; 
	padding:0px; 
	margin:0px; 
	height:12px
}

.wrapper{width:790px; margin: auto;}
/* End of General Styles */

/* Header Styles */
.header
{
	height:92px;
	text-align:left;
	background:url(../images/headerSubBack.jpg);
}

.MIABannerLogo
{
	float:left;
	margin-top:18px;
	margin-left:13px;
}
.WomenReturningToWorkProgrammeBannerLogo
{
	float:left;
	margin-top:23px;
	margin-left:98px;
}
.headerButtons { margin-top:8px; margin-right:14px; float:right; height:30px; }
.headerButtons a { color:White; text-decoration:none; font-size:0.8em; float:left; line-height:24px; }
.headerButtons img { padding-left:13px; padding-right:2px; float:left; }
.headerButtons a:hover { text-decoration: underline; }

/* Search Styles */
.search
{
	float:right;
	margin-top:10px;
	margin-right:23px;
}

.searchBox
{
	width:130px;
	height:15px;
	line-height:15px;
	font-size:0.7em;
	text-align:right;
	border:1px solid #737373;
	float:left;
	margin-right:5px;
	padding-right:5px;
}

/* End of Search Bar Styles */
/* End of Header Styles */

/* Main Menu and Main Image Content */
.subPageMainWrapper
{
	width:790px;
	background:#fff;
}

.mainMenuContent
{
	width:186px;
	height:170px;
	margin:0px;
	float:left;
	border:0px;
}

.subMenuHeader
{
	float:left;
	border:1px;
}

.mainImageContent
{
	width:603px;
	height:170px;
	float:left;
}
/* End Main Menu and Main Image Content */ 

/* Sub Menu Content */
.subMenuWrapper
{
	width:790px;
	background:url(../images/subPages/subMenuBg.jpg);
	text-align:left;
	float:left;
	height:6px;
}
.subMenuWhiteDivider
{
	width:790px;
	background:#fff;
	height:3px;
	float:left;
}

.subMenuBG1
{
	background:url(../images/subPages/subMenu/subMenuBg1.jpg) repeat-x;
	height:18px;
	float:left;
	padding:3px 5px 0 5px;
}

.subMenuBG2
{
	background:url(../images/subPages/subMenu/subMenuBg2.jpg) repeat-x;
	height:18px;
	float:left;
	padding:3px 5px 0 5px;
}

.subMenuWrapper .subMenuBG1 a, .subMenuWrapper .subMenuBG1 a:visited{font-size:0.8em; color:#ffffff; text-decoration: none;}
.subMenuWrapper .subMenuBG1 a:hover{color:#a81c20; text-decoration:underline;}

.subMenuWrapper .subMenuBG2 a, .subMenuWrapper .subMenuBG2 a:visited{font-size:0.8em; color:#ffffff; text-decoration: none;}
.subMenuWrapper .subMenuBG2 a:hover{color:#a81c20; text-decoration:underline;}

.subMenuDivider1
{
	height:21px;
	width:22px;
	float:left;
}
/* End Sub Menu Content */

/* Main Content Wrapper */
.mainContentWrapper
{
	width:790px;
	height:auto;
	background:#b7b3b4;
}
/* End Main Content Warapper*/

/* Left Column: Third Level Menu & Events */

.leftColumnBGColour
{
	background:#b7b3b4;
	width:186px;
	float:left;
	height:auto;
}

.leftColumnWrapper
{
	width:186px;
	float:left;
}

.subSubMenuHeader
{
	background:url(../images/subPages/subSubMenuHeader.jpg);
	background-repeat:no-repeat;
	width:146px;
	height:22px;
	font-family:Verdana;
	color:#ffffff;
	font-size:0.9em;
	text-align:left;
	padding:5px 0 0 40px;
}

.subSubMenuItem1
{
	background:#dedede;
	width:186px;
	font-family:Verdana;
	color:#000000;
	font-size:0.7em;
	text-align:left;
	padding:5px 0 0 0;
	height:auto;	
	min-height:16px;
	cursor:pointer;
}

.subSubMenuItem2
{
	background:#fff;
	width:186px;
	font-family:Verdana;
	color:#000000;
	font-size:0.7em;
	text-align:left;
	padding:5px 0 0 0;
	height:auto;
	min-height:16px;
	cursor:pointer;
}

.subSubMenuClosingLine
{
	background:url(../images/subPages/subSubMenu/subMenuClosingLine.jpg);
	background-repeat:no-repeat;
	width:186px;
	height:1px;
}

.leftColumnWrapper a .subSubMenuItem1, .leftColumnWrapper a:visited .subSubMenuItem1 {font-size:0.7em; color:#000000; text-decoration: none;}
.leftColumnWrapper a:hover .subSubMenuItem1 {color:#a81c20; text-decoration:none;}

.leftColumnWrapper a .subSubMenuItem2, .leftColumnWrapper a:visited .subSubMenuItem2{font-size:0.7em; color:#000000; text-decoration: none;}
.leftColumnWrapper a:hover .subSubMenuItem2 {color:#a81c20; text-decoration:none;}

.eventsHeader
{
	background:url(../images/subPages/eventsHeader.jpg);
	background-repeat:no-repeat;
	width:146px;
	height:22px;
	font-family:Verdana;
	color:#ffffff;
	font-size:0.9em;
	text-align:left;
	padding:5px 0 0 40px;
}

/* End Left Column: Third Level Menu & Events */

/* Right Column: Containing Webpage Content */
.rightColumnWrapper
{
	width:600px;
	min-height:300px;
	float:left;
	background:#fff;
	text-align:left;
	padding-left:4px;
}
/* Right Column: Containing Webpage Content */

/* Content Styles */
.contentWrapper
{	
	border:1px solid #CACACA;
	padding-top:20px;
	background:#F8F8F8;
	float:left;
}

.loginBtn
{
	background:url(../images/loginBtn.jpg) no-repeat;
	height:22px;
	width:80px;
	cursor:pointer;
	border:0px;
}
/* End of Center Content Styles */

/* Form Header Styles */

.titleBar
{
	background:url(../images/subPages/titleBarRepeatBg.jpg) repeat-x;
	height:27px;
	width:500px;
}

.titleBarGray
{
	background:url(../images/subPages/titleBarRepeatBgGray.jpg) repeat-x;
	height:24px;
	width:500px;
}

.headerTitleText
{
	padding-left:18px;
	font-family:Verdana;
	font-size:0.9em;
	color:White;
}

.titleText
{
	padding-left:18px;
	font-family:Verdana;
	font-size:0.7em;
	font-weight:bold;
	color:Black;
	padding-top:7px;
	padding-bottom:7px;
}

/* End Form Header Styles */

/* Form Content Styles */

.requiredColumnStyle
{
	padding-left:19px;
	padding-right:2px;
	padding-top:4px;
	width:5px;
	text-align:left;
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
}
.labelColumnStyle
{
	padding-top:4px;
	width:117px;
	text-align:left;	
}

.labelColumnStyleCPEAct
{
	padding-top:4px;
	width:77px;
	text-align:left;	
	padding-left:15px
}

.textBoxColumnStyle
{
	padding-left:1px;
	padding-top:4px;
	text-align:left;
}

.labelText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
}

.textboxStyle
{
	width:380px;
	border:1px solid #abadb3;
	background-color:#fff;
	height:18px;
	font-family:Verdana;
	font-size:0.7em;
	color:#000000;	
}

.captchaTextboxStyle
{
	width:202px;
	border:1px solid #abadb3;
	background-color:#fff;
	height:18px;
	font-family:Verdana;
	font-size:0.7em;
	color:#000000;	
}

.textAreaStyle
{
	width:380px;
	border:1px solid #abadb3;
	background-color:#fff;
	font-family:Verdana;
	font-size:0.7em;
	color:#000000;	
}

.smallTextboxStyle
{
	width:90px;
	border:1px solid #abadb3;
	background-color:#fff;
	height:18px;
	font-family:Verdana;
	font-size:0.7em;
	color:#000000;
}

.dropdownStyle
{
	width:384px;
	border:1px solid #abadb3;
	background-color:#fff;
	height:20px;
	font-family:Verdana;
	font-size:11px;	
}

.dropdownStyleNoWidth
{
	border:1px solid #abadb3;
	background-color:#fff;
	height:20px;
	font-family:Verdana;
	font-size:11px;	
}

.validationSummaryStyle
{
	font-family:Verdana;
	font-size:0.7em;
	color:red;
}

.requiredValidatorStyle
{
	font-family:Verdana;
	font-size:0.7em;
	color:red;
}

.saveButtonStyle
{
	background:url(../images/btnSave.jpg);
	width:80px;
	height:21px;
	border:0px;	
}

.submitButtonStyle
{
	background:url(../images/btnSubmit.jpg);
	width:80px;
	height:21px;
	border:0px;	
}

/* End Form Content Styles */

/* News Content Styles */

.newsTableStyle
{
	width:564px;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}

.newsTableHeaderBar
{
	width:564px;
	height:37px;
}

.newsTitleText
{
	padding-left:10px;
	text-align:left;
	font-family:Verdana;
	font-size:0.7em;
	color:#505050;
	font-weight:bold;
	background:url(../images/subPages/newsHeaderBG.jpg);
}

.cpeActivityTitleText
{
	padding-left:10px;
	text-align:left;
	font-family:Verdana;
	font-size:0.7em;
	color:#505050;
	font-weight:bold;
	background:url(../images/subPages/cpeActivityHeader.jpg);
}

.rightColumnWrapper a, .rightColumnWrapper a:visited{ font-size:11px; font-weight:bold; color:#a81d20; text-decoration: underline;}
.rightColumnWrapper a:hover{color:#606060; font-weight:bold; text-decoration:underline;}

.newsListText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
	text-align:justify;
}

.newsDetailsTitleText
{
	text-align:left;
	font-family:Verdana;
	font-size:0.7em;
	color:#a81d20;
	font-weight:bold;
	text-decoration:underline;
}

.newsDetailsImageContainer
{
	border-top:1px solid #323232;
	border-bottom:1px solid #323232;
	border-left:1px solid #323232;
	border-right:1px solid #323232;
	padding:1px;
	height:121px;
	width:150px;
	vertical-align:middle;
	text-align:center;
}

.newsImageBorder
{
	height:115px;
	width:144px;
	border:1px solid #959494;
	float:left;
	padding-right:15px;
}

.newsDetailsText
{
	height:auto;
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
	text-align:justify;
	padding-left:5px;
	vertical-align:top;
	float:left;
	width:580px;
}

.newsDetailsParagraphText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
	text-align:justify;
	padding:0 15px 0 5px;
	vertical-align:top;
}

.resorceText
{
	font-family:Verdana;
	font-size:0.8em;
	color:#1e1e1e;
	text-align:justify;
	padding-left:15px;
}

.resorceText a, .resorceText a:visited
{
	color:#606060;
	text-decoration:none;
}

.resorceText a:hover
{
	color:#A81D20;
	text-decoration:underline;
}
 

/* End News Content Styles */

/* ELibrary Content Styles */

.eLibraryTableStyle
{
    font-size:11px;
	width:564px;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}

.normalTableFontSize
{
	font-size:16px;
}

.eLibraryTableStyle tr td
{
}

.eLibraryTableStyle .cpe_type_footer
{
    width: 80px;
    vertical-align: top;
}


.eLibraryTableStyle .cpe_start_date
{
    width: 80px;
}

.eLibraryTableStyle .cpe_end_date
{
    width: 80px;
}

.eLibraryTableStyle .cpe_type
{
    width: 80px;
}

.valaidation_summary
{
    font-size:11px;
}

.contentTableTitleColumn
{
	background-color:#f2eeee;
	vertical-align:middle;
	text-align:left;
	border-bottom:1px solid #d5d5d5;
	padding:7px;
	border-left:1px solid #ffffff;
}

.contentTableTitleColumnBorder
{
	height:49px;
	background-color:#f2eeee;
	vertical-align:middle;
	text-align:left;
	border:1px solid #d5d5d5;
	padding-left:15px;
}


.contentTableSizeColumn
{
	width:92px;
	background-color:#ebebeb;
	vertical-align:middle;
	text-align:left;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #d5d5d5; 
	padding:7px;
	font-family:Verdana;
	font-size:0.8em;
	color:#1e1e1e;
}

.contentTablePriceColumn
{
	width:146px;
	height:49px;
	background-color:#ebebeb;
	vertical-align:middle;
	text-align:left;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #d5d5d5; 
	padding-left:15px;
	font-family:Verdana;
	font-size:0.8em;
	color:#96161a;
}

.contentTableDescriptionColumn
{
	width:382px;
	height:49px;
	background-color:#ebebeb;
	vertical-align:middle;
	text-align:left;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #d5d5d5; 
	padding-left:15px;
	font-family:Verdana;
	font-size:0.8em;
	color:#1e1e1e;
}

/* End ELibrary Content Styles */

/* Login Content Styles */

.loginTableContent
{
	width:570px;
	border:0px;
	background-color:#d5dcd4;
}

.loginHeaderBar
{
	background:url(../images/subPages/loginTopHeader.jpg);
	background-repeat:no-repeat;
	width:570px;
	height:32px;
}

.loginLeftBorder
{
	background:url(../images/subPages/loginLeftBorder.jpg);
	background-repeat:repeat-y;
	width:10px;
}
.loginMainContent
{
	width:525px;
	height:120px;
	background-color:#d5dcd4;
	font-family:Verdana;
	font-size:0.8em;
	color:#ffffff;
	padding-left:25px;
	text-align:left;
}

.loginRightBorder
{
	background:url(../images/subPages/loginRightBorder.jpg);
	background-repeat:repeat-y;
	width:10px;
}

.loginFooterBar
{
	background:url(../images/subPages/loginBottomFooter.jpg);
	background-repeat:no-repeat;
	width:491px;
	height:73px;
	padding-left:79px;
	text-align:center;
	vertical-align:top;
}

.loginLabelStyle
{
	font-family:Verdana;
	font-size:10px;
	vertical-align:middle;
	color:#a81d20;		
}

.loginTextboxStyle
{
	width:326px;
	border:1px solid #b2b2b2;
	background-color:#f4f4f4;
	height:19px;
	font-family:Verdana;
	font-size:0.7em;
	color:#000000;	
	padding-top:4px;
	vertical-align:top;
}

/* End Login Content Styles */

/* Members Directory Content Styles */

.searchButtonStyle
{
	background:url(../images/btnSearch.jpg);
	width:80px;
	height:21px;
	border:0px;	
}

.resultsFoundText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
}

.memberSearchTableColumn
{
	height:29px;
	background-color:#ffffff;
	vertical-align:middle;
	text-align:left;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #d5d5d5; 
	padding-left:15px;
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
}

.memberDirectoryTableViewColumn
{
	height:29px;
	background-color:#f2eeee;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #d5d5d5;
	border-left:1px solid #ffffff;
}

/* End Member Directory Content Styles */

/* Events Content Styles */

.eventsTitleText
{
	padding-left:10px;
	text-align:left;
	font-family:Verdana;
	color:#000000;
	font-weight:bold;
}

.eventsMainText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
	text-align:justify;
	padding-right:15px;
	padding-left:5px;
}

.eventsVenueDateTitleText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#891115;
	padding-left:4px;
}

.eventsVenueDateText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
	padding-left:5px;
}



/* End Events Content Styles */

/* General Information Content Styles */

.generalTitleText
{
	text-align:left;
	font-family:Verdana;
	font-size:0.7em;
	color:#505050;
	font-weight:bold;
}

.generalSubTitleText
{
	text-align:left;
	font-family:Verdana;
	font-size:0.8em;
	color:#96171a;
	padding-left:18px;
}

.generalText
{
	font-family:Verdana;
	font-size:0.7em;
	color:#1e1e1e;
	text-align:justify;
	padding-left:18px;
	padding-right:18px;
}

/* End General Information Content Styles */

/* Icons Styles */

.deleteButtonStyle
{
	background:url(../images/delete.png);
	width:28px;
	height:28px;
	border:0px;	
}

.editButtonStyle
{
	background:url(../images/paper&pencil.png);
	width:28px;
	height:28px;
	border:0px;	
}
/* End Icon Styles */

/* Footer Styles */

.footerText{font-size:0.7em;}
.footerText a, .footerText a:visited{color:#000000;text-decoration:none;}
.footerText a:hover{text-decoration:underline}
/* End of Footer Styles */



/* CPE Control Collapse */
.CPEControlTitle { height: 33px; background: url(menus/leftMenus/titleBg.gif); padding-left: 222px; font-weight: bolder; color: black; line-height: 33px; }
.CPEControlSubTitle { height: 19px; background: url(menus/leftMenus/subTitleBg.gif); padding-left: 9px; font-weight: bolder; color: black; line-height: 19px; }
.CPEControlContentOpen { background: white; padding: 2px; overflow: visible; }
.CPEControlContentClosed { background: white; padding: 0; overflow: hidden; height: 0; }

.CPEControlContentOpen ul { list-style: none; margin: 10px 0 5px 10px; padding: 0; line-height: 20px; font-weight: bolder; }

.CPEControlContentOpen ul li a, .leftMenu .leftMenuContentOpen ul li a:visited { text-decoration: none; color: black; }
.CPEControlContentOpen ul li a:hover { text-decoration: underline; }

.CPEControlBarOpen { height: 12px; margin-bottom: 10px; background: url(menus/leftMenus/bottomBar.gif); overflow: hidden; cursor: pointer; }
.CPEControlBarClosed { height: 12px; margin-bottom: 10px; background: url(menus/leftMenus/bottomBarClosed.gif); overflow: hidden; cursor: pointer; }



.menu {
z-index:1000;
text-align:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:186px;
/*float:left;*/
}

/* position relative so that you can position the sub levels */
.menu li {
position:relative;
}


/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
height:auto;
width:186px;
text-decoration:none;
}

/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:186px; 
background:#EFEFEF;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


/*Paging styles*/
.contentTitle .pageingText
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration:none;
	
}
.contentTitle .pagingPipe
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
.pagingPipe
{
	color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
} 

.pageingText
{
	color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration:none;
	
}

.contentTitle .currentPage
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration:underline;
}

.currentPage
{
	color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration:underline;
}

/*End of Paging styles*/


.imageThumbsForGallery a img
{
	padding:2px;
	float:left;
	text-align:left;
}

.cpeEventFile a, .cpeEventFile a:visited
{
	color:#000000;
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
}
.cpeEventFile a:hover
{
	text-decoration:underline;
	font-weight:normal;
}

.cpeEventFile
{
	font-size:1.4em;
	font-weight:normal;
}

.searchPageTitle
{
	color:#A81D20;
	font-weight:bold;
	text-align:left;	
}	

a:hover .searchPageTitle
{
	color:#606060;
	font-weight:bold;
	text-decoration:underline;
}

.searchPageBody
{
	color:#1E1E1E;
	font-size:0.7em;
}

.searchTitle
{
	color:#505050;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
}

.cpeActivityText
{
	width:100%;
	cursor:pointer;
}

.titleTextCEPAct
{
	width:auto;
	float:left;
	color:#333333;
}
	
.noAlign
{
	text-align:center;
	padding:0px;
	font-size:0.8em;
}
	
.inputBox
{	
	margin:0px;
	padding:0px;
	text-align:center;
}

.noPadding ul
{
	padding:0px;
	margin:0px;
}

.tableTitle
{
	color:#A81D20;
	font-weight:bold;
}

.tableText a
{
	color:#333333;
	font-size:0.9em;
	text-decoration:none;
	font-weight:normal;
}

.tableText a:hover
{
	color:#A81D20;
	text-decoration:underline;
	font-weight:normal;
}

.accountRow
{
	background:#FFFFFF;
	border:solid 1px #D5D5D5;
}
.allTable
{
	padding-bottom:10px;
}

.onWidth
{
	width:auto;
}

.rightColumnWrapper .linkClass
{
	color:#333333;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}

.rightColumnWrapper .linkClass:hover
{
	color:#A81D20;
	font-size:1em;
	text-decoration:underline;
	font-weight:normal;
}

.rightColumnWrapper .noLinkClass
{
	color:#333333;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}

.rightColumnWrapper .noLinkClass:hover
{
	color:#333333;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
	cursor:text;
}

.pagingWrapperPOPUP
{
	height:22px;
	background:#FFFFFF;
	font-size:1.2em;
	padding-left:18px;
	text-align:center;
}

.pagingWrapperPOPUP a
{
	padding-top:4px;
	color:#000000;
}

.titleLink { float:right; margin-right:20px; }
.titleLink a { color:White; text-decoration:none; line-height:24px; float:left; }  
.titleLink a:hover { text-decoration:underline; color:White; }
.titleLink a:visited { text-decoration:none; color:White; }
.titleLink img { margin-left:10px; }

table.eLibraryTableStyle th
{
    text-align: center;
}

table.eLibraryTableStyle td
{
    text-align: left;
}

.cpe_btnAdd
{
    background: url('../Images/CPEActivity/add_btn.jpg') no-repeat 0 0;
    color: #ffffff;
    width: 32px;
    height: 15px;
    margin-top: 3px;
    margin-left: 0px;
    font-size:11px;    
    padding-bottom: 3px;
    border:0;
}

.cpe_save_all
{
    width: 597px;
    clear:both;
    margin-bottom: 20px;
    text-align: center;
    font-weight:bold;
}

.cpe_btnSaveAll
{
	font-weight:bold;
    background: url('../Images/CPEActivity/save_all.jpg') no-repeat 0 0;
    color: #ffffff;
    margin-top: 3px;
    font-size:12px;
    text-align:center;
    border: 0;
    
}

.cpe_start_date *,
.cpe_end_date *,
.cpe_type *,
.cpe_description *,
.cpe_provider *,
.cpe_core *,
.cpe_professional *,
.cpe_other *,
.cpe_certificate_no *
{
    float: left;
}

.cpe_start_date br,
.cpe_end_date br,
.cpe_type br,
.cpe_description br,
.cpe_provider br,
.cpe_core br,
.cpe_professional br,
.cpe_other br,
.cpe_certificate_no br
{
    clear: both;
}

.cpe_rollfig_total
{
	border-bottom: black 2px solid; 
}

.cpe_rollifig_minreq
{
	color: Red;
}

.submittedYearMessage
{
    color: #ff0000;
}

.eLibraryTableStyle select, .eLibraryTableStyle input
{
    font-size: 11px;
}

.cpe_ajax_activity_indicator
{
    font-size:11px;
    color: #ff0000;
}
