﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

* html body
{
	height: 100%;
}

html
{
	height: 100%;
}

body
{
	font-size: 62.5%;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background-color: #E2F1FF;
	min-height: 100%;
}

form
{
	min-height: 100%;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none !important;
	visibility: hidden;
}

#content h4
{
	font-size: 1.8em;
	margin: 10px 0;
}

#wrapper
{
	display: block;
	min-width: 980px;
	min-height: 600px;
}

#header
{
	display: table;
	float: left;
	height: 95px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #688CAF;
    position: relative;
}

#header div.logo
{
	background: url("images/eias_logo_sprite.png") no-repeat scroll 0 0 transparent;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 15px;
	left: 50px;
	z-index: 3;
}

#header .logo
{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 3;
    margin-top: -32px;
}

#header div.logo:hover
{
	background: url("images/eias_logo_sprite.png") no-repeat scroll 0 -64px transparent;
}

#header div.logo a
{
	color: #444444;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-indent: -4444px;
}

#header .title
{
    vertical-align: middle;
	padding-left: 125px;
	padding-top: 20px;
	display: table-cell;
	max-width: 70%;
}

#header .title h2
{
	color: #444444;
	font-size: 2.3em;
	font-weight: bold;
	text-shadow: 0 1px 3px #999;
}

#header .title h2.single
{
	padding-top: 8px;
}

#header .title h4
{
	color: #666666;
	font-size: 2.1em;
	padding-left: 10px;
	text-shadow: 1px -1px 0px #ccc;
}

#header .controls
{
    vertical-align: middle;
	display: table-cell;
	padding-right: 25px;
	padding-top: 20px;
	min-width: 450px;
}

#header .controls .links
{
	font-size: 17px;
	color: #666666;
	text-align: right;
}

#header .controls .links a
{
	margin-left: 10px;
	color: #3C78C3;
	text-decoration: underline;
}

#header .controls .links .rcbArrowCell a
{
	margin:0;
}

#header .controls .links .list
{
	margin-left: 10px;
}

#header .controls .links a:hover
{
	color: #C18E00;
}
#header .controls .links a.action:hover
{
	color: #C18E00;
	border-bottom: 1px dashed #C18E00;
}

#header .controls .links a.action
{
	border-bottom: 1px dashed #3C78C3;
	text-decoration:none;
	display: inline-block;
	height: 18px;
}

#main-wrapper
{
	padding-top: 20px;
	clear: both;
}

#main
{
	margin: 0 0;
	min-height: 100%;
	clear: both;
	width: 99.9%;
}

#navigation
{
	min-height: 400px;
	vertical-align: top;
	padding-left: 20px;
	width: 200px;
}

#navigation-menu
{
	width: 210px;
}

#navigation .panelbar
{
	float: left;
}

#main .pane
{
	width: 13px;
}

#main .pane .arrow
{
	display: block;
	height: 44px;
	width: 9px;
	margin: 0 auto;
	margin-top: 70px;
	cursor: pointer;
}

#main .pane .arrow-left
{
	background: url("images/button_arrow_left_sprite.png") no-repeat scroll 0 0 transparent;
}

#main .pane .arrow-left:hover
{
	background: url("images/button_arrow_left_sprite.png") no-repeat scroll 0 -44px transparent;
}

#main .pane .arrow-right
{
	background: url("images/button_arrow_right_sprite.png") no-repeat scroll 0 0 transparent;
}

#main .pane .arrow-right:hover
{
	background: url("images/button_arrow_right_sprite.png") no-repeat scroll 0 -44px transparent;
}

#content
{
	vertical-align: top;
	padding-right: 20px;
}


#content-wrapper
{
	background-color: #ffffff;
}


.content-wide-wrapper
{
	background-color: #E2F1FF;
}

.content-wide
{
}

.regular-content
{
	padding: 10px 35px;
	border: 1px solid #688CAF;
	background-color: #FFFFFF;
}

.regular
{
	font-size: 1.4em;
}

.centered
{
	width: 1070px;
	margin: 0 auto;
	min-height:400px;
}

.content-border
{
	border: 1px solid #688CAF;
}

.tabs-bordered
{
	border-left: 1px solid #688CAF;
	border-right: 1px solid #688CAF;
	border-top: 1px solid #688CAF;
}

ul.communities-list
{
	font-size: 1.6em;
	margin: 0 auto;
	width: 370px;
}

ul.communities-list li
{
	float: left;
	padding-bottom: 10px;
	width: 185px;
}

ul.communities-list a
{
	text-decoration: none;
	color: #3C78C3;
}

ul.communities-list a:hover
{
	text-decoration: underline;
}

