/* Declare html tags */
body {
	/*background: url("images/bodybg.gif") repeat-x top;*/
	background-color: #003;/*#fff*/
	font : normal normal 12px Verdana;
	margin-top : 0;
}

abbr {
	text-decoration: none;
	cursor:help;
}

input,select,textarea { /*this is for cross browsers*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial;
	color: #000;
	font-size: 12px;
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
}

input[type="checkbox"] {
	background-color: #fff;
	border: 1px solid #ccc;
}

textarea {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: auto;
}

input[type="button"], input[type="reset"] , input[type="submit"] {
	/*this is for NN, FF, MOZ/WIN only*/
	color: #FFFFFF; 
	font-size: 12px;
	vertical-align:middle;
	height: 23px;
	cursor:hand;
	font-family: verdana, arial, sans-serif, geneva;
	font-weight: bold;
	background-color: #D73706;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: White; /*E98168*/
	border-left-color: White; /*E98168*/
}

input[type="button"]:hover, input[type="reset"]:hover , input[type="submit"]:hover { /*this is for NN, FF, MOZ/WIN only*/
	font-family: verdana, Arial;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	background-color: #afafaf;
	border-top: 2px inset #ccc; /**/
	border-right: 2px inset #666; /**/
	border-bottom: 2px inset #666;/**/
	border-left: 2px inset #ccc;
	cursor: pointer;
	cursor: hand;
}

/* Begin CSS for IE inputfix.js to fix lack of input[type] pseudo element support */

.text, .password { 
	width: 170px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.select {
	width: 175px;
}

.button, .reset, .submit {
	color: #FFFFFF; 
	font-size: 12px;
	vertical-align:middle;
	/*width:100px;*/
	height: 23px;
	cursor:hand;
	font-family: verdana, arial, sans-serif, geneva;
	font-weight: bold;
	background-color: #D73706;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: #E98168;
	border-left-color: #E98168;
}

/* End */


/* Begin CSS for IE to fix lack of input[type]:event pseudo element support */

#btn_save_event:hover, #btn_cancel_event_ce:hover { 
	font-family: verdana, Arial;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	background-color: #afafaf;
	border-top: 2px inset #ccc;
	border-right: 2px inset #666;
	border-bottom: 2px inset #666;
	border-left: 2px inset #ccc;
	cursor: pointer;
	cursor: hand;
}

/* End */

input.dates { 
	width: 25px;
}
 
input.years { 
 	width: 55px;
}


/* Begin AHREF formatting */
.alertlink
{
    color: #9C1018;
    font-weight:bold;
	text-decoration: underline;
    }
    
/* Declare ID */

#main {

	margin: auto auto;
	/*width: 998px;*/
	width: 1000px;
	display: block;
	border:1px solid #c8c8c8;
	background-color :White ;
}
#main2 {

	margin: auto auto;
	/*width: 998px;*/
	width: 1000px;
	/*display: block;*/
	/*border:1px solid #c8c8c8;*/
	background-color :White ;
}
#menubar {
	/*width: 998px;*/
	margin-top :0px;
	width: 975px;
	_width: 980px;
	height: 145px;
	display: block;
}
#menubar2 {
	/*width: 998px;*/
	margin-top :0px;
	width: 975px;
	_width: 980px;
	height: 63px;
	display: block;
}
#menustrip {
	background: url("images/bg_gradientred.gif");
	/*width: 998px;*/
	width: 975px;
	_width: 980px;
	height: 28px;
	color: #fff;
	clear: both;
}

#menustrip2 {
	background: url("images/bg_gradientred2.gif");
	/*width: 998px;*/
	width: 975px;
	_width: 980px;
	height: 28px;
	color: #fff;
	clear: both;
}

#menustrip a {
	color: #fff;
}

#dateandtime {
	position:relative;
	float: right;
	top: 5px;
	left: 5px;
	width: 450px;
	font-weight: bold;
	font-size: 7pt;
}

.logoutitem:hover {
	position:relative;
	float: right;
	/*background: url("images/on.gif") no-repeat center;*/
	/*width:35px;*/
	height:28px;
	display: table;
	text-align: center;
}

.logoutitem {
	position:relative;
	float: right;
	/*background: url("images/off.gif") no-repeat center;*/
	/*width:35px;*/
	height:28px;
	display: table;
	text-align: center;
	top: 5px;
	left:-5px;
}

#btn_LogOutArea {
	/*width: 28px;*/
	vertical-align: middle;
	height: 28px;
}

#menubtn 
{
	float:none;
	margin-top:40px;
	margin-left:0px;
	height: 20px;
	width: 975px;
	_width: 980px;
	/*border-bottom: 1px solid #c8c8c8;*/
}
#menubtn1
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	float:none;
	margin-top:60px;
	margin-left:30px;
	height: 20px;
	width: 965px;
	_width: 970px;
	/*border-bottom: 1px solid #c8c8c8;*/
}
#menubtn3
{
	float:none;
	margin-top:70px;
	margin-left:25px;
	height: 10px;
	width: 975px;
	_width: 980px;
	/*border-bottom: 1px solid #c8c8c8;*/
}
.newmenuitem{
    cursor:hand;
}

