/* 
	IAM Suite Request Manager Portal "actions" CSS
	(C) 2010 Evidian

    Actions CSS : contains CSS directives for the "actions.jsp" page
	
*/

#action_tabs{
	float:left;
	margin-right:0;
	margin-left: 1em;
	vertical-align:middle;
	position:relative;
}
	
#action_tabs ul
{
	list-style-type: none;
	margin: 0;
	margin-top:-1px;

}

#action_tabs ul li
{
	margin-left: 1px;
	padding-left: 1px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	width: 160px;
	zoom:1;
	position:relative;
	
}

#action_tabs ul li:hover
{
	/*background: url(images/_default/tab_inactive_hover.jpg) transparent no-repeat top left;*/
}

#action_tabs ul li.active, #action_tabs ul li.active:hover
{
	
	position:relative;
	left:1px;
	top:1px;
	float:none;
	z-index:10;
	zoom:1;
	text-decoration: none;
	font-weight: bold;
	font-size:1.1em;
	overflow:visible;
	background-color: white;
	width: 160px;
	color:#1E4873;
	background-image: url(images/_default/action-tab_bg.png);
	background-repeat: repeat-y;
	outline:none;
/*	background: url(images/_default/tab_active.jpg) transparent no-repeat top left;*/
}

#action_tabs ul a
{
	display: block;
	color: #84A7DC;
	text-decoration: none;
	/* same dimensions as #action_tabs ul li */
	width: 160px;
	height: 48px;
	line-height: 48px;
	margin-left:0px;
}

#action_tabs ul a.inactive
{
	color: #95AFD7;
	background-image: url(images/_default/inactive-tab.png);
	overflow:visible;
	margin-top:1px;
	outline:none;

}
#action_tabs ul a.inactive:hover
{

	outline:none;
	overflow:visible;
	color:#1E4873;
}


#action_tabs ul a:hover
{
	color: #00327E;
}

/* -- Actions columns -- */

#action_columns
{
	float: left;
	background-color: #fff;
	/*background-image: url(images/_default/queries_background.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #84A7DC;
	min-height: 46px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	position:relative;
	z-index:0;
}

#action_columns .left,#action_columns .right
{
	margin: 1em 0;
	width: 330px;
	background-color: transparent;
	padding-right: 5px;
	padding-left: 5px;
}


#action_columns .left
{	
	float:left;
/*	border-right: 1px solid #84A7DC;*/
}

#action_columns .right
{
	float:right;
}
#action_columns .middle{
	position: absolute;
	left: 50%;
	width: 1px;
	height: 90%;
	border-left: 1px solid #84A7DC;
	top: 5%;
}

#action_columns .middle img{
	position:absolute;
	z-index:11;
	top: 0%;	
	width: 1px;
	height:100%;
}


#action_columns #bottom
{
	clear: both;
}

#action_columns h1
{
	font-size: 1.2em;
	border-bottom: 1px solid #aaa;
	margin: 5px 0 0 0;
	margin-left:15px;
	margin-right:15px;

}

#action_columns h2
{
	margin:10px 15px 0px 15px;
	font-size: 1.05em;
	color: #5F8DD3;
  display:block;
  text-align:left;
}

.left .action_group
{
	padding-left: 10px;
}

.right .action_group
{
	padding-right: 10px;
}

.bottom
{
	clear: both;
	height: 1px;
}

.action
{
  display:block;
	border: 1px solid #FBFBFB;
	margin-bottom: 10px;
	text-align: left;
	background-color: transparent;
	cursor: pointer;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1px;
  
	/*width:100%;*/
  margin-top:10px;
  margin-left:20px;
  margin-right:20px;
	min-height: 84px; /* as IE6 does not understand this, added height: 86 in ie6 css */
  text-decoration:none;      
}

.action:link
{
  text-decoration:none;
}

.action:visited
{
  text-decoration:none;
}

.action:hover
{
	border: 1px solid #D2D2D2;
	background-color:#DDE6F2;
  text-decoration:none;
}

.action:active
{
  text-decoration:none;
}

.action {behavior:expression(addHover(this));} /*Add Hover for IE*/

.action img
{
	position: absolute;
	margin-left:-75px;
	margin-top: 10px;
}

.action p
{
		cursor: hand;
	padding-left: 10px;
}

 /* Action button */
input.action_button ,p.action_button, button.action_button, button.action_button:link, button.action_button:visited, button.action_button:hover, button.action_button:active
{
	background-image: none;
	border: 0;
	background: transparent;
	margin: 0;
	cursor: pointer;

	padding: 0px;
	text-align: left;
	font-size: 1.05em;
	color: #5F8DD3;
	font-weight: bolder;
	font-family: "Arial", Sans-Serif;
	/*width: 288px;*/
 /* 290 - 2px because IE6 adds 2 pixels wide */
  width:60%;
}

p.action_button{
	/*override size without impacting other styles*/
	width:70%;
	}

a p.action_description, a:hover p.action_description{
  text-decoration:inherit;
  color: #555;
}
.unavailable
{
	color:#999 !important;
}
.unavailable:hover
{
	border:1px solid #eed3d7;
	background-color:#f2dede;
}
.link_loading{display:none;font-style:italic;color:#999;}
.link_verified{display:none;color:#090;}
.link_problem{display:none;color:#900;}
.arrow_up{display:block;float:right;margin-top:4px;width:12px;height:12px;background-image: url(images/_default/arrow_up.png);}
.arrow_down{display:block;float:right;margin-top:4px;width:12px;height:12px;background-image: url(images/_default/arrow_down.png);}
div#qrcode{border:1px solid #bbb;width:256px;border-radius:10px;background-color:#fff;}
