html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*====================================================
*		PROTECT Styles								 *
*		Author: Frank Tisellano						 *
*													 *	
*		Notes:										 *
*		- Avoid pure black. Use #2b2b2b instead.	 *
*													 *
*													 *
*													 *
====================================================*/


/* Main Structure */
body {
	background-color: #e0e0e0;       
}
#main/* , .main */ {
	margin-top: 120px;
	margin-bottom: 80px;
	min-width: 768px;
}
/* FOR DELETION
.container{
    margin-top: 25px;
    margin-bottom: 60px;
    min-width: 900px;
        
}
.container-left{
    padding-left: 10px;
    width: 200px;
}
.container-right{
   width: 768px;
   margin-left: 200px      
}
*/

#footer {
	width: 100%;
	min-width: 768px;
	height: 24px;
	position: fixed;
	bottom: 0px;
        
        z-index: 5;
	
	padding-top: 12px;
	
	box-shadow: 0px -2px 1px #000;
	-webkit-box-shadow: 0px -2px 1px #000;
	-moz-box-shadow: 0px -2px 1px #000;
	-o-box-shadow: 0px -2px 1px #000;
	
	background: #000;
	background: -moz-linear-gradient(top, #2A2A2A 0%, #1E1E1E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A2A2A), color-stop(100%,#1E1E1E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* IE10+ */
	background: linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A2A2A', endColorstr='#1E1E1E',GradientType=0 ); /* IE6-8 */	
}
#footer_text {
	padding-left: 24px;
}
#toolbar {
	width: 100%;
	min-width: 1150px;
	height: 64px;
	overflow: hidden;
	position: fixed;
	top: 0px;
        z-index: 100;

	box-shadow: 0px 2px 1px #000;
	-webkit-box-shadow: 0px 2px 1px #000;
	-moz-box-shadow: 0px 2px 1px #000;
	-o-box-shadow: 0px 2px 1px #000;
	
	background: #000;
	background: -moz-linear-gradient(top, #2A2A2A 0%, #1E1E1E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A2A2A), color-stop(100%,#1E1E1E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* IE10+ */
	background: linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A2A2A', endColorstr='#1E1E1E',GradientType=0 ); /* IE6-8 */
}



/* Typography */
body, input, select, textarea, button, #login .submit {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #2b2b2b;
}
h1, h2, h3 {
	padding-bottom: 15px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}


h3{   
    font-size: 18px;   
}
button, #toolbar li, th, .tablefooter , #login .submit{
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 0px #000;
}
#footer_text {
	font-size: 12px;
	color: #a0a0a0;
}
#footer_text a, #footer_text a:visited, #footer_text a:active {
	color: #e0e0e0;
}
/* View Styles */
.view {
	background-color: #fff;
	
	box-shadow: 0px 2px 1px #a9a9a9;
	-webkit-box-shadow: 0px 2px 1px #a9a9a9;
	-moz-box-shadow: 0px 2px 1px #a9a9a9;
	-o-box-shadow: 0px 2px 1px #a9a9a9;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.form_view{
	background-color: #fff;	
	box-shadow: 0px 2px 1px #a9a9a9;
	-webkit-box-shadow: 0px 2px 1px #a9a9a9;
	-moz-box-shadow: 0px 2px 1px #a9a9a9;
	-o-box-shadow: 0px 2px 1px #a9a9a9;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
        padding: 25px 10px 90px 40px;
}

.form_view .submit{
    margin-top: 20px;
    margin-right: 40px;
    float: left;
}
.login-link{
    text-align: center
}
/************************************************
***************  Form Styles ********************
************************************************/
input[type="text"], input[type="password"], select, textarea {
/*	padding: 12px; */
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;	
}
button, #login .submit, #checklist_table .action-button, .submit{
	display: block;

	height: 40px;
	
	padding: 0px 24px;
		
	background: #2d2d2d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #2d2d2d 0%, #141414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2d2d2d 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2d2d2d 0%,#141414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2d2d2d 0%,#141414 100%); /* IE10+ */
	background: linear-gradient(top, #2d2d2d 0%,#141414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#141414',GradientType=0 ); /* IE6-8 */
	
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	
	color: #fff;
        font-weight: bold;
}
button:active, #login .submit:active, #checklist_table .action-button:active, .submit:active {
	background: #2d2d2d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #141414 0%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #141414 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #141414 0%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #141414 0%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(top, #141414 0%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-8 */
}
fieldset {
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}


