p,span,ol,ul,td,tr,caption
{
	margin: 0;
	padding: 0;
}

body
{
  background-color: #F3F3F3;
	vertical-align: baseline;
  font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
  /*
  font-family:arial,tahoma,helvetica,sans-serif;
  font-family: Times,Garamond, Arial,Verdana,Helvetica,sans-serif;
  font-size:14px;
  line-height:1.4em;
  */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  color: #000000;
}

textarea, input, select, table
{
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  border-style:solid;
  border-width:1px;
}

textarea, input, select 
{
  margin:1px;
  padding:3px;
}

input, select
{
  line-height:1em;
}

input:hover
{
  background-color: #fbf8e6;
}

div.PAGE
{
  float: left;
  width: 100%;
}

label.FORM_LABEL
{
  color: #000000;
  line-height: 24px;
  font-size: 12px;
  margin-left: 2px;
}

img
{
  background: none;
}

form
{
  display: inline;
}

DIV.CONTROLLER_LIST
{
  float: left;
  background-color: #333333;
}

TABLE.CONTROLLER
{
  float: left;
  /*display: inline;*/
  BORDER: 0px #CCCCCC solid;
  font-size: 13px;
  vertical-align: top;
  /*line-height: 21px;*/
  BACKGROUND-COLOR: #CCCCCC;
  border-spacing:0;
}

TABLE.CONTROLLER TD,TABLE.CONTROLLER TH, TABLE.CONTROLLER TR
{
  line-height: 20px;
  padding:7px 7px 8px;
}

TABLE.CONTROLLER TD, TABLE.CONTROLLER TH
{
  border-bottom: 1px #DFDFDF solid;
}

TABLE.CONTROLLER CAPTION
{
  font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
  font-size:24px;
  font-style:italic;
  text-shadow:0 1px 0 #FFFFFF;
  /*text-transform: uppercase;*/
  line-height: 60px;
	font-size: 28px;
	BORDER-TOP: 1px #CCCCCC solid;
	BORDER-LEFT: 1px #CCCCCC solid;
	BORDER-RIGHT: 1px #CCCCCC solid;
  border-bottom: 1px #777777 solid;
  /*
  background-image:url('img/grid/mso-hd.gif');
  background-position: left top;
  background-repeat:repeat-x;
  */
  /*background-color: #dee1e7;*/
  background-color: #f7f7f7;
  text-align: center;
}

TABLE.CONTROLLER TH
{
  /*background-image:url('img/grid/grid-blue-hd.gif');*/
  background-position: left top;
  background-repeat:repeat-x;
  background-color: #dddddd;
}

TABLE.CONTROLLER TH.LEFT
{
  text-align: left;
}

TABLE.CONTROLLER TH.RIGHT
{
  text-align: right;
}

TABLE.CONTROLLER TR.ONE
{
  background-position: left top;
  background-repeat:repeat-x;
  background-color: #f7f7f7;
}

TABLE.CONTROLLER TR.TWO
{
  background-position: left top;
  background-repeat:repeat-x;
  background-color: #f2f2f2;
}

TABLE.CONTROLLER TR.SELECTED
{
  background-position: left top;
  background-repeat:repeat-x;
  background-color: #d8e7e5;
}

TABLE.CONTROLLER TR:hover,TABLE.CONTROLLER TH:hover
{
  background-position: left top;
  background-repeat:repeat-x;
  cursor: pointer;
}

TEXTAREA.CONTROLLER
{
  width: 520px;
}

div.CONTROLLER_PAGER
{
  float: left;
  font-size:11px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 21px;
  min-width: 100%;
}

