﻿.msgInfo, .msgSuccess, .msgWarning, .msgError, msgValidation{
border: 1px solid;

padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
display:block;
position:relative;
}
.msgInfo {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.msgSuccess {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.msgWarning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
}
.msgError {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}
.msgValidation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../images/validation.png');
}

.filterArticle
{
    border:1px #0099CC solid;
    padding:2px;
    background-color: #3399cc;
    margin:3px;
    color:White;
}



a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url('../images/btn0.png');
}

a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}

span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}

del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}

span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}

/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}

a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
}


a.button:active, a.button:focus span{
	color:#444;
}

del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}

del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}

/*Optional hack for IE6 to simulate :hover selector*/

span.button button, del.button span, span.button input{


	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){

				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};


			};
			
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
			
		})(this));




}


.downloadprojecttaskbutton a 
{
    color: #555555;
    background-image: url("../images/download.png");
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-top: 2px;
    padding-right: 0.2em;
    padding-bottom: 1px;
    padding-left: 20px;
    height: 20px;
    margin:0px;
    text-decoration: none;
    border:1px #999999 solid;
    
}

.downloadprojecttaskbutton a:hover
{
    color: #999999;
    text-decoration: none;
}

.addbutton a 
{
    color: #555555;
    background-color:#fff;
    background-image: url("../images/plus_icon.jpg");
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-top: 2px;
    padding-right: 0.2em;
    padding-bottom: 1px;
    padding-left: 20px;
    height: 20px;
    margin:10px;
    text-decoration: none;
    border:1px #999999 solid;
}

.addbutton a:hover
{
    color: #999999;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.display-label
{
    font-weight:bold;
}
.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



#contentPrimary table
{
    width:100%;
    text-align:left;
}
#contentPrimary img
{
    border:0;
}
#contentPrimary th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.jpg) repeat-x;
}

#contentPrimary th.tit
{
 width:150px;
 text-align:center;
}
    
#contentPrimary td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#contentPrimary td.alt {
	background: #F5FAFA;
	color: #797268;
}
#contentPrimary td.invisible
    {
 visibility:hidden;
}

#socialBar
{
    margin-left:auto;
    margin-right :auto;
    width:200px;
    margin-bottom:20px;
}
/* social bar */
#socialBar ul
{
    list-style-type: none;
    list-style-image: none; 
    margin: 0;
    padding: 0;
}

#socialBar li {display: inline;
               margin-right:5px; }