body
{
	width: 980px;
	margin: 0px auto;
	font-family: Arial, Sylfaen;
	overflow: auto;
	background: #F6F8FA;
}


/**************************************************************************************************************/
/*.div_Message
{
	position: absolute;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	top: -1px;
	width: 600px;
	height: 40px;
	left: 361px;
	background: #F9EDBE;
	border: solid 1px #F0C36D;
	box-shadow: 0px 0px 5px #909090 inset;
	z-index: 1;
	display: none;
}*/
.div_Message
{
	position: absolute;
	top: 10px;
	left: 460px;
	width: 500px;
	height: 40px;
	z-index: 1;
	display: none;
}
.Label_Message
{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
}

.div_PopupMessage
{
	position: absolute;
	border-radius: 6px;
	top: 30px;
	left: 280px;
	width: 380px;
	height: 180px;
	/*text-align: left;*/
	word-wrap: break-word;
	background: Wheat;
	border: 1px solid #CCCCCC;
	z-index: 1;
	box-shadow: 0px 1px 8px 4px rgba(160, 160, 160, 0.44);
	display: none;
}
.div_PopupMessage_Inner
{
	position: relative;
	border-radius: 3px;
	float: left;
	width: 340px;
	height: 140px;
	margin: 10px;
	padding: 10px;
	background: White;
}
.Label_PopupMessage
{
	position: relative;
	/*float: left;*/
	width: 100%;
	font-size: 14px;
	line-height: 22px;
}
.a_PopupMessage_Close
{
	position: absolute;
	border-radius: 15px;
	top: -10px;
	left: 360px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	color: #3F281F;
	background: Silver;
	outline: 0 none;
	z-index: 999;
	text-shadow: 1px 0px rgba(255, 255, 255, 0.6);
	transition: all 0.218s;
}
.a_PopupMessage_Close:hover
{
	color: White;
	background: Gray;
	text-shadow: 1px 0px rgba(100, 100, 100, 0.6);
}


/*************************************************** MIDDLE PART *************************************************/
#div_middle
{
    position: relative;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	float: left;
	width: 940px;/*100%*/
    min-height: 400px;
    margin: 10px 10px 0px -1px;
    padding: 10px;
    outline: 0 none;
    background: #F6F8FA;
    border: solid 1px #CCCCCC;
    /*box-shadow: -1px 0px 20px rgba(170, 170, 170, 0.32);
    -webkit-box-shadow: -1px 0px 20px rgba(170, 170, 170, 0.32);
    -moz-box-shadow: -1px 0px 20px rgba(170, 170, 170, 0.32);*/
}


/*********************** QUICK SEARCH **********************/
.div_QS_part
{
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	float: left;
	width: 900px;
	margin: 18px 0px 0px 19px;
	padding-bottom: 5px;
	background: White;
    border: solid 1px #C8D6FF;/*#3B80EE;*/
}

#div_QS_headbar
{
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	width: 100%;
	height: 26px;
	cursor: default;
	background: #9ECEFF/*#C8D6FF*/ url('../images/ibase/search.png') no-repeat;
}
.Label_QS_headbar_text
{
	position: relative;
	float: left;
	top: 3px;
	margin-left: 40px;
	font-weight: bold;
	font-size: 14px;
}
.img_QS_Show, .img_QS_Hide
{
	position: relative;
	float: right;
	right: 4px;
	top: 4px;
	cursor: pointer;
}
.img_QS_Show
{
	display: none;
}

.div_QS
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 80px;
	margin-top: 10px;
	/*background: Green;*/
}

#div_Label_QS_Title
{
	position: relative;
    width: 960px;
	height: 15px;
	/*background: Yellow;*/
}
.Label_QS_Title
{
	position: relative;
	float: left;
	margin-left: 20px;
	/*font-weight: bold;*/
	font-size: small;
	/*font-style: italic;*/
}

