@CHARSET "UTF-8";
body {
    margin:5px 0 5px 5px;
    padding:0px;
}
/**
 * GLOBALNI STYLY
 */
h1.nadpis {
	line-height: 80px;
	color: #999;
	font-size: 15px;
	text-indent: 10px;
	font-weight: bold;
}

h2.nadpis {
	margin: 0px;
	line-height: 20px;
	color: #999;
	font-size: 13px;
	text-indent: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

hr.oddelovac {
	border: 0px;
	color: #FFF;
	background: #FFF;
	border-top: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

p.error {
	color: #000;
	background: #f9ae99;
	line-height: 25px;
	border: 1px solid red;
	text-indent: 10px;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

p.info {
	background: #c2f6c7;
	line-height: 25px;
	text-align: left;
	text-indent: 10px;
	border: 1px solid #2fb73c;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

p.message {
	background: #fff4bf;
	padding: 10px;
	line-height: 1.5;
	text-align: left;
	border: 1px solid #2eb351;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

p.help {
	background: #fff4bf;
	line-height: 25px;
	text-align: left;
	text-indent: 10px;
	border: 1px solid #2eb351;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

p.false {
	color: red;
}

p.blue_bold {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

p.blue_bold img {
	margin-left: 20px;
}

p.blue_bold strong {
	color: #667dc3;
}

a.odkaz {
	font-weight: normal;
	text-decoration: underline;
}

a.odkaz:hover,a.odkaz2:hover {
	color: #000;
	text-decoration: underline;
}

a.odkaz2 {
	text-decoration: none;
}

a.button,button.button,input.button {
	border: none;
	background: #666666 !important;
	color: white !important;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 5px;
	line-height: normal;
	text-align: center;
	width: 220px;
	cursor: pointer;
}

a.button {
	display: block;
}

span.plusko {
	background: #CCC;
	float: right;
	width: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	color: #000;
	border: 1px solid #666;
	cursor: pointer;
}

div#horni_menu,.horni_menu {
	padding: 5px;
	border: 2px solid #EEE;
	margin-bottom: 10px;
	text-indent: 10px;
}

div#horni_menu a,.horni_menu a {
	color: #000;
}

div#horni_menu a:hover,.horni_menu a:hover {
	text-decoration: underline;
}

div#horni_menu img,.horni_menu img {
	border: 0px solid #CCC;
	margin: 0px 10px 0px 10px;
}

div.loading {
	text-align: center;
	padding-top: 150px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.aCenter {
	text-align: center !important;
}

.aLeft {
	text-align: left !important;
}

.aRight {
	text-align: right !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0 !important;
	overflow: hidden;
	line-height: 0 !important;
	font-size: 0 !important;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden;
}

.cb {
	line-height: 0px !important;
	font-size: 0px !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	padding: 0px !important;
	margin: 0px !important;
}

.cb * {
	display: none;
	visibility: hidden;
}

.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
/**********************************/
table .vTop,table .vTop td,table .vTop th {
	vertical-align: top;
}

table .vCenter,table .vMiddle,table .vCenter td,table .vMiddle td,table .vCenter th,table .vMiddle th
	{
	vertical-align: middle;
}

table .vBottom,table .vBottom td,table .vBottom th {
	vertical-align: bottom;
}

/*********************************/
/* TABULKA VKLADANA DO FORMULARE */
/*********************************/
table.form {
	width: 100%;
	border: 1px solid #C3C3C3;
	margin-bottom: 10px;
	background: #F5F5F5;
	padding: 3px;
}

table.form td {
	height: 18px;
}

table.contact td {
	height: 10px;
}

table.form td.slim {
	height: 16px;
}

table.form td.slim14 {
	height: 16px;
}

table.form td.button {
	background: #EEE;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.button {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.button button {
	background: #EEE;
	border: 1px solid #999;
	padding: 0px;
	line-height: 15px;
	height: 19px;
	padding-right: 5px;
	padding-left: 5px;
}

button.button {
	background: #EEE;
	border: 1px solid #999;
	padding: 0px;
	line-height: 15px;
	height: 19px;
	padding-right: 5px;
	padding-left: 5px;
}

table.form button {
	background: #EEE;
	border: 1px solid #999;
	padding: 0px;
	line-height: 15px;
	height: 19px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}

table.form td.labelLeft {
	padding-right: 10px;
	color: #007dc3;
}

table.form td.label {
	text-align: right;
	padding-right: 10px;
	color: #007dc3;
	width: 15%;
}

table.form td.label2 {
	text-align: right;
	padding-right: 10px;
	color: #007dc3;
	width: 12%;
}

table.form td.labelAlert {
	padding-right: 10px;
	color: red;
	width: 15%;
}

table.form td.labelBig {
	text-align: left;
	padding-left: 12px;
	color: #007dc3;
	font-size: 13px;
}

table.form td.labelEmpty {
	text-align: left;
	padding-left: 12px;
}

table.form td.input {
	text-align: left;
	width: 30%;
	vertical-align: middle;
	position: relative;
}

table.form .left {
	text-align: left;
	text-indent: 10px;
}

table.form input {
	border: 1px solid #BBB;
	background: #EEE;
	width: 90%;
}

table.form select {
	border: 1px solid #BBB;
	background: #EEE;
	width: 90%;
}

table.form input {
	border: 1px solid #BBB;
	background: #EEE;
}

table.form input.checkbox,table.form input[type=checkbox] {
	width: 15px;
	border: 0px;
}
/*********************************/

/*********************************/
/* TABULKA VYPIS DAT             */
/*********************************/
table.list {
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
}

table.list th {
	background: #E5E5E5;
	height: 25px;
	color: #007dc3;
	padding: 0 3px;
}

table.list td {
	height: 20px;
	padding: 0 3px;
}

table.list tr.red td {
	background:#ffdddd;
}

table.list tr:hover td {
	background:#dfefff;
}

table.list tr {
	background: #F5F5F5;
	padding: 0px;
}

table.list tr.morespace {
	background: #F5F5F5;
	padding: 5px;
}

table.list tr:hover {
	background: #dfefff;
}

table.list tr.dark {
	background: #E8E8E8;
	padding: 0px;
}

table.list tr.dark:hover {
	background: #dfefff;
}

table.list .nazev {
	width: 250px;
	text-indent: 10px;
	text-align: left;
}

table.list td.80 {
	width: 80px;
}

table.list td.menu {
	padding: 0px 2px 0px 2px;
	text-align: center;
	width: 20px;
}

table.list td.center {
	text-align: center;
}

table.list td.c_60 {
	text-align: center;
	width: 60px;
}

table.list td.c_50 {
	text-align: center;
	width: 50px;
}

table.list td.c_30 {
	text-align: center;
	width: 30px;
}

table.list .c_100 {
	text-align: center;
	width: 100px;
}

table.list .c_150 {
	text-align: center;
	width: 150px;
}

table.list .c_180 {
	text-align: center;
	width: 180px;
}

table.list .c_200 {
	text-align: center;
	width: 200px;
}

table.list .c_250 {
	text-align: center;
	width: 250px;
}

table.list .c_120 {
	text-align: center;
	width: 120px;
}

table.list .c_130 {
	text-align: center;
	width: 130px;
}

table.list .l_200 {
	text-align: left;
	text-indent: 10px;
	width: 200px;
}

table.list .l_250 {
	text-align: left;
	text-indent: 10px;
	width: 250px;
}

table.list .l_300 {
	text-align: left;
	text-indent: 10px;
	width: 300px;
}

table.list .l_130 {
	text-align: left;
	padding-left: 5px;
	width: 130px;
}

table.list .l_100 {
	text-align: left;
	padding-left: 5px;
	width: 100px;
}

table.list .c_80 {
	width: 80px;
	text-align: center;
}

table.list .c_80 {
	width: 80px;
	text-align: center;
}

table.list .left {
	text-align: left;
	padding-left: 10px;
}

table.list .center {
	padding: 0px;
	margin: 0px;
}

td.menu img { /*width: 12px;
	height: 12px;*/
	border: 0px;
}

table.list td.button {
	background: #ece6e6;
	text-align: center;
	border-top: 1px solid #CCC;
}

table.list  button {
	background-color: #666;
	text-align: center;
	border: 0px solid #FFF;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
}

table.list .separator {
	background: #EEE;
	height: 10px;
	line-height: 10px;
}

table.list th.label, table.list td.label {
	text-align:center;
	width:150px;
}

table.list th.operator, table.list td.operator {
	width:85px;
	padding: 0 5px 0 0;
}

table.list select.operator {
	width:80px;
}

table.list th.view, table.list td.view {
	width:75px;
}

table.list input.text_value{
	width:250px;
}

/*********************************/

/*********************************/
/* PAGINATOR 		             */
/*********************************/
.paginator {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.paginator a,.pageList .this-page {
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}

.paginator a:visited {
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}

.paginator .atstart {
	margin-right: 10px;
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	color: #aaa;
}

.paginator .prev {
	margin-right: 10px;
	padding: 0px 2px;
	border: solid 2px #ddd;
	background: #fff;
}

.paginator .break {
	padding: 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.paginator .next {
	margin-left: 10px;
	padding: 0px 2px;
	border: solid 2px #ddd;
	background: #fff;
}

.paginator .atend {
	margin-left: 10px;
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	color: #aaa;
}

.paginator .this-page {
	padding: 0px 2px;
	border-color: #999;
	font-weight: bold;
	background: #fff;
	color: #FF0084;
}

.paginator a:hover {
	color: #fff;
	background: #0063DC;
	border-color: #036;
	text-decoration: none;
}

.pages div.results {
	text-align: center;
	font: 11px/15px Arial, Helvetica;
	color: #aaa;
	margin-top: 0px;
}
/*********************************/

/*********************************/
/* TOOLTIP - CUST INFO           */
/*********************************/
div.tooltip_info {
	background: #FFF;
	display: none;
	width: 780px;
	padding: 0px 10px 0px 10px;
	position: relative;
	z-index: 10;
	border: 1px solid #999;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
}

/*********************************/
/* NETWORKING - POZADOVANE FCI   */
/*********************************/
div#pozadovane_funkcionality {
	border: 1px solid #CCC;
	min-height: 380px;
	width: 180px;
	margin-bottom: 15px;
	background: #f5f5f5;
}

div#pozadovane_funkcionality h2 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #e5e5e5;
}

div#pozadovane_funkcionality table {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-indent: 10px;
	width: 100%;
}

div#pozadovane_funkcionality table td {
	border-bottom: 1px solid #e5e5e5;
}

/*********************************/
/* EDIT_FORM					  */
/*********************************/
table.edit_form {
	background: #f5f5f5;
	width: 100%;
	border: 1px solid #CCC;
	padding-top: 4px;
	font-family: Verdana;
	font-size: 11px;
}

table.edit_form form {
	margin: 0px;
	padding: 0px;
}

table.edit_form td {
	padding-bottom: 4px;
}

table.edit_form th {
	background-color: #d9d6d6;
	color: #6;
	text-transform: uppercase;
	height: 25px;
	font-family: Arial;
	text-align: left;
	text-indent: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 4px;
}

table.edit_form td.label {
	text-align: right;
	padding-right: 0px;
	color: #007dc3;
	width: 15%;
}

table.edit_form td.input {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 34%;
}

table.edit_form td.input input[type='text'] {
	width: 95%;
	margin: 0px;
	height: 18px;
	background: #fff9f9;
}

table.edit_form td.input textarea {
	width: 95%;
	margin: 0px;
	background: #fff9f9;
}

table.edit_form td.input select {
	width: 96%;
	margin: 0px;
	background: #fff9f9;
	position: relative;
}

table.edit_form td.input option.disabled {
	background: #CCC;
	line-height: 3px;
	height: 3px;
}

table.edit_form td.input option {
	padding: 0px;
	margin: 0px;
	background: #fff9f9;
}

table.edit_form td.button {
	background: #ece6e6;
	text-align: center;
	border-top: 1px solid #CCC;
}

table.edit_form  button {
	background-color: #666;
	text-align: center;
	border: 0px solid #FFF;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
}

table.edit_form input.checkbox {
	width: 15px;
	border: 0px;
}

table.edit_form td.head {
	border-bottom: 4px solid #f5f5f5;
	background: #EEE;
	margin: 0px;
	height: 25px;
	line-height: 25px;
}

/*********************************/
/* EDIT_FORM2					  */
/*********************************/
table.edit_form2 {
	background: #f5f5f5;
	width: 100%;
	border: 1px solid #CCC;
	padding-top: 4px;
	font-family: Verdana;
	font-size: 11px;
}

table.edit_form2 form {
	margin: 0px;
	padding: 0px;
}

table.edit_form2 td {
	padding-bottom: 4px;
	padding-left: 5px;
}

table.edit_form2 th {
	background-color: #E5E5E5;
	color: #007dc3;
	/*text-transform: uppercase;*/
	height: 28px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	text-indent: 15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 4px;
	letter-spacing: 1px;
}

table.edit_form2 td.label {
	text-align: right;
	padding-right: 0px;
	color: #007dc3;
	width: 15%;
}

table.edit_form2 td.input {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 34%;
}

table.edit_form2 td.input input[type='text'] {
	width: 95%;
	margin: 0px;
	height: 18px;
	background: #fff9f9;
}

table.edit_form2 td.input textarea {
	width: 95%;
	margin: 0px;
	background: #fff9f9;
}

table.edit_form2 td.input select {
	width: 96%;
	margin: 0px;
	background: #fff9f9;
	z-index: 99;
}

table.edit_form2 td.input option.disabled {
	background: #CCC;
	line-height: 3px;
	height: 3px;
}

table.edit_form2 td.input option {
	padding: 0px;
	margin: 0px;
	background: #fff9f9;
}

table.edit_form2 td.button {
	background: #ece6e6;
	text-align: center;
	border-top: 1px solid #CCC;
}

table.edit_form2  button {
	background-color: #666;
	text-align: center;
	border: 0px solid #FFF;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
}

table.edit_form2 input.checkbox {
	width: 15px;
	border: 0px;
}

table.edit_form2 td.head {
	border-bottom: 4px solid #f5f5f5;
	background: #EEE;
	margin: 0px;
	height: 25px;
	line-height: 25px;
}

/*********************************/
/* ASM SELECT    		 */
/*********************************/
.asmContainer { /* container that surrounds entire asmSelect widget */

}

.asmSelect { /* the newly created regular 'select' */
	display: inline;
}

.asmOptionDisabled { /* disabled options in new select */
	color: #999;
}

.asmHighlight { /* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList { /* html list that contains selected items */
	margin: 0.25em 0 1em 0;
	position: relative;
	display: block;
	padding-left: 0;
	list-style: none;
}

.asmListItem { /* li item from the html list above */
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb;
	width: 100%;
	margin: 0 0 -1px 0;
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px;
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move;
}

.asmListItemRemove { /* the remove link in each list item */
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}
/***************************************/
div.lista {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
	text-indent: 5px;
}

div.lista strong {
	color: #007dc3;
}

div.lista  button {
	background-color: #666;
	text-align: center;
	border: 0px solid #FFF;
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
	padding-top: 2px;
}

div.hlavicka {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
	text-indent: 5px;
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

h2.line {
	background: #bad8f6;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 12px;
	text-indent: 10px;
	position: relative;
	font-family: Arial;
}

h2.line span {
	position: absolute;
	right: 10px;
	font-weight: bold;
	cursor: pointer;
}

/*********************************/
/* ADD SERVICE TABLE    		 */
/*********************************/
table#addService {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table#addService th {
	height: 25px;
}

table#addService tr:hover {
	background: #dfefff;
}

table#addService td {
	height: 21px;
	border-top: 1px solid #CCC;
}