.menuitemtxt {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 7pt;
}
.menuitemtxt2 
{
	position:relative ;
	margin-top : 10px;
	margin-left : 935px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 7pt;
}
.menuitemtxt a:visited {
	/*color: #f00;*/
	color: #535353;

}

.menuitemtxt a:hover {
	color: #000;
}

.menuitemtxt a {
	color: #535353;
	text-decoration: none;
}

.menuitem {
	position:relative;
	float: right;
	/*background: url("images/menubtn_active.gif") no-repeat;*/
	background-color: #fce4e4;
	/*width:63px;*/
	height:47px;
	display: table;
	text-align: center;
	overflow: hidden;
}

.menuitem .menuitemtxt a:visited {
	color: #f00;
}

.menuitem_ia:hover {
	height:47px;
	background-color: #fcc;
}

.menuitem_ia {
	position:relative;
	float: right;
	/*background: url("images/menubtn_active.gif") no-repeat bottom;*/
	/*width:63px;*/
	height:47px;
	display: table;
	text-align: center;
	overflow: hidden;
}
#bpmnews {
	/*position:relative;*/
	background: url("images2/newsc.jpg") no-repeat bottom;
	background-color: #fff;
	/*width: 998px;
	width: 975px;
	_width: 980px;*/
	width:1010px;
	_width:1010px;
	height:27px;
	clear: both;

}

#bpmMQ
{
	position:absolute ;
	margin-left : 180px;
	
}
.bpmMQstyle
{
	position:absolute ;
	margin-top : 7px;
}
#logoarea {
	/*position:relative;*/
	background: url("images2/banner.jpg") no-repeat bottom;
	background-color: #003;
	/*width: 998px;
	width: 975px;
	_width: 980px;*/
	width:1000px;
	_width:1000px;
	height:298px;
	clear: both;
}
#logoarea2 {
	/*position:relative;*/
	background: url("images2/BPMLogo.jpg") no-repeat bottom;
	background-color: #fff;
	/*width: 998px;
	width: 975px;
	_width: 980px;*/
	width:1000px;
	_width:1000px;
	height:113px;
	clear: both;
}
#logoarea3 {
	/*position:relative;*/
	background: url("images2/header.jpg") no-repeat bottom;
	background-color: #fff;
	/*width: 998px;
	width: 975px;
	_width: 980px;*/
	width:1000px;
	_width:1000px;
	height:113px;
	clear: both;
}
#bannerarea
{
	position:relative;
	background: url("images2/header-photo.jpg") no-repeat bottom;
	background-color: #fff;
	width:1000px;
	_width:1000px;
	height:100px;
	clear: both;
}
#bannerarea2
{
	position:relative;
	background: url("images2/header-photo.jpg") no-repeat bottom;
	background-color: #fff;
	width:1000px;
	_width:1000px;
	height:100px;
	clear: both;
}

#buttonsbkg
{
	position:relative;
	background: url("images2/icon-container.jpg") no-repeat bottom;
	background-color: #fff;
	width:1000px;
	_width:1000px;
	height:50px;
	clear: both;
}
#bannerbottom
{
	position:relative;
	/*background: url("images2/WEBSITE-BANNER-FOR-SLICING_05.jpg") no-repeat bottom;*/
	background: url("images2/menu2.jpg") no-repeat bottom;
	background-color: #fff;
	width:1000px;
	_width:1000px;
	height:28px;
	clear: both;
}
#bannerbottom2
{
	position:relative;
	/*background: url("images2/WEBSITE-BANNER-FOR-SLICING_05.jpg") no-repeat bottom;*/
	background: url("App_Themes/default/images2/menu2.jpg") no-repeat bottom;
	background-color: #fff;
	width:1000px;
	_width:1000px;
	height:28px;
	clear: both;
}
#usersnapshotarea {
	position:relative;
	width:1000px;
	clear: both;
	padding-left: 5px;
	_padding-left: -5px;
	top: 3px;
}

#footer {
	/*background: url("images/footer.gif") no-repeat top;*/
	position:relative;
	/*width: 998px;*/
	width: 975px;
	height:50px;
	_margin-top: -3px;
}
#galleryfooter
{
	background:Gray;
	color : Black;
	width: 1000px;
	height: 20px;
	font-size:medium ;
}
#galleryfooter2
{
	background:Gray;
	color : Black;
	width: 1000px;
	height: 34px;
	font-size:medium ;
}
#realfooter
{
	width:1000px;
	height:20px;
}
#footer_content {
	margin-left: 10px;
	margin-right: 10px;
}

.alignleft {
	float: left;
}

/*Table formatting*/

.headtitle{
    color:#56aeF8;/*9C1018*/
    font-weight:bold;
}

.leaveheadtitle{
    font-weight:bold;
    font-size:10pt; 
}

