/* Common tags                 */
/*-----------------------------*/		

body 
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url('images/site_bk.jpg') #3D6AAD repeat-x;
 }

/*	
A:link      { color: #265CC0; text-decoration:none; }
A:visited 	{ color: #265CC0; text-decoration:none; }
A:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
A.topLink:link      { color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:visited 	{ color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:active 	{ color: #163A6E;  cursor:hand; text-decoration:none; font-weight: normal; }
A.topLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight: normal; }
*/

.UseTerms
{
    color:#11396D;   
}	
.NoWrap
{
    white-space:nowrap;   
}
.FormLabel
{
    display:block;
}
p
{
	line-height: 1.4em;
    /*height: 21px;
    width: 722px;*/
}

.title
{
    /*text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #2D507B;*/
 }

hr 
{
    /*
	border: 0;
	border-top: 2px solid #EF2C1D;
	height: 2px;
	*/
	display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;
}
hr.sub {
	border: 0;
	border-top: 1px solid #CBCBCB;
	height: 1px;
}
img
{
	border-width: 0;
    text-align: center;
}

ul
{
	/*color: #000000;
	font-family: verdana;*/
}
li 
{
   list-style:none;
}
.menutextindent
{
    font-size: x-small;
}

select
{
    height:22px;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	color: #11396D;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #265CC0;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #265CC0;
	padding-left: 15;
}
h4
{
       font-size: large;
       color: #265CC0;
       text-align: center;
}

h5
{
       font-size: small;
       color: black;
       text-align: center;
}

/*h1, h2, h3, h4*/
h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

.style1
{
    font-weight: 700;
    font-size: large;
}
        
/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#2A48CE;
	  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#3359EC, endColorstr=darkblue);*/
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#6487DC;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #6487DC;
	text-align: right;
}
.FindWellNameColumn
{
	width:160px;
	height:18px;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.FindOperatorColumn
{
	width:160px;
	height:18px;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.InputButton
{
-moz-border-radius: 3px 3px 3px 3px;
background: url("images/form_button_bk.png") repeat-x scroll 0 0 transparent;
border: 0 solid #000000;
color: #9BE504;
font-size: 1.1em;
height: 22px;
}
.PagerStyle .InputButton
{
	margin-top:3px;
	margin-bottom:3px;
}
.PagerPageNav
{
	float:left;	
}
.PagerPageNavNum
{
	width:600px;
	margin:0 auto;
	text-align:center;
}
.PagerCurrentPageTextBox
{
	width:40px;
	text-align:right;	
}
.PagerPageNavNumItem
{
	margin:5px;
	margin-left:2px;
	margin-right:2px;
	border:0px solid #EFE6F7;
	background:transparent;
	min-width:1px;
	padding:1px;
}
.PagerPageNavNumItemCurrent
{
	font-weight:bold;	
	margin:5px;
	margin-left:1px;
	margin-right:1px;
	border:0px solid #EFE6F7;
	background:transparent;
	cursor:text;
	min-width:1px;
	padding:0;
}
.PagerPageNavNumItem:hover
{
	background:#DDD7E2;
}
.PagerPageNumberText
{
	float:right;
	color:#000;	
	margin-top:5px;
}
.PagerStyle td table tr td
{
    font-weight:bold;
    font-size:14px;
}
.PagerStyle td table tr td a
{
    font-weight:normal;
    font-size:13px;
}

/* liquid theme code starts here */
.ModTopMenu
{
    float:right;
    margin-right:30px;
    margin-top:20px;
}
.ModTopMenu ul
{
	margin:0;
	padding: 1em 0 0 0;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}
.ModTopMenu li {
	display: inline;
	float: left;
	margin-right:15px;

}
.ModTopMenu li a
{
    color: #0C3261;
	font-size:15px;
	font-weight:bold;
}
/* Set the page width here */
#menu-top, #header, #wrapper-content, #wrapper-footer 
{
	width: 85%;
	min-width:994px;
	margin: 0 auto;
	text-align: left;
}

#menu-top {
	/*background: white url('Images/bg02-white-right.png') no-repeat right top;*/
	overflow: hidden;
}

#menu-top ul {
	/*background: transparent url('Images/bg02-white-left.png') no-repeat left top;*/
	margin:0;
	padding: 1em 0 0 0;
	/*list-style: none;*/
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	/*background:url('Images/menuleft.png') no-repeat left top;*/
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	/*background: transparent url('Images/menuright.png') no-repeat right top;*/
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header 	
{
    /*background: transparent url('Images/bg.png') top center repeat-x; */
    }

#login-box{
	margin-right:35px;
	/*background: transparent url('Images/login-bk.png') no-repeat;*/
	float:right;
	padding-left:5px;
	padding-top:3px;
	width:510px;
	height:31px;
	text-align:right;
	color:#fff;
}
#login-box a
{
    background: transparent no-repeat;
    float:none;
}
#login-box input{
	width:90px;
	font-size:12px;
}
#login-box input[type="button"]{
	width:50px;
	font-size:12px;
}
#login-box  .formlabel{
	font-size:12px;
	font-weight:bold;
}
#login-box img{
	vertical-align:middle;
	margin-bottom:2px;
}
#header  
{
    /*background: #fff 
    url('Images/inside-header-bk.png') repeat-x center top; */
          }