ol, ul
{
  float: left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul.CONTROLLER_PAGER li,ul.FORM_PAGER li
{
  float: left;
  color: #000000;
  line-height: 19px;
  height: 21px;
  font-size:11px;
  text-align:center;
  text-decoration: underline;
  cursor: pointer;
}


ul.CONTROLLER_PAGER li:hover,ul.FORM_PAGER li:hover
{
  background-color: #DDDDDD;
}

ul.CONTROLLER_PAGER li.TEXT
{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

ul.CONTROLLER_PAGER li.PASSWORD
{
  padding-left: 5px;
  padding-right: 5px;
}


ul.CONTROLLER_PAGER li.PAGE
{
  float: left;
  text-align: center;
  list-style-type:none;
  height: 20px;
  min-width: 21px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}

ul.CONTROLLER_PAGER li.PAGE_SELECTED
{
  background-color: #DFE8F6 !important;
  font-weight: bold !important;
}

ul.CONTROLLER_PAGER li.PAGE_D
{
  float: left;
  text-align: center;
  list-style-type:none;
  height: 19px;
  min-width: 21px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}

ul.CONTROLLER_PAGER li.FIRST
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-first.gif');
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.FIRST_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-first-disabled.gif'); 
  background-position: center center;
  background-repeat: no-repeat;
}

ul.CONTROLLER_PAGER li.PRIOR
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-prev.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

ul.CONTROLLER_PAGER li.PRIOR_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-prev-disabled.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
  /*
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  */
}

ul.CONTROLLER_PAGER li.NEXT
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-next.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.NEXT_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-next-disabled.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.LAST
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-last.gif');
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.LAST_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/page-last-disabled.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.APPLY, ul.FORM_PAGER li.APPLY
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-yes.gif');
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.APPLY_D, ul.FORM_PAGER li.APPLY_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-yes.gif'); 
  background-position: center center;
  background-repeat:no-repeat; 
  filter:alpha(opacity=30); 
  -moz-opacity: 0.3;
  opacity: 0.3;
}

ul.CONTROLLER_PAGER li.CANCEL, ul.FORM_PAGER li.CANCEL
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-no.gif');
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.CANCEL_D, ul.FORM_PAGER li.CANCEL_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-no.gif');
  background-position: center center;
  background-repeat:no-repeat;
  filter:alpha(opacity=30); 
  -moz-opacity: 0.3;
  opacity: 0.3;
}

ul.CONTROLLER_PAGER li.INSERT
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-add.gif');
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.INSERT_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-add.gif');
  background-position: center center;
  background-repeat:no-repeat;
  filter:alpha(opacity=30); 
  -moz-opacity: 0.3;
  opacity: 0.3;
}

ul.CONTROLLER_PAGER li.DELETE
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-delete.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.DELETE_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-delete.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
  filter:alpha(opacity=30); 
  -moz-opacity: 0.3;
  opacity: 0.3;
}

ul.CONTROLLER_PAGER li.UPDATE
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-edit.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li.UPDATE_D
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-edit.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
  filter:alpha(opacity=30); 
  -moz-opacity: 0.3;
  opacity: 0.3;
}

ul.CONTROLLER_PAGER li.SEARCH, ul.FORM_PAGER li.SEARCH
{
  float: left;
  text-align: center;
  height: 21px;
  width: 21px;
  background-image:url('img/grid/drop-search.gif'); 
  background-position: center center;
  background-repeat:no-repeat;
}

ul.CONTROLLER_PAGER li
{
  padding-right: 5px;
}

div.SUBPAGE
{
  position: float;
  width: 100%;
}

div.GRID_FORM
{
  float: left;
  width: 500px;
  font-size: 14px;
  background-color:#F3F3F3;
}

div.GRID_FORM_CONTENT
{
  float: left;
  width: 480px;
  margin: 10px 10px 10px 10px;
}

div.GRID_FORM INPUT, div.GRID_FORM SELECT
{
  font-family: Courier;
  margin-top: 0px;
  margin-bottom: 5px;
}

form.GRID 
{

}