table#addService td table td {
	border: 0px;
}

table#addService td.addName {
	text-indent: 5px;
	background: #EEE;
	height: 25px;
}

table#addService td.param_value {
	text-align: center;
	border-left: 1px solid #CCC;
}

/***********************************/
/* CORRESPONDENCE 				   */
/***********************************/
div#correspondence_filtr {
	background: #F5F5F5;
	width: 780px;
	border: 1px solid #CCC;
}

div#correspondence_filtr h3 {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	border: 1px solid #CCC;
	margin-bottom: 3px;
	background: #E8E8E8;
	text-align: center;
}

div#correspondence_filtr div.small_select {
	width: 50%;
	float: left;
	height: 150px;
	text-align: center;
}

div#correspondence_filtr div.small_select div {
	padding: 5px;
	padding-bottom: 0px;
}

div#correspondence_filtr div.small_select select {
	width: 100%;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

div#correspondence_filtr div.big_select {
	clear: both;
	padding: 5px;
	padding-top: 0px;
}

div#correspondence_filtr div.button {
	height: 27px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	background: #EEE;
	border-top: 1px solid #CCC;
}

div#correspondence_filtr button {
	background-color: #666;
	text-align: center;
	border: 0px solid #FFF;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
}

hr.separator {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #FFF;
	margin: 10px 0px 10px 0px;
}

