﻿/*----------------------------------------------------------
The base color for this template is #333333. If you'd like
to use a different color start by replacing all instances of
#333333 with your new color.
----------------------------------------------------------*/

body
{
    background-color: #17557F;
    font-size: .75em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}
a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    font-family: Century Gothic;
    color: #2D8B96;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding-left: 190px;
    /*padding: 5px 0;*/
    /*margin: 0;*/
    color: black;
    border: none;
    /*line-height: 2em;*/
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}
#header h1 {
    padding-top: 35px;
}
#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}
#accountInfo
{
    width: 840px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}
#pictureBox
{
    width: 800px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    background: url(../../Content/images/handshake3.jpg)  0 0 no-repeat;
    
}
.editor-label-logon
{
    padding-top: 3px;
    font-weight:bolder;
    color: White;
}

.editor-label-logon-remember-me
{
    padding-top: 3px;
    font-weight:bolder;
    color: White;
    text-align: center;
}

#loginBox
{
    padding-top: 100px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
#logonButton
{
    text-align: center;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
img
{
    border: 0;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}
ul#topnav li.first
{
    margin-left: 19px;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

.date {
    width: 6em !important;
}

.time {
    width: 4em !important;
}

.timeSeconds {
    width: 4em !important;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.nav_items
{
    border-left: solid 1px gray;
}

.tablerow_alt
{
    /*background-color: #E1E1E1;*/
    background-color: #F3F3F3;
}
.tablerow_alt:hover
{
    background-color: #FFFFCC;
}
.tablerow:hover
{
    background-color: #FFFFCC;
}
.tablerow
{
    background-color: White;
}
.tablerow img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tablerow_alt img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.td_center
{
    text-align: center;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    /*margin-top: 40px;*/
}

div#title {
    display: inline;
    /*float: left;*/
    text-align: left;
}

div#logo
{
    display: inline;
    float: left;
    padding-left: 0px;
}

#logindisplay {
    font-size: 1.1em;
    display: inline;
    float: right;
    text-align: right;
    padding-right: 10px;
    /*margin: 10px;*/
    margin: 0px;
    color: #17557F;
}

#logindisplay a:link {
    color: #17557F;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #17557F;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: #17557F;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    font-weight:bolder;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}


.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


/*MENU MAIN*/
/*MENU NEW*/
div.wrap{
width:100%;
margin:0 auto;
text-align:left;
}
div#top div#nav{
float:left;
clear:both;
width:100%;
height:52px;
margin:22px 0 0;
/*background:url(../../Content/images/menubkg.jpg) 0 0 no-repeat;*/

}
div#top div#nav ul{
float:left;
width:100%;
height:52px;
list-style-type:none;

}
div#nav ul li{
float:left;
height:52px;

}
div#nav ul li a{
border:0;
height:52px;
display:block;
line-height:52px;
text-indent:-9999px;

}
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
    z-index: 99;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	background: url(../../Content/images/menubkg_dp.jpg) repeat-x;
    font-weight: bold;
	
}
ul#topnav li {
	float: left;
	margin: 0;	
	padding: 0 0 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	z-index: 99;
	width: 150px;
	text-align: left;
}
ul#topnav li#menu_home_img
{
    margin-left: 19px;
    width: 50px;
    padding-top: 0px;
}
ul#topnav li#menu_home_img a{
	padding: 0px 5px;
}  
ul#topnav li.menu_short
{
    width: 75px;
}   
ul#topnav li#menu_home
{
    margin-left: 19px;
    width: 75px;
}   
ul#topnav li#menu_repbuilder
{
    width: 80px;
} 
ul#topnav li#menu_agencies
{
    width: 100px;
} 
ul#topnav li#menu_client_memberships
{
    width: 175px;
}
ul#topnav li#menu_client_memberships_misc_list
{
    width: 200px;
}
ul#topnav li#menu_member_type
{
    width: 125px;
}
ul#topnav li#menu_client
{
    width: 80px;
}
ul#topnav li#menu_admin
{
    width: 130px;

}
ul#topnav li#menu_agencysearch
{
    width: 80px;
} 
ul#topnav li#menu_agencylist
{
    width: 150px;
}
ul#topnav li#menu_client_misc_list
{
    width: 225px;
}
ul#topnav li#menu_agencyUserMgt
{
    width: 130px;
}
ul#topnav li#menu_payors
{
    width: 80px;
}
ul#topnav li#menu_vendors
{
    width: 80px;
}
ul#topnav li#menu_logs
{
    width: 75px;
}
ul#topnav li#menu_orgs
{
    width: 75px;
}
ul#topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul#topnav a:hover {
    color: #17557F;
    text-decoration: none;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav li a:hover{
	background: url(../../Content/images/hover_menu.gif) no-repeat center top;
}

ul#topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: right;
	position: absolute;
	top: 0px;
	padding: 0px 0px 0px 5px;
	background: url(../../Content/images/subnav_btn12.gif) no-repeat center top;
}


 
ul#topnav li .sub {
	position: absolute;	
	top: 35px; left: 0px;
	background: #333;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border: 1px solid #111;
	
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 175px;
	float: left;
}
ul#topnav li .sub#last ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 145px;
	float: left;
}
ul#topnav li .sub#sub_client_misc_list ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 275px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 10px;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #6699FF;
}
ul#topnav .sub h2{
	padding: 5px 0;
	background-image: none;
	color: #6699FF;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*background: url(business.jpg) no-repeat 5px 12px;*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #99CCFF; background-image: none;}

.nav_items
{
    border-left: solid 1px gray;
}

#loading  
{
    display:none; 
    position:relative; 
    width:100%; 
    height:100%;            
    background-color: White;
    color: blue;
} 

table.portalHome
{
        text-align: center;
        border: 0px;
        border-collapse: collapse;
}

table.portalHome td
{
        border: 0px;
        text-align: center;
}
.portalHome {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.ui-icon-clock
{ 
    -ms-transform: scale(1.5); /* IE 9 */ 
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */ 
    transform: scale(1.5); 
}