body {
	font: 12px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: Black;
}

#wrap {
	position:relative;
	margin:auto;
	width: 1010px;	
}

#content-wrap {
	position:relative;
	margin:auto;
	width: 950px;
}

#header 
{
    position:relative;
    margin:auto;
	height: 55px;
	width: 950px;
    background-color: #2d89ef !important;
}

#nav-bar {
	background-color: #2D89EF;
    width: 100%;
    display: block;
    z-index: 1000;
}

#logo 
{
  margin-left:10px;
  margin-right:5px;
  float:left;
  height: 32px;
  width:32px;
}

#prog_short_name 
{
  margin:5px;
  float: left;
}

#prog_short_name  a {
  display: block;
  color: #ffffff;
  font-size: 12pt;
  text-decoration: none;
}

#prog_short_name a:hover { 
    text-decoration: underline; 
} 

.divider  {
  margin: 5px;
  line-height: 20px;
  height: 20px;
  float: left;
  display: inline-block;
  font-weight: normal;
  font-size: 10pt;
  color: #fff;
  width: 1px;
  border-right: 1px #e6e6e6 solid;
}

#head-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#head-menu  > li {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  padding: 5px;
}

#head-menu  > li a {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 11pt;
  text-decoration: none;
}

#head-menu  > li a:hover { 
    text-decoration: underline; 
   } 

#main {
	margin: 2px 5px 2px 2px;
	min-height:450px;
	width: 100%;
}

#main h1 {
	margin: 7px;
	border-bottom: 1px solid #dadada;
    font-weight: 200;
    font-size: 16pt;
    letter-spacing: 0.01em;
    line-height: 22pt;
}

#footer-wrap 
{
    position:relative;
    margin:auto;
	width: 950px;
}

#footer {
	clear: both;
	color: #666;	
	width: 100%;
	height: 40px;
	text-align: center;
	background: #d5e7ec;
	border-top: 1px solid #F2F2F2;	
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

.fg-color-blue {
  color: #2d89ef !important;
}
.fg-color-blueLight {
  color: #eff4ff !important;
}
.fg-color-blueDark {
  color: #2b5797 !important;
}
.fg-color-green {
  color: #00a300 !important;
}
.fg-color-greenLight {
  color: #99b433 !important;
}
.fg-color-greenDark {
  color: #1e7145 !important;
}
.fg-color-red {
  color: #b91d47 !important;
}
.fg-color-yellow {
  color: #ffc40d !important;
}
.fg-color-orange {
  color: #e3a21a !important;
}
.fg-color-orangeDark {
  color: #da532c !important;
}
.fg-color-pink {
  color: #9f00a7 !important;
}
.fg-color-pinkDark {
  color: #7e3878 !important;
}
.fg-color-purple {
  color: #603cba !important;
}
.fg-color-darken {
  color: #1d1d1d !important;
}
.fg-color-lighten {
  color: #d5e7ec !important;
}
.fg-color-white {
  color: #ffffff !important;
}
.fg-color-grayDark {
  color: #525252 !important;
}

.bg-color-blue {
  background-color: #2d89ef !important;
}
.bg-color-blueLight {
  background-color: #eff4ff !important;
}
.bg-color-blueDark {
  background-color: #2b5797 !important;
}
.bg-color-green {
  background-color: #00a300 !important;
}
.bg-color-greenLight {
  background-color: #99b433 !important;
}
.bg-color-greenDark {
  background-color: #1e7145 !important;
}
.bg-color-red {
  background-color: #b91d47 !important;
}
.bg-color-yellow {
  background-color: #ffc40d !important;
}
.bg-color-orange {
  background-color: #e3a21a !important;
}
.bg-color-orangeDark {
  background-color: #da532c !important;
}
.bg-color-pink {
  background-color: #9f00a7 !important;
}
.bg-color-pinkDark {
  background-color: #7e3878 !important;
}
.bg-color-purple {
  background-color: #603cba !important;
}
.bg-color-darken {
  background-color: #1d1d1d !important;
}
.bg-color-lighten {
  background-color: #d5e7ec !important;
}
.bg-color-white {
  background-color: #ffffff !important;
}
.bg-color-grayDark {
  background-color: #525252 !important;
}
.bg-color-blueLight-2 {
  background-color: #04AEDA !important;
}

.bg-color-blueDark-2 {
  background-color: #1958B7 !important;
}