#div_TextBoxSearch
{
    position: relative;
    float: left;
    width: 860px;
    margin-left: 20px;
    /*background: Orange;*/
}
.TextBoxSearch
{
	position: relative;
    float: left;
    height: 21px;
    width: 710px;
    font-size: 14px;
}
#div_TitlesPopup
{
	position: absolute;
	border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;
	top: 26px; left: 0px;
	width: 440px;
	background: white;
	border: 0; border: none;
	border: 1px solid #C5DDF9/*#9FC6F2*/; border-top: none;
	box-shadow: 0px 3px 6px 2px rgba(79, 167, 255, 0.27); /*rgba(79, 167, 255, 0.67);*/
	z-index: 999;
}
.span_TitlesPopup, .span_TitlesPopup_Selected
{
	position: relative;
	float: left;
	width: 98%;
	padding: 3px 1% 5px 1%;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	word-wrap: break-word;
	cursor: default;
	transition: all 0.118s;
}
.span_TitlesPopup_Selected
{
	border-radius: 2px;
	background: #FFB766;
}

#div_QS_Conditions0
{
	position: relative;
	float: left;
	width: 517px;
	height: 20px;
	margin: 2px 0px 0px 20px;
	text-align: left;
    /*background: Pink;*/
}
.RadioButtonList_QS_Match
{
	position: relative;
	float: left;
	width: 360px;
	left: -2px;
	font-size: 10px;
	/*background: Green;*/
}

#div_QS_Conditions1
{
	position: relative;
	float: left;
	width: 200px;
	height: 20px;
	margin: 2px 0px 0px 0px;
    /*background: Gray;*/
}
.CheckBox_QS_InTitlesOnly
{
	position: relative;
	float: right;
    min-width: 100px;
    top: 2px;
	font-size: 10px;
}

.Button_QS_Go
{
	position: relative;
	float: right;
	width: 100px;
	height: 25px;
}
.Button_QS_Go:active
{
	border-left: solid 3px White;
}

#div_QS_Conditions2
{
	position: relative;
	float: left;
	width: 653px;
	height: 41px;
	margin: 10px 0px 0px 20px;
	/*background: Violet;*/
}

#div_QS_Number
{
	position: relative;
	float: left;
	width: 130px;
	/*background: Yellow;*/
}
.Label_QS_Number_Title
{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: x-small;
	font-style: italic;
	/*background: Green;*/
}
.TextBox_QS_Number
{
	position: relative;
	float: left;
	width: 100px;
	height: 21px;
	margin-top: 3px;
	font-size: 14px;
}

#div_QS_Year
{
	position: relative;
	float: left;
	width: 100px;
	left: 43px; /*from 'margin-left' changed into 'left' to be viewed in ie6 */
	/*background: Violet;*/
}
.Label_QS_Year_Title
{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: x-small;
	font-style: italic;
	/*background: Green;*/
}
.TextBox_QS_Year
{
	position: relative;
	float: left;
	width: 70px;
	height: 21px;
	margin-top: 3px;
	text-align: center;
	font-size: 14px;
}
/***********************************************************/


/************************** BLOCKs *************************/
#div_Blocks
{
	position: relative;
	float: left;
	width: 100%;
	/*min-height: 400px;*/
	margin-top: 10px;
	/*background: Red;*/
}

/******************** COMMON PART *******************/
.Link_SeeAll
{
	float: left;
	margin: 5px 5px 0px 10px;
	font-size: 10px;
	color: #2869FF;
	text-decoration: none;
}
.Link_SeeAll:hover
{
	text-decoration: underline;
}

.span_block_headbarParet
{
	position: relative;
	float: left;
	width: 85%;
	margin: 10px 0px 0px 40px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.span_block_headbarCorona
{
	position: relative;
	float: left;
	width: 85%;
	margin: 10px 0px 0px 40px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.span_block_headbar
{
	position: relative;
	float: left;
	width: 85%;
	margin: 10px 0px 0px 40px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #003796;
}
.span_block_headbar1
{
	margin: 10px 0px 0px 30px;
}

#div_middle a
{
	outline: none; outline: 0;
}

.a_Info:hover,.a_LVA:hover
{
	color: #2188FF;
}
/****************************************************/

/*****************************/
#div_Block1
{
	position: relative;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;*/
	float: left;
	width: 320px;
	min-height: 400px;
	margin-left: 19px;
	/*background: #E5EEFF;*/
}

#div_Codes
{
	position: relative;
	float:left;
	width: 100%;
	/*height: 40px;*/
	margin-top: 10px;
	background: url('../images/ibase/codes.png') no-repeat;
}
.div_Code
{
	position: relative;
	float: left;
	height: 16px;
	width: 100%;
	margin: 10px 0px 0px 10px;
}
.a_Code
{
    position: relative;
	float: left;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: Black;
}
.a_Code:hover
{
	color: #2188FF;
}
#div_SeeAll_Codes
{
	position: relative;
	float: left;
	width: 100%;
}

#div_AppCourt
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
    background: url('../images/ibase/app-court.png') no-repeat;
}
.GridViewAppCourt
{
	position: relative;
	float: left;
	width: 100%;
    text-align: left;
	font-size: 11px;
}
.GridViewAppCourt_HyperLink
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}
.GridViewAppCourt_HyperLink:hover
{
	color: #2188FF;
}