/************************************************
******************  Table Styles ****************
*************************************************/
table {
	width: 100%;
	
	background: #fff;
	
	margin: auto;
	
	border-collapse:separate;
	
	box-shadow: 0px 2px 1px #a9a9a9;
	-webkit-box-shadow: 0px 2px 1px #a9a9a9;
	-moz-box-shadow: 0px 2px 1px #a9a9a9;
	-o-box-shadow: 0px 2px 1px #a9a9a9;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border--radius: 5px;
	-webkit-border--radius: 5px;
	-moz-border--radius: 5px;
	-o-border--radius: 5px;		
}
thead {
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;	
}
th, .tablefooter {
	padding: 16px;
	vertical-align: middle;

	background: #000;
	background: -moz-linear-gradient(top, #2A2A2A 0%, #1E1E1E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A2A2A), color-stop(100%,#1E1E1E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* IE10+ */
	background: linear-gradient(top, #2A2A2A 0%,#1E1E1E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A2A2A', endColorstr='#1E1E1E',GradientType=0 ); /* IE6-8 */	
}
.tablefooter {
	text-align: center;	
	font-weight: normal;
	height: 32px;	
	padding: 10px 10px 10px 20px;
	margin: 10px 0;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	box-shadow: 0px 2px 1px #a9a9a9;
	-webkit-box-shadow: 0px 2px 1px #a9a9a9;
	-moz-box-shadow: 0px 2px 1px #a9a9a9;
	-o-box-shadow: 0px 2px 1px #a9a9a9;

	/*
opacity: .5;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
*/
}
/*
.tablefooter:hover {
	opacity: 1.00;
}
*/
.tablefooter input {
	padding: 5px;
	width: 150px;
}
.tablefooter select {
	padding: 0;
}
.tablefooter span{
    padding-left :5px;
}
th:first-child {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;	
}
th:last-child {
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
}
tr:nth-child(2n) {
	background: #f5f5f5;
}
tr:hover {
	background: #cbd6ee;
}
td {
	padding: 12px;
}
tbody td {
	text-align: center;
    vertical-align: middle;
}
tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;	
}
tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;	
}
.new_item {
	font-weight: bold;
}
.new_item:hover {
	color: #fff;
	background: #353535;
}
/* DataTables Styles */
.dataTables_filter {
	float: left;
}
.dataTables_length {
	float: right;
	margin-top: 4px;
}
.dataTables_paginate {
	float: right;
	margin-top: 4px;
        cursor: pointer;
        margin-bottom: 75px;    
}
.dataTables_info {
	position: absolute;
	left: 50%;
	margin-left: -200px;

	font-size: 12px;
	height: 22px;
	width: 400px;
	padding-top: 10px;	

	text-align: center;
}

