/*
#F1F5F8 - po4ti bialo

#E1E6EB - mnogo bledo sinio
#E6ECF3

#D1DFEC - bledo mle4no sinio

#B5CADE - butoni
#98B4CF - butoni
#88A9C9 - sredno mle4no sinio
#7294B5 - sredno mle4no sinio (edna ideika po-tymno ot gornoto)

#053C73 - tymno sinio (svetkawi4kata)
#000066 - tymno sinio (logoto na SiS)

#FCE2E2 - pink
*/
html
{
	margin:	 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body 
{
	margin:	 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

body, span, div, p, pre, table, tr, td, th, li, a, form, input, select, textarea, button, label 
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt;
}

body, div, input, textarea, table, td
{
	-moz-box-sizing:border-box;
	-box-sizing:border-box;
	box-sizing:border-box;
}

form {
	display:inline;
}

img {
	border: none;
	vertical-align: middle;
}
pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}
select, textarea {
	background-color : #F1F5F8;
	border: 1px solid #505050;
}
input[type="text"] {
	background-color : #F1F5F8;
	border: 1px solid #505050;
}
.textbox {
	background-color : #F1F5F8;
	border: 1px solid #505050;
}
select.error, input.error, textarea.error {
	color: #000000; 
	background-color : #FCE2E2;
	border: 1px solid #000000;
}

input[type=checkbox].error {
	outline: 1px solid red;
}

textarea {
	overflow: auto; 
}
img.button 
{
	background: none !important;
	padding: 0px !important;
	vertical-align: middle !important;
	border-left: none;
	border-top: none;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
img.button:hover
{
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: none;
	border-bottom: none;
}

.clearfix { *zoom: 1;}
.clearfix:before,
.clearfix:after { display: table; content: ""; line-height: 0;}
.clearfix:after { clear: both;}

.button
{
	background-color : #B5CADE;
}
.button2
{
	background-color : #B5CADE;
	height : 20px; 
	width : 120px; 
}
.thin_outset
{
	background-color: #B5CADE;
	border: 1px outset #f3fff3; 
}

a { text-decoration:underline; }
a:link		{ color: #053C73; }
a:active	{ color: #053C73; }
a:visited	{ color: #053C73; }
a:hover		{ color: #3F3FC7; }

a.light	{ text-decoration:underline; }
a.light:link	{ color: #F1F4FC; }
a.light:active	{ color: #F1F4FC; }
a.light:visited	{ color: #F1F4FC; }
a.light:hover	{ color: #CAD7F4; }

.error { color: #cc0000; }
.info { color: #0000cc; }
.slim { font-size: 7pt; }
.nobr { white-space:nowrap; }

.highlight { background: #30567A; }
.highlight td { color: #ffffff; border:1px dotted #c0c0c0; }
.highlight td a			{ color: #ffffff; }
.highlight td a:link	{ color: #ffffff; }
.highlight td a:active	{ color: #ffffff; }
.highlight td a:visited { color: #ffffff; }
.highlight td a:hover	{ color: #D1DFEC; }

.hline  { background : #7294B5; }
.hltext { 
	font-size :   9pt; 
	font-weight:  600;
	color :		  #ffffff;
}

th, .thtext {
	font-weight:  600;
	color :		  #ffffff; 
}
th, .thline   { background: #7294B5; }
.fixed { background: #A3BDD6; }
.odd   { background: #E6ECF3; }
.even  { background: #D1DFEC; }
.tdtext {
	font-weight:  500;
}
.tdlink 
{
	width:		100%; 
	display:   block; 
}
.tdover { background: #88A9C9; }
.tdmarked { background: #e5e5e5; }

.divider  { font-size: 1pt; }
.divider1 {	font-size: 1px; }
.divider2 { font-size: 2px; }

.dlgframe
{
	border: 2px groove #7294B5;
	padding: 0px 0px 0px 0px; 
	/*background-color: #ffffff;*/
}
.tabframe 
{ 
	border-left: 2px groove #7294B5; 
	border-top: 2px groove #7294B5; 
	border-right: 2px groove #7294B5; 
	border-bottom: 0px none; 
	padding: 0px 0px 0px 0px; 
}

.marlett {
	font-weight: 700;
	width: 22px; 
	height: 18px;
	background-color: #B5CADE; 
	border: 1px outset #f3fff3; 
	padding: 0px 0px 0px 0px; 
}

.tooltip {
	position:absolute;
	left:0px;
	top:0px; 
	display:none;
	z-index:99;
	overflow:auto;
	background-color: #FFFFE1;
	border: 1px solid #606060;
	padding: 1px;
}
.dropdown {
	position:absolute;
	left:0px;
	top:0px; 
	display:none;
	z-index:99;
	overflow:auto;
	background-color: #E6ECF3;
	border: 1px solid #606060;
}
.dd_list_item 
{
	border: 1px outset #ffffff;
    padding: 2px 2px 2px 2px;
    text-align:right;
    color: #000000;
    font-weight: 500;
    white-space:nowrap;
    width:100%;
}
.dd {
	font-weight:  600;
	text-align:  left;
	width:  100%; 
	height: 100%; 
	border: 0px hidden;
	background-color: #88A9C9; 
}
.dd:hover   { background-color: #f3fff3; }

.tab {
	background-image : url('../images/box_top.gif');
	background-repeat: no-repeat; 
	background-position: left top;
	width: 139px;
	max-height: 30px;
	padding: 4px 1px 4px 1px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center; 
	white-space: nowrap;
}
.tab_inact {
	background-image : url('../images/box_top_inact.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 139px;
	max-height: 30px;
	padding: 4px 1px 4px 1px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center; 
	white-space: nowrap;
}

.bo { border-bottom: 1px solid #7294B5; }
.ri { border-right: 1px solid #7294B5; }
.bo_ri {
	border-bottom: 1px solid #7294B5;
	border-right: 1px solid #7294B5;
}

.code
{
	text-align: left; 
	font-family: "Courier New", sans-serif;
	font-size: 10pt;
}

.wait *{
	cursor: wait;
	color:#a0a0a0;
	/*background-color:#f0f0f0;*/
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.floatfix 
{
	clear:both;
}

.red {color:red;}
.green {color:green;}
.hide{display:none;}
.block {display:block}

.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}

.invisible{visibility:hidden;}

.button:disabled {
	background-color: initial;
}

.list-group-item-handle {
	cursor:pointer;
}
.list-group-item-handle:hover {
	background: none repeat scroll 0 0 #ededed;
	color: #333;
}

.relative {
	position: relative;
}