/* netfabrix system-styles */

/* Basic Image Style */

IMG {
    border-width: 0px;
}


.error_border_top_left {
	background-image: url(/images/error/border_top_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_border_top { 
	background-image: url(/images/error/border_top.gif); 
	height: 14px;
}
.error_border_top_right {
	background-image: url(/images/error/border_top_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_left {
	background-image: url(/images/error/border_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_background { 
	background-image: url(/images/error/background.gif); 
	font-family: Arial; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}
.error_border_right {
	background-image: url(/images/error/border_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_bottom_left {
	background-image: url(/images/error/border_bottom_left.gif); 
	width: 19px; 
	height: 19px;
}
.error_border_bottom { 
	background-image: url(/images/error/border_bottom.gif); 
	height: 19px;
}
.error_border_bottom_right {
	background-image: url(/images/error/border_bottom_right.gif); 
	width: 19px; 
	height: 19px;
}

.error {
	color: #CC0000;
	padding-left:15px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #990000;
	background:#FFEEEE;
}

/* ADMIN Headers */

#adminbar {
	width: 100%;
	display: block;
}

a.adminheader_navlink {
    color: #6c77a0;
    text-decoration: none;
}

a.adminheader_navlink:hover {
    color: #000000;
    text-decoration: none;
}

.navlinklogin {
/*	color: #FFFFFF; */
	font-size: 12px;
	font-weight: bold;
/*	text-align: right; */
	
	width: 100%;
	display: block;
	padding: 1px 15px 0 0;
}

.navlinklogin:hover {
	color: #CCCCCC;
}

.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}

span.alert {
	color: #c00;
	border-top: 3px solid #fc9088;
	border-bottom: 3px solid #fc9088;
	background: #f7cdc3 url(/images/default/design/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #7dabdd;
	border-bottom: 3px solid #7dabdd;
	background: #d1dce3 url(/images/default/design/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fbe288;
	border-bottom: 3px solid #fbe288;
	background: #f7ebc3 url(/images/default/design/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #cbe093;
	border-bottom: 3px solid #cbe093;
	background: #e6ebc7 url(/images/default/design/status-download.png) 10px 50% no-repeat;
}

/* reCaptcha */

div#recaptcha {
	float:left;
}

div#recaptcha_image {
	width:300px;
	height:57px;
	border:1px solid #999999;
	margin:0 0 2px 1px;
	float:left;
}

div#recaptcha_functions {
	float:left;
	margin:0 0 0 2px;
	padding:0px;
}

div#recaptcha_functions a, div#recaptcha_functions img {
	margin:0px;
	padding:0px;
}

div.recaptcha_reload {}
div.recaptcha_only_if_image {}
div.recaptcha_only_if_audio {}

div.using_recaptcha {
	float:right;
	color:#cccccc;
	font-size:9px;
	margin-left:5px;
}