/***********************************************
*********  Toolbar-specific Styles *************
***********************************************/
#ncg_logo {
	float: left;
	width: 39px;
	height: 42px;
	
	background: url('../img/ncg_logo_small.png') no-repeat;
	
	margin-top: 10px;
	margin-left: 24px;
}
#toolbar ul {
	margin-top: 15px;
}
#toolbar li {
	display: block;
	float: left;
	height: 34px;
	width: 120px;
	
	margin-left: 10px;

	background: #000;
	background: -moz-linear-gradient(top, #1F1F1F 0%, #161616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1F1F1F), color-stop(100%,#161616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1F1F1F 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1F1F1F 0%,#161616 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1F1F1F 0%,#161616 100%); /* IE10+ */
	background: linear-gradient(top, #1F1F1F 0%,#161616 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F1F1F', endColorstr='#161616',GradientType=0 ); /* IE6-8 */
	
	border-bottom: 1px solid #393939;
	border-top: 1px solid #161616;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
#toolbar li:active {
	background: #000;
	background: -moz-linear-gradient(top, #1E1E1E 0%, #2A2A2A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E1E1E), color-stop(100%,#2A2A2A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1E1E1E 0%,#2A2A2A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1E1E1E 0%,#2A2A2A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1E1E1E 0%,#2A2A2A 100%); /* IE10+ */
	background: linear-gradient(top, #1E1E1E 0%,#2A2A2A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E1E1E', endColorstr='#2A2A2A',GradientType=0 ); /* IE6-8 */
}
#toolbar li a {
	display: block;
	
	height: 25px;
	width: 100%;
	
	padding-top: 9px;
	padding-left: 10px;
	
	text-decoration: none;
	text-align: center;
	color: #fff;
	
	background-repeat: no-repeat;
	background-position: 12px 8px;
}

    /* Button-specific backgrounds */
    #toolbar li #dashboard { 
            background-image: url('../img/toolbar_dashboard.png');

    }
    #toolbar li #accounts {
            background-image: url('../img/toolbar_accounts.png');
            background-position: 12px 9px;
    }
    #toolbar li #contacts {
            background-image: url('../img/toolbar_contacts.png');
            background-position: 12px 10px;
    }
    #toolbar li #calendar {
            background-image: url('../img/toolbar_calendar.png');
            background-position: 12px 9px;
    }
    #toolbar li #tools {
            background-image: url('../img/toolbar_tools.png');
            background-position: 12px 9px;
            padding-left: 0;
    }
    
    #toolbar li #tasks {
        background-image: url('../img/toolbar_tasks.png');
        background-position: 12px 9px;
        padding-left: 0;
    }
    
#toolbar .selected{
    background: #000;
}

#toolbar .notification{    
    margin-left:  10px;
    margin-right:  10px;
    width: 70px;    
    background: none;
    box-shadow:none;
    border: none ;
    float: right;    
}

#toolbar .notification .number-of-tasks{
	background-color: #F03D25;
        max-width: 50px;
        float: left;
	border-bottom: 1px solid #C0311E;
        border-left: 2px solid #C0311E;
        border-right: 2px solid #C0311E;
       -webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
	display: block;
	margin-top: -10px;
        margin-left: 30px;
}

#toolbar #sign-out{    
    float: right;
    width: 80px;    
    margin-right: 10px;
    text-align: center;
    padding: 0;
}
/*
#who-online{
    float: right;
    margin-top: 10px;
    font-size: 14px;
    color: #a0a0a0;  
    margin-left: 350px;
    /*position: absolute;
}*/

.edit_user_self
{
    cursor: hand;
    cursor: pointer;
    float: right;
    color: #a0a0a0;  
    margin-top: 10px;
    /*position: absolute;*/
}


/*Sub-toolbar Styles */
#sub_toolbar {
	position: fixed;
	width: 100%;
	min-width: 768px;
	height: 40px;
	overflow: hidden;
	top: 64px;
	z-index: 5;
	
	box-shadow: 0px 2px 1px #000;
	-webkit-box-shadow: 0px 2px 1px #000;
	-moz-box-shadow: 0px 2px 1px #000;
	-o-box-shadow: 0px 2px 1px #000;
	
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top,  #515151 0%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-8 */
}
#sub_toolbar ul {
	margin-left: 50px;
}
#sub_toolbar ul li {
	display: block;
	float: left;
	margin-left: 30px;	
	margin-top: 14px;
}
#sub_toolbar ul li a, #sub_toolbar ul li a:hover, #sub_toolbar ul li a:visited, #sub_toolbar ul li a:active  {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
}
#sub_toolbar ul li.current_page {
	background: #343434;
	position: relative;
	border-radius: 10px;
	top: -2px;
	padding: 2px 10px;
}