/***** AUTOCOMPLETE *******/
.ui-autocomplete {
	overflow-y: scroll;
}

* html .ui-autocomplete { /* IE max- */
	height: expression(this.scrollHeight >     250 ?     "250px" :     "auto");
}

.ui-autocomplete {
	max-height: 250px;
}

.tooltip {
	display: none;
	background: url(../images/black_arrow_big.png) no-repeat;
	font-size: 12px;
	height: 216px;
	width: 370px;
	padding: 25px;
	color: #fff;
}

form#bsForm table.edit_form td.input input[type='text'] {
	width: 65%;
}

table.add {
	border-collapse: collapse;
}

table.add td {
	border: 1px solid #CCC;
	height: 22px;
	line-height: 22px;
}

table.add th {
	border: 1px solid #CCC;
}

.floatLeft1 {
	float: left;
	width: 550px;
	margin-left: 5px;
}

.floatLeft2 {
	float: left;
	width: 190px;
	margin-left: 15px;
}

.floatLeft3 {
	float: left;
	width: 430px;
	margin-left: 5px;
}

.floatLeft4 {
	float: left;
	width: 280px;
	margin-left: 15px;
}

.clear {
	clear: both;
}

div.monitor_validation_error {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0px 5px 0px 5px;
	display: none;
	width: 550px;
	min-height: 30px;
}