.form-wrapper
{
	min-height: 130px;
}

.form
{
	border-right: 1px solid #CBE1FE;
	width: 600px;
	padding-right: 5px;
}

.form p 
{
	font-size: 1.8em;
}

.form .editor-label
{
	font-size: 1.6em;
	padding-left: 5px;
}

.form .edit-field
{
	margin: 5px 0 10px;
}

.form .editor-label input
{
}

.form-help
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
	float: right;
	padding-left: 20px;
	width: 440px;
}

.form-help h2
{
	font-size: 2em;
	font-weight: 100;
	line-height: 1.4;
	margin-bottom: 0.3em;
	margin-top: 10px;
}

.form-help p
{
	color: #888888;
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 5px 0 0 5px;
}

.filter
{
	margin-bottom: 5px;
}

.filter a
{
	color: #3C78C3;
	text-decoration: none;
	font-size: 1.4em;
}

.filter a:hover
{
	text-decoration: underline;
}
.cb-indent
{
	float: left;
	padding-top: 10px;
}
.editor-label-cb
{
	font-size: 1.6em;
	padding-left: 5px;
	clear: right; 
	padding-bottom: 15px;
	padding-top: 10px;
}
.checkbox-list
{
	margin: 10px 0 0 10px;
	font-size: 1.4em;
}

.checkbox-list label
{
	font-size: 14px;
}

.checkbox-list input
{
	float: left;
	margin-bottom:13px;
}

.checkbox-list td
{
	padding-right: 40px;
	padding-bottom: 5px;
}

.buttons
{
	float:right;
	text-align: right;
	margin-top: 12px;
}

.reg-buttons
{
	text-align: center;
	margin-top: 20px;
}

.reestr-buttons
{
	text-align: right;
	margin-top: 20px;
}

.reg-buttons input
{
	background: url("images/button-big-bg.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	font-size: 2.6em;
	height: 40px;
	outline: 0 none;
	padding: 0 !important;
	width: 200px;
}

.reg-buttons input:hover
{
	background: url("images/button-big-bg.png") no-repeat scroll 0 -40px transparent;
}

.errors
{
	color: #FFF;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    background: rgb(206, 70, 70);
    border-radius: 10px;
    padding: 20px;
}

span.error
{
	color: #f00;
}

td.level1
{
	border-bottom: 1px #6699CC dotted;
}

th.rgHeader
{
	vertical-align: top;
}

.portal-columns
{
	background-color: #E2F1FF;
}

.portal-zone
{
	float: left;
	width: 33%;
	min-width: 370px;
}

.dock-zone-highlight
{
	border: 1px dashed #000 !important;
}

.headdocktext
{
	font-size: 20px;
}
.rpItem .rpText
{
	white-space: nowrap;
	overflow: hidden;
	margin-right: 5px;
}


.disclZone
{
	float: left;
	width: 80%;
}

.disclZoneCb
{
	float: left;
	width: 20%;
	background-color:#BFDBFF;
	min-width: 150px;
}

.discLevel {
  clear:both;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-top:1px;
  position:relative;
  width:100%;
}

.discLevel1 {
  background-color:#BFDBFF;
	height: 24px;
	border-bottom: 1px solid #8cb1e2;
}

.discNoGroup {
    width:100%;
  background-color:#BFDBFF;
	height: 30px;
	border-bottom: 1px solid #8cb1e2;
}

.disc
{
	border-left: 1px solid #688CAF;
	border-right: 1px #688CAF;
	border-top: 1px solid #688CAF;
}

a.actionYear
{
	border-bottom: 1px dashed #00156E;
	text-decoration:none;
	display: inline-block;
	height: 18px;
	font-size: 16px;
	color: #00156E;
}

a.actionYear:hover
{
	color: #C18E00;
	border-bottom: 1px dashed #C18E00;
}

.utkOrgText
{
	color: black !important;
}

.CompanyHeader
{
	color: #001E3C;
	font-family: Trebuchet MS, Arial;
	font-size: 14pt;
	font-weight: normal; 
			
}

.content-no-border
{
	margin: 5px;
	padding: 5px;
	background-color: transparent;
	border: 0px;
}

.EditFormHeader td {
  padding: 4px;
	color:#0066CC;
	font-size:14px;
  }

.EditFormButtonRow td {
	padding-right: 10px;
}

.LinksEditForm
{
	font-size: 14px;
	padding: 4px;
}
.LinksEditForm td
{
	padding: 4px;
}

img.UM 
{
	padding-right: 3px;
}

.SummChBxItem
{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
}
.rgNoRecords div
{
	text-align: center;
padding: 10px;
color: lightgray;

	}