p{
    text-align: left;
    font-size: 12px;
    font: .75em/1.6em Arial, Helvetica, sans-serif;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/*******************************
*******  PAGE-SPECIFIC  ********
*******************************/

/* Login Styles */

root { 
    display: block;
}

#login {
	width: 450px;
	height: 380px;
	margin: auto;
	margin-top: 100px;
}
#login_header {
	display: block;
	width: 376px;
	height: 48px;
	margin: auto;
	padding-top: 50px;
	background: url('../img/protect_login_logo.png') no-repeat center;
}
#login input[type="text"], #login input[type="password"] {
        padding: 12px; 
	display: inline;
	width: 280px;
	margin: auto;
        margin-top: 14px;
	padding-left: 40px;
        margin-left: 0px;
	color: #adadad;
}
#login #email-label,  #login #password-label{
    position: absolute;
    float: left;    
    margin-top: 28px;
    margin-left: 97px;
    color: #adadad;
}
#login button, #login .submit {
	width: 122px;
	margin: auto;
	margin-top: 26px;
}

#login #email {
    margin-left: 55px;
	background: url('../img/email_icon.png') no-repeat 12px;
}
#login #password {
    margin-left: 55px;
	background: url('../img/password_icon.png') no-repeat 12px;
}
#forgot_password, .login-link {
	width: 150px;
	margin: auto;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
#forgot_password a, .login-link a {
	color: #adadad;
}
#login_ncg_logo {
	width: 63px;
	height: 72px;
	margin: auto;
	margin-top: 100px;
}

/* Login Alert Styles */
#login_alert {
	width: 100%;
	height: 34px;
	position: absolute;
	top: -50px;
	padding-top: 16px;
	padding-left: 16px;
	
	color: #fff;
	font-weight: bold;
	text-shadow: 0px -1px 0px #9a0200;
	
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF0000 0%, #BD0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#BD0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF0000 0%,#BD0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF0000 0%,#BD0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF0000 0%,#BD0000 100%); /* IE10+ */
	background: linear-gradient(top,  #FF0000 0%,#BD0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#BD0000',GradientType=0 ); /* IE6-8 */
	
	box-shadow: 0px 2px 1px #a9a9a9;
	-webkit-box-shadow: 0px 2px 1px #a9a9a9;
	-moz-box-shadow: 0px 2px 1px #a9a9a9;
	-o-box-shadow: 0px 2px 1px #a9a9a9;
}

.forgot-pswd-info{
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    color: #a0a0a0;
}
#loginform .errors{
	color: red;
	font-size: 11px;
        display:list-item;
        margin-left: 55px;
        font-style: italic;
}

/* Dashboard Styles */
#dashboard_wrapper {
	margin: auto;
	width: 90%;
	min-width: 768px;
}
.compliant, .not_compliant, .compliant_caution{
	font-size: 20px;
}
.compliant {
	color: green;
}
.not_compliant {
	color: red;
}
.compliant_caution {
        color: #FACE20;
}

.column_account, .column_account_manager {
	width: 25%;
}
.column_compliance {
	width: 10%;
}
.q_mark {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #000; /* maybe even some yellowish color here, to extend the traffic light color theme? */
}


/***************************************
*********   Account Detail View  *******
***************************************/

.basic_account_information {
	width: 80%;
	padding: 2% 0 2% 5%;
	margin: auto;
	margin-top: -20px;	
	line-height: 20px;
	overflow: hidden;
}
.basic_account_information h3 {
	font-size: 24px;
}
.account_label, .dialog .dialog_label, .dialog_label{
	display: inline-block;
	width: 140px;	
	color: #999999;
	font-size: 12px;
        margin-bottom: 8px;
}
.account_info_table {
	width: 85%;
	margin: auto;
	margin-top: 20px;
}
.account_info_table h3 {
	text-shadow: 0px 1px 0px #fff;
}
.calendar_table {
	width: 85%;
	margin: auto;
	margin-top: 20px;
}
.calendar_table h3 {
	text-shadow: 0px 1px 0px #fff;
}
#account-details div label{	
        display: -moz-inline-box;
        display: inline-block;        
	width: 15em;
	text-align: right;
	margin-right: 10px;
	font-weight:bold;
        line-height: 30px;
        width: 20em;    
}
.tableheader {
	height: 30px;
	clear: both;
}
.accounts_tableheader {
	width: 90%;
	margin: auto;
}
.add_account_item {
	height: 25px;
	
	padding: 5px 10px;
	
	float: right;
	
	font-size: 12px;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	box-shadow: 0px 1px 0px #fff;
}
.new_account_view {
	padding: 2% 0 2% 5%;
}