#wrapper-header2  
{
    /*background: transparent url('Images/bg02-blue-left.png') top left no-repeat; */
    }

#wrapper-header3  
{
    /*background: transparent url('Images/bg02-blue-right.png') top right no-repeat; */
    }

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 120px;
	line-height: 1em;
	color: #3F3F3F;
	font-size: 30px;
}

#wrapper-content  
{
    /*background: white url('Images/bg02-white-left.png') no-repeat left top; */
    background: white; 
    position:relative;
    padding-top:20px;
    }

* html #wrapper-content { height: 1%; }
#SiteHeader{
	height:120px;
}
#SiteTitle{
	width:400px;
	
	text-align:center;
	padding-top:15px;
}
.SiteIcon
{
    vertical-align:middle;
}
#HeaderImageBoxRight{
	width:294px;
	height:106px;
	float:right;
	margin-right:30px;
	margin-top:10px;
}
#HeaderImageBoxLeft{
	width:294px;
	height:106px;
	float:left;
	margin-left:30px;
	margin-top:10px;
}
.SiteContent
{
    color:#3F3F3F;
    min-width:741px;
    /*min-height:700px;*/

}
.SiteContentScroll
{
    min-height:300px;
    overflow-y:auto;
    overflow-x:visible;
}
#content 
{
	/*background: transparent url('Images/bg02-white-right.png') no-repeat right top;*/
	padding: 5px 245px 5px 40px;
}

.SideMenuColumn
{
    position:absolute;
    top:0;
    right:10px;
	width:180px;
	margin: 20px 15px 3em 15px;
}
#wrapper-menu-page {
	/*float: right;*/
	width:180px;
	/*margin: 20px 30px 3em 2em;*/
	margin-bottom:25px;
	background: transparent url('Images/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}
#wrapper-menu-page h3
{
    text-align: center;
}
#wrapper-menu-page ul li
{
    margin-left:30px;
    list-style-image: url();
	list-style-position: outside;
	list-style-type: disc;
}
#wrapper-menu-page ul li:hover
{
    list-style-image: url(Images/bullet-blue.png);
}
* html #wrapper-menu-page { margin-right: 15px; }

#menu-page 
{
    padding-top: 5px;
    min-height:80px;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	/*
	text-align: center;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
*/
    min-width:994px;
}

#footer {
	margin: 0 20px;
	/*background-color: #D1D9DF;
	border: 1px solid #ccc;*/
	border-bottom: 0;
	clear: both;
	color:#0B305A;
	height:20px;
}
#footer a
{
    color: #0B305A;
    font-weight:600;
}
#BottomSpacer
{
    height:30px;
    width:100%;
}
h2 { font-size: 110%; }
h3 { font-size: 100%; }


