﻿html 
{
    height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
	background-color: White;
}

form 
{
    height: 100%;
}

.Gradient
{
	/*#C2FFA3*/
	background: white;
	background: -webkit-linear-gradient(#C2FFA3 0px, white 96px);
	background: -o-linear-gradient(#C2FFA3 0px, white 96px);
	background: -moz-linear-gradient(#C2FFA3 0px, white 96px);
	background: linear-gradient(#C2FFA3 0px, white 96px);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.Background
{
	background-image: url('../Images/background.png');	
	background-repeat: repeat-x;
}

.Content
{	
	/*width: 960px;*/
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -65px;
}

.Form
{
	font: normal normal normal 11pt Calibri, Georgia, Arial;  
	padding: 5px 0px 5px 0px;
	/*overflow: hidden;*/
	/*width: 100%;*/ 
	height: 100%;
	margin: 0px auto;
	width: 960px;
}

.HeaderWrapper
{	
	width: 100%;
	min-height: 106px;
	text-align:center;	
	margin: 5px auto;
	padding: 5px 0px;
	overflow: visible;
}

.FooterWrapper 
{
	clear: both;
	border-top: 5px solid #95957A;
	vertical-align: middle;
	height: 60px;
	width: 100%;	
}

.Push 
{
	height: 65px;
}

.LoginBar
{
	padding: 10px 10px 0px 0px;
	float: right;
	margin-right:-5px;
	max-width:400px;	
}

.LoginPanel
{
	margin: 10% auto 0px;
	padding: 30px 50px;			
	border: 2px solid lightgray;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888888;	
}

.Menu
{
	float:none;
	background-color: Olive;
}

.BreadCrumbs
{
	clear:both;
	height: 20px;
	vertical-align:middle;
	font: normal bold 9pt Calibri, Georgia, Arial;
	color: Black;		
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	border: 2px groove DimGray;
}

.MessageBar
{
	padding: 4px 4px 4px 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font: normal normal bold 11pt Calibri, Georgia, Arial;
	background-color: Yellow;
	text-align: center;	
	display: block;
	clear: both;
	border: 2px solid lightgray;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;	
}

.LanguageBar
{
	margin-right: 5px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.ErrorBar
{ 
	padding: 4px 4px 4px 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font: normal normal bold 11pt Calibri, Georgia, Arial;
	background-color: #FF5050;
	text-align: center;	
	display: block;
	clear: both;	
	border: 2px solid maroon;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;	
 }

.DocTree
{
	width: 200px;
	height: 100%;
	float: left;
}

.DocList
{
	height:450px;   
}

.FormPanel
{
}

.FormTitlePanel
{
	text-align: center;
}

.FormTitle 
{
	color: DimGray;
	font: normal normal bold 16pt Calibri, Georgia, Arial;
	text-decoration:underline;	
}


.FormPanel legend
{ 	
	font: italic normal bold 10pt Calibri, Georgia, Arial;
	color: #336600;
}

.FormPanel fieldset
{
	padding-bottom: 5px;
}

.FormRow {
	font: normal normal normal 10pt Calibri, Georgia, Arial;
	padding: 4px 0px 0px 0px; /*margin nie działa w Firefox*/
	text-align: left;
	/*vertical-align: middle; powoduje efekt podwójnych linii w IE7*/
	overflow: visible;
	clear: both;
}

.FormCell {
	/*float: left; powoduje przeniesienie walidatorów do nowej linii w FireFox */
	/*display: block; */
	display: inline-block;
	vertical-align: top;
	line-height: normal; /*odblokowuje vertical-align w elemencie inline-block*/
}

.FormCell2
{	
	/*float: left; powoduje przeniesienie walidatorów do nowej linii w FireFox */		
	/*display: block; */
	display: inline-block;
	height: 100%; 
	padding-top: 8px;
}

.FormBlockCell
{
	display: inline-block;	
}

.ButtonRow
{
	width: 100%;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: middle;
	display: block;
	overflow: visible;
}

.MessageRow
{
	padding: 4px 4px 4px 4px;
	border: 1px solid black;
	font: normal normal bold 12pt Calibri, Georgia, Arial;
	background-color: Yellow;
	width: 100%;
	text-align: center;	
}

.FormTable
{
	margin-top: 5px;	
}

/* Nie można ustawić stylu na 'FormTable table' bo RadCombo renderuje się jako <table> i dziedziczy takie style*/

.LabelCell
{
	vertical-align:top;
	text-align: right;
	padding: 2px 10px 2px 0px;
}

.ControlCell
{
	vertical-align:top;
	text-align: left;
	padding: 2px 0px 2px 2px;
}

.Label
{
	font: italic normal normal 11pt Calibri, Georgia, Arial;
	color: #003300;	
	margin-right: 10px;
	margin-top: 2px;	
	text-align: right;
	white-space: nowrap;
	overflow: visible;	
	display: block;	
	float:left;
	width:100%;
}

.LabelRequired {
	font: italic normal bold 11pt Calibri, Georgia, Arial;
	color: #003300;
	margin-right: 10px;
	margin-top: 2px;
	text-align: right;
	white-space: nowrap;
	overflow: visible;
	display: block;
	float: left;
	width: 100%;
}

.InlineLabel {
	font: italic normal normal 11pt Calibri, Georgia, Arial;
	color: #003300;
	margin-right: 2px;
	margin-top: 2px;
	text-align: right;
	white-space: normal;
	overflow: visible;
}

.CheckboxLabel {
	font: italic normal bold 11pt Calibri, Georgia, Arial;
	color: #003300;
	margin-right: 2px;
	margin-top: 2px;
	display: inline-block;
}

.Required {
	font-weight: bold;
}

.StaticText
{ 
	font: 12px "segoe ui", arial, sans-serif;
	text-align: left;
	border: 1px solid #C0C0C0;
	padding: 2px 2px 2px 3px;
	min-height: 17px;	
	display: inline-block;
}

.StaticTextBorderless
{ 
	font: 12px "segoe ui", arial, sans-serif;
	text-align: left;
	padding: 2px 2px 2px 3px;
	min-height: 15px;
	display: inline-block;
}

.Editor
{
	border: 1px solid #C0C0C0;
	padding: 0px 2px 0px 2px;
	overflow:auto;
	/*float: left;*/
}

.Captcha
{
	float: left;	
	display: inline-block;
}

.CaptchaTextBox
{
	width: 50px;
}

.RadioButtonList
{
	font: 11px/10px "Segoe UI", Arial, sans-serif;
	display:inline-block;
	list-style: none;	
	padding: 0px;
	margin-left: -5px;
}

/*for flow layout of RadioButtonList*/
.RadioButtonList label
{ 
   margin-right: 10px; 
} 


.TextBox
{	
	display: inline-block;		
}

.DatePicker
{
	display: inline-block;	
}

HTML BODY .riTextBox 
 {
	padding: 2px 2px 2px 3px !important;
 }

.Upload
{
	font: 10pt Calibri, Georgia, Arial;
	display: block;
	/*height:22px;*/
}

.ColorPicker
{
	font: 10pt Calibri, Georgia, Arial;
	display: inline-block;
}

.File
{
	font: 11pt Calibri, Georgia, Arial;
}


.CheckBox
{
	margin-top: 3px;  
	margin-left: -3px;  
	vertical-align:middle;
}

.CheckBoxDisabled
{
	margin-top: 3px;   
}

.ListBox
{
	margin-left: 0px;
}

.ListBoxDisabled
{
	margin-left: 5px;
}

.LinkButton
{ 
	padding: 2px 4px 2px 4px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid green;
	background-color: Lime;
	display:inline-block;    
}

.HyperLink 
{
	margin-left: 5px;
	margin-top: 2px;
	display: inline-block;

}

.Button
{
	padding: 2px 14px 2px 4px;
	text-align: center;
	vertical-align: middle;    
}

.Combo
{
}

.Image
{
}

a:link
{
	/*font: normal normal bold 10pt Calibri, Georgia, Arial;	*/
	text-decoration: underline;
	color: #006600;
}

a:visited
{
	/*font: normal normal bold 10pt Calibri, Georgia, Arial;	*/
	text-decoration: underline;
	color: #006600;
}

a:hover
{
	color: #33CC33;
	text-decoration: underline;
}

.hidden
{
	display:none;
}

/* Walidatory */
.Validator
{
	font: normal normal bold 10pt Calibri, Georgia, Arial;		
	color: Red;
	font-weight:bold;
	display:inline-block;
}

.Validator img
{
	vertical-align: middle;
}

.UploadValidator
{
	font: normal normal bold 10pt Calibri, Georgia, Arial;		
	color: Red;
	font-weight:bold;
	vertical-align: middle;	
	margin: 2px 0px 2px -2px;
	display: inline-block;
}

.UploadValidator img
{
	vertical-align: middle;
}

.Bottom
{
	vertical-align: bottom;
}

.OverflowHidden
{
	overflow: hidden;
}

.Txt10
{
	font: normal normal 10pt Calibri, Tahoma, Arial;
}

.Txt10B
{
	font: normal bold 10pt Calibri, Tahoma, Arial;
}

.Txt11IB
{
	font: italic bold 11pt Calibri, Tahoma, Arial;
}

.Txt11B
{
	font: normal bold 11pt Calibri, Tahoma, Arial;
}

.Txt11I
{
	font: italic normal 11pt Calibri, Tahoma, Arial;
}

.Txt12
{
	font: normal normal 12pt Calibri, Tahoma, Arial;
}

.Txt12B
{
	font: normal bold 12pt Calibri, Tahoma, Arial;
}

.Txt12IB
{
	font: italic bold 12pt Calibri, Tahoma, Arial;
}

.Txt13B
{
	font: normal bold 13pt Calibri, Tahoma, Arial;
}

.Txt14B
{
	font: normal bold 14pt Calibri, Tahoma, Arial;
}


.Txt16B
{
	font: normal bold 16pt Calibri, Tahoma, Arial;
}

.Txt18B
{
	font: normal bold 18pt Calibri, Tahoma, Arial;
}

.fl
{
	float: left;  
}

.fr
{
	float: right;  
}