.unauthorized_user_view{
    margin-top: -70px;
}

.error_view{
    margin-top: -60px;
}
/****************************************************
***** Account and Dashboard table List (links) ******
*****************************************************/
#account_table tbody tr td, #dashboard_table tbody tr td {
	padding: 0px;	
}
#account_table tbody tr td a, #dashboard_table tbody tr td div{
	text-decoration: none;
	color: #000;
		
	display: block;
	
	padding: 12px;
}

#dashboard_table tbody tr td a {
    text-decoration: none;
    color: black;
}

#dashboard_table tbody tr td div a:hover {
    text-decoration:underline;
}

/***************************************
*********   Modal Window Styles  *******
***************************************/
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: #2b2b2b;
	opacity: .90;
	filter:Alpha(Opacity=90);
}
/*
* Dialogs
*/

.ui-dialog {
	padding: 30px;
	padding-bottom: 60px;
	background: #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.ui-dialog-titlebar .ui-icon{
  top: 25px !important;
}
.ui-dialog-title {
	color: #2b2b2b;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0px 1px 0px #fff;
}        
.ui-dialog .ui-button {
	float: right;  
       margin-left: 20px;
}
.ui-dialog #add-action {
	float: left;
}
.ui-dialog .ui-icon-closethick{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	background-image: url('../img/close-icon.png');
}
.planDialog {
	height: 556px !important;
	top: -700px !important;
	overflow: auto !important;
}

.contactDialog{
	top: -700px !important;
	overflow: auto !important;
}

/**********************************
************    Form   ************
***********************************/
form form-div{
    width: auto;
}
.element-group {
    padding: 3px;
}
.form-div .element-group input, .form-div .element-group select, .form-div .element-group radio {
    padding: 8px;  
    font-size: 12px;   
}
.element-group input, .element-group select {
	width: 250px;	
}
.element-group select {
	height: 32px;
}



.form-div .element-group .errors{
	margin-left: 420px;
	margin-top: -26px;
	margin-bottom: 20px;
	font-style: italic;
	color: red;
	font-size: 11px;
        position: absolute; 
}

.form-div .element-group .ajax-errors{
	margin-left: 10px;
	margin-top: 9px;
	font-style: italic;
	color: red;
	font-size: 11px;
        margin-bottom: 20px;
}


.form-div .element-group .below-input{
  padding-left: 0px;
  position: relative;
}

.form-div .cancel{      
    padding:  10px;
    float: left;
    margin-left: 10px;
    width: 80px;    
    height: 35px;
    color: white;  
}

.form-div .save{
    padding:  15px;
    width: 140px;    
    height: 40px;
    color: white;    
}


form fieldset#fieldset-left, form fieldset#fieldset-right, form fieldset#fieldset-center{
    float: left;
    width: 290px;   
    border: none; 
    margin-right: 80px;
    padding-left: 15px;
}

form #fieldset-bottom
{
    width: 600px;
    border: none;
    display:inline-block;   
}

/**********************************
********      Dialog     **********
***********************************/
.dialog .label_notes {
      
}

.dialog .input_notes {

}

.dialog li {
    padding-top: 10px;    
}

.small_dialog input[id="name"], .small_dialog textarea{
    width: 500px;
    resize: none;
    margin-left: 15px;
    margin-top: 5px;
    padding: 12px;   
}
.small_dialog input[id="due_rule"]{
    display: inline-block;
    position: relative;
    margin-left: -130px;
    margin-top: 0px;
    top: 35px;
    padding: 12px; 
    width:  70px;
}



/************** 
    Multiple select drop down list  
****************/
select[size], select[multiple], select[size][multiple] {
    -webkit-appearance: listbox;
    -webkit-box-align: start;
    border: 1px inset gray;
    border-top-width: 1px;
}



/************************************
******* Tooltip Indicator ***********
*************************************/

