@charset "utf-8";
/* CSS Document */
img{
    border: 0;
}
ul{border:0; margin:0; padding:0;}

.alert {
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    font-weight: bold;
    color: #000;
    }
.alert_small {
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 5px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 2px 20px 2px 25px;
    border-top: 1px solid #ffd324;
    border-bottom: 1px solid #ffd324;
    border-right: 1px solid #ffd324; 
    border-left: 1px solid #ffd324; 
    font-weight: lighter;
    font-size: 11px;
    color: #000;
    font-family: arial;
    }
.errorMsgDiv{background:#EDF291; font-size:12px; font-family:tahoma, Helvetica, sans-serif; border:1px solid #FF4646; color:#FF0000; padding:5px;}


.info_small, .success_small, .warning_small, .error_small, .validation_small,.loading {
    border: 1px solid;
    margin: 5px 0px;
    padding:5px 5px 5px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-weight:bold;
}
.info_small {
    color: #00529B;
    background-color: #BDE5F8;
    /*background-image: url('../images/info.png');  */
}
.success_small {
    color: #4F8A10;
    background-color: #DFF2BF;
	
    background-image:url('/images/success_small.png');
    font-size: 9px;
}
.warning_small {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/warning.png');
}
.error_small {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/error_cross.gif');
    font-size: 9px;
    width: auto;
}
.loading {
    color: #000;
    background-color: #FFF;
    background-image: url('/images/loading.gif');
    font-size: 10px;
    width: auto;
    background-repeat:no-repeat;
}
#paging a{
	padding:1px 4px 1px 4px;
	margin:0px 2px 0px 2px;
	border:1px solid #FF9900;
	background:#FFFFFF;
	color:#FF9900;
	text-decoration:none;
}

#paging a:hover{
	border:1px solid #FF9900;
	background:#FF9900;
	color:#FFFFFF;
	text-decoration:none;
}

#searchBox input {
background-image:url(../images/icn_searchbox.gif);
background-position:left center;
background-repeat:no-repeat;
color:#000000;
font-family:tahoma,Helvetica,sans-serif;
font-size:1em;
margin-left:2px;
padding-left:2px;

}
.smallTextBox{
font-size: 12px;
font-color: #CCC;
}
img{
border: 0;
}

