﻿@media screen
{
	body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
	}

	h1
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #113388;
	}

	.Header
	{
		clear: both;
		padding-right: 20px;
		text-align: left;
		display: inline;
	}
	.HeaderImage
	{
		float: left;
		width: 170px;
		height: 90px;
		text-align: center;
		vertical-align: middle;
	}
	.HeaderText
	{
		color: #000000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		text-decoration: none;
		padding-top: 3px;
		text-align: right;
	}

	.HeaderMessageError
	{
		clear: both;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #FF0000;
		line-height: 14px;
		letter-spacing: 2px;
		text-align: right;
		padding-top: 3px;
	}

	.collection
	{
		border: 3px solid #f1701a;
		color: #f1701a;
		font-weight: bold;
		margin: 7px 7px 10px 7px;
		padding: 4px 7px;
		height: 25px;
	}

	.confirmBox
	{
		width: 10em;
		height: 5em;
		position: absolute;
		z-index: 1;
		visibility: hidden;
		background: blue;
		color: white;
		border: 6px double white;
		text-align: center;
	}

	.content table .formDataBordered
	{
		background-color: #B5B7BD;
		white-space: normal;
		border-top: 1px #000 solid;
		border-right: 1px #000 solid;
		border-bottom: 1px #000 solid;
		width: 55%;
		height: 25px;
		padding: 2px 0px;
		font-weight: bold;
	}

	.content table .formLabelBordered
	{
		background-color: #B5B7BD;
		padding: 2px 5px 2px 10px;
		white-space: normal;
		border-top: 1px #000 solid;
		border-left: 1px #000 solid;
		border-bottom: 1px #000 solid;
		width: 45%;
		height: 25px;
		font-weight: bold;
	}
	
	.panelTitle {
	   color: #4B64A2;
	   font-size: 13px;
	   height: auto;
	   padding: 10px 0px 10px 10px;
	   font-weight: bold;
	   position: relative;
	}
	
	.panel {
		background-color: #EDEDED;
	}

	.panel table
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	.panel table .panelFormLabel
	{
		background-color: #DBDBDB;
		padding:  2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		width: 45%;
		height: 25px;
	}
	
	.panel table ul li
	{
		text-decoration:none;
		list-style-type:none;
		text-indent: 40px;
	}
	
	.panel table .panelFormLabel3x
	{
		background-color: #DBDBDB;
		padding:  2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		width: 40%;
		height: 25px;
	}

	.panel table .panelFormLabelNoWidth
	{
		background-color: #DBDBDB;
		padding:  2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		height: 25px;
	}
	
	.panel table .panelFormLabelCollapsed
	{
		background-color: #DBDBDB;
		padding: 10px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
	}

	.panel table .headerMyPersons
	{
		background-color: #E4E4E4;
		padding: 2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		height: 25px;
		color: #6E6E6E;
	}
	
	.panel table .panelFormLabelNarrow
	{
		background-color: #DBDBDB;
		padding: 2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		width: 25%;
		height: 25px;
	}

	.panel table .panelFormLabelSupernarrow
	{
		background-color: #DBDBDB;
		padding: 2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		height: 25px;
	}
	
	.panel table .panelFormLabelBold
	{
		background-color: #DBDBDB;
		padding: 2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		width: 45%;
		height: 25px;
		font-weight:bold;
	}

	.panel table .modalPanel
	{
		background-color: #EDEDED;
		padding: 2px 5px 2px 10px;
		white-space: normal;
		border-bottom: 2px white solid;
		height: 25px;
		text-align: left;
	}

	.panel table th.modalPanelHeader
	{
		color: #9B9B9B;
		font-size: 11px;
		margin: 0px;
		background-color: #FFFFFF;
		text-align: left;
		padding-left: 10px;
	}

	.panel table .narrowColumn
	{
		width: 10%;
	}

	.panel table .panelFormData
	{
		background-color: #DBDBDB;
		padding: 2px 0px 2px 0px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		width: 55%;
		height: 25px;
		line-height: 15px;
	}
	
	.panel table .panelFormDataBold
	{
		background-color: #DBDBDB;
		padding: 2px 0px 2px 0px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		width: 55%;
		height: 25px;
		line-height: 15px;
		font-weight:bold;
	}

	.panel table .panelFormDataConfirmation
	{
		background-color: #DBDBDB;
		padding: 2px 0px 2px 0px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		width: 55%;
		height: 100px;
		line-height: 15px;
	}

	.panel table .panelFormDataMTPL
	{
		background-color: #DBDBDB;
		padding: 2px 2px 2px 10px;
		white-space: normal;
		border-bottom: 2px #EDEDED solid;
		border-left: 2px #EDEDED solid;
		width: 28%;
		height: 25px;
		line-height: 15px;
	}

	.Content
	{
		width: 100%;
		height: 100%;
		padding: 0px;
		margin: 0px;
		border: 0px;
		vertical-align: top;
	}
	.ContentLeft
	{
		width: 170px;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
	}
	.ContentCenter
	{
		width: 100%;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
	}
	.ContentRight
	{
		width: 160px;
		padding: 0px;
		margin: 0px;
		vertical-align: top;
		display: inline;
	}

	.VerticalMenuHolder
	{
		display: block;
		width: 153px;
	}

	.VerticalMenu
	{
		font: normal 10px Verdana,Arial,Helvetica,sans-serif;
		min-width: 153px;
		margin: 0;
		padding: 0;
	}


	.VerticalMenu li
	{
		margin: 0;
		padding: 0;
		width: 152px;
		list-style: none;
	}
	.VerticalMenu li a
	{
		padding: 5px 0 5px 10px;
		background-color: #426BB3;
		text-decoration: none;
		color: #fff;
		margin: 0;
		display: block;
		border-bottom: 1px solid #fff;
		width: 152px;
	}

	.VerticalMenu li a:hover
	{
		width: 152px;
		padding: 5px 0 5px 10px;
		font-weight: normal;
		background-color: #819ccc; /*#8D9CB9;*/ /*#C8D7E9; */
	}

	.VerticalMenu li a.Subnode
	{
		width: 137px;
		padding-left: 25px;
		background-color: #819ccc;
		font-weight: normal;
	}

	.VerticalMenu li a.Subnode:hover
	{
		width: 137px;
		padding-left: 25px;
		font-weight: normal;
		background-color: #C8D7E9; /*#8D9CB9;*/ /*#C8D7E9; */
	}

	.MainTop
	{
		display: none;
	}

	.MainContent
	{
		height: 100%;
		width: 100%;
		border-top: solid 1px #FFFFFF;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 17px;
		color: #000000;
		padding: 0px 0px 5px 0px;
		text-align: justify;
	}

	.Search
	{
		border: solid 1px #FFFFFF;
		background-color: #DEDFE0;
		clear: both;
		width: 170px;
	}

	.SearchTitle
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 17px;
		color: #4A494A;
		clear: both;
		padding-left: 8px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.SearchTextboxContainer
	{
		clear: both;
		text-align: center;
	}

	.SearchTextbox
	{
		border: solid 1px #000000;
		width: 150px;
	}

	.SearchSubmitContainer
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		line-height: 20px;
		clear: both;
		text-align: right;
		background-image: url(Images/searchArrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-right: 7px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.StatusItem
	{
		clear: both;
		border: solid 1px #FFFFFF;
		width: 150px;
	}

	.StatusItem a
	{
		display: block;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		line-height: 15px;
		color: #FFFFFF;
		text-decoration: none;
		width: 150px;
		padding: 5px;
		/*background-color: #F83800;*/
		background-color: #F07019;
	}

	.StatusItem a:hover
	{
		background-color: #FFA24B;
	}

	.StatusItem span
	{
		display: block;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		line-height: 15px;
		color: #FFFFFF;
		text-decoration: none;
		width: 150px;
		padding: 5px;
		background-color: #F07019;
		
	}
	
	.StatusItemButton
	{
		clear: both; 
		cursor:pointer; 
		height:15px; 
		border: solid 1px #FFFFFF;
		display: block;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px; 
		font-weight: bold; 
		line-height: 15px; 
		color: #FFFFFF; 
		text-decoration: none;
        width: 148px; 
        padding: 5px; 
        background-color: #F07019;	
	}
	
	.FloatLeft
	{
        float:left;
	}

	.SpaceItem
	{
		margin: 5px;
		font-size: 1px;
		background-repeat: repeat-x;
		width: 150px;
	}

	.RightItem
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		color: #FFFFFF;
		clear: both;
		padding: 5px;
		background-color: #757B8A;
		border: solid 1px #FFFFFF;
		width: 150px;
	}

	.RightItemCode
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		clear: both;
		padding-top: 5px;
		background-color: #FFFFFF;
		border: solid 1px #FFFFFF;
		width: 150px;
	}

	.RightButtonCode
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		clear: both;
		padding-top: 5px;
		background-color: #FFFFFF;
		width: 150px;
	}

	.RightLabel
	{
		color: Black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: xx-small;
	}

	.RightItemLink
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.NotificationTable /* Normal table style */
	{
		background-color: #eeeeee;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		border-collapse: collapse;
		border: 0;
		border-style: none;
		border-width: 0 0 0 0;
		border-left-width: 0;
		border-right-width: 0;
		border-top-width: 0;
	}

	.QuotationTable /* Normal table style */
	{
		background-color: #eeeeee;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		border-collapse: collapse;
		border: 0;
		border-width: 0 0 0 0;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 0;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		border-bottom-color: #c8c8c8;
		border-left-color: #c8c8c8;
		border-right-color: #c8c8c8;
		border-top-color: #c8c8c8;
	}

	.ObjectAttributeTable
	{
		background-color: #eeeeee;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		border-collapse: collapse;
		border: 0;
		border-width: 0 0 0 0;
		border-bottom-width: 0;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 0;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		border-bottom-color: #c8c8c8;
		border-left-color: #c8c8c8;
		border-right-color: #c8c8c8;
		border-top-color: #c8c8c8;
	}

	.ObjectAttributeGroupTable
	{
		background-color: #eeeeee;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		border-collapse: collapse;
		border: 0;
		border-width: 0 0 0 0;
		border-bottom-width: 0;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 0px;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		border-bottom-color: #c8c8c8;
		border-left-color: #c8c8c8;
		border-right-color: #c8c8c8;
		border-top-color: #c8c8c8;
	}

	.GrdPremiumsTable
	{
		background-color: Transparent;
		margin: 0 0 0 0;
		padding-bottom: 0;
		padding-left: 2;
		padding-right: 2;
		padding-top: 0;
		border-collapse: collapse;
		border: 0;
		border-width: 0 0 0 0;
		border-bottom-width: 0;
		border-left-width: 0;
		border-right-width: 0;
		border-top-width: 0;
		border-bottom-style: none;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
	}

	.TableTitle /* Main category title */
	{
		background-color: #DCDCDC;
		font: bold 10px Verdana, Helvetica, sans-serif;
		color: #25194a;
		height: 20px;
	}

	.TableSubTitle /* Main category title */
	{
		font: bold 10px Verdana, Helvetica, sans-serif;
		color: Black;
		height: 20px;
	}

	.SpacerDark /* Dark empty row used for Defaul.aspx, PageBase.aspx abd QSheetSearch.ascx */
	{
		background-color: #A8A8A8;
		height: 20px;
	}

	.SpacerEmpty /* Empty transparent row used between table data rows */
	{
		height: 8px;
	}

	.SpacerLine /* Empty thin row */
	{
		background-color: #c8c8c8;
		height: 1px;
	}

	.SpacerWhite /* Empty white row used between main categories */
	{
		background-color: #ffffff;
		height: 6px;
	}

	.RowTitle /* Row style used for the name of each categoty in the table */
	{
		background-color: #eeeeee;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
		height: 20px;
	}

	.RowText /* Row style used for text in the table */
	{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
		height: 20px;
	}

	.GrdPremiumRow /* Row style used for text in the table */
	{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
		height: 20px;
	}

	.NotificationButton /* Button with white right border */
	{
		background-color: #A8A8A8;
		height: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		border-left-style: solid;
		border-bottom-style: none;
		border-right-style: none;
		border-top-style: none;
	}

	.QuotationButton
	{
		background-color: #eeeeee;
		height: 20px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: Black;
		border-style: solid;
		border-width: 1px;
		border-color: #c8c8c8;
	}

	.RightButton
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		color: #FFFFFF;
		clear: both;
		padding: 5px;
		background-color: #757B8A;
		border: solid 1px #FFFFFF;
		width: 150px;
	}

	.BlendingButton
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		line-height: 15px;
		color: #FFFFFF;
		clear: both;
		padding: 5px;
		background-color: #757B8A;
		width: 150px;
	}

	.RecoveryButton /* Button with white borders */
	{
		background-color: #A8A8A8;
		height: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		border-left-style: none;
		border-bottom-style: none;
		border-right-style: none;
		border-top-style: none;
	}

	.Path /* Link used in Default.aspx */
	{
		background-color: #eeeeee;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
		height: 20px;
	}

	.Control /* Every control except: buttons, textboxes and Dynamic combo */
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #25194a;
	}
	
	.QuotationLabel
	{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
		height: 20px;
		text-align: right;
		padding:0;
		margin:0;
		text-decoration: none;
		vertical-align:bottom;
	}

	.QuotationNumberLabel
	{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
		height: 20px;
		text-align: right;
	}

	.QuotationTextBox
	{
		font-family: Arial;
		font-size: 12px;
		border-color: Silver;
		border-width: 0.25pt;
		border-style: solid;
		width: 150px;
		padding: 2px;
		text-align: left;
	}

	.QuotationNumberTextBox
	{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		border-color: Silver;
		border-width: 0.25pt;
		border-style: solid;
		width: 150px;
		padding: 2px;
		text-align: right;
	}

	.QuotationRadio
	{
		font-family: Arial;
		font-size: 11px;
		padding: 2px;
	}

	.QuotationCheck
	{
		font-family: Arial;
		font-size: 11px;
		padding: 2px;
	}

	.QuotationSelect
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #ffffff;
		border: #708090 1px solid;
	}

	.PaddingPanel
	{
		padding: 2px;
	}

	.LinkControl /* Every control except: buttons, textboxes and Dynamic combo */
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #0066CB;
		font-weight: bold;
	}

	.NotificationTextBox /* TextBox */
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #25194a;
	}

	.InlineErrorHeadline /* Error Control */
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Red;
		background-color: #eeeeee;
		padding: 0 0 0 0;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-top-style: solid;
		border-bottom-color: #c8c8c8;
		border-left-color: #c8c8c8;
		border-right-color: #c8c8c8;
		border-top-color: #c8c8c8;
	}

	.InlineErrorTable /* Error Control */
	{
		background-color: White;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #eeeeee;
		vertical-align: bottom;
		height: 20px;
	}

	.errorTextHead
	{
		background: no-repeat 7px 10px #fbbc01;
		padding: 0px 10px 0px 30px;
		margin-bottom: 0px;
		color: #000;
		position: relative;
		
		/*width:931px;*/
	}
			
	.errorTextItem
	{
		
		background-color: #fbbc01;
		color: #000;
		padding: 2px 0px 2px 0px;
		display: block;
		font-size:11px;
		font-family: Verdana;
	}

	.errorTextDataItem
	{
		background-color: #fbbc01;
		color: #ff0000;
	}

	.ControlValidator
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Red;
	}

	.TextBox /* TextBox */
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #25194a;
		border: 0px;
	}

	.PageTitle
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #113388;
	}

	.DarkTitle
	{
		background-color: #eeeeee;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
	}

}

@media print
{
	.doprint
	{
		display: inline;
	}
	.noprint
	{
		display: none;
	}
	.break
	{
		page-break-after: always;
	}
	.breakbefore
	{
		page-break-before: always;
	}
	.NotificationButton
	{
		display: none;
	}
	.Header
	{
		display: none;
	}
	.HorizontalMenuContainer
	{
		display: none;
	}
	.ContentRight
	{
		display: none;
	}
}