input#stateSettingSelector {
	width: 600px;
}

table.inv_document_viewer {
	width: 100%;
	text-align: left;
}

table.inv_document_viewer td {
	background: #f8f8f8;
	padding-left: 10px;
}

table.inv_document_viewer th {
	background: #dfefff;
	line-height: 16px;
	text-indent: 10px;
	color: #000;
}

div.hr {
	border-top: 1px solid #EEE;
	margin: 15px 0px 15px 0px;
}

div.state_icons {
	float: right;
	padding-right: 5px;
	position: absolute;
	background: #CCC;
}

div.icon {
	width: 20px;
	height: 100%;
}

div.reply {
	background: url(../images/reply.png) no-repeat;
	font-weight: bold;
	background: #CCC;
}

/************** PROSTOR - HOSTINGY ********************************/
div.prostor {
	border: 2px solid #CCC;
	min-height: 100px;
	margin-bottom: 15px;
	padding: 0px;
}

div.prostor img {
	border: 0px;
}

div.prostor_header {
	background: #EEE;
	border-bottom: 2px solid #CCC;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 16px;
	position: relative;
}

div.prostor_header div.icon_del {
	width: 14px;
	height: 14px;
	line-height: 14px;
	padding: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #E8E8E8;
	text-align: center;
}

div.prostor_header div.icon_edit {
	width: 14px;
	height: 14px;
	line-height: 14px;
	padding: 8px;
	position: absolute;
	top: 0px;
	right: 30px;
	background: #E8E8E8;
	text-align: center;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
}