.bg-color1 { background: #d0b500 !important; }
.bg-color2 { background: #c75000 !important; }
.bg-color3 { background: #00afce !important; }
.bg-color4 { background: #a4c700 !important; }

.border-color-blue {
  border-color: #2d89ef !important;
}
.border-color-blueLight {
  border-color: #eff4ff !important;
}
.border-color-blueDark {
  border-color: #2b5797 !important;
}
.border-color-green {
  border-color: #00a300 !important;
}
.border-color-greenLight {
  border-color: #99b433 !important;
}
.border-color-greenDark {
  border-color: #1e7145 !important;
}
.border-color-red {
  border-color: #b91d47 !important;
}
.border-color-yellow {
  border-color: #ffc40d !important;
}
.border-color-orange {
  border-color: #e3a21a !important;
}
.border-color-orangeDark {
  border-color: #da532c !important;
}
.border-color-pink {
  border-color: #9f00a7 !important;
}
.border-color-pinkDark {
  border-color: #7e3878 !important;
}
.border-color-purple {
  border-color: #603cba !important;
}
.border-color-darken {
  border-color: #1d1d1d !important;
}
.border-color-lighten {
  border-color: #d5e7ec !important;
}
.border-color-white {
  border-color: #ffffff !important;
}
.border-color-grayDark {
  border-color: #525252 !important;
}


.rectangle1 {
  width: 140px;
  height:60px;
}
.rectangle2 {
  width: 220px;
  height:60px;
}
.rectangle3 {
  width: 300px;
  height:60px;
}

.box1 { width: 60px; height:60px;    }
.box2 { width: 152px; height: 152px; }
.box3 { width: 314px; height: 152px; }


.box_text a 
{
  font-family: 'Segoe UI Light',  Arial,  sans-serif;
  font-weight: 200;
  font-size: 20pt;
  letter-spacing: 0.01em;
  line-height: 24pt;
  font-size: 16pt;
  line-height: 24px;
  color: #ffffff !important;
  padding-left: 15px;
  text-decoration: none;
}
.box_text a img
{
    border: none;
    padding-right: 15px;
    float:right;
}
.box_text a:hover
{
    text-decoration: underline;
    color: red;
}

.page-menu
{
    padding: 50px 10px 50px 10px;
    width:75%; margin:auto;
}
.page-menu-2
{
    padding: 50px 10px 50px 10px;
    width:60%; margin:auto;
}

.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding80 {
  padding: 80px;
}

.div_table
{
    font-size: 10pt;
    width:98%;
    padding:10px 5px 10px 5px;
    margin:auto;
    text-align:justify;
}

.act_menu
{
    padding:10px;
    width:auto;
}

.image-button {
  border: 0;
  font-size: 9pt;
  min-width: 50px;
  min-height: 32px;
  text-align: center;
  cursor: pointer;
}

.image-button img
 {
  padding-left: 32px;
  float:right;
}


input[type="text"],
input[type="password"]
{
    border: 1px #BABABA solid;
    width: 90%;
    padding: 4px 6px 6px 5px;
    background-color: white;
    outline: 0;
    min-height: 15px;
    position: relative;
}

.warning
{
    color:Red;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	width:500px;
	Height:auto;
}


.info
{
   padding:10px;
   width:100%;
   font-size:12pt;
}

.info th
{
    
    float:left;
    width:20%;
    font-size:11pt;
}


a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}

a:hover {
	color: #383d44;
	background: inherit;
}

.div_js_tree
{  
    margin-bottom: 5px;
    padding: 5px;
    width:98%; 
    height:250px;
    overflow-x:hidden;
    overflow-y: scroll;
}


.div_js_tree_filials
{  
    margin-bottom: 5px;
    padding: 5px;
    width:98%; 
    height:150px;
    overflow-x:hidden;
    overflow-y: scroll;
}

.div_js_table
{  
    width:98%; 
}

.div_js_table_scroll
{  
    width:99%; 
    height:150px;
    overflow-x:hidden;
    overflow-y: scroll;
}

#layout_conteiner {
		width:		100%;
		height:		100%;					
		padding:	0;
		margin:		0;
		overflow:	auto; /* when page gets too small */
}

	#container 
	{
	    background:	#999;
		height:		100%;
		margin:		0 auto;
		width:		98%;
		min-height:	400px;
	}
	
	.pane 
	{
		display:	none; /* will appear when layout inits */
	}
	
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}
input.cur { 
	background: yellow;
}

input.mark { 
	background: red;
}

a.button {
    color: #ffffff !important;
    text-decoration: none;
    cursor:pointer;
    font-size:11pt;
    padding: 8px;
}
a.button:hover {
  text-decoration: underline;
}

a.add {
    background: url(/App_Themes/default/images/24x24/plus.png)  5px 5px no-repeat #00a300 !important;
    padding-left: 35px;
}

a.start {
    background: url(/App_Themes/default/images/24x24/start.png)  5px 5px no-repeat #00a300 !important;
    padding-left: 35px;
}

a.edit {
    background: url(/App_Themes/default/images/24x24/pen.png)  5px 5px no-repeat #e3a21a !important;
    padding-left: 35px;
}

a.edit2 {
    background: url(/App_Themes/default/images/24x24/pen.png)  5px 5px no-repeat #9f00a7 !important;
    padding-left: 35px;
}

a.redo {
    background: url(/App_Themes/default/images/24x24/redo.png)  5px 5px no-repeat #9f00a7 !important;
    padding-left: 35px;
}

a.anchor {
    background: url(/App_Themes/default/images/24x24/anchor.png)  5px 5px no-repeat #603cba !important;
    padding-left: 35px;
}

a.update {
    background: url(/App_Themes/default/images/24x24/updates.png)  5px 5px no-repeat #603cba !important;
    padding-left: 35px;
}

a.stop {
     background: url(/App_Themes/default/images/24x24/stop.png)  5px 5px no-repeat #b91d47  !important;
    padding-left: 35px;
}

a.remove {
     background: url(/App_Themes/default/images/24x24/minus.png)  5px 5px no-repeat #b91d47  !important;
    padding-left: 35px;
}

a.save {
    background: url(/App_Themes/default/images/24x24/save.png)  5px 5px no-repeat #2b5797  !important;
    padding-left: 35px;
}

a.cancel {
    background: url(/App_Themes/default/images/24x24/cancel.png)  5px 5px no-repeat #525252  !important;
    padding-left: 35px;
}

a.back {
      background: url(/App_Themes/default/images/24x24/back.png)  5px 5px no-repeat #525252 !important;
    padding-left: 35px;
}

a.search {
     background: url(/App_Themes/default/images/24x24/search.png)  7px 5px no-repeat #e3a21a !important;
     padding-left : 35px;
}

a.refresh {
    background: url(/images/buttons/refresh16.png)  10px 6px no-repeat #f3f3f3;
    padding-left: 30px;
}

a.pdf {
    background: url(/App_Themes/default/images/24x24/pdf.png)  5px 5px no-repeat #2b5797  !important;
    padding-left: 35px;
}

a.word {
    background: url(/App_Themes/default/images/24x24/word.png)  5px 5px no-repeat #2b5797  !important;
    padding-left: 35px;
}

a.move {
    background: url(/App_Themes/default/images/24x24/move.png)  5px 5px no-repeat #603cba  !important;
    padding-left: 35px;
}

a.next {
    background: url(/App_Themes/default/images/24x24/next.png)  5px 5px no-repeat #603cba  !important;
    padding-left: 35px;
}

a.html {
    background: url(/App_Themes/default/images/24x24/ie.png)  5px 5px no-repeat #2b5797  !important;
    padding-left: 35px;
}

a.txt {
    background: url(/App_Themes/default/images/24x24/note.png)  5px 5px no-repeat #2b5797  !important;
    padding-left: 35px;
}

a.copy {
    background: url(/App_Themes/default/images/24x24/copy.png)  5px 5px no-repeat #99b433  !important;
    padding-left: 35px;
}

  #sortable { list-style-type: none; margin: 0; padding: 0; width: 98%; }
  #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.0em; }
  #sortable li span { position: absolute; margin-left: -1.3em; }

  #sortable2 { list-style-type: none; margin: 0; padding: 0; width: 98%; }
  #sortable2 li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.0em; }
  #sortable2 li span { position: absolute; margin-left: -1.3em; }
  
  
#blocker
{
    display:  none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: Gray url(images/32x32/ajax-loader.gif) 50% 50% no-repeat;
    filter:alpha(opacity=60);
    opacity:0.7;
}
    #blocker div
    {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10em;
        height: 2em;
        margin: -1em 0 0 -5em;
        color: Blue;
        font-weight: bold;
    }
    
.WarningMessage
{
    padding-left: 50px;
    font-size: smaller;
    color: Red;
}
.WarningMessageRegular
{
    padding-left: 3px;
    font-size: smaller;
    color: Red;
}

	
.filtering {
    margin-bottom: 5px;
    padding: 15px;
    width:100%; 
}
.div_tree
{  
    border: 1px solid gray;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #f7fcfe;
    height:250px;
    font-size: 12pt;
    overflow-x:hidden;
    overflow-y: scroll;
}

a img, a img.preview {
    border: none;
    text-decoration: none;
}
a:link img, a:visited img, a:hover img {
    border: none;
    text-decoration: none;
}