.columntitle{
    color:#FFFFFF;/*FFFFFF*/
    font-weight:bold;
    /*background-image:url('images/bgcolor.gif');*/
    background-image:url('images/bgblue.gif');
    border-color:#56aed2;/*EEEEEE*/
}
.PrintFont{
    font-size:5pt;
    font-family:Verdana;
}
.searchtitle{
    font-weight:bold;
    color:Black;
}
.boldText{
    font-weight:bold;
}
.currentday{
    color:White;
    background-color:Blue;
}
.logintable{
    background-color:White;
}

.tablecontent{
    font: normal normal 12px Verdana;
}
.redText{
    color:red;
}
.iText{
    font-style:italic;
    font-size:8pt;
}

.uText{
    text-decoration:underline;
}

.tblBorder{
    border-color:#d7d7d7;
}

/*border formatting*/
.topborder{
    background-image:url('images/border_top_mid.gif');
}
.bottomborder{
    background-image:url('images/border_bottom_mid.gif');
}
.leftborder{
    background-image:url('images/border_left.gif');
}
.rightborder{
    background-image:url('images/border_right.gif');
}
.contents{
    background-color:#f8f7f7;    
}

/*News Border*/
.topnews{
    background-image:url('images/news_top.gif');
}
.bottomnews{
    background-image:url('images/news_bottom.gif');
}
.leftnews{
    background-image:url('images/news_left.gif');
}
.rightnews{
    background-image:url('images/news_right.gif');
}

/*Today Reminder*/
.reminder{
    color:Red;
    font-weight:bold;
}

/*Error Msg*/
.errmsg{
    font-size:8pt;
    color:Red;
}

/*Best practice header*/
.bptitle{
    font-size:small;
    font-weight:bold;
    font-family:Verdana;
}

/*white links*/
.whitelinks{
    color: White;    
}

/*news header*/
.news_head{
    font-size:10pt;
}

/*news detail header*/
.news_detail_head{
    font-size:14pt;
    font-weight:bold;
}

/*update header*/
.blog_update_head{
    font-size:7pt;
    font-style:italic;
    color: Gray;
}

/*news autor*/
.news_detail_author{
    font-size:11pt;
    font-weight:bold;
    font-style:italic;
    color:Maroon; 
}

/*news author email*/
.news_detail_author_email{
    font-size:9pt;
    font-weight:bold;
    font-style:italic;
    color:Maroon; 
}

/*news footer*/
.news_detail_footer{
    font-size:9pt;
    font-weight:bold;
    color:white;
    background-color:Black; 
     text-align:center;
}

/*minutes day*/
.minutes_day{
    font-size:18pt;
    font-weight:bold;
    font-family:Verdana;
}
.list
{
	font-family: Verdana,Arial,Helvetica,sans-serif,geneva;	
	font-size: 12px;
	color:#3300cc;
	text-decoration:none;
}

.labelbold
{
	font-family: Verdana,Arial,Helvetica,sans-serif,geneva;	
	font-size: 12px;
	color:#000;
	font-weight :bold;	
}

#spage
{
	position:relative;
	margin-top:110px; 
	
	width:1000px; 
	height:27px; 
	background: #EEEEEE;  
	overflow:hidden;
}

#bpmbody
{
	margin-top :120px;

}
#bpmaboutusbody
{
	margin-top :230px;

}
.diary {
	overflow: hidden;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 6px;

}
td .diary tr td {
	font-size: 12px;
	padding-top: 5px;
}

.bluetablebg {
	color: #FFF;
	font-weight: bold;
	background-color: #0460ad;
	line-height: 25px;
	font-size: 12px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.diaryblueunderline {
	color: #0460ad;
	font-weight: bold;
	background-color: #FFF;
	line-height: 25px;
	font-size: 12px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0460ad;
}
.dates {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 5px;
}
p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	text-decoration: none;
}
h1     {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0460ad;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2  {
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-right: 40px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#bpmaboutusbody h2 a    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0460ad;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #900;
	text-decoration: none;
	padding-left: 15px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #0460ad;
}
.errList ul
{
	list-style-image: url('images/square.gif');
	color: #e34850;
	margin: 0 0 0 0;
	padding-left: 20px;
}

.ErrorMessagePanel
{
	padding: 5px; /*	background-position: #FBF9EE; */
	background: #FFF8C6;
	border: 1px solid #F9AC92;
	color: #800000;
	width: 300px;
}

#wrapper
{
	width: 300px;
	position: relative;
	left: 50%;
	margin-left: -150px;
}
.tableheading {
	background-image: url('images/newsbg.jpg');
	background-repeat: no-repeat;
}

#textarea table tr td strong {
	color: #0460ad;
}
#textarea2 table tr td strong {
	color: #0460ad;
}

#coachingtip {
	background-image: url(images/coachingtip.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#prostip {
	background-image: url(images/prostip.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#coachingtip p {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#prostip p {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.headerflastposition
{
	position :relative;
	margin-top : 20px;
	margin-left : 30px;
}

#top_panel
{

                margin-top: 120px;
}