﻿body
{
    background: #FFFFFF;
    font: 12px Helvetica, Arial, Sans-serif;
    margin: 0;
    padding: 0;
    color: #848484;
}

@font-face {
	font-family: 'MyriadProCondBold';
	src: url('/Content/Fonts/myriadpro-boldcond-webfont.eot');
	src: local('☺'), url('/Content/Fonts/myriadpro-boldcond-webfont.woff') format('woff'), url('/Content/Fonts/myriadpro-boldcond-webfont.ttf') format('truetype'), url('/Content/Fonts/myriadpro-boldcond-webfont.svg#webfontwN6rYoRe') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {font: 36px/1.2 'MyriadProCondBold',Arial,Sans-serif; margin: 20px 0 30px 0; color: #fff;}
h2 {font: 24px/1.2 'MyriadProCondBold',Arial,Sans-serif; margin: 15px 0 5px 0; color: #006eb0;}
h3 {font: 18px/1.2 'MyriadProCondBold',Arial,Sans-serif; margin: 10px 0 5px 0; color: #575757;}
.blue {color: #006eb0;}
.left {float:left;}
.right {float:right;}
.rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
}
.indent {
    margin-left:7px;
}

.inline{
    display:inline;
}

a:link, a:visited {color:#0099cc; text-decoration:none;}
a:hover {color:#000000;}
a:active {color:#6aac25;}

p, ul, ol
{
    line-height: 1.8em;
}

/* HEADINGS   
----------------------------------------------------------
h1, h2, h3, h4, h5, h6
{
    color: #464646;
    font-family: Helvetica, Arial, sans-serif;
}

h1
{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
h2
{
    padding: 20px 0 0 0;
    font-size: 16px;
}
h3
{
    font-size: 14px;
}
h4
{
    font-size: 13px;
}
h5, h6
{
    font-size: 1em;
}
*/

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.frame1024
{
    position:relative;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
}

.frame500
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;	
}

.MenuBar {
    background: #000000;
    height: 70px;
    width: 100%; 
    color: #ffffff; 
    margin: 3px 0 0 0;            
}

.MenuBar img {margin-top: 12px; margin-left:15px; border:0;}

.quickSearch{
    right:0px;
    top: 2px;
    position:absolute;
    z-index:1000;
}
.SubHeader {
    background: transparent url(/Content/Images/subHeaderBack.jpg) left top no-repeat;
    width: 97%;
    padding: 15px;
    color: #ffffff; 
    margin: 4px 0 24px 0;  
}
.SubHeader h1 {
    line-height: 54px;
    letter-spacing: 1px;
    padding:0px;
    margin:0px;
}
#main
{
    padding: 15px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border: solid 1px #ccc;
    _height: 1px; 
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.informationMessageArea
{
    color: #339933;
    font-weight: bold;
    font-size: large;
}

.errorMessageArea
{
    color: #FF0000;
    font-weight: bold;
    font-size: large;
}
.contactBox {
    background: #fafafa;
    border: solid 1px #cccccc;
}

.columnOfThree{
    float:left; 
    width:33%;
}

/************************* New attempt at all CSS dropdown menu **************************************/

.navMenu {
    width:500px; 
    height:20px; 
    position:relative;
    left: 471px; 
    z-index:100; 
    border-right:1px solid #000;
    margin: 0 0 1px 0;
}

.adminMenu {
    width:400px; 
    height:20px; 
    float: right;
    position:relative;
    top: -21px;
    z-index:100; 
    border-right:1px solid #000;
    margin: 0 0 1px 0;
}

.navMenu ul, .adminMenu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    z-index: 101;
}

.navMenu ul ul, .adminMenu ul ul {width:100px;}

.navMenu li, .adminMenu li {
    float:left;
    width:100px;
    position:relative;
    z-index:102;
}



/* Top level link styles */

.navMenu a, .navMenu a:visited, .adminMenu a, .adminMenu a:visited {
    display:block;
    font-size:12px;
    text-decoration:none; 
    text-align:center;
    color:#fff; 
    width:89px; 
    height:20px; 
    border:1px solid #000; 
    background: #0099cc url('/Content/Images/menuback.png') repeat-x;
    padding-left:5px;
    padding-right:5px; 
    line-height:20px; 
    font-weight:bold;
}


/* second level background */

.navMenu ul ul a.drop, .navMenu ul ul a.drop:visited, .adminMenu ul ul a.drop, .adminMenu ul ul a.drop:visited {background:#d4d8bd;}


/* second level hover */

.navMenu ul ul a.drop:hover, .adminMenu ul ul a.drop:hover {background:#c9ba65;}

.navMenu ul ul :hover > a.drop, .adminMenu ul ul :hover > a.drop {background:#c9ba65;}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.navMenu ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top:21px;
    left:0; 
    width:150px;
    border-top:1px solid #000;
}

.adminMenu ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top:21px;
    left:0; 
    width:100px;
    border-top:1px solid #000;
}


/* second level links */

.navMenu ul ul a, .navMenu ul ul a:visited, .adminMenu ul ul a, .adminMenu ul ul a:visited {
    background: #0099cc url('/Content/Images/menuback.png') repeat-x;
    color:#fff; 
    height:10px; 
    line-height:1em; 
    padding:5px 10px; 
    width:150px;
    border-width:0 1px 1px 1px;
    position:relative;
    left:-71px;
}


/* style the top level hover */

.navMenu a:hover, .navMenu ul ul a:hover, .adminMenu a:hover, .adminMenu ul ul a:hover {
    color:#fff; 
    background: #8bc540 url('/Content/Images/menuback.png') repeat-x;
}

.navMenu :hover > a, .navMenu ul ul :hover > a, .adminMenu :hover > a, .adminMenu ul ul :hover > a {
    color:#fff; 
}

/* make the second level visible on hover */

.navMenu ul li:hover ul,

.navMenu ul a:hover ul, .adminMenu ul li:hover ul, .adminMenu ul a:hover ul {visibility:visible; }

/**************************************** END CSS dropdown menu ******************************************/

/* Admin TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0px;
    position: relative;
    margin: 0;
    text-align: right;
    z-index: 103;
}

ul#menu li {
    background: #8bc540 url('/Content/Images/menuback.png') repeat-x;
    display: inline-block;
    *display:inline;    /* hack to fix IE inline-block weirdness*/
    *margin-left:3px;   /* hack to fix margins in IE */
    list-style: none;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    text-align:right;
}

ul#menu li ul li{
    display:block; 
    white-space:nowrap;
}


ul#menu li ul{
    padding-left:0px;
}

ul#menu li:hover {
    background-color: #fcfdff;
}
    

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}



ul#menu li a
{
    padding: 7px 20px;
    *padding:2px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

ul#menu li a:hover
{
    text-decoration: none;
        color: #8bc540;
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    color: #000;
}

ul.dropdown ul
{
    visibility: hidden;
    position: absolute;
}

ul.dropdown li:hover > ul
{
    visibility: visible;
}

.current{
    color:#fff;
    background: #000000;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    font:12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fafafa;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;   
}

legend 
{
    font-size: 13px;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #848484;
}

input[type="text"] 
{
    width: 150px;
}

input[type="password"] 
{
    width: 150px;
}

/* some quick form styles to pretty it up for the demo */

input:focus, textarea:focus, select:focus {
    outline:none;
    -moz-box-shadow:0 0 5px #8bc540;
    -webkit-box-shadow:0 0 5px #8bc540;
    box-shadow:0 0 5px #8bc540;    
    border-color: #8bc540;
    color:#848484; 
    background-repeat: no-repeat;   
}

input, textarea {
    padding: 6px 9px 5px;
    background: #FFFFFF url('/Content/Images/inputback.png');
    font:12px Helvetica,Arial,Geneva,sans-serif;
    color:#848484;
    border:1px solid #ccc;
    margin: 0 2px 5px 2px;
}  

select { 
    width: 220px;
    background: #FFFFFF url('/Content/Images/inputback.png');    
    font:12px Helvetica,Arial,Geneva,sans-serif;
    color:#848484;
    border:1px solid #ccc;
}


/* CSS Form button styling */

button { 
    position: relative;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
.submitBtn::-moz-focus-inner, .submitBtnGray::-moz-focus-inner{
    border:none;
    padding:0;
}
.submitBtn,.submitBtnGray {
	font: 16px 'MyriadProCondBold',Arial,Sans-serif;
	padding: 5px 15px;
	width:auto;
	overflow:visible;
	outline:0;
	border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0.0, rgba(255, 255, 255, 0.8)),
			color-stop(0.01, rgba(255, 255, 255, 0.6)),
			color-stop(0.5, rgba(255, 255, 255, 0.3)),
			color-stop(0.5, rgba(255, 255, 255, 0.2)),
			color-stop(1.0, rgba(255, 255, 255, 0.0)));
	background-image: -moz-linear-gradient(top,
			rgba(255, 255, 255, 0.6) 0%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.0) 100%);
	background-color: #1570A5;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.50);
	cursor: pointer;
}
.submitBtn:hover,.submitBtn:focus,.submitBtnHover,.submitBtnGray:hover,.submitBtnGray:focus,.submitBtnGrayHover{ /* Redundant class is for IE 6 hover */
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9),
		inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: #1981bd;
	color: #fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	outline:0;	
}
.submitBtn:active{
	background-color: #115c88;
	color: #ccc;
	-webkit-transition-duration: 0.0s;
	-moz-transition-duration: 0.0s;
	-o-transition-duration: 0.0s;
	outline:0;
}    
.submitBtnGray {
    background-color: #888;  
    color: #ddd;
}
.submitBtnGray:hover,.submitBtnGray:focus,.submitBtnGrayHover {
    background-color: #999;
}
/* End CSS Form button styling */