/*GENERAL INFO*/
#div_GeneralInfo
{
	position: relative;
	border-radius: 4px;
	float: right;
	max-width: 550px;
	min-width: 360px;
	min-height: 20px;
	margin: 0px 20px 0 0;
	padding: 4px 7px 6px 7px;
	text-align: right;
	background: white;
	border: 1px solid #ADD6FF;
}
.Label_GI
{
	text-align: right;
	font-size: 11px;
	/*text-shadow: #FF6E00 0px 0px 5px;*/
	/*text-shadow: 0px 0px 7px rgba(255, 147, 0, 1);*/
	color: Black;
}


/*****************************/
#div_Block2
{
	position: relative;
	float: left;
	width: 320px;
	min-height: 400px;
	margin-left: 10px;
	/*background: #E5EEFF;*/
}


#div_Paret
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
    background: url('../images/ibase/taxes.png') no-repeat;
}
.GridViewParet
{
	position: relative;
	float: left;
	width: 100%;
    text-align: left;
	font-size: 11px;
}
.GridViewParet_HyperLink
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}
.GridViewParet_HyperLink:hover
{
	color: #2188FF;
}

#div_Corona
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
    background: url('../images/ibase/taxes.png') no-repeat;
}
.GridViewCorona
{
	position: relative;
	float: left;
	width: 100%;
    text-align: left;
	font-size: 11px;
}
.GridViewCorona_HyperLink
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}
.GridViewCorona_HyperLink:hover
{
	color: #2188FF;
}


#div_Taxes
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
    background: url('../images/ibase/taxes.png') no-repeat;
}
.GridViewTaxes
{
	position: relative;
	float: left;
	width: 100%;
    text-align: left;
	font-size: 11px;
}
.GridViewTaxes_HyperLink
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}
.GridViewTaxes_HyperLink:hover
{
	color: #2188FF;
}

.div_TechReg
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	min-height: 30px;
    background: url('../images/ibase/tech-reg.png') no-repeat;
}
.GridViewTechReg
{
	position: relative;
	float: left;
	width: 100%;
    text-align: left;
	font-size: 11px;
}
.GridViewTechReg_HyperLink
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}
.GridViewTechReg_HyperLink:hover
{
	color: #2188FF;
}

.div_SanNorm
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
    background: url('../images/ibase/san-norm.png') no-repeat;
}
.GridViewSanNorm
{
	position: relative;
	float: left;
	width: 100%;
    text-align: left;
	font-size: 11px;
}
.GridViewSanNorm_HyperLink
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}
.GridViewSanNorm_HyperLink:hover
{
	color: #2188FF;
}

.div_BuildNorm
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	min-height: 30px;
    background: url('../images/ibase/build-norm.png') no-repeat;
}
.GridViewBuildNorm
{
	position: relative;
	float: left;
	width: 100%;
    text-align: left;
	font-size: 11px;
}
.GridViewBuildNorm_HyperLink
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
}
.GridViewBuildNorm_HyperLink:hover
{
	color: #2188FF;
}


/*****************************/
#div_Block3
{
	position: relative;
	float: left;
	width: 242px;
	min-height: 400px;
	margin-left: 10px;
	/*background: #E5EEFF;*/
}

#div_Information
{
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px;
	margin-top: 15px;
	background: url('../images/ibase/info.png') no-repeat;
}
.div_Info
{
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0px 0px 20px;
	text-align: left;
}
.a_Info
{
	position: relative;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: Black;
}

.div_LastActs
{
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px;
	margin-top: 30px;
	background: url('../images/ibase/last-viewed.png') no-repeat;
}
.a_LVA
{
	position: relative;
	float: left;
	margin: 10px 0px 0px 20px;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	color: Black;
}
.span_LVA
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	color: #7D7D7D;
}
/***********************************************************/
