.errors{
	color:#c30000;
	list-style:none;
	padding:0px;
}

span.required{
	font-weight:bold;
	color:#FF0000;
	font-family:tahoma;
}


#profiler{
	margin	:10px;
	padding :10px;
	border	:1px solid #cccccc;
}
.anchor_row{
	height: 20px;
}
	.anchor_row img{
		vertical-align: top;
}


.loading-indicator{	
	background:transparent url(/images/icons/gif/loading-indicator2.gif) no-repeat scroll left 50%;
	color:#888888 !important;
	font-size:1em;
	padding-left:20px;
	width:100px;	
}

.help {
	color : #533FFF;
	padding:5px;
	line-height: 16px;
	cursor: hand;
	cursor: pointer;
}


.ui-dialog-title-help-window{
	padding-left: 18px;
	background:transparent url(/images/icons/gif/help.gif) no-repeat scroll left 50% !important; 
}

.ui-dialog-buttonpane button{
    margin:0.5em 0.5em 0.5em 8px;
    float: right;
}


.ui-colorpicker{
	z-index:30;
}
.ui-dialog{
	border-color:#595C5F;
}

/*messages module*/

ul.messages li{
	list-style-type: image;
	line-height: 18px;
	padding-bottom:5px;
	padding-left:10px;
}
ul.messages li.viewed{	
	font-weight: normal;
}
ul.messages li.not-viewed{
	font-weight:bold;
}

div#container .ui-widget-content{	
	border: 0px !important;
}
ul.messages li.message-general{
	list-style-image: url(/images/icons/gif/email.gif) !important; 
}

ul.messages li.message-info{
	list-style-image: url(/images/icons/gif/information.gif) !important; 
}
ul.messages li.message-warning{
	list-style-image: url(/images/icons/gif/warning.gif) !important; 
}


div.messages-thread{	}

div.messages-thread div.info{	

	color:#00225F;
}
div.messages-thread div.text{		
	font-size: 90%;


}
div.messages-thread div.separator{	
	height:1px;
	background-color: #cccccc;
	width: 90%;	
	margin-top:7px;
	margin-bottom:7px;
}

/*etc*/

.info-block{
	border : 1px solid #cccccc;
	background-color : #eeeeee;
	padding: 5px;
	margin: 10px;
}

.pagination-control{
	font-size: 80%;
}

label {
	cursor: hand;
	cursor: pointer;
	margin-left: 3px;	
}
label input{
	margin-right:2px;
}

.ui-tabs-panel table.form{
	min-width: 400px;
}

#container ul li{
	LIST-STYLE: circle;
}


.openid-identifier{
	background-image:url(/images/common/openid-inputicon.gif);
	BACKGROUND-REPEAT:  no-repeat;
	padding-left:17px !important;	
	width: 110px !important;
}

.ui-tabs-nav li{
	list-style:none !important;
}