﻿* {
/*
	margin: 0px;
	padding: 0px;
*/
}

body {
	margin: 0px;
	background-color: #F9F9F9;
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
}

.defaultFont{
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
}

img {
	border: none;
}

/*img, div, input { behavior: url("../../gfx/iepngfix.htc") }*/

#header{
	position: relative;
	height: 66px;
}

#headerRight{
	vertical-align: bottom;
}

#contentcontainer{
	min-width: 1000px;
	/*text-align: center;*/
}

#contentframe{
	width: 1000px;
	text-align: left;	
	position: relative;
	left: 50%;
	margin-left: -500px;
}

hr
{
	height: 1px;
}

a:link { color: blue; }
a:visited { color: blue; }
a:active { color: blue; }
a:hover { color: blue; }

.menuPart{
	background-color: #E0E0E0;
	padding: 2px;
	border: solid 1px #F0F0F0;
	margin-bottom: 7px;
}

.menuPart LI.current{
	border: solid 1px gray;
	background: #fd8; 
	list-style-position: inside; 
	margin-left: -20px! important; 
	padding-left: 3px; 
	margin-right: 10px; 
}

.darkBack{
	background-color: #808080;
}
.lightBack{
	background-color: #E0E0E0;
}

#leftMenu{
	width: 300px;
	bottom: 0px;
	/*border: dashed 1px red;*/
}

#topMenuContainer{
}

#pagefooter{
	/*border: dashed 1px blue;*/
}

#pagefooteroverlay {
	background-color: Blue;
	height: 100px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
}

#pagefooteroverlay.red {
	background-color: Red;
}

.borderedInput{			 
	border: solid 1px #8ac;
}

.borderedInputRequired{
	border: solid 1px #D03030;
	background-color: #F4D6D6;
}

.loginInfo{
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 100;
}

.loginInfo img{
	margin-bottom: -6px;
}

#Content{
	/*border: dashed 1px black;*/
}

#body{
	padding: 10px;
}

.policyFilterBox{
	width: 160px;	
}

.button{
	border: outset 1px gray;
	background-color: #EEEEEE;
}

.imgButton { cursor: pointer; }

.idref {
	display: none;
}
.polType {
	display: none;
}

.borderTable
{
	border: solid 1px #8AC;
	border-collapse: collapse;
}

.gridTable
{
	border: solid 1px #8AC;
	border-collapse: collapse;
}

.groupHeader
{
	font-weight: bold;
	border: 1px #808080 solid;
	background-color: #E0E0E0;
	padding: 3px;
}

.groupContent
{
	border: solid 1px #808080;
	padding: 3px;
	margin-bottom: 5px;
}

.border
{
	border: solid 1px #8AC;
}

.titleCell
{
	vertical-align: top;
	padding-top: 7px;
}

.inheritedAssocication
{
	cursor: help;
	width: 20px;
}

.hint{
	cursor:help;
}

.devHint
{
	display: block;
	margin: 5px;
	border: dashed 2px red;
	padding: 5px;
	color: Red;
}


.section, .profileTable .section
{
	font-weight: bold;
	font-size: larger;
	background-color: #DDDDDD;
}

.selector table 
{
	border: none;	
	/*border-collapse: collapse;*/
}
.selector table th
{
	border: none;
	padding-right: 4px;
}
.selector table tr.result td
{
	border: solid 1px black;
}

.hoverLines
{	
}

.hoverLines TR.hover
{
	background-color: #FC6;
	cursor: pointer;
	cursor: hand;
}

/*
.hoverLines TR:hover
{
	background-color: #FC6;
	cursor: pointer;
	cursor: hand;

}

.hoverLines TR.nohoverLine:hover
{
	background-color: transparent;
	cursor: default;
}
*/


.premiumCalculationMatrix input
{
	text-align: right;
}


.buttonLine
{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Policy Table */

.polrowOffer { color: Blue; }
.polrowActive { color: Green; }
.polrowCanceled { color: Red; }
.polrowLocked { color: Black; }
.polrowHistory { color: Black; }



/* LOGIN page */

#langSelection {
	position: relative;
	height: 50px;
	z-index: 100;
	text-align: center;
}
#langSelection .container {
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}
#langSelection a {
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
#langSelection .imgContainer {
	padding-left: 5px;
	padding-right: 5px;
}
#langSelection span { display:none }
#langSelection img {
}

.passwordOK{
	color: Green;
}

.passwordNotOK{
	color: Red;
}

.productTitle{
	font-size: large;
}

.noProductChanges{
	font-size: larger;
	font-weight: bold;
	color: Red;
}

/* Product Partner Assignment */
.partnerAssignment{
}

.partnerAssignment .assignedList .partnerRow{
	background-color:#FD8;
}

.partnerAssignment .assignedList .partnerGroupRow{
	background-color: #fa1;
}

.partnerAssignmentAssigned{
	background-color:#FD8;
}

.partnerAssignmentAssignedGroup{
	background-color: #fa1;
}


#newPolicyModeSwitch li.curPolMode{
	font-size: larger;
}

#newPolicyModeSwitch li .bullet{
	background-image: url(../../gfx/arrow_gray.png);
	background-repeat: no-repeat;
	position:absolute;
	left:-15px;
	top:2px;
	width: 8px;
	height: 13px;
}

#newPolicyModeSwitch li.curPolMode .bullet{
	background-image: url(../../gfx/arrow_green.png);
}

.policyEdit{
	width: 675px;
}

.errorMessage{
	background-image: url(../../gfx/icon/attention3_16x16.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 120%;
	color: Red;
}

.attention{
	color: Red;
}

.inheritIndention{
	margin-left: 20px;
}

.editLink {
	font-size: 9pt;
}

.transTable TD {
	background-color: #EEE;
}
.transTable .alternate TD{
	background-color: white;
}

.selectorSearching {
	background-color: #FFD;
}

.helpIcon {
	position: absolute;
	left: 650px;
	bottom: 0px;
	
	cursor: pointer;

	width: 38px;
	height: 38px;
	
	background-image: url(../../gfx/icon/help.png);
}
.helpIconActive {
	background-image: url(../../gfx/icon/helpActive.png);
}

.policyEditInfo{
	font-size: large;
	margin-bottom: 10px;
}

.mPAY24Frame{
	width: 675px;
	height: 500px;
}


/* IE6 only styles */
@media all{
* html b\ody .helpIcon{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/icon/help.png', sizingMethod='scale');
}
* html b\ody .helpIconActive{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/icon/helpActive.png', sizingMethod='scale');
}
}