div.FORM_MASTER, div.FORM_DETAIL
{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

div.FORM_MASTER_CONTENT, div.FORM_DETAIL_CONTENT
{
  float: left;
  width: 100%;
}

div.FORM_GROUP
{
  float: left;
  width: 480px;
  border-color: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  margin-bottom: 10px;
  background-position:bottom left;
  background-color: #FFFFFF;
}

div.FORM_GROUP_CONTENT
{
  margin: 10px;
}


div.GRID_FORM LABEL, div.FORM_GROUP
{
}


LABEL.FORM_LABEL
{
  display: block;
}

div.FORM_ERROR
{
  display: inline;
  color: #FF0000;
  margin-left: 10px;
  font-size:12px;
}

DIV.CONTROLLER
{
  /* float: left; */
  width: 100%;
  border: 0px solid #FFFFFF;
  color: #000000;
  text-align: left;
}
DIV.CONTROLLER_FORM
{
  color: #000000;
  background-color: #FFFFFF;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5px;
}
DIV.CONTROLLER_FORM LABEL
{
  color: #000000;
  background-color: #FFFFFF;
  display: block;
}

INPUT.TEXT_INPUT
{
  width: 97%;
  color: #000000;
  background-color: #FFF0C7;
}
DIV.CONTROLLER_BUTTONS
{
  text-align: center;
  background-color: #00223D;
}

div#GLOBAL
{
  min-width: 700px;
}

div#GLOBAL_HEADER
{
  float: left;
  width: 100%;
  color: #ffffff;
  background-color: #464646;
  border-bottom: 1px solid #777777;
}

div#GLOBAL_HEADER_CONTENT
{
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
}

div#GLOBAL_HEADER_CONTENT div
{
}

div#GLOBAL_HEADER_TITLE
{
  float: left;
  margin-left: 20px;
}

div#LANGUAGES, div#CURRENCIES
{
  float: left;
  margin-right: 40px;
}

div#LANG_LABEL
{
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

div#LANGUAGES_IMG
{
  float: left;
  width: auto;
  margin-right: 5px;
}

div#LANGUAGES_IMG img
{
  margin-top:8px;
  height: 15px;
  width: 24px;
}

div#GLOBAL_CLIENT
{
  float: left;
  width: 100%;
}

div#GLOBAL_CLIENT_CONTENT
{
  float: left;
  width: 100%;
}

div.MENU_CONTENT
{
  width:1px;
}

div.MENU_ITEM, div.MENU_ITEM_SELECTED
{
  width: 150px;
  text-decoration: underline;
}

div#GLOBAL_LEFT
{
  float: left;
  width: 100%;
}

div#GLOBAL_LEFT_CONTENT
{
  float: left;
  width: 100%;
  color: #ffffff;
  background-color: #464646;
}

div.MENU_HEADER, div.MENU_ITEM,div.MENU_ITEM_SELECTED
{
  float: left;
  font-size: 12px;
  padding:7px 7px 8px;
  color: #ffffff;
  font-size: 12px;
  background-color: #464646;
}

div.MENU_HEADER:hover, div.MENU_ITEM:hover, div.MENU_ITEM_SELECTED:hover
{
  background-color: #777777;
  font-size: 12px;
  cursor: pointer;
}


div.PAGE_HEADER
{
  float: left;
  width: 100%;
}

div.PAGE_HEADER_CONTENT
{
  font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
  font-size:24px;
  font-style:italic;
  text-shadow:0 1px 0 #FFFFFF;
  /*text-transform: uppercase;*/
  line-height: 60px;
	font-size: 28px;
	BORDER-TOP: 1px #CCCCCC solid;
	BORDER-LEFT: 1px #CCCCCC solid;
	BORDER-RIGHT: 1px #CCCCCC solid;
  border-bottom: 1px #777777 solid;
  background-color: #f7f7f7;
  text-align: center;
}

div.PAGE_GROUP
{
  float: left;
  margin: 10px;
  width: 600px;
  border: 1px solid #666666;
  font-size: 12px;
  line-height: 25px;
}

div.PAGE_GROUP_CONTENT,
div.PAGE_GROUP_TITLE
{
  float: left;
  width: 100%;
}

div.PAGE_GROUP_CONTENT_C
{
  float: left;
  margin: 10px;
}

label.PAGE_GROUP_LABEL
{
  float: left;
  width: 200px;
}

label.PAGE_GROUP_DATA
{
  float: left;
}

div.PAGE_GROUP_TITLE
{
  color: #ffffff;
  background-color: #464646;
  border-color: 1px solid #CCCCCC;
  font-size: 14px;
}

label.PAGE_GROUP_TITLE, INPUT.PAGE_GROUP_BUTTON
{
  float: left;
  margin: 5px 10px;
}

input.PAGE_GROUP_RADIO
{
  float: left;
  width: 30px;
  height: 23px;
  border: 0px solid #000000;
}

input.PAGE_GROUP_RADIO, INPUT.PAGE_GROUP_BUTTON
{
  cursor: pointer;
}

input.PAGE_GROUP_LABEL
{
  width: 300px;
}

input.CHECKBOX
{
  border: 0px solid #000000;
  display: none;
}

table.ERROR_MSG
{
  float: left;
  border:0px;
}
table.ERROR_MSG td
{
  padding: 7px 7px 8px;
  border-color: #444444;
  border-right: 1px solid;
  border-bottom: 1px solid;
  font-size: 12px;
}

td.ERROR_MSG
{
  background-color: #ffDDDD;
}

td.ERROR_DATA
{
  font-family: Courier;
  background-color: #ffffff;
}


div.LOGIN
{
  min-height: 300px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -moz-border-radius-bottomleft:11px;
  -moz-border-radius-bottomright:11px;
  -moz-border-radius-topleft:11px;
  -moz-border-radius-topright:11px;
  -moz-box-shadow:0 4px 18px #C8C8C8;
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #E5E5E5;
  font-weight:normal;
  margin: 100px auto;
  width: 300px;
  padding:16px 16px 16px;
}

div.LOGIN_BOTTOM
{
  text-align: right;
}

label.LOGIN
{
  float: left;
  color:#777777;
  font-size:13px;
  width: 100%;
}

input#USERS_LOGIN, input#USERS_PASSWORD, input#USERS_PASSWORD_NEW, input#USERS_PASSWORD_CONFIRM
{
  background:#FBFBFB none repeat scroll 0 0;
  color:#555555;
  border:1px solid #E5E5E5;
  font-size:24px;
  margin-bottom:16px;
  margin-right:6px;
  margin-top:2px;
  padding:3px;
  width:97%;
  border-color:#DFDFDF;
}

input.LOGIN_BTN
{
  padding: 7px;
  border-color:#DFDFDF;
}

div.LOGIN_MSG
{
  float: left;
  width: 100%;
  font-size: 13px;
  color: #cd3000;
  margin-top: 20px;
  margin-bottom: 30px;
}

div.LOGIN_LOGO
{
  float: left;
  width: 100%;
  text-align: center;
}

div#LOGIN_TOP
{
  width: 100%;
  background-color: #444444;
  color: #ffffff;
  font-size: 13px;
  height: 40px;
}

a#LOGIN_LINK
{
  float: left;
  color: #ffffff;
  margin: 10px;
}

li.APPLY_TEXT, li.CANCEL_TEXT
{
  margin-left:5px;
  margin-right:5px;
}

div#tc-window-box
{
  background-color: #F3F3F3;
}

div.FAKT
{
  width: 600px;
  margin: 20px auto;
  font-size: 12px;
}

div.FAKT div
{
  float: left;
}

div#FAKT_C
{
  border: 1px solid #000000;
  background-color: #ffffff;
  min-height: 800px;
}

div#FAKT_CT
{
  margin: 40px;
}

div.FAKT_TOP_LEFT
{
  width: 320px;
  margin-top: 13px;
}

div.FAKT_TOP_RIGHT
{
  margin-top: 5px;
  margin-bottom: 30px
}

div.FAKT_HEADING
{
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}

div.FAKT_TOP_RIGHT div
{
  float: none;
}

div.FAKT_PRO_DATA_CONTACT
{
  margin-top: 10px;
}

div.FAKT_BUYER_DATA
{
  width: 250px;
}

div#FAKT_BOTTOM_TEXT
{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

div.FAKT_SIGN
{
  float: right !important;
  width: 200px;
  margin-bottom: 40px;
}

table.FAKT
{
  border: 0px solid #000000;
  width: 100%;
  border-collapse: collapse;
}

table.FAKT th
{
  background-color: #eeeeee;
}

table.FAKT td
{
  padding: 2px;
}

table.FAKT th.FAKT_LEFT
{
  text-align: left;
}

table.FAKT th.FAKT_RIGHT,
table.FAKT td.FAKT_KOL,
table.FAKT td.FAKT_ST_DAVKA,
table.FAKT td.FAKT_ZNESEK,
table.FAKT td.FAKT_KOL_EVEN,
table.FAKT td.FAKT_ST_DAVKA_EVEN,
table.FAKT td.FAKT_ZNESEK_EVEN,
table.FAKT td.FAKT_ZNESEK_H
{
  text-align: right;
}

table.FAKT td.FAKT_STORITEV_H,
table.FAKT td.FAKT_KOL_H,
table.FAKT td.FAKT_ST_DAVKA_H,
table.FAKT td.FAKT_ZNESEK_H,
table.FAKT td.FAKT_VALUTA_H
{
  background-color: #efefef;
}

div.FORM_PAGER_CONTENT
{
  float: left;
  width: 100%;
}


div.FORM_GROUP_CAPTION
{
  font-size: 12px;
  margin: 5px;
  text-transform: uppercase;
}

.tc-tab-control-title-c-selected:hover,.tc-tab-control-title-c:hover
{
  cursor: pointer;
  background-color: #dddddd;
}

.tc-tab-control-title-c
{
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  border-bottom: none;
}

.tc-tab-control-title-c-selected
{
  background-color: #dddddd;
  border: 1px solid #000000;
  border-bottom: none;
}


div#PROD_RUGRIDGRID_FORM,div#PROD_RUGRIDGRID_FORM .GRID_FORM_CONTENT
{
  width: 990px;
}

form#PROD_RUGRIDCONTROLLER_FORM .FORM_MASTER
{
  width: 270px;
}

form#PROD_RUGRIDCONTROLLER_FORM .FORM_DETAIL
{
  width: 693px;
}

form#PROD_RUGRIDCONTROLLER_FORM .FORM_GROUP
{
  width: 100%;
}

form.SEARCH_FORM .FORM_LABEL
{
  display: inline;
}

form.SEARCH_FORM .FORM_INPUT_TEXT
{
  display: inline;
}

form.SEARCH_FORM .CHECKBOX
{
  display: inline;
}

form.SEARCH_FORM .FORM_COMBO
{
  display: inline;
}

div.PROD_RUGRIDSEARCH_FORM
{
  width: 500px !important;
}

.GRID_SORT
{
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  margin-top: 2px;
  border: 1px solid #999999;
  background-color: #ffffff;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  border-style: solid;
  border-width:1px;
}

.GRID_SORT:hover
{
  background-color: #eeeeee;
}

div.FORM_GROUP_CAPTION
{
  margin: 7px 10px 5px 10px;
}

#RESET_IMG
{
  background-color: #009900;
}

#RESET_IMG:hover
{
  background-color: #00bb00;
}

DIV#CONTENTRUGRIDGRID_FORM
{
  width: 900px;
}

DIV#CONTENTRUGRIDGRID_FORM .FORM_DETAIL, DIV#CONTENTRUGRIDGRID_FORM .GRID_FORM_CONTENT
{
  width: 880px;
}

ul.tab-caption, ul.tab-content
{
  float: left;
  width: 100%;
}
ul.tab-caption li, ul.tab-content li
{
  float: left;
}

ul.tab-content li
{
  width: 100%;
  background-color: #DDDDDD;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.tab-caption li
{
  -moz-border-radius-topright:10px;
  -moz-border-radius-topleft:10px;
  border: 1px solid #AAAAAA;
  padding: 5px;
  cursor: pointer;
}
ul.tab-caption li.selected
{
  background-color: #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

DIV#CONTENTRUGRIDGRID_FORM  .mceLayout
{
  width: 100% !important;
  height: 600px !important;
}

DIV#CONTENTRUGRIDGRID_FORM  .mceLayout iframe
{
  height: 500px !important;
}
div#CONTENTRUGRIDGRID_FORM
{
  width: 900px;
}

DIV#CONTENTRUGRIDSEARCH_FORM,DIV#CONTENTRUGRIDSEARCH_FORM DIV.GRID_FORM_CONTENT
{
  width: 700px;
}

IFRAME.FORM_INPUT_TEXTFILE
{
  float: left;
  width:100%;
  height: 150px;
  border: 0px solid #000000;
}

div#EVENTSRUGRIDGRID_FORM
{
  width: 580px !important;
}
div#EVENTSRUGRIDGRID_FORM div.GRID_FORM_CONTENT
{
  width: 560px !important;
}