a:link, a:visited { color: #11396D; }
a:hover{ color: #000; }


#FracFocusHelpIcon
{
 
}
/* Login Page Code -----------------------------------------------------------------------*/
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.ForgotPasswordLink
{
    position:absolute;
    bottom:15px;
    left:15px; 
    font-size:12px;
    font-weight:bold;
}

/* FORM ELEMENTS   
--------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 0;
    border: 1px solid #ccc;
    overflow:hidden;
}
fieldset .fieldsetbody
{
    padding: 10px;
    background:url('Images/text_bg.png') repeat-x;
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label,fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}
input.textEntrySmall
{
    width: 230px;
    border: 1px solid #ccc;
}
input.textEntrySmaller
{
    width: 105px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}
input.passwordEntrySmall
{
    width: 230px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    /*width: 42%;*/
}

/* View Data Page Code ----------------------------------------------------------------*/

.DB-Filter label
{
    display:block;
}
.DB-Filter .Column01, .DB-Filter .Column02, .DB-Filter .Column03
{
    float:left;    
}
.DB-Filter .Column02,.DB-Filter .Column03
{
    margin-left:20px;   
}


/* Container Code ----------------------------------------------------------------------*/
.ContainerParent
{
    position:relative;
}
.ContainerHeader
{
    position:relative;
}
.ContainerHeaderLeft
{
    background:url('Images/container-top-left.png') no-repeat;
    position:absolute;
    top:0;
    left:0;
    width:13px;
    height:34px;
}
.ContainerHeaderRight
{
    background:url('Images/container-top-right.png') no-repeat;
    position:absolute;
    top:0;
    right:0;
    width:13px;
    height:34px;
}
.ContainerHeaderCenter
{
    background:url('Images/container-top-center.png') repeat-x;
    height:34px;
    margin-left:13px;
    margin-right:13px;
}
.ContainerHeaderTitle
{
    position:absolute;
    top:10px;
    left:10px;
    color:#fff;
    font-weight:bold;
    font-size:20px;
}
.ContainerHeaderTitleFracFocus
{
    position:absolute;
    top:5px;
    left:10px;
    color:#fff;
    font-weight:bold;
    font-size:17px;
}
.ContainerHeaderMenuContainer
{
    position:absolute;
    top:1.5px;
    right:7px; 
}
.ContainerBody
{
    background:url('Images/text_bg.png') repeat-x scroll center bottom #FFFFFF;
    border:solid #eee 1px;
    padding:15px;
    min-height:150px;
}
.ContainerBodyFracFocus
{
    background:url('') repeat-x scroll center bottom #FFFFFF;
    border:solid #EBEBEB 2px;
    padding:15px;
    min-height:150px;
}
.ContainerBodyFracFocus input[type="text"],
.ContainerBodyFracFocus select, 
.ContainerBodyFracFocus textarea
{
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #E5EFFF;
    border: medium none;
    font-size: 1.1em;
    outline: medium none;
    padding: 5px 8px;
}
.ContainerBodyFracFocus select
{
    height:2.4em;
}



.ContainerBodyFracFocus input[type="submit"]
{
    background:url('images/form_button_bk.png') repeat-x;
    color:#9be504;
    font-size:1.1em;
    font-weight:bold;
    border:0px solid #000;
    height:30px;
    -moz-border-radius: 3px 3px 3px 3px;
    
}

.ContainerFracFocusButtonSpacer
{
   height:10px;
   width:10px; 
}
.ContainerBody label
{
    margin-top:5px;
}
.ContainerShadowLeft
{
    position:absolute;
    bottom:-7px;
    left:-10px;
    width:10px;
    height:234px;
    background:url('Images/container-shadow-left.png') no-repeat;
}
.ContainerShadowRight
{
    position:absolute;
    bottom:-7px;
    right:-10px;
    width:10px;
    height:234px;
    background:url('Images/container-shadow-right.png') no-repeat;
}
.ContainerShadowCenter
{
    position:absolute;
    bottom:-7px;
    left:0;
    right:0;
    height:7px;
    background:url('Images/container-shadow-center.png') repeat-x;
}

/*Register Page Code ----------------------------------------------------------------*/

.RegisterColumn01
{
    float:left;
    width:260px;
    overflow:hidden;
}
.RegisterColumn02
{
    float:left;
    width:260px;
    overflow:hidden;
    margin-left:20px;
}
.RegisterColumn03
{
    float:left;
    width:170px;
    margin-left:20px;
}
.RegisterAgreementText
{
    margin-top:2px;
    height:160px;   
}
.RegisterColumn01 label, .RegisterColumn02 label, .RegisterColumn03 label, .RegisterFooter label
{
    display: block;
}
.RegisterTrueHide
{
    display:none;
}
.RegisterColumnState
{
    float:left;
    width:120px;
    overflow:hidden;
}
.RegisterColumnState Select
{
    width:105px;
}
.RegisterColumnPostalCode
{
    float:left;
    width:120px;
    overflow:hidden;
    margin-left:5px;
}
.RegisterUserValidationSection
{
    
}
.RegisterUserValidationSection Label
{
    display:block;
}
.RegisterFooter
{
    position:relative;
    /*width:650px;*/
    /*margin:0 auto;*/
    margin-top:10px; 
}
.RegisterFooterColumn01
{
    position:absolute;
    top:0;
    left:0;
    width:180px;
}
.RegisterFooterColumn02
{
    position:relative;
    top:20px;
    left:180px;
    width:330px;
    margin-left:20px;
}
.RegisterFooter .PasswordInfo
{
    /*position:absolute;
    bottom:-15px;
    right:-100px;*/
    width:100%;
    font-size:10px;   
}
.RegisterButtonRow
{
    margin-top:20px;
    /*text-align:center;*/
}
.RegisterState
{
    width:95px;
    height:21px;
}
.RegisterExampleText
{
    font-size:10px;
    font-weight:700;
}
.RegisterStateZipBox
{
    height:37px;
    margin-bottom:10px;
}
.RegisterSpacer
{
    height:64px;
}
.EditAccountSpacer01
{
    height:35px;
}
.EditAccountSpacer02
{
    height:67px;
}
.RegisterWTOURow
{
    margin-top:40px;
}
.RegisterWTOURow .WTOUDocumentIcon
{
    float:left;
}
.RegisterWTOURow .RegisterAgreeBox
{
    margin-top:18px;
}


/* Search Document Page Code -----------------------------------------------------------------*/
.DocumentBrowseBody
{
    position:relative;   
}
.BrowseFilterBox
{
    /*position:absolute;
    top:0;
    left:0;*/
}
.BrowseListBox
{
    /*position:absolute;
    top:0;
    left:0;*/
}
.BrowseLoadingBox
{
    position:absolute;
    top:100px;
    left:100px;
    background:#fff;
    padding:25px;
    font-size:25px;
    font-weight:bold;
}
.BackToFilterBox
{
    margin-bottom:10px;
}
.BackToFilterButton
{
    font-size:25px;
}
.BackToFilterButton img
{
    vertical-align:text-bottom;
}
.FilterRecordMessage
{
    position:absolute;
    top:200px;
    right:35px;
    color:red; 
}


/* ModalBox Code ---------------------------------------------------*
/* Z-index of #mask must lower than #boxes .window */  
.mask, #mask {  
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:9000;  
    display:none;
    /*background:url(Images/ModalMask.png);*/
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
 }  
     
