/* Common tags                 */
/*-----------------------------*/		
html
{
 background:#3E6BAE url('images/bkgd_nobubbles.jpg') repeat-x center 235px;
}
body 
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: #3D6AAD;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background: url('images/site_bk.jpg') #3D6AAD repeat-x;*/
	background:url('images/bkgd_header.jpg') repeat-x top center;
 }
		
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; }

.form label{display:block;}
.PopupNotice
{
    float:left;
    text-align:right;
    font-size:10px;
    margin-top:10px;
}	
.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-image: url(Images/bullet.png) !important;
	list-style-position: outside;
	list-style-type: disc;
}
.menutextindent
{
    font-size: x-small;
}

select
{
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #265CC0
}

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
{
	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;
}

.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; */
    }

.HeaderMenuContainer
{
    margin-left:15px;
    font-family:Tahoma,Geneva,sans-serif;
    font-weight:bolder;  
}
.HeaderMenuItem
{
    color:#11396d;
    font-size:14px;
    
}
.HeaderMenuLink:hover .HeaderMenuContainer .HeaderMenuItem
{
    color:#77ACED;
}
.HeaderMenuSubItem
{
    color:#77ACED;
    font-size:11px;
    text-align:right;
    margin-top:-3px;
}
#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-border-TopLeft
{
    position:absolute;
    top:-3px;
    left:-3px;
    background: transparent url('images/top-left-corner-white.png') no-repeat;
    height:9px;
    width:9px;   
}
.wrapper-border-TopRight
{
    position:absolute;
    top:-3px;
    right:-3px;
    background: transparent url('images/top-right-corner-white.png') no-repeat;
    height:9px;
    width:9px;     
}
.wrapper-border-BottomLeft
{
    position:absolute;
    bottom:-3px;
    left:-3px;
    background: transparent url('images/bottom-left-corner-white.png') no-repeat;
    height:9px;
    width:9px;     
}
.wrapper-border-BottomRight
{
    position:absolute;
    bottom:-3px;
    right:-3px;
    background: transparent url('images/bottom-right-corner-white.png') no-repeat;
    height:9px;
    width:9px;     
}
.wrapper-border-Top
{
    position:absolute;
    top:-3px;
    left:6px;
    right:6px;
    background: transparent url('images/top-border-corner.png') repeat-x;
    height:9px;
}

.wrapper-border-Bottom
{
    position:absolute;
    bottom:-3px;
    left:6px;
    right:6px;
    background: transparent url('images/bottom-border-corner.png') repeat-x;
    height:9px;    
}
.wrapper-border-Left
{
    position:absolute;
    left:-3px;
    top:6px;
    bottom:6px;
    background: transparent url('images/left-border-corner.png') repeat-y;
    width:9px;
}
.wrapper-border-Right
{
    position:absolute;
    right:-3px;
    top:6px;
    bottom:6px;
    background: transparent url('images/right-border-corner.png') repeat-y;
    width:9px;    
}
#wrapper-content  
{
    background: white; 
    position:relative;
    padding-top:20px;
    margin-top:57px;
    }

* html #wrapper-content { height: 1%; }
#SiteHeader{
	height:120px;
}
#SiteTitle{
	width:500px;
	
	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;
}
#content-nomenu 
{
	/*background: transparent url('Images/bg02-white-right.png') no-repeat right top;*/
	padding: 5px 40px 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(Images/bullet.png);
	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: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }

/* Global Code -----------------------------------------------------------------------*/
.b1{border:1px solid #000;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mr10{margin-right:10px;}
.hide{display:none;}

 .ajax__tab_xp .ajax__tab_header
    {
        background:#fff !important;
        border-bottom:10px solid #0C3261 !important;
    }
    
    .ajax__tab_xp .ajax__tab_inner,
    .ajax__tab_xp .ajax__tab_inner:hover
    {
    	padding-left:0 !important;
    	padding-right:0px !important;
        background:#fff !important;	
    }
    .ajax__tab_xp .ajax__tab_tab,
    .ajax__tab_xp .ajax__tab_tab:hover
    {
        border-radius: 4px 4px 0px 0px !important;
        -moz-border-radius: 4px 4px 0px 0px !important;
        -webkit-border-radius: 4px 4px 0px 0px !important;
    	background: url('/App_Themes/fracfocus_education/images/tab-bk-active.png') #DAEBFD repeat-x scroll 0 0 !important;
        color: #000 !important;
    	border:1px solid #999;
    	border-bottom:0px solid #999;
    	padding:5px !important;
    	font-size:14px !important;
    	height:17px !important;
    	margin-bottom:-3px !important;
    	margin-bottom:-4px\0/ !important;
    	
    }
    
    .ajax__tab_xp .ajax__tab_active .ajax__tab_tab
    {
        background: url('/App_Themes/fracfocus_education/images/tab-bk.png') #0C3261 repeat-x scroll 0 0 !important;
    	color: #fff !important;
        border-radius: 4px 4px 0px 0px !important; 
        -moz-border-radius: 4px 4px 0px 0px !important; 
        -webkit-border-radius: 4px 4px 0px 0px !important;
        border:0px solid #999;
        border-bottom:0px solid #999;
        font-size:14px !important;
    }
    
    .ajax__tab_xp .ajax__tab_active .ajax__tab_inner,
    .ajax__tab_xp .ajax__tab_outer,
    .ajax__tab_xp .ajax__tab_active .ajax__tab_outer,
    .ajax__tab_xp .ajax__tab_outer:hover,
    .ajax__tab_xp .ajax__tab_active .ajax__tab_outer:hover
    {
    	padding-left:0 !important;
    	padding-right:0px !important;
        background:#fff !important;	
    }

/* 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;
}
.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;
}
.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:850px;*/
    /*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;
    min-height:190px;
	background:url('/images/dashboard-icon-bk.png') no-repeat;
}
.OpHomeDashBoardIconBox div img
{
    width:118px;
    height:118px;
    vertical-align:bottom;
    margin-top:5px;
    margin-left:5px;
}
.OpHomeDashBoardIconBoxTitle
{
    font-size:14px;
    text-align:center;
    color:#5B8FBE;
    font-weight:700;
    margin-top:15px;
}

/* Company Representative Home Code --------------------------------------------------------------*/
.RepHomeDashBoardIconContainer
{
    
}
.RepHomeDashBoardIconBox
{
    cursor:pointer;
    width:128px;
    float:left;
    margin:5px;
    margin-right:20px;
    min-height:190px;
	background:url('/images/dashboard-icon-bk.png') no-repeat;
}
.RepHomeDashBoardIconBox div img
{
    width:118px;
    height:118px;
    vertical-align:bottom;
    margin-top:5px;
    margin-left:5px;
}
.RepHomeDashBoardIconBoxTitle
{
    font-size:14px;
    text-align:center;
    color:#5B8FBE;
    font-weight:700;
    margin-top:15px;
}

/* 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;
}


/* Agency :  Submit Disclosure Code -----------------------------------------------*/

.ContainerBody #AgencySubmitForm Label{display:block;}