div.prostor_header div.icon_add {
	width: 14px;
	height: 14px;
	line-height: 14px;
	padding: 8px;
	position: absolute;
	top: 0px;
	right: 60px;
	background: #E8E8E8;
	text-align: center;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
}

div.prostor_header div.icon_payer {
	width: 14px;
	height: 14px;
	line-height: 14px;
	padding: 8px;
	position: absolute;
	top: 0px;
	right: 90px;
	background: #E8E8E8;
	text-align: center;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
}

div.prostor_header div.prostor_status {
	position: absolute;
	top: 0px;
	left: 300px;
	font-size: 12px;
	text-transform: none;
	color: #666;
}

div.prostor div.disk {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	margin: 10px;
}

div.prostor div.disk div.header {
	position: relative;
	background: #EEE;
	border: 1px solid #CCC;
	border-bottom: 0px;
}

div.prostor div.disk td.icon {
	padding: 2px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

div.prostor div.disk div.header div.icon_del {
	width: 30px;
	padding-top: 7px;
	height: 22px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}

div.prostor div.disk div.header div.icon_edit {
	width: 30px;
	padding-top: 7px;
	height: 22px;
	position: absolute;
	top: 0px;
	right: 30px;
	text-align: center;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div.prostor div.disk div.title {
	position: absolute;
	top: 0px;
	left: 60px;
	line-height: 26px;
	font-weight: bold;
}

div.prostor div.disk div.status {
	margin: 5px;
	height: 15px;
}

/*********************** POPUP BUBBLES ****/
/* Bubble pop-up */
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-1.png);
}

