@CHARSET "UTF-8";
/**
 * BlueVendo - afiliacja standardowa
 *
 * Ogólne definicje CSS.
 *
 * @copyright SYNERWAY S.A. 2010
 * @author Artur Kozubski <a.kozubski@synerway.pl>
 * @version $Id: bv-aff-gui.css 34283 2014-02-24 13:30:19Z akozubski $
 */

body.BlueVendo {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: none;
	color: #000;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 11px;
	scrollbar-base-color: #A6C9E2;
	scrollbar-face-color: #0078AE;
	scrollbar-shadow-color: #056B93;	
}

body.BlueVendo p, body.BlueVendo div {
	border: 0;
}

.IconAlert {
	background-image: url(../../../images/alert-icon.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.IconError {
	background-image: url(../../../images/error-icon.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.IconInformation {
	background-image: url(../../../images/information-icon.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

div.Clr {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

div.VSeparator {
	height: 10px;
}

.FormField {
	background-color: #A6C9E2;
	margin-left: 5px;
	padding: 5px;
	float: left;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.FormField span {
	vertical-align: bottom;
}

div.FormField span.ui-state-default {
	margin-top: 0;
}

div.FormLabel {
	color: #025474;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
	overflow: auto;
}

div.FormContainer {
	padding-left: 2px;
	padding-right: 2px;
	float: left;
}

div.BV_Separator {
	width: 10px;
	float: left;
}

div.BV_Separator2 {
	width: 20px;
	float: left;
}

div.BV_Row {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px outset #CACACA;
	background-color: #0083BE;
	color: #FFF;
	clear: both;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

div.BV_RowHeader {
	background: url('../../../images/sys_bluevendo/bar_bg.jpg');
}

div.BV_HeaderLabel {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	float: left;
}

div.BV_Label {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	float: left;
}

div.BV_Field {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

div.BV_Field select {
	background: white;
	border: #A6C9E2 1px solid;
}

div.BV_Field input[type=text] {
	font-size: 13px;		
	height: 24px;
}

div.BV_Field textarea {
	font-size: 13px;
}

input.BV_Input, textarea.BV_Input {
	color: #025474;
	background: #F1F7F9;
}

div.BV_Field span.ui-state-default {
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

input.Date {
	width: 80px;
	text-align: center;
}

img.ui-datepicker-trigger {
	vertical-align: top;
	margin-left: 5px;
	cursor: pointer;
}

div.button {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.button input.list {
	background: rgb(255,200,9);
	border: rgb(255,156,3) 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

div.MessageArea {
	padding: 5px;
	margin: 2px;	
	color: #000;
	border: 1px solid #000;	
	background: #FCEFA1;
}

div.MessageArea ul {
	padding-left: 0;
	margin: 2px 0;
	list-style: none;
}

div.MessageArea li {
	line-height: 24px;
	padding-left: 28px;
	text-align: left;
}

div.MessageArea li.Normal {
	padding-left: 0;
}

div.MessageArea li.Information {
	background: url(images/icons/information-icon.png) no-repeat;
}

div.MessageArea li.Error {
	color: #D02020;
	background: url(images/icons/error-icon.png) no-repeat;
}

div.MessageArea li.Warning {
	background: url(images/icons/alert-icon.png) no-repeat;
}

div.MessageArea li.Success {
	color: #107010;
	background: url(images/icons/accept-icon.png) no-repeat;
}

div.BV_LabelSmall, span.BV_LabelSmall {
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	line-height: 20px;
}