﻿/* General tagged classes */
p, br, div, label, span, object, embed, li, select, input, textarea
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
}

#textAlignMiddle tr td
{
	vertical-align: middle;
}

table td 
{
	vertical-align: text-top;
}

body
{
	margin: 0px;
	background-color: #FFF;
	text-align: center;
	min-width: 940px;
}
#container
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#header
{
	height: 80px;
	background-color: #4d6775;
	margin: 0 auto;
}

.copyright
{
	color: Gray;
	font-size: x-small;
}


.tblDtl
{
	border: 1px solid #4e6876;
}

.tdDtl
{
	border-top: 1px solid #4e6876;
}

.tdDtlSel
{
	border-top: 1px solid #4e6876;
}

.tdDtlBold
{
	border-top: 1px solid #4e6876;
	font-weight: bold;
}

.tdDtlBoldSel
{
	border-top: 1px solid #4e6876;
	font-weight: bold;
}

.tdDtlHeader
{
	background-color: #d8dfe0;
	font-weight:bold;
}

.tdHelp
{
   padding: 5px; 
   background-color: #f9f9f9; 
   border-bottom: 1px solid #4e6876;
   border-left: 1px solid #4e6876;
   border-right: 1px solid #4e6876;
}

.tdRatesHeader
{
	border-bottom: 1px solid;
}

/*TODO: Доделать border, отображается не во всех браузерах */
#menu
{
	height: 21px;
	background: url( 'Images/menu_backgraund.jpg' ) repeat-x;
   border: 1px solid #4e6876;
   padding-left: 1px;
   margin-top: 0px;
}

#footer
{
}

/*Header */

#headerTable
{
	width: 100%;
}

.headerImage
{
	background: url(    'Images/header_logo.jpg' ) no-repeat;
	width: 330px;
	height: 80px;
}

.bordersearchcontrol
{
	padding: 0px;
	width: 475px;
	margin: 0px;
}

.textboxsearch
{
	height: 20px;
	font-size: 13px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}

.headersearchbutton
{
	border: 1px solid White;
	background-color: White;
	height: 25px;
}
.headersearchbutton:hover
{
	border: 1px solid White;
	background-color: #BEBEBE;
	height: 25px;
}



/*END Header */

/*Textbox Watermark*/

.unwatermarked
{
	height: 18px;
	width: 148px;
}

.watermarked
{
	height: 20px;
	width: 150px;
	font-size: 13px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	color: #999999;
}

/*END Textbox Watermark*/

/* Menu Style */

.MenuStyle
{
	text-align: center;
}

.MenuSelectedStyle
{
	text-align: center;
	background-color: #aebbbf;
	border: 1px;
	border-style: solid;
	border-color: #99aaae;
}

.MenuHoverStyle
{
	text-align: center;
	color: White;
}
/*END Menu Style */

/* User Control Styles*/

.userHeaderTableStyle
{
	background-color: #d8dfe0;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #4e6876;
}

.headerPanelDiv
{
	margin-left: 7px;
}
.contentPanelDiv
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.contentTable
{
	background-color: #f9f9f9;
	border-top-style: none;
	border-bottom: 1px solid #4e6876;
	border-left: 1px solid #4e6876;
	border-right: 1px solid #4e6876; /*border: 1px solid #4e6876;*/
}

.separatorRow
{
	height:10px;
}

.separatorColumn
{
	width:10px;
}

/*END User Control Styles*/

.displayOptionLink
{
	cursor: pointer;
	padding-top: 0px;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
}

.defaultPageLink
{
	color: blue;
}

/* Region DIV*/
.regionDiv
{
	margin: 7px;
}

/* Update modal popup */
.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}
/* END Update modal popup */