.boxes .window, #boxes .window {  
   position:fixed;  
   /*width:440px;*/
   /*height:200px;*/
   display:none;  
   z-index:9999;  
   padding:20px;  
 }  
   
   
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {  
   /*width:375px;*/
   /*height:203px;*/
   /*max-width:778px;*/
   /*max-height:500px;*/ 
}  


/*Modal Popup Code -------------------------------------------------------*/
.modalBackground {
	background-color:Gray;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.ModalBody
{
    position:relative;
    background:url('Images/text_bg.png') repeat-x scroll center bottom #FFFFFF;
}
.ModalCloseButton
{
    position:absolute;
    top:-13px;
    right:-16px;
    cursor:pointer;
    z-index:1001;
}
.modalPopup {
	/*
	background-color:#ffffdd;
	border-width:3px;
	border-style:inset;
	border-color:Gray;
	padding:3px;
	width:250px;
*/
}

.modalPopup p {
    padding: 5px;
}

.ModalContainerParent
{
    position:relative;
}
.ModalContainerHeader
{
    position:relative;
}
.ModalContainerBody
{
    /*background:url('Images/text_bg.png') repeat-x scroll center bottom #FFFFFF;*/
    border:solid #eee 1px;
    padding:10px;
    /*max-width:778px;*/
    /*max-height:478px;*/
    overflow:auto;
}
.ModalBodyFadeTop
{
    background:url('Images/modal-fade-top.png') repeat-x;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:17px;
    z-index:1000;
}
.ModalBodyFadeBottom
{
    background:url('Images/modal-fade-bottom.png') repeat-x;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:17px;
    z-index:1000;
}
.ModalContainerBody h1,.ModalContainerBody h2,.ModalContainerBody h3
{
    color:#000;    
}
.ModalContainerBody ul li
{
    list-style-image: url();
	list-style-position: outside;
	list-style-type:disc;
	margin-bottom:10px;
    }
.ModalContainerBody label
{
    margin-top:5px;
}
.ModalContainerShadowLeftTop
{
    position:absolute;
    top:-7px;
    left:-10px;
    width:10px;
    height:234px;
    background:url('Images/container-shadow-left-top.png') no-repeat;
}
.ModalContainerShadowRightTop
{
    position:absolute;
    top:-7px;
    right:-10px;
    width:10px;
    height:234px;
    background:url('Images/container-shadow-right-top.png') no-repeat;
}
.ModalContainerShadowCenterTop
{
    position:absolute;
    top:-7px;
    left:0;
    right:0;
    height:7px;
    background:url('Images/container-shadow-center-top.png') repeat-x;
}
.ModalContainerShadowLeftBottom
{
    position:absolute;
    bottom:-7px;
    left:-10px;
    width:10px;
    height:234px;
    background:url('Images/container-shadow-left.png') no-repeat;
}
.ModalContainerShadowRightBottom
{
    position:absolute;
    bottom:-7px;
    right:-10px;
    width:10px;
    height:234px;
    background:url('Images/container-shadow-right.png') no-repeat;
}
.ModalContainerShadowCenterBottom
{
    position:absolute;
    bottom:-7px;
    left:0;
    right:0;
    height:7px;
    background:url('Images/container-shadow-center.png') repeat-x;
}

/* Operator Home Code --------------------------------------------------------------*/
.OpHomeDashBoardIconContainer
{
    
}
.OpHomeDashBoardIconBox
{
    cursor:pointer;
    width:128px;
    float:left;
    margin:5px;
    margin-right:20px;
}
.OpHomeDashBoardIconBox div img
{
    width:128px;
    height:128px;
    vertical-align:bottom;
}
.OpHomeDashBoardIconBoxTitle
{
    font-size:14px;
    text-align:center;
    color:#5B8FBE;
    font-weight:700;
}

/* Company Representative Home Code --------------------------------------------------------------*/
.RepHomeDashBoardIconContainer
{
    
}
.RepHomeDashBoardIconBox
{
    cursor:pointer;
    width:128px;
    float:left;
    margin:5px;
    margin-right:20px;
}
.RepHomeDashBoardIconBox div img
{
    width:128px;
    height:128px;
    vertical-align:bottom;
}
.RepHomeDashBoardIconBoxTitle
{
    font-size:14px;
    text-align:center;
    color:#5B8FBE;
    font-weight:700;
}

/* Representative :  Add & Manage Supervisors Code -----------------------------------------------*/

.RepMngSupBody fieldset
{
    padding:2px;
    min-width:400px
}
.RepMngSupBody fieldset .AddMySelfAsSupervisor
{
    float:right;
}
.RepFormView label
{
    display:block;   
}
.RepFormViewFieldBody
{
    margin:15px;
}
.RepProfileLabel
{
    font-size:120%;
    text-align:right;
    height:20px;
}
.RepProfileText
{
    text-overflow:ellipsis;
	overflow:hidden;
    font-size:110%;
    font-weight:lighter;
}
.RepProfileSpacer01
{
    width:10px;   
}
.RepProfileGridListLabel, .RepProfileCreateNewButton
{
    float:left;
}
.RepProfileGridListLabel
{
    margin-top:2px;
    color:#265CC0;
    font-size:23px;
}
.RepFormViewActiveFieldRow
{
    margin-top:5px;   
}
.RepMngAccountContainer
{
    text-align:center;
}
.RepMngAccountContainer fieldset
{
    text-align:left;
    padding:7px;
    display:inline;
}

/* Representative :  ManageProfile Code -----------------------------------------------*/
.UpdateProfileButton
{
 float:left;
 margin-right:15px;
}
.ChangePasswordButton
{
 float:left;
}

.NavHeader
{
    color:#D5E8FF;   
}

.Tab,
.TabActive
{
	background:URL('images/tab-bk-active.png') repeat-x;
	color:#000;
	/*height:30px;*/
	height:26px;
	font-size:15px;
	text-align:center;
	float:left;
	margin-right:0px;
	border:1px solid #EBEBEB;
}
.TabActive
{
	background:URL('images/tab-bk.png') repeat-x;
	color:#fff;
}
.Tab a,
.TabActive a 
{
	margin-left:5px;	
	margin-right:5px;
	color:#000;
}
.TabActive a{color:#ffffff;}
article .content{position:relative;}
.FindWellContainer
{
	position:absolute;
	left:727px;
	top:9px;	
}

.cent   { text-align:center; margin:0 auto;}
.clear  { clear:both; }
.left   { float:left; }
.right  { float:right; }
.mt20   { margin-top:20px; }
.mt10   { margin-top:10px; }
.mt5    { margin-top:5px; }
.inline { display:inline; }
.med    { width:350px; }
.sho    { width:150px; }
.tin    { width:50px; }
.text-right     { text-align:right; }
.right          { float:right; }
.lower15        { position:relative; top:15px; }
.up15           { position:relative; top:-15px; }
.note           { font-size:10px; color:#aaa; }

.ContainerBodyFracFocus input[type="submit"].btnModal{
	background:URL('images/tab-bk.png') repeat-x;
	color:#fff;
	/*height:30px;*/
	height:26px;
	font-size:11px;
	text-align:center;
	float:left;
	margin-right:0px;
	border:1px solid #EBEBEB;
	margin-left:5px;	
	margin-right:5px;
    color:#fff;   
}

.btnModal{
	background:URL('images/tab-bk.png') repeat-x;
	color:#fff;
	/*height:30px;*/
	height:26px;
	font-size:11px;
	text-align:center;
	float:left;
	margin-right:0px;
	border:1px solid #EBEBEB;
	margin-left:5px;	
	margin-right:5px;
    color:#fff;   
}

#ModContainer1 
{
    width:780px; 
    height:660px;
    text-align:center;
}

#RepForm1
{
    width:740px;
    height:620px;
    text-align:center;
    
}

#iframe1{
    width:715px;
    height:450px; 
    border:1px solid #aaa;
    margin-top:10px;
}

#RepForm1Buttons, #RepForm2Buttons, #RepForm3Buttons
{
    text-align:center;
    margin:0 auto;
    width:130px;
    margin-top:10px;
}

#ModContainer2
{
    width:780px; 
    height:440px;
    text-align:center;    
}

#RepForm2
{
    width:740px;
    height:400px;
    text-align:center;
    
}

#ModContainer3
{
    width:770px; 
    height:530px;
    text-align:center;    
}

#RepForm3
{
    width:740px;
    height:500px;
    text-align:center;
    
}