.buttonRemoveWebsite 
{
    position:relative;
    display: inline-block;
    top: 5px;
    left:5px;
    border-style: none;
    cursor: pointer;
    height:17px;
}

.buttonRemoveWebsite
{
    /*background: #ffffff url('/Content/Images/delete.png');*/
}    

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  background-color:#ffffff;
}

table td 
{
  padding: 10px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4; 
}

#amountOwingResults {
    min-width: 908px;
}

#amountOwingResults th {
    min-width: 100px;
}

/* Internet Explorer *
/*\*/
* #amountOwingResults {
    width: 908px;
}

* #amountOwingResults th {
    width: 100px;
}
/**/




/* MISC  
----------------------------------------------------------*/

.affMgrInfo
{
         margin-bottom:3px;		
}


.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:12px;
    display:block;
    text-align:right;
    color:White;
    margin: 0 15px 0px 0;
    position:relative;
    top: -10px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: #ccc;
    text-decoration: none;
}

.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;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0 0 5px 0;
}

.editor-header{
    font-weight:bold;
    padding:10px 0px 10px 0px;
}

.text-box
{
    width: 30em;
 
}


.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



/* TABLE SORTING
----------------------------------------------------------*/
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}

table.tablesorter thead tr .header {
    background-image: url(/Content/Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/Content/Images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/Content/Images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}



/* Pager */
.pager 
{
    margin:8px 3px;
    padding:3px;
}

.pager .disabled 
{
    border:1px solid #ddd;
    color:#999;
    margin-top:4px;
    padding:3px;
    text-align:center;
}

.pager .current 
{
    background-color:#06c;
    border:1px solid #009;
    color:#fff;
    font-weight:bold;
    margin-top:4px;
    padding:3px 5px;
    text-align:center;
}

.pager span, .pager a
{
    margin: 4px 3px;
}

.pager a 
{
    border:1px solid #c0c0c0;
    padding:3px 5px;
    text-align:center;
    text-decoration:none;
}

/* Grid */
table.grid tr th, 
table.grid tr td
{
    white-space:nowrap;
}
/* End date on Make Payment page*/
.subTitleBelow
{
    float:left; 
    padding: 0px 20px 0px 3px; 
    text-align:center; 
    font-size:x-small;
}