.tooltip-indicator{
    cursor: pointer;
}
.tooltip-details{
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    color: black;
    height: auto;
    width: auto;
    font-size: 11px;
    text-align: left;
    z-index: 2 !important;
    top: 5px;
    left: 20px;
    padding: 10px;

    border: 3px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;

	/*box-shadow: 0px 2px 1px #2b2b2b;
	-webkit-box-shadow: 0px 2px 1px #2b2b2b;*/
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 1px #2b2b2b;
    -o-box-shadow: 0px 2px 1px #2b2b2b;
}

.tooltip-details ul {
    margin-right: 5px !important;
    margin: 0 ;
    padding: 0 ;
    max-width: 500px ;/*  IE 5*/
    
}

.tooltip-details ul li{
    margin-bottom: 2px !important;
    margin-top:  5px !important;   
   
}

.tooltip-details ul li b{
    margin-right: 5px !important;
}

.tooltip-details ul li hr{        
    margin-top:  5px  !important;  
}

/*******************************
*********** Document ***********
*******************************/
#documents{
    width: 100%;
    padding: 2% 0 2% 5%;
    margin: auto;
    margin-top: -20px;
    line-height: 20px;
}
.document-tab{
    width: 250px;
    height: 300px;
    margin-left: 50px;
    margin-right: 50px;
    float: left;
    border-radius: 3px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.9));
    
}
.first_year, .third_year{
  
}

.initial_upload, .second_year{

}
.document_label{
   margin-left: 85px;
}

/***********************************
***** JQuery Editable  inputs ******
***********************************/

.editable_input {
    display: inline;
    padding: -10px;
}
.editable_validation{
    color:red;
    font-size: 11px;
    font-weight: normal;
}

.editable_indicator{
    color: green;     
}

.editable_placeholder{
    color:#999;  
}

/************************************
*********** UI Datepicker ***********
************************************/

.ui-datepicker-calendar {
	box-shadow: 0px 1px 2px #000;
}
.ui-datepicker-calendar tr:hover {
	background: inherit;
}
.ui-datepicker-calendar td, table.ui-datepicker-calendar th  {
	padding: 8px;     
}
.ui-datepicker-calendar a {
	text-decoration: none;
	color: #2b2b2b;
}


.ui-datepicker-calendar a {
	text-decoration: none;
	color: #2b2b2b;
}
.ui-datepicker-header {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	
	background: #000;
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top,  #515151 0%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(top,  #515151 0%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-8 */

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	
	box-shadow: 0px 1px 2px #000;
	
	padding: 10px 5px;
	margin-bottom: 3px;	
}
.ui-datepicker-prev {
	float: left;
	font-size: 14px;
	cursor: pointer;
}
.ui-datepicker-next {
	float: right;
	font-size: 14px;
	cursor: pointer;
}
.ui-datepicker-current-day{
     background: #cbd6ee; 
} 
.ui-datepicker-today{    
     border: 1px solid #999;    
}

button.ui-datepicker-current, button.ui-datepicker-close  {
    display: none; 
}
button.ui-datepicker-clean  {
    width: 50px;
    height: 20px;
    padding: 0px;
}

.ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/********************************************************
 *             UI  Timepicker                             
 ********************************************************/
* .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
* .ui-timepicker-div dl { text-align: left; }
* .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
* .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
* .ui-timepicker-div td { font-size: 90%; }
* .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }


/**************************
multi select test
***************************/
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }

#meeting_dialog select{
    display:inline;
}
/*


 time picker 
.timepickr-main { float: left; position: relative; }
.timepickr-display { float: left; height:14px; width: 55px; padding:1px; outline: none; text-align: center; border: solid 1px #D8D8D8; }
.timepickr-popup { position: absolute; left: 0px; top: 20px; width: 500px; }
.timepickr-row  {       position: relative; background-color: #FFFFFF; clear: both;
        float: left;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; 
        border:1px solid #FFFFFF; }
.timepickr-button { cursor: pointer; font-size: 9px; margin: 2px;
        padding: 4px 6px; font-weight: bold; text-align: center; -webkit-border-radius: 4px;
        -moz-border-radius: 4px; border-radius: 4px; background-color: #D2D3D6;
        border: 1px solid #B5B6B9; color: #5E6164; float: left; }
.timepickr-row .state-hover { background-color:#636567; border-color:#636567; color:#FFFFFF; }*/


.hidden
{
    display: none;
}