/** 
Subversion information:
$Date$
$Revision$
*/

.stControlBody {
	margin: 0px 40px;
}

#portal-header h1{ 
	float: left; 
	margin-bottom: 5px; 
	height: 45px;
	padding: 0;
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1.2em;
    color: #69C;
}

.generic-error{
    color: black;
    background-color: #FFA8BE;
    border: 3px solid red;
    display: none;
    font-weight: bold;
    float:right;
    padding: 5px;
    margin: 2px;
}
.clearfix{
    clear:both;
}
.important{ font-weight: bold; }


.header-box {
    background-color: #F1F4E3;
    border: 2px solid #CDCDCD;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

#referral-details h3 {
	margin: 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #69C;
}
/** Widgets **/
.shrinkable-header{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #efefef;
  background-color:  #327599;
  padding-left: 8px;
  padding-top: 3px;
  font-weight: Bold;
  color: #ffffff;
}
.shrinkable-body{ overflow: hidden; }
.shrinkable-minimize{
/*	background-image: url('../image/minimize.gif');
	background-repeat: no-repeat; 
	width: 27px;
	height: 24px;*/
	cursor: pointer;	
}
.shrinkable-maximize{
/*	background-image: url('../image/maximize.gif');
	background-repeat: no-repeat;
	width: 27px;
	height: 24px; */
	cursor: pointer;
}

.super-shrinkable-header{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #efefef;
  background-color:  #327599;
  padding-left: 8px;
  padding-top: 3px;
  font-weight: Bold;
  color: #ffffff; 
}
.super-shrinkable-minimize{ cursor: pointer; }
.super-shrinkable-minimize img { vertical-align: middle; }
.super-shrinkable-maximize{ cursor: pointer; }
.super-shrinkable-maximize img { vertical-align: middle; }

.pcisValidate-invalid{ border: 2px solid red; }
.blurb-box{ 
  border: 1px solid #999999; 
  background-color: #EFEFEF; 
  margin-bottom: 10px;
  padding: 10px;
}

.content-box{ border: 1px solid #ABABAB; overflow-x: hidden;}
.content-box .header{
    background-color: #327599;    
    height: 27px;
    padding: 10px 0px 0px 10px;
    -moz-user-select: none;
    color: #FFFFFF;
    cursor: default;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 15px;    
    vertical-align: middle;
    white-space: nowrap;
}
.content-box .body{
  padding: 5px;
}

.spacer{height:10px;}

.bubble{ border: 1px solid red; padding: 5px; }
/** END Widgets **/

input[type="button"]{
  border: 1px solid #ABABAB;
  cursor: pointer;
  margin: 0 10px;
  padding: 2px;
  text-align: center;
  background-color: white;
}
input[type="button"]:hover{ background-color: lightblue; border: 1px solid black; }

a.buttony-link,a.buttony-link:active, a.buttony-link:visited{
  color: #000000;
  background-color: #F0F0F0;
  border: 1px solid #ABABAB;
  cursor: pointer;
  margin: 0 10px;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
a.buttony-link:hover{ 
  color: black;
  background-color: lightblue;
  border: 1px solid black; 
  text-decoration: none;
}

.details-label{ font-weight: bold; padding: 2px 10px; }
#provider-summary{
	background-color: #F1F4E3;
    border: 2px solid #CDCDCD;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;   
}
#provider-summary .shrinkable-body{padding:8px;}

/** Portal Notification Style. */
.notification{
    border: 10px groove yellow;
    margin: 15px 80px;
    padding: 10px;
    width: 600px;
}
.notification-header{
    font-weight: bold;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.notification-message{
    word-wrap: break-word;
}