.popup td.top {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-2.png);
}

.popup td#topright {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-3.png);
}

.popup td.left {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-4.png);
}

.popup td.right {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-5.png);
}

.popup td#bottomleft {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-6.png);
}

.popup td.bottom {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-7.png);
	text-align: center;
}

.popup td.bottom img {
	display: block;
	margin: 0 auto;
}

.popup td#bottomright {
	background-image:
		url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-8.png);
}

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
		sans-serif;
}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
}

table.popup-contents td {
	text-align: left;
}

tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background:
		url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif)
		no-repeat top right;
	height: 17px;
}

tr#release-notes td a {
	color: #333;
}

/************** END POPUP BUBBLES ********************/

/**************** STATUS BAR ***********************************************/
div.status_bar {
	height: 25px;
	background: #EEE;
	position: relative;
	background: #FFF;
	position: relative;
}

div.status_bar .status_border {
	height: 100%;
	position: relative;
	border: 1px solid #81c6ea;
}

div.status_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25%;
	height: 100%;
	background: #aad9f1;
	border-right: 1px solid #81c6ea;
}

div.status_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55%;
	height: 100%;
	background: #d4e6ff;
	border-right: 1px solid #81c6ea;
}
/**************** END STATUS BAR ***********************************************/

/***************** FORM TABLE *********************************/
table.form_table {
	background: #f5f5f5;
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}

table.form_table td {
	border: 1px solid #CCC;
	padding: 5px 5px 5px 10px;
}

table.form_table th {
	border: 1px solid #CCC;
	text-align: left;
	padding-left: 10px;
	background: #EEE;
	width: 150px;
}

table.form_table input[type='text'] {
	width: 250px;
	margin: 0px;
	height: 18px;
	background: #fff9f9;
}

table.form_table textarea {
	width: 450px;
	margin: 0px;
	background: #fff9f9;
}

table.form_table select {
	width: 250px;
	margin: 0px;
	background: #fff9f9;
	z-index: 99;
}

table.form_table option.disabled {
	background: #CCC;
	line-height: 3px;
	height: 3px;
}

table.form_table option {
	padding: 0px;
	margin: 0px;
	background: #fff9f9;
}

table.form_table .r_list input {
	margin-bottom: 3px;
	margin-right: 5px;
}

table.form_table .r_list span.del_redirect {
	cursor: pointer;
}

table.form_table input.disabled {
	background: #EEE;
	width: 500px;
	color: #CCC;
}

/***************** END FORM TABLE *********************************/
div.info_message {
	background: url(../images/infoMessage.png) no-repeat 10px center;
	background-color: #fffef1;
	min-height: 70px;
	border: 3px solid #e8e38b;
	margin-bottom: 10px;
	line-height: 1.5;
	padding: 10px;
	padding-left: 100px;
}

a.icon_href img {
	border: 0px;
}

ul.my_ul li {
	list-style-type: none;
}

a.plusRow,a.minusRow {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	font-size: 16px;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-decoration: none !important;
}

.centerBlock {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*
 * Tpartner requests
 */
table.request {
	width: 100%;
	margin: 10px 0;
	background: #FFFEF1;
	border: 1px solid #E8E38B;
}

table.request_green {
	background: #C2F6C7;
	border-color: #2FB73C;
}

table.request tr.header1 th {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #E8E38B;
	line-height: 20px;
}

table.request_green tr.header1 th {
	border-color: #2FB73C;
}

table.request tr.header2 th,table.request td {
	text-align: left;
	padding: 0px;
}

table.request tr.header2 th {
	font-weight: bold;
	padding-top: 10px;
}

table.request tr.header2 th.constant,table.request td.constant {
	width: 20%;
	padding-left: 10px;
}

table.request .first {
	padding-left: 10px !important;
}

table.request .last {
	padding-right: 10px !important;
}

table.request tr.header2 th.old,table.request td.old {
	width: 35%;
	padding-left: 5px;
}

table.request tr.header2 th.raquo,table.request td.raquo {
	width: auto;
	font-weight: bold;
	text-align: center;
}

table.request tr.header2 th.new,table.request td.new {
	width: 35%;
	padding-right: 10px;
}

table.request tr.last td,table.request tr.last th {
	padding-bottom: 10px;
}

table.request tr.submitRow td {
	padding: 10px;
}

table.request .button {
	float: right;
	margin: 0 0 0 5px;
	width: 130px;
}

table.request td.checkbox,table.request th.checkbox {
	width: 20px;
	padding-right: 10px;
}

#UserProfileBox {
	background: #eee;
	float: right;
	padding: 10px;
	line-height:16px;
	max-width: 250px;
}

fieldset.rigthMenu {
	margin: 0 0 10px 0;
	padding: 0 20px;
	position: relative;
	border: none;
}

fieldset.rigthMenu legend {
	margin: 0 0 5px 0;
	padding: 0px;
	font-weight: bold;
}

fieldset.rigthMenu legend.header  {
	display:block;
  	font-size: 15px;
	font-weight: bold;
	color: #999999;
	padding: 25px 0 20px 0;
	display:block;
}

fieldset.rigthMenu ul,ul.rightMenu {
	margin: 0 0 5px 0;
	padding: 0px;
}

fieldset.rigthMenu ul li,ul.rightMenu li {
	display:block;
	padding: 0px;
	list-style-type: none;
	height: 15px;
}

fieldset.rigthMenu ul li>a,ul.rightMenu li>a {
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color:black;
	text-decoration: none;
	background:url('../images/bullet2.gif') no-repeat top left;
}

fieldset.rigthMenu ul li>a:hover,ul.rightMenu li>a:hover {
	text-decoration: underline;
}

#user_info_box {
	padding:0px; margin:0px;
}
#user_info_box p {
	margin:0 0 3px 0 !important;
}

#user_info_box p a {
	color:black;
	text-decoration:underline;
}

#user_info_box p a:hover {
	text-decoration:none;
}

#frm_quick_search {
    display:block;
    height:36px;
    width:430px;
    padding:0 0px 0 5px;
}

#frm_quick_search select, #frm_quick_search input, #frm_quick_search button {
    height: 19px !important;
    line-height: 14px !important;
    font-size: 12px !important;
    float:right;
    margin: 0 0 0 5px;
    padding:0 0 0px 0 !important;
}
#frm_quick_search select.qs_module {
    width: 90px;
}

#frm_quick_search select.qs_criterion {
    width: 150px
}

#frm_quick_search input.qs_value {
    width:110px;
    padding: 0px 5px !important;
}

#frm_quick_search button.qs_button {
    width:60px;
    font-size: 11px !important;
}

ul.arrow { margin: 0 0 5px 0; padding: 0px; }
ul.arrow li{ display:block; padding: 0px; list-style-type: none; min-height: 15px; line-height:14px; width:auto; }
ul.arrow li > a { margin: 0 0 5px 0px; padding: 0 0 0 10px; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; }
ul.arrow li.spacer { line-height: 0; height:10px; }
ul.arrow li > a { color:black; background:url('../images/bullet2.gif') no-repeat left; background-position: 0px 3px; text-shadow: #DDD 1px 1px 1px }

ul.horizontal li { float:left; margin-right:20px;}
ul.horizontal li.last { margin-right:5px; }

.h1Spacer { display:block; margin:85px 0 0 0; }